.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  margin-top: 0;
}

h2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  object-fit: fill;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 24px;
}

ul {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 40px;
}

._wf-h1 {
  text-align: center;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  font-family: Urwdincond v2, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
}

.preview-steps-card_img {
  width: 100%;
  background-image: linear-gradient(#f2f6f9, #f2f6f9);
}

.preview-steps_card {
  max-width: none;
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 31px;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.preview-steps_card:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .6);
}

.steps-preview_content-wrapper {
  height: 100%;
  color: #444346;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 13px;
  padding: 24px 16px;
  display: flex;
}

.steps_text {
  margin-top: 0;
}

.steps_card_text-wrapper {
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.steps_content-wrapper {
  color: #444346;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0;
  display: flex;
}

.products-card-img {
  background-image: linear-gradient(#f2f6f9, #f2f6f9);
}

.body {
  background-color: #f1f3f3;
  font-size: 1.11vw;
}

.faq-section {
  height: auto;
  background-color: #fff;
  justify-content: center;
  padding-top: 6em;
  display: flex;
  overflow: hidden;
}

.dropdown-subcontent {
  color: #333;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5;
}

.dropdown-subcontent.faq-content {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.3em;
}

.dropdown-list-2 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
}

.product-card-text-div {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.product-price {
  color: #f1614b;
  text-transform: uppercase;
  margin-left: 7px;
  font-family: urwdincond, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  transition: all .2s;
}

.products-preview_discount-line-3 {
  width: 40px;
  height: 2px;
  background-color: gray;
  border-radius: 20px;
  position: relative;
  top: -21px;
  bottom: 23%;
  left: 9%;
  right: auto;
  transform: rotate(-30deg);
  box-shadow: 1px 1px #fff;
}

.products-preview_card-header-3 {
  color: #444346;
  text-transform: capitalize;
  padding-right: 0;
  font-family: urwdincond, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 1em;
  transition: all .2s;
}

.product-price-subdiv {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: static;
  bottom: 7px;
  right: 30px;
}

.products-card {
  width: 80%;
  height: auto;
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  align-items: center;
  padding: 3px;
  transition: all .2s;
  display: flex;
}

.products-card:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .6);
}

.product-card-content {
  width: 100%;
  height: 100%;
  color: #444346;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px 10px;
  display: flex;
}

.products-preview_button-2 {
  color: #fff;
  background-color: #f1614b;
  margin-top: 17px;
  padding: 12px 43px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.products-preview_button-2:hover {
  background-color: #eb4930;
}

.products-preview_button-2:active {
  transform: scale(.95);
}

.products-preview_card-price_old-2 {
  color: gray;
  text-transform: uppercase;
  font-family: urwdincond, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  transition: all .2s;
}

.products-preview_card-header-4 {
  color: #444346;
  text-align: left;
  text-transform: capitalize;
  padding-right: 0;
  font-family: urwdincond, sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 1em;
  transition: all .2s;
}

.faq-div {
  background-color: #fff;
  padding: 3em 100px;
}

._wf-h2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 5px;
  font-family: Urwdincond v2, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
}

.regular-text {
  text-align: center;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}

.regular-text.lists {
  margin-bottom: 10px;
  line-height: 23px;
}

.shop-cta-buttons {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.atc-button {
  width: 70%;
  color: #444346;
  background-color: #ea6852;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 8px;
  font-family: urwdincond, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.vp-button {
  width: 70%;
  color: #444346;
  background-color: rgba(56, 152, 236, 0);
  border: 2px solid #ea6852;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 8px;
  font-family: urwdincond, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.product-title-div {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product-title-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.eclipse-list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.splitpayment {
  text-align: right;
  font-family: urwdin, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.text-block-8 {
  margin-top: 5px;
  font-family: urwdincond, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.reviews-section {
  padding-top: 6em;
  overflow: hidden;
}

.reviews-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.reviews-container {
  width: 40vw;
  background-color: #fff;
  border-radius: 7px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2em;
  padding: 1em;
  display: flex;
}

.review-stars {
  line-height: 1;
}

.review-subject {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.review-maintext {
  text-align: left;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5;
}

.product-img-div {
  position: relative;
}

.recommended-float {
  background-color: #93dacf;
  display: none;
  position: absolute;
  top: -1%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.recommended-text {
  color: #fff;
  padding: 5px 13px;
  font-family: urwdincond, sans-serif;
  font-weight: 700;
}

.review-total {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.review-count-text {
  margin-bottom: 10px;
  font-family: Urwdincond v2, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

.hero-shop-btn {
  width: 100%;
  color: #fff!important;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ea6852;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Urwdincond v2, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  display: flex;
}

._wf-h3 {
  font-family: Urwdin v2, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.c-accordion-item {
  margin-bottom: 5px;
}

._2-block-pdp-section {
  justify-content: center;
  padding-top: 3em;
  padding-bottom: 4em;
  display: flex;
}

.pdp-div {
  width: 50%;
  position: relative;
}

.reviews-div {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.hero-title {
  text-align: left;
  margin-bottom: 10px;
  font-family: Urwdin v2, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-slider {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.pdp-content-div {
  width: 85%;
  margin-left: 10%;
}

.happy-cust-div {
  text-align: center;
  background-image: radial-gradient(circle, rgba(245, 242, 227, .93) 59%, rgba(0, 0, 0, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13px 170px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.loop-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.happy-cust-title {
  margin-bottom: 3px;
  font-family: Urwdincond v2, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1;
}

.happy-cust-title.title2 {
  font-family: Urwdin v2, sans-serif;
  line-height: 1;
}

.happy-cust-title.title3 {
  font-weight: 400;
  line-height: 1;
}

.loop-content-holder {
  flex-direction: row;
  display: flex;
}

.featured-wrapper {
  width: 100%;
}

.featured-section {
  background-color: #f5f2e3;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.featured-slider-img {
  width: 100px;
  max-width: none;
  filter: grayscale();
  margin-right: 40px;
}

._wf-5-star {
  width: 70px;
  margin-bottom: 3px;
}

.slider-image-div {
  position: relative;
}

.hero-price {
  text-align: left;
  margin-bottom: 15px;
  font-family: Urwdincond v2, sans-serif;
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
}

._1-block-grey {
  justify-content: center;
  padding-top: 3em;
  padding-bottom: 10em;
  display: flex;
  overflow: hidden;
}

.athletes-flex {
  padding-top: 3em;
}

.athlete-grid1 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.athlete-subtext {
  color: #444346;
  text-align: left;
  justify-content: flex-start;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  display: flex;
}

.athlete-headertext {
  width: auto;
  color: #444346;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7px;
  font-family: Urwdincond v2, sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.floating-atc-div {
  display: flex;
}

.final-ctv-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.cta-div {
  width: 100%;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.floating-bar-section {
  height: auto;
  display: block;
  overflow: hidden;
}

._wf-atc-btn {
  width: 100%;
  color: #fff!important;
  text-align: center;
  background-color: #ea6852;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Urwdincond v2, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1;
}

.cta-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.ship-by-text {
  font-family: Urwdin v2, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
}

.scroll-into-view-div {
  z-index: 1;
  margin-bottom: 10px;
}

.greencircle {
  width: 10px;
  height: 10px;
  background-color: #008d1a;
  border-radius: 12px;
}

.athlete-image {
  width: 100%;
  max-width: none;
  object-fit: cover;
}

.how-to-video-div {
  align-self: center;
  position: relative;
}

.ship-by-text-mobile {
  display: none;
}

.second-body-div {
  width: 100%;
  background-color: #f1f3f3;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.included-items-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  margin-top: 3%;
  margin-bottom: 5%;
  display: grid;
}

.width-container {
  width: 90%;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.width-container.faq, .width-container.athlete-section {
  flex-direction: column;
}

._wf-body-text {
  color: #333;
  text-align: left;
  padding-bottom: .5em;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.25;
}

._wf-body-text.how-it-works-text {
  width: 100%;
}

.review-nametext {
  color: #8f8f8f;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.3em;
  line-height: 1;
}

.small-review-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.header-div {
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.included-item-big {
  z-index: 12;
  width: 13em;
  height: 13em;
  background-color: #fff;
  border: .5px solid #d3d3d3;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.included-item-big.cleaning-towel {
  z-index: 5;
  padding-bottom: 10px;
  display: flex;
}

.header-small {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urwdincond v2, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}

.body-text-small {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Urwdin v2, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1;
}

.included-image {
  max-width: 50%;
  display: block;
}

.video-ask-div {
  z-index: 6;
  width: auto;
  height: auto;
  justify-content: flex-end;
  margin-bottom: 1em;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 6em;
  left: auto;
  right: 0%;
}

.main-cta-container {
  z-index: 7;
  background-color: #f5f2e3;
  border-top: 1px solid #000;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.anchor_it {
  text-align: right;
}

.padding-0 {
  padding: 0;
}

.margin-large {
  margin: 3rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.show-mobile-portrait {
  display: none;
}

.padding-huge {
  padding: 6rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.text-align-right {
  text-align: right;
}

.margin-xxhuge {
  margin: 12rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.padding-medium {
  padding: 2rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: Urwdin v2, sans-serif;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.margin-tiny {
  margin: .125rem;
}

.hide {
  display: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-link {
  text-decoration: underline;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.text-weight-bold {
  font-weight: 700;
}

.page-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-huge {
  margin: 6rem;
}

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.show-tablet {
  display: none;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Urwdin v2, sans-serif;
  font-weight: 500;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-small {
  margin: 1rem;
}

.icon-small {
  height: 2rem;
}

.button-secondary {
  color: #ea6852;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #ea6852;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.form-checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-color: #3c7c43;
  background-size: 90%;
  border-color: #3c7c43;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-xlarge {
  padding: 4rem;
}

.text-align-center {
  text-align: center;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ea6852;
  padding: 1.25rem;
  font-family: Urwdincond v2, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.fs-styleguide_classes {
  display: none;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-large {
  height: 4rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-medium {
  font-weight: 500;
}

.margin-0 {
  margin: 0;
}

.icon-medium {
  height: 3rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-large {
  padding: 3rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #ea6852;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-style-italic {
  font-style: italic;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-xhuge {
  padding: 8rem;
}

.button-text {
  color: #ea6852;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.margin-xsmall {
  margin: .5rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.text-size-small {
  font-size: .875rem;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-others {
  background-color: #d0dd28;
}

.fs-styleguide_color-sample.is-secondary {
  background-color: #93dacf;
}

.fs-styleguide_color-sample.is-background1 {
  background-color: #f5f2e3;
}

.fs-styleguide_color-sample.is-text-color {
  background-color: #444346;
}

.fs-styleguide_color-sample.is-primary {
  background-color: #ea6852;
}

.text-style-muted {
  opacity: .6;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.show-mobile-landscape {
  display: none;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-align-left {
  text-align: left;
}

.show {
  display: block;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-color-black {
  color: #000;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.background-color-white {
  background-color: #fff;
}

.text-size-large {
  font-size: 1.5rem;
}

.margin-xhuge {
  margin: 8rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-color-grey {
  color: gray;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.heading {
  font-family: Urwdincond v2, sans-serif;
  font-weight: 700;
}

.text-block-12 {
  font-family: Urwdincond v2, sans-serif;
}

.heading-2 {
  font-family: Urwdincond v2, sans-serif;
  font-weight: 700;
}

.heading-3, .heading-4, .heading-5, .heading-6, .heading-7 {
  font-family: Urwdincond v2, sans-serif;
}

.paragraph {
  font-family: Urwdin v2, sans-serif;
}

.link-2 {
  font-family: Urwdincond v2, sans-serif;
}

.icon-5 {
  color: #444346;
}

.icon-6 {
  color: #444346;
  display: block;
}

.slide-nav-5 {
  font-size: .7em;
  bottom: -4em;
}

._5-star-review {
  width: 75px;
}

.text-block-13 {
  font-family: Urwdin v2, sans-serif;
}

.price-atc-div {
  justify-content: space-between;
  display: block;
}

.free-shipping-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-12 {
  width: 20px;
}

.text-content-div {
  border: 1px solid #cfcfcf;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5em;
  padding-top: .5em;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.dropdown-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.question {
  color: #333;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

.dropdown-2 {
  z-index: 1;
  width: 100%;
  border-top: 1px solid #cfcfcf;
  display: block;
  overflow: hidden;
}

.benefits-section {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -webkit-text-fill-color: inherit;
  background-color: #e4e4e4;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2.5em;
  display: flex;
}

.benefit-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.benefit-icon {
  width: 20%;
}

.benefit-text {
  text-align: center;
  text-transform: capitalize;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.dropdown-whatsincluded {
  flex-direction: column;
  display: flex;
}

.list-item {
  color: #333;
  padding-bottom: .1em;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

.list {
  padding-left: 2.5em;
  padding-right: 2.5em;
  line-height: 1.5;
  list-style-type: disc;
}

.hero-slider-div {
  max-width: 100%;
}

.selling-fast-div {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #d0dd28;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  top: .5%;
  bottom: auto;
  left: -2%;
  right: auto;
}

._wf-selling-fast {
  margin-top: 1%;
  margin-bottom: 1%;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.1em;
}

.dropdown-3 {
  z-index: 1;
  width: 100%;
  background-color: #f2f2f2;
  overflow: hidden;
}

.dropdown-toggle-div {
  padding-left: 1em;
  display: flex;
  overflow: hidden;
}

.dropdown-toggle-div.pdp-description {
  z-index: 1;
  padding: 1.5em 3em 1.5em 1em;
}

.how-it-works-section {
  flex-direction: column;
  align-items: center;
  margin-bottom: 12em;
  display: flex;
}

.how-it-works-images {
  width: 50%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.how-it-works-text {
  width: 50%;
  align-self: center;
}

.injured-fibers-block {
  flex-direction: row;
  align-self: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -41%;
  left: 0%;
  right: 0%;
}

.injured-fiber-image {
  width: 90%;
}

.injured-fiber-image.healthy-fiber {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.injured-fibers-div {
  width: 50%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.injured-fibers-div.grayscale {
  width: 50%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  filter: grayscale(95%);
  align-items: center;
}

.how-it-works-div {
  width: 85%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  padding-top: 3em;
  display: flex;
}

._wf-plantar-img {
  border: 7px solid #ea6852;
}

.how-to-use-section {
  justify-content: center;
  padding-top: 5em;
  padding-bottom: 3em;
  display: flex;
}

.heading-div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.whysidekick-section {
  flex-direction: column;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 2em;
  display: flex;
}

.whysidekick-table {
  max-width: 70em;
  flex: 1;
  grid-template: "Area" 250px
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  padding-top: 3em;
  display: grid;
  position: static;
}

.sidekick-table-header {
  background-color: #fff;
  border: 0 solid #000;
  border-right: 1px solid #cecece;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

._wf-curve {
  width: 55%;
}

._wf-traditional-products {
  width: 50%;
}

.traditional-table-header {
  background-color: #fff;
  border: 0 solid #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-block-16 {
  padding-bottom: 10px;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

.why-sidekick-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #93dacf;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 1.5em;
  display: flex;
}

.checkmark-icon {
  width: 6%;
}

.whysidekick-text {
  font-family: Urwdin v2, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.whysidekick-text.traditional {
  text-align: center;
  font-weight: 300;
  line-height: 1em;
}

.included-item-subdiv {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.background-video {
  z-index: 1;
  width: 30em;
  height: 37.5em;
}

.how-to-use-div {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  margin-top: 3em;
  display: flex;
}

._wf-bold-text {
  color: #333;
  padding-top: 1em;
  padding-bottom: 1.3em;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.pdp-main-div {
  display: flex;
}

.stats-section {
  flex-direction: column;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 7em;
  display: flex;
}

.eclipse-img-bg {
  width: 85%;
  height: 70%;
  background-image: url('http://assets.sidekicktool.com/23-09-19-eclipsegradient.png');
  background-position: 50%;
  background-size: cover;
}

.stats-table {
  height: 90%;
  max-width: 50%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 2%;
  padding: 2% 5% 2% 2%;
}

.stats-details {
  color: #fff;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

.stats-cell-icon, .stats-cell-description {
  justify-content: center;
}

.stats-description {
  color: #fff;
  font-family: Urwdincond v2, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.benefit-details {
  text-align: center;
  font-family: Urwdin v2, sans-serif;
  font-size: 1.2em;
}

.benefits-div {
  width: 85%;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  align-items: center;
  display: flex;
}

.objection-image {
  max-width: 50%;
}

@media screen and (min-width: 1280px) {
  ._wf-h1 {
    font-size: 38px;
    line-height: 38px;
  }

  .steps-preview_content-wrapper {
    padding: 10px 15px 24px;
  }

  .steps_content-wrapper {
    padding: 10px 15px 24px 5px;
  }

  .products-preview_discount-line-3 {
    width: 40px;
  }

  .products-preview_card-header-3 {
    font-size: 24px;
  }

  .product-price-subdiv {
    right: 0;
  }

  .product-card-content {
    padding: 10px;
  }

  .products-preview_button-2 {
    font-size: 24px;
  }

  .products-preview_card-header-4 {
    font-size: 30px;
    line-height: 30px;
  }

  .faq-div {
    padding-left: 221px;
    padding-right: 221px;
  }

  .atc-button, .vp-button {
    font-size: 20px;
  }

  .reviews-flex {
    padding-top: 1em;
  }

  .hero-title, .hero-price {
    font-size: 1.8em;
  }

  .header-div {
    flex-direction: column;
    display: flex;
  }

  .background-video {
    width: 28em;
    height: 35em;
  }

  .pdp-main-div {
    max-width: 90%;
  }
}

@media screen and (min-width: 1440px) {
  ._wf-h1 {
    text-align: center;
    margin-left: -17px;
    font-size: 40px;
  }

  .preview-steps_card {
    width: auto;
  }

  .steps-preview_content-wrapper, .steps_content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .body {
    font-size: 16px;
  }

  .products-preview_card-header-3 {
    font-size: 24px;
  }

  .products-card {
    width: 85%;
    height: auto;
  }

  .product-card-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .products-preview_card-header-4 {
    font-size: 30px;
    line-height: 30px;
  }

  .atc-button, .vp-button {
    font-size: 18px;
  }

  .reviews-container {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 20px;
  }

  .recommended-text {
    font-size: 16px;
  }

  .athlete-grid1 {
    align-content: start;
    margin-top: 2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .video-ask-div {
    bottom: 5.3em;
  }

  .slide-nav-5 {
    font-size: .6em;
  }

  .how-it-works-div, .benefits-div {
    width: 75%;
  }
}

@media screen and (min-width: 1920px) {
  ._wf-h1 {
    font-size: 2.8em;
    line-height: 1;
  }

  .preview-steps_card {
    width: auto;
    height: auto;
    max-width: none;
  }

  .steps-preview_content-wrapper, .steps_content-wrapper {
    padding-top: 15px;
  }

  .dropdown-subcontent.faq-content {
    font-size: 1.1em;
  }

  .products-card {
    width: 80%;
    height: 100%;
    max-width: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .product-card-content {
    justify-content: space-around;
  }

  .products-preview_card-header-4 {
    font-size: 32px;
    line-height: 32px;
  }

  .faq-div {
    padding-left: 280px;
    padding-right: 280px;
    font-size: 20px;
    line-height: 30px;
  }

  .regular-text {
    line-height: 1.2;
  }

  .atc-button, .vp-button {
    font-size: 22px;
  }

  .product-title-wrapper {
    margin-bottom: 50px;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .reviews-container {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .review-subject {
    padding-bottom: 5px;
    font-size: 1.2em;
  }

  .review-maintext {
    font-size: 1.2em;
  }

  .recommended-float {
    top: 2%;
    right: 0%;
  }

  .recommended-text {
    font-size: 18px;
  }

  .hero-shop-btn {
    font-size: 2em;
    line-height: .8;
  }

  ._wf-h3 {
    font-size: 1.1em;
  }

  ._2-block-pdp-section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .featured-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._wf-5-star {
    width: 80px;
  }

  ._1-block-grey {
    padding-top: 2em;
  }

  .athlete-grid1 {
    padding-left: 0;
    padding-right: 0;
  }

  .athlete-textcontainer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    margin-top: 5px;
    display: flex;
  }

  .athlete-wrapper {
    height: auto;
    flex-direction: column;
    display: flex;
  }

  .final-ctv-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .cta-div {
    align-items: center;
  }

  ._wf-atc-btn {
    font-size: 2em;
    line-height: 1;
  }

  .scroll-into-view-div {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    display: flex;
  }

  ._wf-body-text {
    line-height: 1.2em;
  }

  ._wf-body-text.how-it-works-text {
    line-height: 1.4;
  }

  .review-nametext {
    font-size: 1.2em;
  }

  .small-review-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .video-ask-div {
    bottom: 4.8em;
  }

  .slide-nav-5 {
    font-size: .6em;
  }

  ._5-star-review {
    width: 90px;
  }

  .text-content-div {
    padding-top: 0;
  }

  .benefits-section {
    justify-content: center;
    margin-bottom: 2em;
  }

  .benefit-div {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .benefit-icon {
    width: 30%;
  }

  .benefit-text {
    font-size: 1.3em;
  }

  .list-item {
    line-height: 1.3;
  }

  .dropdown-toggle-div.pdp-description {
    align-items: center;
  }

  .how-it-works-section {
    margin-bottom: 16em;
  }

  .how-it-works-text {
    width: 40%;
  }

  .injured-fibers-block {
    bottom: -43%;
  }

  .injured-fibers-div, .injured-fibers-div.grayscale {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .how-it-works-div {
    justify-content: center;
    align-items: flex-start;
  }

  .how-to-use-section, .whysidekick-section {
    padding-top: 4em;
  }

  .whysidekick-table {
    grid-template-rows: 293px auto auto auto;
  }

  ._wf-bold-text {
    padding-bottom: 1em;
  }

  .pdp-main-div {
    max-width: 80%;
  }

  .stats-section {
    margin-bottom: 6em;
  }

  .eclipse-img-bg {
    width: 80%;
  }

  .stats-table {
    height: 85%;
    margin-left: 3%;
    padding-right: 7%;
  }

  .stats-details {
    font-size: 1.5em;
  }

  .stats-description {
    font-size: 2.2em;
  }

  .benefit-details {
    font-size: 1.3em;
  }

  .benefits-div {
    width: 70%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .objection-image {
    max-width: 40%;
  }
}

@media screen and (max-width: 991px) {
  ._wf-h1 {
    margin-left: 0;
    font-size: 4em;
  }

  .preview-steps-card_img {
    width: auto;
    height: 270px;
  }

  .preview-steps_card {
    width: 100%;
    box-shadow: none;
    margin-bottom: 0;
  }

  .preview-steps_card:hover {
    transform: none;
  }

  .steps-preview_content-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .steps_text {
    height: auto;
  }

  .steps_card_text-wrapper {
    font-size: 45px;
  }

  .products-card-img {
    width: auto;
    height: auto;
  }

  .dropdown-subcontent {
    padding-left: 0;
    font-size: 2em;
    line-height: 1.5;
  }

  .dropdown-subcontent.faq-content {
    padding-left: .5em;
    font-size: 2em;
  }

  .dropdown-list-2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .product-card-text-div {
    flex-direction: row;
    margin-bottom: 16px;
  }

  .product-price {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    font-size: 30px;
    line-height: 35px;
    display: flex;
  }

  .products-preview_discount-line-3 {
    flex-direction: row;
    align-items: center;
    display: flex;
    top: -15px;
    bottom: 38%;
    left: 19%;
  }

  .product-price-subdiv {
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .products-card {
    width: 95%;
    margin-top: 0;
  }

  .products-card:hover {
    transform: none;
  }

  .products-preview_button-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products-preview_card-price_old-2 {
    align-self: flex-end;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .faq-div {
    padding-left: 0;
    padding-right: 0;
  }

  .regular-text {
    font-size: 1.4em;
  }

  .regular-text.lists {
    margin-bottom: 10px;
  }

  .atc-button, .vp-button {
    width: 80%;
    font-size: 16px;
  }

  .product-price-div {
    flex-direction: column;
    display: flex;
  }

  .reviews-container {
    width: 70vw;
  }

  .review-subject {
    font-size: 1.8em;
  }

  .review-maintext {
    font-size: 1.8em;
    line-height: 1.5em;
  }

  .review-count-text {
    font-size: 1.7em;
    line-height: 3vw;
  }

  .hero-shop-btn {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._wf-h3 {
    font-size: 2em;
  }

  .reviews-div {
    margin-bottom: 5px;
  }

  .hero-title {
    margin-bottom: 5px;
    font-size: 2.5em;
    display: flex;
  }

  .hero-slider {
    width: 90%;
    margin-right: 5%;
  }

  .pdp-content-div {
    width: 90%;
    margin-top: 0%;
    margin-left: 5%;
  }

  .happy-cust-title {
    font-size: 3em;
  }

  .happy-cust-title.title2, .happy-cust-title.title3 {
    font-size: 2em;
  }

  .featured-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-price {
    margin-bottom: 10px;
    font-size: 2.5em;
  }

  .athletes-flex {
    width: 100%;
  }

  .athlete-grid1 {
    grid-column-gap: 14px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 15px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
  }

  .athlete-subtext {
    font-size: 1.5em;
  }

  .athlete-wrapper {
    width: 33%;
  }

  .athlete-headertext {
    font-size: 2em;
  }

  .cta-container {
    width: 90%;
  }

  .ship-by-text {
    font-size: 1em;
    line-height: 1.5vw;
  }

  .athlete-image {
    width: 100%;
    height: auto;
  }

  ._wf-body-text {
    font-size: 2em;
  }

  ._wf-body-text.how-it-works-text {
    padding-top: 9em;
  }

  .review-nametext {
    font-size: 1.8em;
  }

  .header-div {
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .included-item-big {
    width: 15em;
    height: 15em;
  }

  .included-item-big.cleaning-towel {
    padding-bottom: 0;
  }

  .header-small {
    font-size: 1.6em;
  }

  .body-text-small {
    font-size: 1.2em;
  }

  .included-image {
    max-width: 40%;
  }

  .video-ask-div {
    bottom: 8.2em;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-huge {
    margin: 5rem;
  }

  .show-tablet {
    display: block;
  }

  .heading-large {
    font-size: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .paragraph {
    font-family: Urwdin v2, sans-serif;
  }

  .icon-5, .icon-6 {
    display: none;
  }

  .slide-nav-5 {
    font-size: .8em;
    bottom: -6em;
  }

  ._5-star-review {
    width: 70px;
  }

  .text-block-13 {
    font-size: 1.5em;
  }

  .price-atc-div {
    align-items: center;
  }

  .dropdown-wrapper {
    font-size: 1em;
  }

  .question {
    font-size: 2em;
  }

  .benefit-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .benefit-icon {
    width: 30%;
  }

  .benefit-text {
    font-size: 1.6em;
  }

  .list-item {
    font-size: 2em;
  }

  .list {
    padding-left: 2em;
    padding-right: 0;
    font-size: 1em;
  }

  .selling-fast-div {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    margin-top: 5%;
    top: -1%;
    left: 2%;
  }

  ._wf-selling-fast {
    margin-top: auto;
    margin-bottom: auto;
  }

  .dropdown-toggle-div.pdp-description {
    padding-left: 2em;
  }

  .how-it-works-section {
    margin-bottom: 5em;
  }

  .how-it-works-images, .how-it-works-text {
    width: 90%;
  }

  .injured-fibers-block {
    bottom: -37%;
  }

  .injured-fibers-div {
    font-size: 1.3em;
    line-height: 1;
  }

  .injured-fibers-div.grayscale {
    font-size: 1.3em;
  }

  .how-it-works-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .whysidekick-section {
    padding-top: 8em;
  }

  .whysidekick-table {
    grid-template-rows: 194px auto auto auto;
  }

  .text-block-16 {
    padding-bottom: 0;
    font-size: 2em;
  }

  .why-sidekick-row {
    font-size: 1.3em;
  }

  .whysidekick-text {
    font-size: 1.5em;
  }

  .how-to-use-div {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  ._wf-bold-text {
    font-size: 2em;
    line-height: 1.3;
  }

  .icon {
    font-size: 1.5em;
  }

  .stats-section {
    margin-bottom: 8em;
  }

  .eclipse-img-bg {
    width: 100%;
    height: 60vh;
  }

  .stats-table {
    max-width: 55%;
  }

  .stats-details {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .benefit-details {
    font-size: 1.6em;
    line-height: 1.3em;
  }

  .benefits-div {
    width: 95%;
    grid-column-gap: 2%;
    grid-row-gap: 2%;
  }

  .objection-image {
    max-width: 65%;
  }
}

@media screen and (max-width: 767px) {
  ._wf-h1 {
    font-size: 5em;
  }

  .preview-steps_card {
    width: 280px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .steps_text {
    margin-top: 24px;
  }

  .dropdown-subcontent {
    font-size: 2.2em;
  }

  .dropdown-subcontent.faq-content {
    padding-left: 0;
    padding-right: .7em;
    font-size: 2.2em;
  }

  .dropdown-list-2 {
    padding-left: 2em;
    padding-right: 1em;
  }

  .product-price {
    margin-top: 0;
  }

  .products-preview_discount-line-3 {
    margin-left: 37px;
    left: 5%;
  }

  .products-preview_card-header-3 {
    font-size: 29px;
  }

  .product-price-subdiv {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    padding-left: 37px;
  }

  .products-card {
    width: 60%;
    height: auto;
    max-height: none;
    max-width: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
    font-size: 15px;
    display: flex;
  }

  .products-preview_button-2 {
    margin-bottom: -8px;
  }

  .products-preview_card-price_old-2 {
    font-size: 28px;
  }

  .products-preview_card-header-4 {
    font-size: 26px;
  }

  .faq-div {
    padding-top: 2em;
  }

  .regular-text {
    font-size: 1.5em;
  }

  .reviews-flex {
    padding-bottom: 2em;
  }

  .reviews-container {
    width: 80vw;
    padding: 2em;
  }

  .review-subject, .review-maintext {
    font-size: 2.2em;
  }

  .review-count-text {
    text-align: center;
    font-size: 2.6em;
  }

  .hero-shop-btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 3em;
  }

  ._wf-h3 {
    font-size: 2.2em;
  }

  .hero-title, .happy-cust-title {
    font-size: 3em;
  }

  .happy-cust-title.title2, .happy-cust-title.title3 {
    font-size: 2em;
  }

  .hero-price {
    font-size: 3em;
  }

  .athlete-grid1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .athlete-subtext {
    font-size: 1.8em;
    line-height: 1.3;
  }

  .athlete-headertext {
    font-size: 2.5em;
  }

  ._wf-atc-btn {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 3em;
  }

  .cta-container {
    width: 95%;
  }

  .ship-by-text {
    font-size: 1.8em;
  }

  .included-items-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: .25fr;
  }

  ._wf-body-text {
    font-size: 2.2em;
  }

  ._wf-body-text.how-it-works-text {
    padding-top: 0;
    font-size: 2.3em;
  }

  ._wf-body-text.how-to-use {
    font-size: 2.3em;
  }

  .review-nametext {
    font-size: 2.2em;
  }

  .header-div {
    padding-left: 2em;
    padding-right: 2em;
  }

  .included-item-big {
    width: 20em;
    height: 20em;
  }

  .header-small {
    text-align: center;
    font-size: 2em;
  }

  .body-text-small {
    font-size: 1.8em;
  }

  .video-ask-div {
    bottom: 10.8em;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-small {
    font-size: 1rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .slide-nav-5 {
    font-size: 1em;
  }

  .text-block-13 {
    font-size: 1.7em;
  }

  .question {
    font-size: 2.2em;
  }

  .benefit-text {
    font-size: 2.1em;
  }

  .list-item {
    font-size: 2.2em;
  }

  .list {
    padding-left: 3.3em;
    padding-right: 2em;
  }

  .selling-fast-div {
    margin-top: 4%;
  }

  ._wf-selling-fast {
    font-size: 1.5em;
  }

  .dropdown-toggle-div {
    padding-left: 16px;
  }

  .dropdown-toggle-div.pdp-description {
    padding-left: 2em;
  }

  .how-it-works-images, .how-it-works-text {
    width: 85%;
  }

  .injured-fibers-block {
    bottom: -31%;
  }

  .how-it-works-div {
    grid-column-gap: 16em;
    grid-row-gap: 16em;
    flex-direction: column;
    align-items: center;
    padding-top: 2em;
  }

  .how-to-use-section {
    padding-top: 4em;
  }

  .heading-div {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .whysidekick-table {
    grid-template-rows: 158px auto auto auto;
  }

  .text-block-16 {
    font-size: 2.5em;
  }

  .why-sidekick-row {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
  }

  .whysidekick-text, .whysidekick-text.traditional {
    font-size: 1.8em;
  }

  .background-video {
    width: 35em;
    height: 50em;
  }

  .how-to-use-div {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  ._wf-bold-text {
    font-size: 2.2em;
  }

  .icon {
    font-size: 1.5em;
  }

  .stats-section {
    margin-top: 6em;
  }

  .eclipse-img-bg {
    height: 50vh;
  }

  .stats-table {
    padding-right: 2%;
  }

  .stats-details {
    font-size: 1.8em;
  }

  .benefit-details {
    font-size: 2.1em;
  }
}

@media screen and (max-width: 479px) {
  ._wf-h1 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    font-family: Urwdincond v2, sans-serif;
    font-size: 5em;
  }

  .preview-steps-card_img {
    width: auto;
    height: auto;
  }

  .preview-steps_card {
    width: 60vw;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
  }

  .steps-preview_content-wrapper {
    height: 36vh;
    margin-bottom: 0;
    padding-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .steps_text {
    margin-top: 15px;
  }

  .steps_card_text-wrapper {
    flex-direction: column;
  }

  .steps_content-wrapper {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .products-card-img {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .body {
    font-size: 5.31px;
  }

  .faq-section {
    padding-top: 10em;
  }

  .dropdown-subcontent {
    padding-left: .5em;
    font-size: 1.8em;
  }

  .dropdown-subcontent.faq-content {
    font-size: 3em;
  }

  .dropdown-list-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .product-card-text-div {
    height: auto;
  }

  .product-price {
    font-size: 28px;
  }

  .products-preview_discount-line-3 {
    margin-bottom: 6px;
    margin-left: 27px;
    font-size: 16px;
  }

  .products-preview_card-header-3 {
    height: 4ch;
    font-size: 24px;
  }

  .product-price-subdiv {
    padding-left: 0;
  }

  .products-card {
    width: 80vw;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .product-card-content {
    height: 400px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .products-preview_button-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .products-preview_card-price_old-2 {
    font-size: 20px;
  }

  .products-preview_card-header-4 {
    height: 4ch;
    font-size: 22px;
  }

  .faq-div {
    width: 100%;
    padding: 5em 0 2em;
  }

  ._wf-h2 {
    font-size: 4em;
    line-height: 1.2em;
  }

  .regular-text {
    text-align: center;
    font-size: 2em;
    line-height: 1.2;
  }

  .atc-button, .vp-button {
    width: 75%;
    max-width: 264px;
  }

  .product-title-wrapper {
    margin-bottom: 10px;
  }

  .splitpayment {
    font-size: 14px;
  }

  .reviews-section {
    padding-top: 10em;
  }

  .reviews-container {
    width: 90vw;
  }

  .review-subject {
    text-align: left;
    font-family: Urwdin v2, sans-serif;
    font-size: 3em;
    line-height: 1;
  }

  .review-maintext {
    font-family: Urwdin v2, sans-serif;
    font-size: 3em;
    line-height: 1.3;
  }

  .review-total {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .review-count-text {
    text-align: center;
    margin-top: 10px;
    font-size: 3em;
  }

  .hero-shop-btn {
    width: 100%;
    height: 1.8em;
    padding: 10px 30px;
    font-family: Urwdincond v2, sans-serif;
    font-size: 2em;
  }

  ._wf-h3 {
    font-size: 3em;
  }

  ._2-block-pdp-section {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .pdp-div {
    z-index: 1;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-title {
    margin-top: 2.5em;
    font-size: 2.3em;
  }

  .pdp-content-div {
    font-size: 1.8em;
  }

  .happy-cust-div {
    padding-left: 75px;
    padding-right: 75px;
  }

  .happy-cust-title {
    font-size: 5em;
  }

  .happy-cust-title.title2, .happy-cust-title.title3 {
    font-size: 3em;
  }

  .hero-price {
    font-size: 2.3em;
  }

  ._1-block-grey {
    padding-top: 8em;
    overflow: visible;
  }

  .athletes-flex {
    flex-direction: column;
    padding-top: 5em;
    display: flex;
  }

  .athlete-grid1 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 0 0 8em;
  }

  .athlete-subtext {
    text-align: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 3em;
    line-height: 1.1;
    display: flex;
  }

  .athlete-wrapper {
    width: 100%;
    padding-bottom: 10px;
  }

  .athlete-headertext {
    align-items: center;
    font-size: 4.5em;
  }

  .athlete-headertext.mobile {
    padding-top: 10px;
  }

  .floating-atc-div {
    width: 100%;
  }

  .final-ctv-text {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-items: center;
    font-size: 2em;
  }

  .cta-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column-reverse;
  }

  ._wf-atc-btn {
    font-size: 3.4em;
    line-height: 1em;
  }

  .ship-by-text {
    display: none;
  }

  .scroll-into-view-div {
    margin-top: -100px;
    display: block;
  }

  .greencircle {
    width: 8px;
    height: 8px;
  }

  .how-to-video-div {
    width: 100%;
    padding-top: 120%;
  }

  .ship-by-text-mobile {
    padding-top: 4px;
    font-family: Urwdin v2, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    display: block;
  }

  .included-items-div {
    grid-column-gap: 10px;
    grid-row-gap: 11px;
    grid-template-columns: .25fr 1fr;
  }

  .width-container {
    flex-direction: column;
  }

  ._wf-body-text {
    text-align: left;
    font-size: 1.8em;
  }

  ._wf-body-text.how-it-works-text {
    margin-bottom: 1em;
    padding-top: 1em;
    font-size: 1.6em;
  }

  ._wf-body-text.how-to-use {
    text-align: center;
    font-size: 3.2em;
  }

  .review-nametext {
    font-family: Urwdin v2, sans-serif;
    font-size: 3em;
  }

  .small-review-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: center;
  }

  .header-div {
    flex-direction: column;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .included-item-big {
    width: 15em;
    height: 15em;
  }

  .header-small {
    font-size: 1.7em;
  }

  .body-text-small {
    font-size: 1.3em;
  }

  .video-ask-div {
    bottom: 27.5em;
  }

  .main-cta-container {
    padding-bottom: 2.5em;
  }

  .show-mobile-portrait {
    display: block;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .icon-5, .icon-6 {
    display: none;
  }

  .slide-nav-5 {
    bottom: -7em;
  }

  .text-block-13 {
    font-size: 1.5em;
  }

  .price-atc-div {
    align-items: center;
  }

  .question {
    padding-left: .5em;
    font-size: 1.6em;
  }

  .dropdown-2 {
    padding-left: 0;
  }

  .benefits-section {
    flex-direction: column;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .benefit-div {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .benefit-text {
    font-size: 3em;
  }

  .dropdown-whatsincluded {
    align-items: center;
  }

  .list-item {
    font-size: 1.8em;
  }

  .list {
    padding-left: 3em;
  }

  .selling-fast-div {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: 0%;
    padding-left: 2%;
    top: -1%;
    left: 2%;
  }

  ._wf-selling-fast {
    font-size: 2.4em;
  }

  .dropdown-3 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .dropdown-toggle-div {
    padding-left: 1em;
    font-size: 1.1em;
  }

  .dropdown-toggle-div.pdp-description {
    padding-left: 0;
    font-size: 1.2em;
  }

  .dropdown-toggle-div.faq-mobile, .dropdown-toggle-div.faq {
    padding-left: 0;
  }

  .how-it-works-images {
    width: 100%;
    margin-bottom: 10em;
  }

  .how-it-works-text {
    width: 100%;
    margin-top: .5em;
    font-size: 2em;
  }

  .injured-fibers-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    bottom: -53%;
  }

  .injured-fibers-div, .injured-fibers-div.grayscale {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .how-it-works-div {
    width: 100%;
    grid-column-gap: 12.5em;
    grid-row-gap: 12.5em;
  }

  ._wf-plantar-img {
    height: auto;
    border-style: none;
  }

  .how-to-use-section {
    align-items: center;
    padding-top: 10em;
    padding-bottom: 3.5em;
  }

  .whysidekick-section {
    padding-top: 10em;
  }

  .whysidekick-table {
    grid-template-rows: 136px auto auto auto;
    padding-top: 4em;
  }

  .sidekick-table-header {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
  }

  ._wf-curve {
    width: 78%;
  }

  ._wf-traditional-products {
    width: 85%;
  }

  .traditional-table-header {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
  }

  .text-block-16 {
    text-align: center;
    font-size: 3.3em;
  }

  .why-sidekick-row {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    border-width: .5px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.5em;
    padding-right: 1em;
  }

  .checkmark-icon {
    width: 10%;
    margin-top: 0;
  }

  .whysidekick-text {
    font-size: 2.4em;
  }

  .whysidekick-text.traditional {
    text-align: left;
    padding-left: .25em;
    padding-right: 1em;
    font-size: 2.4em;
    line-height: 1.2em;
  }

  .background-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .how-to-use-div {
    flex-direction: column;
  }

  .how-to-use-maindiv {
    flex-direction: column;
    display: flex;
  }

  ._wf-bold-text {
    font-size: 2em;
  }

  .pdp-main-div {
    grid-column-gap: 15em;
    grid-row-gap: 15em;
    flex-direction: column;
    display: flex;
  }

  .icon, .icon.faq {
    font-size: 2.5em;
  }

  .icon.main-text-div {
    font-size: 1.7em;
  }

  .stats-section {
    margin-bottom: 10em;
  }

  .eclipse-img-bg {
    width: 100%;
    height: 50vh;
    background-position: 55%;
  }

  .stats-table {
    height: 95%;
    max-width: 100%;
    padding-top: 0%;
  }

  .stats-details {
    font-size: 2.6em;
    line-height: 1.5em;
  }

  .stats-description {
    max-width: 50%;
    font-size: 2.8em;
  }

  .benefit-details {
    font-size: 3em;
  }

  .benefits-div {
    width: 100%;
    flex-direction: column;
  }

  .objection-image {
    max-width: 90%;
  }
}

#w-node-a3b79428-e49b-37c2-c4b8-7fc6307bcb42-e8561d3a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ced58590-ad7c-dcf3-3d64-0bc247c8b61b-e8561d3a, #w-node-_477d36be-152f-410c-dd0c-958707ea6254-e8561d3a {
  grid-column: span 4 / span 4;
}

#w-node-_09713f7a-13a6-6eb8-44b3-492c3e5da796-e8561d3a, #w-node-_4c884d81-336a-de0f-8303-df671975dc6e-e8561d3a {
  grid-column: span 3 / span 3;
}

#w-node-_6787d1aa-b251-f4ec-6d4f-90d0f64e777a-e8561d3a, #w-node-_2ed7811f-f876-c19f-294d-f8d9672a766b-e8561d3a, #w-node-_5c5e7bca-be26-afb3-67e4-82010d739ee9-0d739ee9, #w-node-_8bbe5d01-f111-efba-b9c7-b56da2863f7d-a2863f7d, #w-node-c7a08c5a-8674-f5e9-d383-6aaecb2aa6ad-cb2aa6ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'urwdin';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDIN-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'urwdincond';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDINCond-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'urwdincond';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDINCond-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'urwdin';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDIN-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'urwdin';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDIN-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'urwdincond';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDINCond-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'urwdincond';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDINCond-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '21 12 24 urwdin';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDIN-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '21 12 24 urwdincond';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDINCond-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '21 12 24 urwdincond';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDINCond-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '21 12 24 urwdin';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDIN-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '21 12 24 urwdin';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDIN-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '21 12 24 urwdincond';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDINCond-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '21 12 24 urwdincond';
  src: url('http://assets.sidekicktool.com/21-12-24-URWDINCond-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwdin v2';
  src: url('http://assets.sidekicktool.com/URWDIN-Bold-v2.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwdin v2';
  src: url('http://assets.sidekicktool.com/URWDIN-Light-v2.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwdincond v2';
  src: url('http://assets.sidekicktool.com/URWDINCond-Black-v2.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwdincond v2';
  src: url('http://assets.sidekicktool.com/URWDINCond-Bold-v2.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwdin v2';
  src: url('http://assets.sidekicktool.com/URWDIN-Medium-v2.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwdin v2';
  src: url('http://assets.sidekicktool.com/URWDIN-Regular-v2.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwdincond v2';
  src: url('http://assets.sidekicktool.com/URWDINCond-Regular-v2.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}