:root {
  --orange-red: #ff5e00;
  --white: white;
  --black-2: black;
  --black: #111;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #111;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6vw;
  font-weight: 900;
  line-height: 6vw;
}

h2 {
  color: #111;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 900;
  line-height: 60px;
}

h3 {
  color: #111;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

h4 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

p {
  color: #111;
  max-width: 720px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

a {
  color: var(--orange-red);
  font-weight: 500;
  text-decoration: none;
  transition: color .4s;
}

ul {
  color: #111;
  margin-top: 12px;
  margin-bottom: 32px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

li {
  line-height: 32px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.navbar {
  z-index: 999999;
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: 0 0 24px #00000026;
}

.logo-container {
  z-index: 999999;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 160px;
  padding: 4px 12px;
  display: flex;
  position: relative;
}

.logo-container.w--current {
  z-index: 999999;
  filter: none;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.logo-container.footer-logo {
  background-color: #0000;
}

.logo-container.footer-logo.w--current {
  filter: none;
  background-color: #0000;
}

.navbar-menu {
  z-index: 999999;
  background-color: var(--white);
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-menu.menu-mobile {
  background-color: #0000;
  flex-direction: column;
}

.logo {
  filter: invert();
  max-width: 200px;
}

.nav-link {
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .8vw;
  font-weight: 700;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.nav-link:hover {
  color: var(--orange-red);
}

.nav-link.footer-link {
  color: #fff;
  height: auto;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.nav-link.navbar-cta {
  background-color: var(--orange-red);
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .4s, color .4s;
}

.nav-link.navbar-cta:hover {
  background-color: var(--black-2);
}

.nav-link.last-nav-link {
  margin-right: 12px;
}

.nav-link.mobile-nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.nav-link.mobile-nav-link:hover {
  color: #ffffff80;
}

.section {
  padding-top: 4em;
  padding-bottom: 4em;
}

.section.hero {
  background-image: linear-gradient(#fffc, #fffc), url('../images/white-architectural-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 95vh;
  display: flex;
}

.section.hero.slide-two {
  background-image: linear-gradient(#00000040, #00000040), url('../images/gym-gear-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.hero.nutrition-hero {
  background-image: linear-gradient(#00000040, #00000040), url('../images/nutrition-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.intro-section {
  padding-top: 0;
}

.section.classes {
  background-image: linear-gradient(#ff5e00f5, #ff5e00f5), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.benefits {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -4em;
}

.section.products-section {
  background-image: linear-gradient(#f2f2f2e6, #f2f2f2e6), url('../images/white-architectural-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.footer {
  background-color: var(--black);
  padding-top: 6em;
  padding-bottom: 16em;
  position: relative;
}

.section.testimonials {
  background-color: #111;
  padding-top: 4em;
  padding-bottom: 8em;
}

.section.faq-section {
  background-color: #f2f2f2;
}

.section.blog-post {
  padding-top: 8em;
}

.section.store {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Store-Hero-One.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 8em;
  display: flex;
}

.section.store-slide-two {
  background-image: linear-gradient(#00000080, #00000080), url('../images/compression-shirt.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 8em;
  display: flex;
}

.section.store-slide-three {
  background-image: linear-gradient(#00000080, #00000080), url('../images/womens-leggings.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 8em;
  display: flex;
}

.section.category-page {
  background-color: #f2f2f2;
  background-image: linear-gradient(#f2f2f2f2, #f2f2f2f2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 8em;
  padding-bottom: 6em;
}

.section.blog-author-page {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 12em;
  padding-bottom: 6em;
}

.section.internal-hero {
  background-image: url('../images/Nutrition-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  min-height: 95vh;
  padding-top: 12em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.section.personal-training-page {
  background-image: url('../images/personal-trainer-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 12em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.section.group-class-page {
  background-image: url('../images/Group-class-hero-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 12em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.section.single-product-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 90vh;
  padding-top: 8em;
  padding-bottom: 12em;
  display: flex;
  position: relative;
}

.section.featured-blog-one {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  display: flex;
  position: relative;
}

.section.trainers-page {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 12em;
  padding-bottom: 6em;
}

.section.success-story-page {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 12em;
}

.section.lead-generators-page {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 12em;
  padding-bottom: 8em;
}

.section.success-stories {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 12em;
}

.section.utility-page {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 12em;
}

.section.mobile-nav {
  z-index: 99999;
  background-color: var(--orange-red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 0;
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.section.preloader {
  z-index: 99999999;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.container {
  z-index: 99999;
  flex: none;
  align-self: stretch;
  width: 94%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.cards-container {
  justify-content: space-between;
  width: auto;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.container.lead-gen-container {
  max-width: 980px;
}

.container.testimonials-container {
  max-width: 720px;
}

.container.blog-container {
  max-width: 800px;
}

.container.product-row {
  margin-bottom: 48px;
}

.container.products-container {
  z-index: 0;
}

.container.products-container.second-row {
  margin-top: 24px;
}

.container.nutrition-container {
  max-width: 720px;
}

.container.internal-grid-container {
  margin-top: 4em;
}

.container.group-class-details-container {
  justify-content: space-between;
  max-width: 900px;
}

.container.footer-container.footer-row-tablet {
  margin-bottom: 24px;
  display: none;
}

.container.contact-container {
  max-width: 800px;
}

.container.image-license-container {
  margin-top: 40px;
}

.container.mobile-nav-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.container.legal-container {
  justify-content: space-between;
  align-items: center;
}

.container.preloader-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.column {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.column.card {
  background-color: var(--white);
  border-radius: 4px;
  flex: 0 auto;
  /*justify-content: center;*/
  width: 100%;
  padding: 24px 32px 24px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px #00000026;
}

.column.card.group-class-details {
  background-color: var(--black);
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 49%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.column.card.class-instructor-details {
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 49%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.column.hero-column {
  flex: none;
  align-self: center;
  width: 700px;
}

.column.footer-column {
  flex: 1;
}

.column.nutrition-hero {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column.single-product-column {
  text-align: center;
}

.column.single-testimonial-column {
  flex-direction: column;
  display: flex;
}

.column.lead-gen-single {
  display: flex;
}

.column.license-column {
  text-align: center;
  flex: none;
  width: 25%;
}

.column.button-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column.mobile-nav-column {
  flex: none;
}

.column.preloader-column {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100%;
  display: flex;
}

.hero-heading {
  border-left: 8px solid var(--orange-red);
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  position: relative;
  left: -32px;
}

.hero-heading.light-theme {
  color: #fff;
}

.subheading {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.subheading.light-theme {
  color: #fff;
}

.subheading.light-theme.price {
  margin-right: 16px;
}

.subheading.centered {
  max-width: 720px;
}

.subheading.blog-date {
  border-left: 1px solid #00000040;
  align-self: center;
  margin-bottom: 16px;
  padding-left: 12px;
}

.subheading.blog-author {
  align-self: center;
  margin-bottom: 16px;
  padding-right: 12px;
}

.subheading.blog-author:hover {
  color: #666;
}

.button {
  border: 2px solid var(--orange-red);
  background-color: var(--orange-red);
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 40px;
  padding: 16px 20px;
  font-size: 12px;
  font-weight: 600;
  transition: color .4s, border-color .4s, background-color .4s;
}

.button:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.button.transparent-button {
  border: 2px solid var(--orange-red);
  color: var(--black);
  background-color: #0000;
}

.button.transparent-button:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button.transparent-button.light-theme {
  color: var(--white);
}

.button.transparent-button.left-hero-button {
  margin-right: 24px;
}

.button.submit-button {
  margin-top: 16px;
}

.button.add-to-cart {
  margin-top: 0;
}

.button.return-store {
  flex: none;
  margin-top: 0;
}

.button.centered {
  display: inline-block;
}

.button.checkout-button {
  margin-top: 12px;
}

.card-heading {
  color: #111;
  text-align: left;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}

.flash-icon {
  opacity: 1;
  width: 32px;
  margin-right: 16px;
  position: static;
  bottom: auto;
  right: auto;
}

/*.hero-image {
  z-index: 9;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}*/
.hero-image{
  width:100%;
  max-width:420px;
  height:auto;
  display:block;
  margin-left:auto;
  margin-right: auto;
  transform: translateX(-160px);
}
.intro-heading {
  text-align: center;
}

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

.centered.questions-cta {
  color: #666;
  margin-top: 16px;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 16px;
}

.cart-icon {
  color: #fff;
}

.cart-quantity {
  color: var(--black-2);
}

.cart-button {
  background-color: #0000;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.hero-slide, .hero-mask {
  height: auto;
}

.hero-slider {
  background-color: #0000;
  height: auto;
  position: relative;
}

.slide-nav {
  color: var(--orange-red);
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  inset: 0 0 0 auto;
}

.slide-arrow-icon {
  color: #333;
}

.right-arrow, .left-arrow {
  display: none;
}

.grid-item {
  background-color: var(--white);
  width: 32.33%;
  height: 430px;
  overflow: hidden;
  box-shadow: 0 0 16px #00000040;
}

.grid-item.product-item {
  width: 32.33%;
}

.grid-list {
  justify-content: space-between;
  display: flex;
}

.grid-item-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 370px;
  position: relative;
}

.grid-item-image.product-image {
  width: 100%;
  height: 370px;
}

.grid-item-image.group-classes {
  background-image: url('../images/Group-class-hero-img.jpg');
}

.grid-item-image.personal-training {
  background-image: url('../images/personal-trainer-hero.jpg');
}

.grid-item-image.nutrition {
  background-image: url('../images/Nutrition-1.jpg');
}

.grid-item-details {
  flex-direction: column;
  padding: 16px 5% 20px;
  display: flex;
}

.grid-item-link {
  display: block;
}

.grid-item-heading {
  border-left: 4px solid var(--orange-red);
  height: 32px;
  padding-left: 16px;
}

.grid-item-heading.product-name {
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  height: 24px;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
}

.grid-item-overlay {
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-heading-container {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.view-category-icon {
  filter: invert();
  height: 48px;
}

.platform-icons {
  opacity: .9;
  align-items: center;
  display: flex;
}

.platform-icon {
  width: 22px;
  margin-right: 8px;
  display: block;
}

.youtube-live {
  width: 28px;
  margin-right: 8px;
  display: block;
}

.live-icon {
  width: 60px;
  display: block;
}

.store-tag {
  width: 32px;
  margin-bottom: 20px;
}

.lead-gen-image {
  z-index: 1;
  border: 12px solid var(--white);
  transform-style: preserve-3d;
  align-self: center;
  width: 320px;
  position: relative;
  transform: skew(-10deg, 9deg)rotateX(0)rotateY(26deg)rotateZ(0);
  box-shadow: 11px 11px 24px #00000040;
}

.lead-gen-details {
  padding: 12px 24px 12px 40px;
}

.lead-gen-heading {
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 56px;
  line-height: 60px;
}

.lead-gen-item {
  justify-content: space-between;
  display: flex;
}

.lead-gen-form {
  margin-top: 24px;
}

.text-field {
  color: #111;
  background-color: #f2f2f2;
  border: 1px #000;
  max-width: 480px;
  height: 60px;
  box-shadow: inset 0 0 12px #0000001a;
}

.text-field:active, .text-field:focus {
  border: 1px solid var(--orange-red);
}

.text-field.class-signup-input {
  max-width: none;
}

.text-field.text-area {
  height: 120px;
}

.questions-cta {
  color: #666;
  transition: color .4s;
}

.questions-cta:hover {
  color: #111;
}

.legal-footer {
  background-color: var(--black-2);
  justify-content: space-between;
  align-items: center;
  height: 120px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-pattern {
  z-index: 0;
  opacity: .75;
  width: 200px;
  position: absolute;
  top: 80px;
  left: 12px;
}

.cta-dot-pattern {
  z-index: 0;
  width: 160px;
  position: absolute;
  top: 8px;
  left: 24px;
}

.legal-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.legal-link {
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
  display: inline-block;
}

.legal-link:hover {
  color: var(--white);
}

.blog-item {
  width: 32.33%;
  height: 400px;
  position: relative;
  box-shadow: 0 0 16px #00000040;
}

.blog-list {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}

.blog-title {
  color: #fff;
  height: 96px;
  font-weight: 700;
}

.blog-image-overlay {
  background-color: #00000080;
  padding: 56px 5% 16px;
  position: absolute;
  inset: 0%;
}

.read-blog-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 48px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.read-blog-link.blog-page-read-more {
  color: var(--orange-red);
}

.white-heading {
  color: #fff;
}

.thin-heading {
  font-weight: 400;
}

.section-heading {
  border-bottom: 1px solid #00000040;
  margin-bottom: 20px;
}

.section-heading.white-heading {
  border-bottom-color: var(--white);
  border-bottom-color: #fff;
}

.section-heading.category-heading {
  flex: 1;
  align-self: stretch;
}

.testimonial-item {
  width: auto;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item.success-stories-item {
  margin-bottom: 40px;
}

.testimonial-list {
  justify-content: space-between;
  display: flex;
}

.testimonial-list.success-stories-list {
  flex-direction: column;
  margin-top: 40px;
}

.testimonial-image {
  z-index: 99;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -50px;
}

.testimonial-image.large-headshot {
  width: 140px;
  height: 140px;
  box-shadow: 0 0 12px #00000026;
}

.testimonial-details {
  text-align: center;
  padding: 60px 16px 12px;
}

.testimonial-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.testimonial-text.customer-name {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
}

.testimonial-text.customer-name.dark-theme {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 900;
  line-height: 32px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.testimonial-slide, .testimonial-mask {
  height: auto;
}

.testimonial-slide-nav {
  height: auto;
  font-size: 10px;
  line-height: 12px;
}

.faq-answer {
  margin-bottom: 24px;
}

.faq-container {
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.faq-content {
  background-color: var(--white);
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq {
  background-color: var(--orange-red);
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-answer-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-answer-content.w--open {
  background-color: #0000;
}

.faq-item {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 0 16px #00000026;
}

.faq-question {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.nav-dropdown {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.dropdown-toggle {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 16px 0 0;
  display: flex;
}

.dropdown-icon {
  margin-right: 8px;
}

.nav-dropdown-list.w--open {
  background-color: var(--black);
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
}

.dropdown-link {
  color: var(--white);
}

.dropdown-link:hover {
  color: var(--orange-red);
}

.cart {
  background-color: var(--black-2);
  align-self: stretch;
  padding-left: 8px;
  padding-right: 8px;
}

.hamburger-icon {
  width: 40px;
  margin-top: 6px;
  margin-left: 12px;
  margin-right: 12px;
  display: none;
}

.blog-heading {
  border-left: 8px solid var(--orange-red);
  padding-left: 24px;
  font-size: 56px;
  line-height: 60px;
  transform: translate(-24px);
}

.store-pattern {
  width: 180px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.add-to-cart-button {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.add-to-cart-button.store-add-to-cart {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 16px;
}

.add-to-cart-button.single-product-add-to-cart {
  flex-direction: column;
  justify-content: center;
}

.price-details {
  margin-bottom: 32px;
  display: flex;
}

.subcategory-link {
  background-color: var(--black-2);
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 2px 8px;
  font-size: 10px;
  transition: background-color .4s;
  display: inline-block;
}

.subcategory-link:hover {
  background-color: var(--orange-red);
}

.subcategory-link.blog-category {
  position: absolute;
  inset: 24px auto auto 5%;
}

.author-block {
  background-color: var(--white);
  margin-top: 24px;
  padding: 16px 12px;
  display: flex;
  box-shadow: 0 0 12px #0000001a;
}

.post-author-headshot {
  border-radius: 100%;
  align-self: center;
  width: 140px;
  height: 140px;
  margin-right: 24px;
}

.post-author-headshot.nutrition-trainer {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
}

.author-details {
  flex-direction: column;
  display: flex;
}

.author-bio {
  font-size: 16px;
  line-height: 24px;
}

.author-social-link {
  color: #0000;
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: inline-block;
  overflow: hidden;
}

.author-social-link.facebook-large {
  width: 28px;
  height: 28px;
}

.author-social-link.twitter-large {
  background-image: url('../images/twitter-1.svg');
  width: 28px;
  height: 28px;
}

.author-name {
  margin-bottom: 0;
}

.blog-byline {
  margin-top: 24px;
  margin-bottom: 12px;
  display: flex;
}

.cat-description {
  height: 56px;
  overflow: hidden;
}

.full-grid-item {
  background-color: var(--white);
  margin-bottom: 24px;
  display: flex;
  box-shadow: 0 0 16px #0000001a;
}

.product-image {
  width: 320px;
  display: block;
}

.product-details {
  flex: 1;
  padding: 24px;
}

.item-heading {
  color: var(--black-2);
  margin-bottom: 0;
}

.internal-heading {
  border-left: 8px solid var(--orange-red);
  margin-bottom: 0;
  padding-left: 24px;
  transform: translate(-24px);
}

.internal-heading.centered {
  border-left-style: none;
  margin-bottom: 8px;
  transform: none;
}

.full-grid-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 320px;
  min-height: 320px;
  position: relative;
}

.full-grid-overlay {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-icon {
  width: 40px;
  display: block;
}

.internal-heading-container {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 24px;
  display: flex;
}

.store-pagination {
  justify-content: flex-end;
  margin-top: 16px;
}

.pagination-button {
  background-color: var(--black);
  color: var(--white);
  margin-right: 0;
}

.empty-state {
  background-color: var(--black);
  color: #fff;
  background-image: linear-gradient(#111c, #111c), url('../images/empty.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 32px 32px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.empty-state.cat-empty {
  display: none;
}

.blog-author-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 12px #00000080;
}

.blog-author-image.single-trainer-headshot {
  border: 8px solid var(--white);
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
}

.blog-author-bio {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.author-socials {
  opacity: .94;
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.personal-trainer-contact {
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 560px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  display: flex;
}

.trainer-link {
  text-align: center;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  font-weight: 600;
}

.nutrition-heading {
  color: var(--white);
  text-align: center;
}

.hero-overlay {
  z-index: 4;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.nutrition-trainer-details {
  justify-content: flex-start;
  padding: 12px 16px;
  display: flex;
  box-shadow: 0 0 12px #00000026;
}

.light-theme {
  color: #fff;
}

.team-member-bio {
  font-size: 16px;
  line-height: 24px;
}

.trainer-details {
  flex-direction: column;
  display: flex;
}

.trainer-details.blog-author-socials {
  flex-direction: row;
  margin-top: 12px;
}

.class-details {
  color: #fff;
  margin-right: 8px;
  font-size: 20px;
  line-height: 24px;
}

.class-instructor {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 72px;
  height: 72px;
  margin-right: 24px;
}

.instructor-contact {
  margin-bottom: 4px;
  font-weight: 600;
  display: block;
}

.group-classes-ctas {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 360px;
  display: flex;
}

.class-instructor-tag {
  background-color: var(--black);
  color: #ccc;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
}

.success {
  background-color: var(--orange-red);
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.success-logo {
  filter: invert();
  width: 160px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.error {
  background-color: var(--black-2);
  text-align: center;
  margin-top: 24px;
  padding: 24px 12px;
}

.form-message {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
}

.class-signup-heading {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.signup-class-name {
  margin-bottom: 0;
  margin-left: 12px;
}

.class-select {
  color: #999;
  border: 1px #000;
  border-radius: 0;
  height: 60px;
  box-shadow: inset 0 0 12px #0000001a;
}

.sign-up-heading {
  margin-bottom: 0;
}

.group-class-time {
  display: flex;
}

.single-product-heading {
  color: #fff;
  text-align: center;
  display: block;
}

.single-product-desc {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.single-product-price {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 12px;
  display: inline-block;
}

.option-list {
  display: block;
}

.store-add-to-cart {
  flex: none;
}

.product-option {
  color: #111;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  margin-right: 12px;
}

.product-quantity {
  color: #111;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-right: 8px;
}

.single-product-options {
  align-self: stretch;
  margin-bottom: 8px;
  display: flex;
}

.single-product-options.single-options {
  justify-content: center;
}

.product-grid-price {
  background-color: var(--black-2);
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.category-heading-container {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.store-category-link {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  inset: 40% 0% auto auto;
  transform: translate(0, -50%);
}

.add-to-cart-single {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.single-product-overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.blog-hero-overlay {
  background-color: #000000a6;
  position: absolute;
  inset: 0%;
}

.byline-container {
  border-bottom: 1px solid #999;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 4px 8px;
  display: flex;
}

.byline-container.instructor-container {
  border-bottom-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.byline-container.byline-hero {
  border-bottom-color: var(--white);
}

.byline-headshot {
  border-top: 1px solid #999;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.byline-author-name {
  border-right: 1px solid #999;
  margin-right: 12px;
  padding-right: 12px;
}

.byline-author-name.author-hero {
  border-right-color: var(--white);
}

.out-of-stock-state, .error-state {
  background-color: var(--black-2);
  color: #ddd;
}

.byline {
  flex: 1;
  display: flex;
}

.byline-date-hero {
  color: #fff;
}

.trainer-contact {
  margin-top: 0;
  margin-bottom: 4px;
}

.contact-form {
  margin-top: 24px;
}

.error-state-message {
  color: #fff;
}

.single-product-buttons {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-logo {
  align-self: center;
  width: 140px;
}

.image-license-link {
  margin-top: 8px;
  display: block;
}

.icon-license {
  width: 120px;
}

.lottie-license {
  filter: invert();
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.footer-icon {
  filter: invert();
  width: 24px;
  transition: opacity .4s;
}

.footer-icon:hover {
  opacity: .5;
}

.social-link-block {
  margin-right: 12px;
}

.checkout-form {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 12em;
  padding-bottom: 4em;
}

.checkout-heading {
  color: #fff;
  margin-top: 12px;
}

.checkout-heading-container {
  background-color: var(--black);
}

.required {
  color: #fff;
}

.order-summary {
  top: 12em;
}

.instructor-socials {
  flex: none;
  justify-content: space-around;
  align-self: auto;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instructor-socials.group-class-socials {
  justify-content: flex-start;
  align-self: flex-start;
  margin-left: 0;
}

.instructor-social {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.instructor-social.instructor-facebook {
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.instructor-social.instructor-facebook.social-large {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.instructor-social.instructor-twitter {
  background-image: url('../images/twitter-1.svg');
  background-position: 50%;
  background-size: contain;
}

.instructor-social.instructor-twitter.social-large {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.instructor-social.instructor-instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.instructor-social.instructor-instagram.social-large {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.instructor-contact-details {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-instructor-contact {
  text-align: center;
  flex: 1;
  align-self: center;
  margin-top: 24px;
  margin-left: 20px;
}

.preloader-logo {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 40vh 0% 0%;
  transform: translate(0, -50%);
}

.lottie-preloader {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.paypal-logo {
  width: 72px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paypal-checkout-heading {
  text-align: center;
  margin-top: 8px;
  font-size: 40px;
  line-height: 44px;
}

.cart-empty-state {
  flex-direction: column;
}

.no-items-found-text {
  margin-bottom: 20px;
}

.menu-change {
  background-color: var(--black-2);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 8vw;
    line-height: 7.2vw;
  }

  h2 {
    font-size: 6.2vw;
    line-height: 5.6vw;
  }

  .logo-container {
    z-index: 9999999;
    position: relative;
  }

  .logo-container.footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .logo-container.footer-logo.w--current {
    margin-left: 0;
  }

  .nav-link {
    font-size: 11px;
    display: none;
  }

  .nav-link.footer-link {
    text-align: left;
  }

  .nav-link.navbar-cta, .nav-link.mobile-nav-link {
    display: flex;
  }

  .section.hero {
    height: auto;
    min-height: 95vh;
    padding-top: 16em;
    padding-bottom: 12em;
  }

  .section.footer {
    padding-top: 4em;
    padding-bottom: 12em;
  }

  .section.category-page {
    padding-bottom: 6em;
  }

  .section.trainers-page {
    padding-bottom: 4em;
  }

  .container.cards-container {
    flex-direction: column;
    width: 94%;
  }

  .container.group-class-details-container {
    flex-direction: column;
    align-items: center;
  }

  .container.footer-container.footer-row-desktop {
    display: none;
  }

  .container.footer-container.footer-row-tablet {
    max-width: 600px;
    display: flex;
  }

  .column.card {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column.card.group-class-details {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .column.card.class-instructor-details {
    align-self: stretch;
    width: auto;
  }

  .column.hero-column {
    width: 100%;
    max-width: 100%;
  }

  .column.nutrition-hero {
    flex: none;
    max-width: 100%;
  }

  .column.grid-list {
    flex-direction: column;
  }

  .column.hero-right-col {
    display: none;  
  }

  .column.footer-logo-col {
    text-align: center;
    align-self: center;
  }

  .card-heading {
    text-align: center;
    align-self: center;
    margin-top: 0;
    line-height: 24px;
  }

  .intro-heading {
    line-height: 6vw;
  }

  .grid-item {
    width: auto;
    margin-bottom: 24px;
  }

  .grid-item.product-item {
    width: 100%;
  }

  .grid-list {
    flex-direction: column;
  }

  .grid-item-details {
    padding-left: 3%;
    padding-right: 3%;
  }

  .lead-gen-image {
    width: 240px;
  }

  .lead-gen-heading {
    font-size: 6.2vw;
    line-height: 6vw;
  }

  .cta-dot-pattern {
    width: 80px;
    top: 20%;
  }

  .blog-item {
    width: auto;
    margin-bottom: 24px;
  }

  .blog-list {
    flex-direction: column;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .dropdown-icon {
    display: none;
  }

  .hamburger-icon {
    filter: invert();
    display: block;
  }

  .blog-heading {
    font-size: 48px;
    line-height: 52px;
  }

  .trainer-details.group-class-instructor-details {
    align-items: flex-start;
  }

  .class-instructor-tag {
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .logo-container.footer-logo.w--current {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: auto;
  }

  .navbar-menu {
    background-color: var(--black-2);
  }

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

  .section.footer {
    padding-bottom: 12em;
  }

  .section.category-page {
    padding-bottom: 4em;
  }

  .section.trainers-page {
    padding-bottom: 2em;
  }

  .container.footer-container {
    flex-direction: column;
    align-items: center;
  }

  .container.footer-container.footer-row-tablet {
    flex-direction: row;
  }

  .container.legal-container {
    flex-direction: column;
    justify-content: center;
  }

  .column {
    flex: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column.card {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column.card.group-class-details {
    padding-bottom: 24px;
    padding-right: 16px;
  }

  .column.card.class-instructor-details {
    padding-top: 62px;
  }

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

  .column.footer-column {
    text-align: center;
    flex: none;
    width: 50%;
  }

  .column.grid-list {
    padding-left: 0;
    padding-right: 0;
  }

  .column.footer-logo-col {
    width: 50%;
  }

  .column.lead-gen-single {
    flex-direction: column;
  }

  .hero-heading {
    border-left-style: none;
    left: auto;
  }

  .subheading {
    font-size: 16px;
    line-height: 28px;
  }

  .button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.transparent-button.left-hero-button {
    margin-left: auto;
    margin-right: auto;
  }

  .button.add-to-cart {
    flex: none;
    margin-left: auto;
    margin-right: auto;
  }

  .flash-icon {
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .flash-icon.flash-left {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 8px;
  }

  .intro-heading {
    line-height: 36px;
  }

  .slide-nav {
    flex-direction: row;
    align-items: flex-start;
    width: auto;
    height: 24px;
    font-size: 8px;
    line-height: 16px;
    top: auto;
    bottom: 8em;
    left: 0;
  }

  .grid-item-details {
    align-items: center;
  }

  .grid-item-heading {
    border-left-style: none;
    padding-left: 0;
  }

  .grid-item-heading.product-name {
    text-align: center;
  }

  .platform-icons {
    justify-content: space-around;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .platform-icon, .youtube-live {
    margin-right: 0;
  }

  .lead-gen-image {
    z-index: 5;
  }

  .lead-gen-details {
    text-align: center;
    margin-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .lead-gen-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .lead-gen-item {
    flex-direction: column;
  }

  .text-field {
    margin-left: auto;
    margin-right: auto;
  }

  .class-signup-form {
    text-align: center;
  }

  .cta-dot-pattern {
    width: 120px;
    left: 12%;
  }

  .legal-text {
    text-align: center;
    width: 94%;
    max-width: 480px;
  }

  .hamburger-icon {
    filter: none;
    width: 32px;
  }

  .blog-heading {
    border-left-style: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 40px;
    line-height: 40px;
    transform: none;
  }

  .add-to-cart-button {
    justify-content: center;
  }

  .add-to-cart-button.store-add-to-cart {
    align-items: center;
  }

  .price-details {
    justify-content: center;
  }

  .subcategory-link {
    margin-left: auto;
    margin-right: auto;
  }

  .full-grid-item {
    flex-direction: column;
  }

  .internal-heading {
    text-align: center;
    border-left-style: none;
    margin-bottom: 24px;
    padding-left: 0;
    transform: none;
  }

  .full-grid-image {
    width: auto;
  }

  .internal-heading-container {
    flex-direction: column;
    align-items: center;
  }

  .trainer-details {
    align-self: stretch;
  }

  .trainer-details.group-class-instructor-details {
    align-items: center;
  }

  .class-details {
    margin-top: 0;
    margin-bottom: 0;
  }

  .class-instructor {
    margin-left: auto;
    margin-right: auto;
  }

  .class-instructor-tag {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
    left: 0;
  }

  .class-signup-heading {
    text-align: left;
    justify-content: flex-start;
  }

  .signup-class-name {
    flex: 1;
    margin-left: 8px;
  }

  .sign-up-heading {
    flex: 0 auto;
  }

  .group-class-time {
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .single-product-options, .byline-container.byline-hero {
    justify-content: center;
  }

  .footer-socials {
    margin-top: 24px;
  }

  .store-hero-item {
    text-align: center;
  }

  .instructor-socials.group-class-socials {
    justify-content: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .navbar {
    background-color: var(--black-2);
  }

  .logo-container.footer-logo.w--current {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link.footer-link {
    margin-left: auto;
    margin-right: auto;
    font-size: 9px;
    line-height: 16px;
  }

  .nav-link.navbar-cta {
    display: none;
  }

  .section.hero {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .section.category-page {
    padding-bottom: 2em;
  }

  .container.footer-container.footer-row-tablet {
    width: 88%;
  }

  .column.card.group-class-details {
    flex-direction: column;
  }

  .column.card.class-instructor-details {
    padding-top: 32px;
    padding-right: 16px;
  }

  .column.footer-column {
    padding-left: 12px;
  }

  .column.footer-logo-col {
    text-align: left;
  }

  .subheading.blog-date, .subheading.blog-author {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 20px;
  }

  .subheading.back-link {
    font-size: 12px;
    line-height: 20px;
  }

  .card-heading {
    line-height: 24px;
  }

  .grid-item-heading {
    height: 24px;
    padding-left: 8px;
    font-size: 20px;
    line-height: 24px;
  }

  .legal-text {
    max-width: 320px;
  }

  .section-heading.category-heading {
    text-align: center;
  }

  .hamburger-icon {
    filter: none;
    width: 28px;
    margin-right: 24px;
  }

  .blog-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .price-details {
    flex-direction: column;
  }

  .author-block {
    flex-direction: column;
    align-items: center;
  }

  .post-author-headshot {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .author-details {
    align-items: center;
    margin-top: 12px;
  }

  .author-bio, .author-name {
    text-align: center;
  }

  .blog-byline {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    text-align: left;
    margin-right: auto;
    position: static;
    left: 0;
  }

  .nutrition-trainer-details {
    flex-direction: column;
    align-items: center;
  }

  .team-member-bio {
    align-self: center;
  }

  .trainer-details {
    text-align: center;
    margin-top: 16px;
  }

  .trainer-details.group-class-instructor-details {
    margin-top: 4px;
  }

  .trainer-details.blog-author-socials {
    justify-content: center;
  }

  .class-details {
    margin-top: 8px;
    margin-bottom: 12px;
    margin-right: 6px;
    font-size: 16px;
  }

  .group-classes-ctas {
    flex-direction: column;
  }

  .group-class-time {
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .category-heading-container {
    flex-direction: column;
    align-items: center;
  }

  .store-category-link {
    position: relative;
  }

  .byline {
    flex: 0 auto;
    align-items: center;
  }
}


<style>
  .track30-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    background: #000;
    padding: 0 6px 0 0;
    overflow: visible;
    flex-shrink: 0;
  }

  .track30-logo {
    display: block;
    height: 30px;
    width: auto;
    max-width: none;
    object-fit: contain;
    object-position: left center;
    filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    transform: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
  }

  .track30-status-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 1;
  }

  .begins-badge {
    background: #000;
    color: #fff;
    margin-left: 8px;
  }

  .track30-prize-badge {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 14px;
    background: #f26b2a;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-left: 0;
    line-height: 1;
  }

  .navbar-menu {
    display: flex;
    align-items: center;
    gap: 0;
  }

  @media screen and (max-width: 991px) {
    .track30-logo-wrap,
    .track30-logo,
    .track30-status-badge,
    .track30-prize-badge {
      height: 36px;
    }

    .track30-status-badge {
      padding: 0 14px;
      font-size: 14px;
    }

    .track30-prize-badge {
      padding: 0 12px;
      font-size: 12px;
    }
  }

@media screen and (max-width: 767px) {
  .track30-status-badge {
    display: flex !important;
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
    margin-left: 6px;
  }

  .track30-prize-badge {
    display: none !important;
  }
}
  
.track30-signup-form{
  display:flex;
  align-items:stretch;
  gap:12px;
  margin-top:20px;
  flex-wrap:wrap;
}

.track30-email-input{
  height:50px;
  padding:0 18px;
  font-size:16px;
  min-width:280px;
  border:2px solid #f26b2a;
  border-radius:3px;
  background:#ffffff;
  color:#000;
  outline:none;
  box-sizing:border-box;
  line-height:50px;
  margin:0;
}

.track30-email-input::placeholder{
  color:#666;
}

.track30-signup-form .button{
  height:50px;
  padding:0 26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0;
  line-height:1;
  box-sizing:border-box;
}

@media screen and (max-width: 767px){
  .track30-signup-form{
    justify-content:center;
    align-items:center;
    text-align:center;
  }

  .track30-email-input{
    min-width:220px;
    width:220px;
  }

  .track30-signup-form .button{
    min-width:180px;
  }
}
.track30-hero-meta{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:28px;
  margin:28px -18px 0;
  flex-wrap:wrap;
}

.track30-hero-pills{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.track30-hero-pill{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:4px;
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
  box-sizing:border-box;
  white-space:nowrap;
}

.track30-hero-pill{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:4px;
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
  box-sizing:border-box;
  white-space:nowrap;
  background:none;  
  /*background:#fff;*/
}
.track30-hero-pill{
  border-radius:999px;
}
/* Begins */
.track30-hero-pill.begins-pill{
  color:#000;
  border:none;  
  /*border:2px solid #000;*/
}

/* Prize */
.track30-hero-pill.prize-pill{
  color:#3e8143;
 /* border:2px solid #f26b2a;*/
  border:none;
}

.track30-buyin-circle{
  width:122px;
  height:122px;
  border-radius:50%;
  background:#9ac79d;
  border:4px solid rgba(255,255,255,0.85);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-shadow:0 10px 24px rgba(0,0,0,0.18);
  flex-shrink:0;
}

.track30-buyin-small{
  font-size:15px;
  font-weight:800;
  line-height:1;
  letter-spacing:.03em;
  color:#111;
  margin-bottom:6px;
}

.track30-buyin-big{
  font-size:34px;
  font-weight:900;
  line-height:1;
  color:#111;
}
@media screen and (max-width: 767px){
  .track30-hero-meta{
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 14px;
  }

  .track30-hero-pills{
    justify-content: center;
    gap: 10px;
  }
}

@media screen and (max-width: 767px){
  .track30-hero-meta{
    gap:18px;
  }

  .track30-buyin-circle{
    width:98px;
    height:98px;
  }

  .track30-buyin-small{
    font-size:12px;
  }

  .track30-buyin-big{
    font-size:28px;
  }

  .track30-hero-pill{
    min-height:38px;
    padding:0 14px;
    font-size:13px;
  }
}
.track30-hero-title{
  display:flex;
  flex-direction:column;
  line-height:0.95;
}

/* top row (logo + TRACK30) */
.track30-title-top{
  display:flex;
  align-items:center;
  gap:12px;
}

/* logo next to TRACK30 */
.track30-title-logo{
  height:52px;
  width:auto;
  object-fit:contain;
}

/* bottom word */
.track30-title-bottom{
  display:block;
}

/* mobile adjustments */
@media screen and (max-width: 767px){
  .track30-title-logo{
    height:36px;
  }

  .track30-title-top{
    gap:8px;
  }
}



/* HERO TITLE */
.track30-hero-title{
  display:flex;
  flex-direction:column;
  line-height:0.88;
  margin-bottom:12px;
}

.track30-title-top{
  display:flex;
  align-items:center;
  gap:14px;
}

.track30-title-top span{
  display:inline-block;
}

.track30-title-logo{
  height:0.95em;
  width:auto;
  object-fit:contain;
  vertical-align:middle;
}

.track30-title-bottom{
  display:block;
  margin-left: 0;
}

/* HERO PILLS */
.track30-hero-meta{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:28px;
  margin:28px -18px 0;
  flex-wrap:wrap;
}

.track30-hero-pills{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.track30-hero-pill{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
  box-sizing:border-box;
  white-space:nowrap;
  background:none;  
  /*background:#fff;*/
}

.track30-hero-pill.begins-pill{
  color:#000;
  border:none;  
  /*border:2px solid #000;*/
}

.track30-hero-pill.prize-pill{
  color:#3e8143;
  border: none;  
 /* border:2px solid #f26b2a;*/
}

/* FORM + BUY-IN OVERLAP */
.track30-form-wrap{
  position:relative;
  display:inline-block;
  margin-top:8px;
}

.track30-signup-form{
  display:flex;
  align-items:stretch;
  gap:12px;
  flex-wrap:wrap;
}

.track30-email-input{
  height:50px;
  padding:0 18px;
  font-size:16px;
  min-width:280px;
  border:2px solid #f26b2a;
  border-radius:3px;
  background:#ffffff;
  color:#000;
  outline:none;
  box-sizing:border-box;
  line-height:50px;
  margin:0;
}

.track30-email-input::placeholder{
  color:#666;
}

.track30-signup-form .button{
  height:50px;
  padding:0 26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0;
  line-height:1;
  box-sizing:border-box;
}

/* BUY-IN CIRCLE */
.track30-buyin-circle{
  position:absolute !important;
  right:-60px !important;
  top:-30px !important;
  transform:rotate(17deg) !important;
  width:88px;
  height:88px;
  border-radius:50%;
  background:#9ac79d;
  border:4px solid rgba(255,255,255,0.9);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-shadow:0 14px 30px rgba(0,0,0,0.25);
  z-index:2;
}

.track30-buyin-small{
  font-size:15px;
  font-weight:800;
  line-height:1;
  letter-spacing:.03em;
  color:#111;
  margin-bottom:6px;
}

.track30-buyin-big{
  font-size:24px;
  font-weight:900;
  line-height:1;
  color:#111;
}

/* MOBILE */
@media screen and (max-width: 767px){

  .track30-hero-title{
    align-items:center;
    text-align:center;
  }

  .track30-title-top{
    justify-content:center;
    gap:8px;
  }

  .track30-title-logo{
    height:0.9em;
  }

  .track30-title-bottom{
    margin-left:0;
  }

  .track30-hero-meta{
    justify-content:center;
    align-items:center;
    text-align:center;
    flex-direction:column;
    gap:14px;
  }

  .track30-hero-pills{
    justify-content:center;
    gap:10px;
  }

  .track30-form-wrap{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
  }

  .track30-signup-form{
    justify-content:center;
    align-items:center;
    text-align:center;
  }

  .track30-email-input{
    min-width:220px;
    width:220px;
  }

  .track30-signup-form .button{
    min-width:180px;
  }

/* .track30-buyin-circle{
  position:absolute;
  right:60px;
  top:30px;
  transform:rotate(17deg);
  width:88px;
  height:88px;
  border-radius:50%;
  background:#9ac79d;
  border:4px solid rgba(255,255,255,0.9);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-shadow:0 10px 24px rgba(0,0,0,0.18);
  z-index:2;
} */
@media screen and (max-width: 767px){
  .track30-buyin-circle{
    right: auto;
    left: 70%;
    top: 100px !important;
    transform: translateX(-70%) rotate(17deg);
	width:68px;
	height:68px;
  }
}
  .track30-buyin-small{
    font-size:12px;
  }

  .track30-buyin-big{
    font-size:18px;
  }
}


/* HOW IT WORKS — styled like Active Blog, but static */
.track30-how-header{
  align-items: center;
}

.track30-how-subtitle{
  color: #f26b2a;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .16em;
  font-size: 13px;
  margin-left: auto;
  text-decoration: none;
  cursor: default;
}

.track30-steps-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.track30-step-card{
  min-height: 255px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.track30-step-number{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f26b2a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 18px;
}

.track30-step-title{
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: #111;
}

.track30-step-text{
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}

/* tablet */
@media screen and (max-width: 991px){
  .track30-steps-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* mobile */
@media screen and (max-width: 767px){
  .track30-how-header{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .track30-how-subtitle{
    margin-left: 0;
    font-size: 12px;
    letter-spacing: .14em;
  }

  .track30-steps-grid{
    grid-template-columns: 1fr;
  }

  .track30-step-card{
    min-height: auto;
    padding: 20px 18px;
  }

  .track30-step-title{
    font-size: 20px;
  }

  .track30-step-text{
    font-size: 15px;
  }
}
</style>