/** Shopify CDN: Minification failed

Line 18:8 Expected identifier but found whitespace
Line 18:10 Unexpected "{"
Line 18:19 Expected ":"
Line 1956:26 Expected ")" to end URL token
Line 2776:26 Expected ")" to end URL token
Line 3155:26 Expected ")" to end URL token
Line 3167:26 Expected ")" to end URL token
Line 3171:26 Expected ")" to end URL token
Line 3175:26 Expected ")" to end URL token
Line 3179:26 Expected ")" to end URL token
... and 31 more hidden warnings

**/
:root {
  --black: transparent;
  --red: {{settings.color_red}};
  --gris: #333;
  --e12220: var(--red);
  --white: white;
}

.out-of-stock{
  text-decoration: none !important;
}

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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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


.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.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-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-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-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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-commerceaddtocartquantityinput {
    font-size: 16px;
  }

  .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-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 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  height: 2em;
  font-size: 14px;
  line-height: 20px;
}


.banner-div-block {
  z-index: 98;
  object-fit: fill;
  background-color: #c91c1f;
  border: 0 solid #e12220;
  border-bottom: 1px solid #e8f0fb;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 5vh;
  max-height: 5vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.banner-div-block.product-page {
  z-index: 1;
  background-color: #e8f0fb;
  min-width: 70vw;
  height: 80px;
  min-height: auto;
  display: block;
  position: relative;
}

.home-section-essentials {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 60vh;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.home-section-essentials.essentials {
  margin-top: 0;
}

.home-section-essentials.top {
  min-height: 20vh;
  display: flex;
}

.nav-bar-div {
  justify-content: space-between;
  align-items: center;
  min-width: 97vw;
  max-width: 97vw;
  padding: 40px 6vw;
  display: flex;
  position: static;
  top: -26px;
  overflow: hidden;
}

.nav-bar-div.home {
  justify-content: flex-start;
  padding-top: 10vh;
  padding-left: 5vw;
  padding-right: 60px;
}

.nav-bar-div.home._007 {
  min-width: 99vw;
  max-width: 99vw;
  padding-top: 2.5vh;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.nav-bar-div.home._007.mobile {
  display: none;
}

.menu-div {
  z-index: 99;
  background-color: #e12220;
  border: 2px solid #e8f0fb;
  border-radius: 45px;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 10px 10px;
  display: flex;
  position: fixed;
  inset: 60px 10vw auto auto;
  overflow: hidden;
}

.menu-div.home {
  top: 12vh;
  overflow: visible;
}

.menu-div.home._007 {
  top: 6vh;
  right: 5vw;
}

.menu-div.home.drop007 {
  background-color: #c91c1f;
  padding: .8vw 1vw;
  top: 13vh;
  right: 6vw;
  overflow: visible;
}

.menu-div.product-page {
  justify-content: center;
  display: flex;
  position: static;
  inset: 30px 20px auto auto;
}

.menu-div.product-page.mobile {
  display: none;
}

.menu-div.accountpage {
  top: 80px;
  right: 70px;
}

.menu-div.cms-page {
  background-color: #0000;
  border-style: none;
  top: 110px;
}

.menu-div.cms-page._004 {
  background-color: #cd3a35;
}

.image {
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}

.image-2 {
  width: 19px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}

.collection-list-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.product-div {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 75vw;
  max-width: 75vw;
  display: flex;
  position: relative;
}

.product-column {
  justify-content: center;
  align-items: center;
  min-width: 35vw;
  min-height: 20vh;
  display: flex;
}

.product-column.description {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 35vw;
  min-height: 40vh;
}

.product-column.description.mobile {
  display: none;
}

.product-section-essentials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 100vw;
  min-height: 60vh;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: static;
  overflow: visible;
}

.product-section-essentials.hide {
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-div {
  z-index: 98;
  background-color: #c61c1f;
  border: 1px solid #e8f0fb;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: 12vh;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.footer-div.pc {
  justify-content: center;
  display: flex;
}

.body {
  background-color: #e5e5e5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.link-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-container.hidden {
  display: flex;
}

.link-container.hidden-desktop {
  display: none;
}

.heading {
  color: #e8f0fb;
  margin-top: 0;
  margin-bottom: 0;
  
  font-size: 15px;
  font-weight: 700;
  line-height: 4;
  text-decoration: none;
}

.heading.home {
  color: #e8f0fb;
  text-transform: uppercase;
  font-size: 12px;
  overflow: hidden;
}

.heading.home.hidden {
  color: #e8f0fb;
  overflow: hidden;
}

.footer-button {
  color: #ff7e18;
  background-color: #e8f0fb;
  border-radius: 5px;
  align-items: flex-start;
  padding: 10px 60px;
  
  font-size: 15px;
  font-weight: 900;
  display: block;
}

.footer-button.home {
  color: #e8f0fb;
  background-color: #e12220;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.heading-2 {
  color: #5e6166;
  
  font-size: 2vw;
  font-weight: 900;
  line-height: 1;
}

.heading-2.mobile {
  display: none;
}



.button-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.view-product-button {
  color: #e8f0fb;
  background-color: #5e6166;
  border-radius: 5px;
  align-items: center;
  margin-right: 20px;
  padding: 1.6vh 15px;
  
  font-size: 1vw;
  font-weight: 700;
  display: block;
}

.view-product-button.essentials {
  color: #e8f0fb;
  background-color: #e12220;
  border: 1px solid #e8f0fb;
  justify-content: center;
  min-width: 90%;
  margin-right: 0;
  padding-right: 15px;
  font-size: .8vw;
  display: flex;
}

.add-to-cart-button {
  color: #e8f0fb;
  background-color: #e12220;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  align-items: center;
  padding: 14px 12px;
  
  font-size: 1vw;
  font-weight: 700;
  display: block;
}

.add-to-cart-button.product-page {
  border: 2px solid #e8f0fb;
  width: 30vw;
  height: 8vh;
  margin-top: 10px;
  font-size: 1.3vw;
  font-weight: 800;
}

.add-to-cart {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: block;
}

.default-state {
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
  display: flex;
}

.text-block {
  white-space: normal;
  max-width: 85%;
  font-family: Questrial, sans-serif;
  font-size: 1.2vw;
  line-height: 1;
}

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

.collection-list.chaquetones {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block {
  border: 3px solid #e8f0fb;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 15vw;
  max-width: 500px;
  height: auto;
  min-height: auto;
  max-height: 80vh;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px;
  display: flex;
}

.div-block.chaquetones {
  width: 25vw;
}

.etiqueta-producto {
  border: 1px solid #e12220;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 30%;
  padding: 0 10px;
  display: flex;
}

.etiqueta-producto.essentials {
  color: #e8f0fb;
  border-style: none;
  border-color: #e8f0fb;
}

.etiqueta-producto.price {
  background-color: #0000;
  border-color: #e8f0fb;
}

.container-etiquetas {
  justify-content: space-around;
  min-width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.etiqueta-collection-product {
  color: #e8f0fb;
  margin-top: 6px;
  margin-bottom: 6px;
  
  font-size: .9vw;
  font-weight: 800;
  line-height: 18px;
}

.etiqueta-collection-product.price {
  color: #e8f0fb;
  margin-top: 3px;
  margin-bottom: 3px;
}

.etiqueta-collection-product.compare-price {
  color: #e8f0fb;
  text-decoration: none;
}

.etiqueta-collection-product.chaquetones {
  font-size: 1.2vw;
}

.collection-list-wrapper-2 {
  min-width: 100%;
  margin-bottom: 15vh;
}

.image-5 {
  max-width: 100%;
}

.image-5.on-hover-image {
  display: none;
}

.body-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.product-page-section {
  justify-content: space-between;
  align-items: flex-start;
  width: 98vw;
  max-width: 98vw;
  padding: 0;
  display: block;
  overflow: visible;
}

.product-page-div {
  z-index: 2;
  background-color: #fff;
  border: 1px #000;
  flex-flow: row;
  align-items: stretch;
  min-width: 60%;
  max-width: 60%;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.product-page-div.right {
  background-color: #fff;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 30%;
  max-width: 30%;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: 20px;
  overflow: visible;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  min-height: 30vh;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
  top: 40px;
}

.product-image-container {
  border: 2px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  display: flex;
  overflow: visible;
}

.container-overflow-hidden {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.heading-3 {
  color: #5e6166;
  text-align: center;
  
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

.heading-3.mobile {
  display: none;
}

.heading-3.desktop {
  color: #e12220;
  text-align: center;
  justify-content: center;
  max-width: 26vw;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  display: block;
}

.text-block-2 {
  color: #707377;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 1.4vw;
}

.variant-buttons {
  color: #000;
  background-color: #fff0;
  border-width: 1.5px;
  border-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 15px;
  padding-right: 15px;
  
  font-weight: 900;
  display: flex;
}

.variant-buttons.w--ecommerce-pill-selected {
  color: #fff;
  -webkit-text-stroke-color: #e12220;
  background-color: #000;
  border-style: solid;
  border-color: #000;
}

.variant-buttons.w--ecommerce-pill-disabled {
  color: #e12220;
  background-color: #e4e4e4;
  border-color: #e12220;
  text-decoration: line-through;
}

.button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 45vw;
  margin-top: 1em;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.text-block-3 {
  white-space: nowrap;
  justify-content: space-around;
  font-size: 1vw;
  font-weight: 700;
  display: block;
}

.text-block-3.mum {
  font-size: 1.2vw;
  line-height: 1.7;
}

.field-label {
  display: none;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.add-to-cart-2 {
  min-width: 100%;
  margin-top: 40px;
  display: none;
}

.add-to-cart-2.desktop {
  display: block;
}

.add-to-cart-2.mobile {
  display: flex;
}

.field-label-2 {
  display: none;
}

.multi-image-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: 1em;
  display: flex;
}

.sticky-container {
  border-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: block;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 15vw;
  display: block;
}

.option-list {
  display: none;
}

.container-sin-flechas {
  background-color: #c91c1f;
  display: flex;
  overflow: hidden;
}

.branding-section {
  background-color: #e12220;
  background-image: url({{'banner-milfshakes-1-1-1.webp' | asset_url }});
  background-position: 50%;
  background-size: contain;
  border-top: 5px solid #e8f0fb;
  border-bottom: 5px solid #e8f0fb;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.heading-4 {
  color: #e8f0fb;
  text-align: center;
  
  font-size: 7vw;
  font-weight: 900;
  line-height: 80px;
}

.heading-5 {
  color: #e8f0fb;
  letter-spacing: 8px;
  
  font-size: 1vw;
  font-weight: 900;
}

.button {
  color: #e12220;
  background-color: #e8f0fb;
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  
  font-weight: 800;
}

.banner-branding-section-div {
  background-color: #e8f0fb;
  border: 1px #e8f0fb;
  align-items: center;
  min-width: 100vw;
  height: 40px;
  min-height: auto;
  margin-bottom: 0;
  display: flex;
  position: static;
  bottom: 0;
  left: -495px;
  overflow: hidden;
}

.banner-branding-section-div._2 {
  border: 1px #e12220;
  margin-top: 0;
  position: relative;
  inset: 0 auto;
  overflow: hidden;
  transform: none;
}

.image-7 {
  margin-left: 10px;
  margin-right: 10px;
  overflow: visible;
}

.drop-list-section {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 140px;
  padding-top: 30px;
  display: none;
}

.fecha-item {
  z-index: 2;
  cursor: cell;
  background-color: #e8f0fb;
  border: 1px #e22120;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
  top: 10px;
  overflow: hidden;
}

.fecha-item.w--current, .fecha-item._2 {
  z-index: 2;
}

.fecha-item._2 {
  top: 40px;
}

.fecha-item._3 {
  z-index: 2;
  top: 70px;
}

.fecha-item._4 {
  z-index: 2;
  top: 100px;
}

.heading-6 {
  color: #c81c1f;
  cursor: cell;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 0;
  
  font-size: 18px;
  font-style: normal;
  line-height: 15px;
  text-decoration: none;
}

.div-block-11 {
  border: 1px solid #5e6166;
  border-bottom-width: 0;
  flex-direction: column;
  align-items: center;
  min-height: 75vh;
  max-height: 75vh;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.div-block-12.drop-list-normal {
  grid-template-columns: 1fr 1.5fr 1fr;
  width: 100%;
}

.collection-list-wrapper-3 {
  position: static;
}

.heading-7 {
  color: #e12220;
  text-align: center;
  text-transform: uppercase;
  
  font-weight: 800;
}

.collection-item-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
  position: sticky;
}

.drop-list-menu {
  z-index: 98;
  background-color: #e8f0fb;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 20px 5px;
  display: none;
  position: fixed;
  inset: auto auto 30% 0%;
  overflow: visible;
}

.div-block-14 {
  background-color: #e12220;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 30px;
  margin-bottom: 10px;
  padding: 7px;
  text-decoration: none;
  display: none;
}

.heading-8 {
  color: #e8f0fb;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.body-3 {
  background-color: #e8f0fb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.link-block {
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.link-block-2 {
  display: none;
  overflow: hidden;
}

.link-block-2.legal {
  display: flex;
}

.menu-completo {
  display: block;
  overflow: hidden;
}

.legal-section {
  border: 1px #5e6166;
  width: 100%;
  min-width: auto;
  overflow: hidden;
}

.heading-9 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  
  font-size: 2vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.top-div-legal {
  border: 1px #5e6166;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.text-block-4 {
  text-align: right;
  border: 1px #000;
  padding: 10px;
}

.div-block-16 {
  border: 1.5px solid #5e6166;
  border-right-width: 3px;
  display: none;
}

.div-block-17 {
  border: 1px #5e6166;
  max-width: 80vw;
}

.text-block-5 {
  text-align: left;
  max-width: 80vw;
  padding: 10px;
  font-size: 1.5vw;
  line-height: 140%;
}


.heading-10 {
  
  overflow: hidden;
}

.text-block-6 {
  color: #000;
  
  font-weight: 800;
  overflow: hidden;
}

.text-block-7 {
  
  font-weight: 700;
  overflow: hidden;
}

.text-block-8 {
  color: #000;
  
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

.remove-button {
  text-decoration: none;
  overflow: hidden;
}

.checkout-button {
  color: #000;
  background-color: #f2f3f4;
  border: 1px solid #000;
  
  font-size: 15px;
  font-weight: 700;
}
.image-8 {
  width: 100px;
  overflow: hidden;
}


.stripe-svg {
  opacity: .5;
  flex: 1;
  max-width: 33px;
  max-height: 16px;
  padding-top: 2px;
  padding-left: 3px;
}

.add-to-order {
  border: 1px solid #dcdcdc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin: 40px -16px -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 12.5px;
}

.save-text {
  font-size: 14px;
  line-height: 25px;
}

.pm-tabs {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.phone-input {
  z-index: 2;
  margin-top: -6px;
  position: relative;
}

.home-svg {
  color: #8b8b8b;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: 2px;
  padding: 6px;
  display: flex;
  box-shadow: 1px 1px 4px #00000012;
}

.upsell-toggle-dot {
  background-color: #fff;
  border: 1px solid #2a2f451f;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  box-shadow: 0 1px 3px #0000000d;
}

.upsell-toggle-dot.on {
  border-color: #1c9064;
  margin-left: 12px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #0074d4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 44px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.button-2.gpay {
  background-color: #000;
  padding-top: 3px;
}

.button-2.gpay:hover {
  background-color: #3b4043;
}

.space {
  width: 10px;
  height: 10px;
}

.right-section {
  z-index: 1;
  background-color: #fff;
  width: 50%;
  min-height: 100vh;
  padding-top: 40px;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 0 0 50px #0000002e;
}

.flag-svg {
  flex: 1;
  max-width: 16px;
  max-height: 16px;
  position: absolute;
  inset: 29% auto auto 3%;
}

.flex-row {
  display: flex;
  position: relative;
}

.flex-row.z10 {
  z-index: 10;
  position: relative;
}

.flex-row.center {
  align-items: center;
}

.flex-row.footer {
  color: #8b8b8b;
  align-items: center;
  margin-top: 40px;
  font-size: 12px;
  line-height: 16px;
}

.subtotal-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
  padding-top: 11px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.card-svg {
  flex: 1;
  max-width: 16px;
  max-height: 16px;
}

.save {
  color: #1a1a1ae6;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 6px 11px 15px 38px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}

.stripe-cb {
  border-color: #e7e7e7;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 30px;
  box-shadow: 1px 1px 4px #00000012;
}

.plan-row {
  border: 1px solid #dcdcdc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 16px -16px -1px;
  padding: 16px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.plan-row.no-upsell {
  border-style: none;
}

.plan-row.no-upsell.cross-sell {
  margin-top: -16px;
}

.plan-row.no-upsell.fee {
  margin-bottom: -32px;
}

.total {
  font-size: 17px;
  font-weight: 600;
}

.grey-font {
  color: #8b8b8b;
}

.promo-box {
  color: #1e73bc;
  border: 1px solid #e7e7e7;
  border-style: solid none;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}

.bank-image {
  max-width: 80px;
  max-height: 70px;
}

.search-svg {
  opacity: .5;
  flex: 1;
  max-width: 11px;
  max-height: 11px;
  position: absolute;
  inset: 25% auto auto 10px;
}

.pm-heading {
  color: #5e5e5e;
  padding-top: 7px;
  padding-bottom: 16px;
  font-size: 16.5px;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1086px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.container._380 {
  width: 380px;
  padding-top: 33px;
}

.container._380.left {
  width: 372px;
  padding-top: 53px;
}

.pay-another-way {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 82px;
  display: flex;
}

.input-label {
  color: #5e5e5e;
  margin-top: 16.5px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
}

.total-row {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.big-price {
  padding-right: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2em;
}

.product-wrap {
  margin-top: 32px;
  font-size: 17px;
  line-height: 23px;
}

.vert-div {
  background-color: #e7e7e7;
  width: 1px;
  height: 15px;
  margin-left: 20px;
  margin-right: 18px;
}

.add-image {
  width: 42px;
  max-width: 42px;
  height: 42px;
  max-height: 42px;
  margin-right: 13px;
  display: none;
}

.normal {
  font-weight: 400;
}

.normal.grey {
  color: #5e5e5e;
}

.expand {
  color: #5e5e5e;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 14px;
  margin-top: 5px;
  margin-left: 4px;
  display: flex;
}

.bank-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 8px;
}

.promo-link {
  color: #0074d4;
  font-weight: 400;
}

.flex-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 90vh;
  display: flex;
}

.large-frequency {
  color: #8b8b8b;
  padding-top: 4px;
  font-size: 14px;
  line-height: 19px;
}

.link {
  color: #0074d4;
}

.gpay-svg {
  flex: 1;
  max-width: 50px;
}

.home-text {
  color: #303030;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.bank-link {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 111.336px;
  margin-bottom: 0;
  padding: 7px 12px;
  display: flex;
  box-shadow: 0 1px 1.5px #0000000d, 2px 0 4px #00000012;
}

.pm-tab {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  width: 49%;
  padding: 9px 12px 5px;
}

.pm-tab.w--current {
  background-color: #fff;
  border-color: #000;
  box-shadow: 0 0 0 3px #c3ddf1, 1px 1px 4px #00000012;
}

.highlight {
  color: #0e6245;
  background-color: #cbf4c9;
  margin-top: -3px;
  margin-bottom: -3px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 20px;
  display: inline-block;
}

.copy-me {
  background-color: #fff;
  padding-bottom: 60px;
  font-size: 14px;
  font-weight: 300;
  display: none;
}

.terms {
  color: #5e5e5e;
  text-align: center;
  padding-top: 14px;
  font-size: 13.5px;
}

.frequency {
  color: #8b8b8b;
  height: 22px;
  font-size: 13.5px;
}

.frequency.dark {
  color: #303030;
}

._100 {
  width: 100%;
}

.bg-image {
  z-index: 0;
  opacity: 1;
  background-image: url({{'screen-shot-2022-07-26-at-1.08.03-PM.jpg' | asset_url }});
  background-position: 135.5px 6px;
  background-repeat: no-repeat;
  background-size: 980px;
  display: none;
  position: absolute;
  inset: 0%;
}

.input {
  letter-spacing: .02em;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  height: 37px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  box-shadow: 0 1px 1.5px #0000000d, 2px 0 4px #00000012;
}

.input:hover {
  box-shadow: 0 1px 1.5px #0000001a, 2px 0 4px #0000001a;
}

.input.top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}

.input.bottom-left {
  border-radius: 0 0 0 6px;
}

.input.bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input.bottom.phone {
  padding-left: 38px;
}

.input.bottom-right {
  border-radius: 0 0 6px;
}

.input.search {
  padding-left: 28px;
}

.input.disabled {
  color: #303030;
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  margin-bottom: 21px;
  display: flex;
}

.arrow-svg {
  opacity: .5;
  color: #8b8b8b;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 6px;
  display: flex;
  position: absolute;
  left: -22px;
}

.relative {
  position: relative;
}

.div-line {
  background-color: #e7e7e7;
  flex: 1;
  height: 1px;
}

.divider-text {
  color: #8b8b8b;
  text-align: center;
  background-color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  
  display: inline;
}

.bank-text {
  padding-top: 10px;
  font-size: 12.5px;
}

.grey-box {
  background-color: #f3f3f3;
  border: 1px solid #dcdcdc;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.cta {
  color: #8b8b8b;
  font-size: 17px;
}

.upsell-toggle {
  cursor: pointer;
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  border-radius: 100px;
  width: 28px;
  height: 16px;
  margin-right: 8px;
  padding-top: 1px;
  padding-left: 1px;
  display: inline-block;
  box-shadow: inset 0 0 3px #0000000d;
}

.upsell-toggle.on {
  background-color: #24b47e;
  border-color: #1c9064;
}

.name-imput {
  background-color: #f7f7f7;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-label-3 {
  
}

.text-block-9 {
  
  font-weight: 700;
  display: none;
}

.text-block-10, .heading-11 {
  
}

.text-block-11 {
  
  font-weight: 400;
}

.text-block-12 {
  
  font-weight: 500;
}

.customer-info {
  margin-bottom: 0;
}

.checkout-form {
  background-color: #fff;
}

.container-2 {
  margin-top: 40px;
}

.country {
  
}

.submit-button {
  background-color: #000;
  
  font-size: 16px;
}

.heading-12, .block-header {
  display: none;
}

.div-block-18 {
  top: 20px;
}

.apple-pay {
  border-radius: 5px;
}

.block-content {
  border: 1px solid #000;
}

.image-9 {
  cursor: cell;
  width: 40%;
}

.pagination-animation {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  margin-top: 55px;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-10 {
  width: 300px;
}

.slide-nav {
  display: none;
}

.slide {
  background-color: #0000;
  min-height: 60vh;
}

.slider {
  background-color: #ddd0;
  max-width: 90vw;
  display: none;
  overflow: visible;
}

.left-arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  min-height: 60vh;
  overflow: hidden;
}

.collection-item-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.image-11 {
  transform: rotate(180deg);
}

.image-11.right {
  transform: rotate(0);
}

.right-arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  min-width: 100vw;
  margin-left: 50px;
  margin-right: 50px;
  text-decoration: none;
}

.link-block-4, .link-block-5, .link-block-6 {
  min-width: 100vw;
  text-decoration: none;
}

.body-4 {
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-2 {
  z-index: 99;
  background-color: #e12220;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-24 {
  display: flex;
}

.super-text-hero {
  z-index: 2;
  color: #fff;
  white-space: nowrap;
  font-size: 9rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1;
  position: absolute;
}

.super-text-hero.blend {
  mix-blend-mode: difference;
  position: relative;
  inset: 0% auto auto 0%;
}

.super-text-hero.blend.ab {
  filter: sepia();
  color: #fff;
  
  font-size: 6vw;
  font-weight: 900;
  position: static;
  inset: auto;
}

.container-producto {
  width: auto;
  margin-top: 60px;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
}

.drop-container {
  color: #e12220;
  cursor: cell;
  background-color: #c91c1f;
  border: 2px solid #e8f0fb;
  border-radius: 0;
  width: 100%;
  height: 36rem;
  max-height: 36rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  height: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  position: relative;
}

.div-container.no-pad {
  perspective: 1000px;
  background-image: url({{'002.webp' | asset_url }});
  background-position: 50%;
  background-size: cover;
  min-width: 50%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: none;
}

.div-container.no-pad._001 {
  background-image: url({{'001.webp' | asset_url }});
}

.div-container.no-pad._003 {
  background-image: url({{'003.webp' | asset_url }});
}

.div-container.no-pad._004 {
  background-image: url({{'004.webp' | asset_url }});
}

.div-container.no-pad._005 {
  background-image: url({{'005.webp' | asset_url }});
}

.div-container.top {
  align-items: flex-start;
  max-width: 45%;
  padding-left: 0;
  padding-right: 0;
}

.watch-full {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  max-width: 36rem;
  height: 37rem;
  max-height: 37rem;
  display: block;
  position: relative;
}

.div-margen {
  width: 100%;
  padding-bottom: 8rem;
  display: none;
}

.img-child {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content {
  grid-row-gap: .4rem;
  flex-direction: column;
  width: 100%;
  padding-top: 1.4rem;
  display: flex;
  position: relative;
}

.slide-content.size-three {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding-top: 0;
}

.img-scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-scroll.img-four {
  perspective: 1000px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d);
  background-clip: border-box;
  overflow: hidden;
  transform: none;
}

.heading-15 {
  color: #e8f0fb;
  text-transform: uppercase;
  
  font-size: 18px;
  font-weight: 800;
  line-height: 15px;
}

.image-div {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 90%;
  display: flex;
}

.div-block-25 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  height: 10%;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.drop-list-animated-section {
  margin-top: 80px;
}

.footer-section {
  background-color: #c81c1f;
  min-width: auto;
  max-width: none;
  overflow: hidden;
}

.drop-1, .drop-2, .drop-3, .drop-4, .drop-5 {
  display: block;
}

.manteinence-div {
  z-index: 999;
  background-color: #e8f0fb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.heading-17 {
  color: #e12220;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  
  font-size: 4vw;
  font-weight: 700;
}

.curtain {
  z-index: 99;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: scale3d(1, 0, 1);
}

.curtain---fold {
  transform-origin: 50% 0;
  background-color: #0051b4;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.curtain---fold.x-01 {
  background-color: #dce4ee;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.curtain---fold.x-02 {
  background-color: #e12220;
}

.curtain---fold.x-03 {
  background-color: #dce4ee;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.curtain---fold.x-04 {
  background-color: #e12220;
}

.curtain-heading {
  color: #e12220;
  text-align: center;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  
  font-size: 50px;
  font-weight: 900;
}

.curtain-heading.blue {
  color: #e8f0fb;
}

.div-block-31 {
  display: flex;
  position: absolute;
  overflow: hidden;
}

.navbar-dropdown {
  color: #050505;
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  margin-bottom: 1rem;
  margin-left: -30px;
  padding: 1.5rem;
  display: inline-block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  right: 0;
}

.navbar-dropdown.menu {
  display: none;
  overflow: hidden;
}

.mobile-menu-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.mobile-menu-nav-link {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mobile-menu-nav-text {
  font-weight: 500;
}

.mobile-menu-nav-line {
  background-color: #e5e5e5;
  flex: none;
  width: 100%;
  height: 1px;
}

.utility-page-wrap {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  width: 250px;
  max-width: 400px;
  margin-top: 3em;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-3, .form-header {
  display: none;
}

.heading-19 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 5px;
  
  font-size: 2vw;
  font-style: normal;
}

.body-6 {
  background-color: #f2f3f4;
}

.user-email-field {
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  height: 6vh;
  margin-bottom: 1.25em;
  padding: 0;
}

.field-label-4 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding-left: 5px;
  
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.field-label-5 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.user-password-field {
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 0;
  width: 35vw;
  height: 6vh;
}

.submit-button-2 {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6vh;
  padding-top: 0;
  padding-bottom: 0;
  
  font-weight: 700;
  display: flex;
}

.form-footer {
  justify-content: space-between;
  align-items: center;
}

.page-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 99.9vw;
  height: auto;
  min-height: 100vh;
  
  display: flex;
  overflow: hidden;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  display: flex;
}

.body-7 {
  background-color: #f2f3f4;
  flex-direction: column;
  display: block;
}

.user-email-field-2 {
  border-radius: 20px;
}

.text-field {
  background-color: #ffffff94;
  border-radius: 10px;
}

.user-password-field-2 {
  border-radius: 20px;
}

.field-label-6 {
  justify-content: center;
  align-items: center;
  
  font-weight: 700;
  display: flex;
}

.submit-button-3 {
  background-color: #000;
  border-radius: 20px;
  
}

.heading-21 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form-footer-2 {
  justify-content: space-between;
  align-items: center;
}

.heading-22 {
  
  font-size: 2vw;
}

.page-wrapper-2 {
  width: 50%;
  max-width: 80%;
  height: auto;
}

.field-label-9 {
  justify-content: center;
  align-items: center;
  
  font-size: 1.2vw;
  font-weight: 600;
  display: flex;
}

.user-email-field-3 {
  border-radius: 20px;
}

.submit-button-4 {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  height: 8vh;
  
  font-weight: 600;
}

.body-8 {
  background-color: #f2f3f4;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.heading-23 {
  font-size: 2vw;
}

.paragraph {
  text-align: center;
}

.link-3 {
  
  font-weight: 400;
}

.page-wrapper-3 {
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  height: auto;
  padding-bottom: 0;
}

.heading-24 {
  text-align: center;
  font-size: 2.5vw;
}

.paragraph-2 {
  text-align: center;
  
  font-weight: 500;
}

.field-label-10 {
  justify-content: center;
  align-items: center;
  
  font-size: 1.2vw;
  display: flex;
}

.user-password-field-3 {
  border-radius: 20px;
}

.submit-button-5 {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  min-width: 100%;
  
  font-weight: 600;
}

.body-9 {
  background-color: #f2f3f4;
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.body-10 {
  background-color: #f2f3f4;
}

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

.heading-25 {
  
}

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

.subscriptions-wrapper {
  display: none;
}

.user-account-wrapper {
  background-color: #f2f3f4;
  padding: 60px;
}

.block-content-2 {
  background-color: #0000;
  border: 1px solid #000;
}

.block-header-2 {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
}

.user-account-form, .user-account-form-block {
  display: none;
}

.heading-26 {
  color: #5e6166;
  
  font-size: 1.2vw;
}

.heading-27 {
  color: #5e6166;
  text-transform: uppercase;
  
  font-size: 2.5vw;
}

.button-4 {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  
  font-weight: 700;
}

.button-4.grey {
  color: #5e6166;
  background-color: #fff;
  border: 2px solid #5e6166;
}

.button-4.hide {
  display: none;
}

.heading-28 {
  color: #333;
  text-transform: uppercase;
  
  font-size: 1.2vw;
  line-height: 44px;
}

.block-header-3 {
  background-color: #0000;
  border-width: 1px;
  border-color: #000;
  border-radius: 0;
}

.block-content-3 {
  background-color: #0000;
  border: 1px solid #000;
}

.link-4 {
  color: #e12220;
  justify-content: center;
  align-items: center;
  
  font-weight: 700;
  display: flex;
}

.text-block-15 {
  justify-content: center;
  align-items: center;
  
  font-weight: 700;
  display: flex;
}

.text-block-15.left {
  justify-content: flex-start;
}

.block-header-4 {
  background-color: #0000;
  border-width: 2px;
  border-color: #5e6166;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block-content-4, .block-content-5 {
  background-color: #0000;
  border-bottom-width: 2px;
  border-bottom-color: #5e6166;
  border-left-width: 2px;
  border-left-color: #5e6166;
  border-right-width: 2px;
  border-right-color: #5e6166;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.block-header-5, .block-header-6 {
  background-color: #0000;
  border-width: 2px;
  border-color: #5e6166;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block-content-6, .block-content-7 {
  background-color: #0000;
  border-bottom-width: 2px;
  border-bottom-color: #5e6166;
  border-left-width: 2px;
  border-left-color: #5e6166;
  border-right-width: 2px;
  border-right-color: #5e6166;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.block-header-7 {
  background-color: #0000;
  border-width: 2px;
  border-color: #5e6166;
  border-radius: 5px 5px 0 0;
}

.order-confirmation {
  background-color: #e8f0fb;
  padding: 60px;
}

.heading-29 {
  
}

.block-content-8 {
  background-color: #0000;
  border-bottom-width: 2px;
  border-bottom-color: #5e6166;
  border-left-width: 2px;
  border-left-color: #5e6166;
  border-right-width: 2px;
  border-right-color: #5e6166;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.block-header-8 {
  background-color: #0000;
  border-width: 2px;
  border-color: #5e6166;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.text-block-16 {
  
  font-weight: 700;
}


.option-2 {
  overflow: hidden;
}

.text-block-17 {
  color: #000;
  font-weight: 800;
}

.text-block-18 {
  color: #000;
  
  font-weight: 800;
}

.text-block-19 {
  
  overflow: hidden;
}

.link-5 {
  color: #e12220;
}

.heading-30 {
  color: #5e6166;
  font-size: 1.3vw;
  line-height: 1;
}

.text-block-20 {
  
  font-weight: 800;
}

.submit-button-6 {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 20px;
  font-family: Orbitron, sans-serif;
  font-weight: 400;
}

.text-field-2 {
  background-color: #0000;
  border: 1px solid #636363;
  border-radius: 20px;
  font-family: Orbitron, sans-serif;
  font-weight: 500;
}

.text-field-2::placeholder {
  color: #e8f0fb;
  text-align: center;
}

.link-6 {
  color: #2023e1;
  
  font-size: 1.2vw;
  font-weight: 400;
}

.div-block-34 {
  background-image: url({{'banner-winter.webp' | asset_url }});
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  min-width: 100vw;
  min-height: 60vh;
  display: flex;
}

.image-16 {
  width: 180px;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}

.menu-button {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
}

.menu-link {
  background-color: #eca355;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 15px;
  position: absolute;
}

.menu-link.home {
  background-color: #e12220;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.menu-link.home.w--current {
  width: 50px;
  height: 50px;
  padding: 25px;
}

.menu-link.about {
  background-color: #e12220;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 15px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.menu-link.about.w--current {
  transform: none;
}

.menu-link.blog {
  background-color: #e12220;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.menu-link.contact {
  background-color: #e12220;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 15px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.menu-link.contact._2 {
  height: 50px;
}

.menu-button-animation-2 {
  cursor: pointer;
  background-color: #e12220;
  border-radius: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 25px;
  display: flex;
  position: relative;
}

.collection-list-wrapper-2-mobile {
  display: none;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.paragraph-4 {
  text-transform: uppercase;
  margin-bottom: 0;
  
  font-size: 2vw;
  font-weight: 600;
}


.heading-31 {
  color: #ff2000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Ds Digi, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.heading-31._003 {
  color: #5fa8e8;
}

.heading-31._002 {
  color: #fff;
}

.heading-31._004 {
  color: #12e2ea;
}

.banner-cms-page {
  background-color: #000;
  align-items: center;
  min-width: 100%;
  height: 25px;
  display: flex;
  overflow: hidden;
}

.banner-cms-page.top {
  object-fit: fill;
  position: fixed;
  inset: 0% 0% auto;
}

.banner-cms-page.bottom {
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-35 {
  white-space: nowrap;
  min-width: 100%;
  font-weight: 700;
  display: flex;
}

.div-block-36 {
  color: #fff;
  text-align: center;
  justify-content: space-around;
  width: 60%;
  min-width: auto;
  display: flex;
}

.section-4 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.section-4.add-to-cart-2 {
  background-image: none;
  height: auto;
  min-height: auto;
  padding-top: 20px;
}

.form-block {
  min-width: 100%;
}

.body-11 {
  background-color: #f2f3f4;
}

.heading-32 {
  margin-top: 0;
  margin-bottom: 20px;
  
  font-weight: 500;
}

.text-field-3 {
  background-color: #fff0;
  border: 1px solid #5e6166;
  border-radius: 20px;
  max-width: 100px;
}

.text-field-3:focus-visible {
  color: #000;
}

.text-field-3[data-wf-focus-visible] {
  color: #000;
}

.text-field-3::placeholder {
  color: #5e6166;
}

.div-block-37 {
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-left: 20px;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: grid;
}

.image-18 {
  width: 160px;
}

.heading-33 {
  color: #f0ff00;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #c20e1a;
  text-transform: uppercase;
  text-shadow: 0 1px 20px #0000008c;
  font-family: Orbitron, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.heading-33._002 {
  color: #fff;
  text-shadow: 0 0 50px #000;
}

.image-19 {
  width: 450px;
}

.image-19._002 {
  width: 350px;
}

.div-block-39 {
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-39._004 {
  background-image: none;
  justify-content: space-between;
}

.heading-48 {
  color: #000;
  font-size: 18px;
}

.text-block-21 {
  color: #5e6166;
  justify-content: center;
  align-items: center;
  
  font-weight: 500;
  display: flex;
}

.paragraph-5 {
  color: #e12220;
  text-transform: uppercase;
  
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-5.grey {
  color: #5e6166;
}

.paragraph-5.remove-link {
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.link-block-10 {
  text-decoration: none;
}

.div-block-40 {
  flex-direction: column;
  display: flex;
}

.link-block-11 {
  color: #e12220;
  text-decoration: underline;
}

.text-block-22 {
  
  font-weight: 600;
}

.text-block-23 {
  
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-20 {
  width: 200px;
}

.heading-49 {
  color: #e12220;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  
  font-size: 1.4vw;
  font-weight: 900;
}

.heading-49.compare-at-price {
  color: #686868;
  text-decoration: line-through;
}

.div-block-44 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.text-block-24 {
  color: #e8f0fb;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  
  overflow: hidden;
}

.text-span {
  max-width: 40%;
  
  font-size: 1.2vw;
}

.empty-state {
  background-color: #0000;
  display: none;
}

.text-block-25 {
  display: none;
}

.text-span-2 {
  
  font-size: 1.2vw;
}

.heading-50 {
  color: #e8f0fb;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  
  font-size: 1.5vw;
  font-weight: 700;
  display: flex;
}

.div-block-45 {
  background-color: #e12220;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  text-decoration: line-through;
  display: flex;
  position: static;
  left: 0;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.text-field-4, .text-field-5 {
  border-radius: 20px;
}

.field-label-11, .field-label-12 {
  text-align: center;
  
}

.update-password-form {
  display: none;
}

.success-message {
  background-color: #0000;
  border: 2px solid #e12220;
  border-radius: 20px;
}

.text-block-26, .text-block-27 {
  
}

.text-block-28 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  
  overflow: hidden;
}

.popup {
  background-color: #f2f3f4;
  border: 2px #e12220;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  min-width: 350px;
  max-width: 400px;
  min-height: 250px;
  max-height: 300px;
  display: flex;
  position: static;
  inset: 30% auto 0%;
  overflow: hidden;
}

.popup-container {
  z-index: 99;
  background-color: #00000078;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto;
  overflow: hidden;
}

.div-block-47 {
  background-color: #e12220;
  max-height: 30%;
}

.heading-51 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  
  font-size: 12px;
  overflow: hidden;
}

.field-label-13 {
  text-align: center;
  
}

.text-field-6 {
  text-align: center;
  background-color: #ffffffbf;
  border-radius: 3px;
  max-width: 80%;
  margin-top: 20px;
  
  font-size: 12px;
  font-weight: 600;
}

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

.field-label-14 {
  
}

.submit-button-7 {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 3px;
  min-width: 80%;
  max-width: 80%;
  margin-top: 20px;
  
  font-size: 12px;
  font-weight: 600;
}

.image-21 {
  width: 1.5vw;
}

.link-block-12 {
  position: relative;
}

.link-block-13 {
  position: static;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 30%;
  padding-top: 0;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0;
}

.success-message-2 {
  background-color: #ddd0;
}

.body-12 {
  background-color: var(--black);
  background-image: url({{'fondo-3d-planta_1.webp' | asset_url }});
  background-position: 50%;
  background-size: cover;
}

.image-22 {
  width: 150px;
}

.heading-52 {
  color: #e8f0fb;
  font-size: 20px;
}

.div-block-49 {
  justify-content: center;
  display: flex;
}

.field-label-15 {
  color: #000;
  display: none;
}

.container-web {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.form-block-2 {
  height: 70%;
  overflow: hidden;
}

.div-block-50 {
  justify-content: space-between;
  display: flex;
}

.mobile-menu {
  display: none;
}

.section-drop-007 {
  background-color: #e12220;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 70vw;
  min-height: 100vh;
  margin-bottom: 10vh;
  display: none;
  overflow: hidden;
}

.image-23 {
  width: 100px;
}

.heading-55 {
  color: #e8f0fb;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16.5vw;
  font-weight: 900;
  line-height: 80%;
  display: flex;
  overflow: hidden;
}

.image-24 {
  width: 40vw;
  position: static;
  inset: -77px 0% 0%;
  overflow: hidden;
}

.helmet-wrapper {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 96vw;
  max-width: 96vw;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 24% 0% auto;
  overflow: visible;
}

.heading-56 {
  color: #e8f0fb;
  max-width: 28vw;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.2vw;
  font-weight: 900;
  line-height: 120%;
  overflow: hidden;
}

.elements-wrapper {
  z-index: 4;
  justify-content: space-between;
  min-width: 98vw;
  max-width: 98vw;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5vw;
  padding-right: 3vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.elements-wrapper.mobile {
  display: none;
}

.drop-wrapper {
  justify-content: center;
  max-width: 100vw;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.heading-57 {
  color: #e8f0fb;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  display: block;
  overflow: hidden;
}

.text-block-29 {
  z-index: 50;
  color: #e8f0fb;
  max-width: 28.5vw;
  font-family: Questrial, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.div-block-51 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45vw;
  max-width: 45vw;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.div-block-52 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 45vw;
  display: flex;
  overflow: hidden;
}

.wrapper {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.js-clock {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 5vh;
  display: flex;
  position: static;
  top: 0;
  overflow: hidden;
  transform: scale(1.7);
}

.js-clock.mobile {
  display: none;
}

.box {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 5vh;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  overflow: hidden;
}

.box._2 {
  width: 2vw;
  display: flex;
  overflow: hidden;
}

.clock-number {
  color: #000;
  
  font-size: .9vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  overflow: hidden;
}

.clock-label {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
  display: none;
  overflow: hidden;
}

.heading-58 {
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: "Annapolis Condensed Oojn 0", sans-serif;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 700;
  line-height: .5;
  display: flex;
  overflow: visible;
}

.text-block-30 {
  color: #e8f0fb;
  
  font-weight: 900;
}

.text-block-30:active, .text-block-30:focus {
  color: #e12220;
}

.text-block-30:focus-visible {
  color: #e12220;
}

.text-block-30[data-wf-focus-visible] {
  color: #e12220;
}

.button-5 {
  color: #e8f0fb;
  background-color: #fff0;
  border-width: 2.18px;
  border-color: #e8f0fb;
  border-radius: 3.7px;
  justify-content: center;
  margin-left: 2px;
  margin-right: 3px;
  padding: 5px 6px;
  
  font-weight: 900;
  display: flex;
}

.button-5:active {
  color: #e12220;
  background-color: #e8f0fb;
  border-color: #e8f0fb;
}

.button-5.w--ecommerce-pill-selected {
  color: #e12220;
  -webkit-text-fill-color: inherit;
  background-color: #e8f0fb;
  background-clip: border-box;
  border-color: #e12220;
  border-radius: 5px;
  text-decoration: none;
}

.button-5.w--ecommerce-pill-disabled {
  color: #e8f0fb;
  background-color: #000;
  text-decoration: line-through;
}

.field-label-16 {
  display: none;
  overflow: hidden;
}

.button-group-2 {
  grid-column-gap: 1px;
  grid-row-gap: 5px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  width: 30vw;
  display: grid;
  overflow: hidden;
}

.field-label-17 {
  display: flex;
}

.text-block-31 {
  color: #e8f0fb;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 900;
  overflow: hidden;
}

.out-of-stock-state {
  background-color: #72727200;
  border: 4px solid #e8f0fb;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 7vh;
  text-decoration: line-through;
  display: flex;
  overflow: hidden;
}

.error-state {
  background-color: #ffdede00;
  border: 4px solid #e8f0fb;
  border-radius: 7px;
  text-decoration: line-through;
  overflow: hidden;
}

.error-message {
  color: #e8f0fb;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
}

.default-state-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.add-to-cart-button-2 {
  z-index: 99;
  color: #f2f3f4;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 2.5px #e12220;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  min-width: auto;
  height: 8vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 0;
  
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 600;
  position: relative;
  overflow: visible;
}

.add-to-cart-button-2.adoptar {
  background-color: #000;
  background-image: url({{'group-2-3.svg' | asset_url }});
  background-position: 90% 48%;
  background-repeat: no-repeat;
  background-size: 1.2vw;
  align-items: center;
  width: auto;
  min-width: 29.7vw;
  max-width: 29.7vw;
  margin-top: 1em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.add-to-cart-button-2.mum {
  min-width: auto;
}

.collection-list-007 {
  overflow: hidden;
}

.image-25 {
  width: 19px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}


.image-26 {
  max-width: 100%;
  overflow: hidden;
}

.collection-list-8, .collection-item-5 {
  overflow: hidden;
}

.add-to-cart-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.div-block-55 {
  height: auto;
  overflow: hidden;
}

.option-list-4, .option-3, .buy-now-button, .empty-state-2, .text-block-32 {
  overflow: hidden;
}

.div-block-56 {
  max-width: 90vw;
}

.essentials-button-div {
  z-index: 5;
  justify-content: center;
  align-items: center;
  min-width: 96vw;
  max-width: 96vw;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% -8%;
}

.essentials-button-div.mobile {
  display: none;
}

.image-27 {
  width: 2.4vw;
  max-width: none;
  margin-right: 10px;
  padding-top: 5px;
}

.heading-59 {
  color: #e8f0fb;
  letter-spacing: 1px;
  font-family: Questrial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 100%;
}

.link-block-14 {
  z-index: 50;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.field-label-19 {
  display: none;
}

.default-state-5 {
  border: 2px #000;
  border-left-width: 1px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.default-state-5.mum {
  border-style: none;
  border-width: 1px;
}

.link-7, .link-8 {
  color: #5e6166;
}

.js-clock-mobile {
  display: flex;
  overflow: hidden;
}

.body-13 {
  background-color: #000;
}

.js-clock2 {
  justify-content: flex-end;
  display: flex;
}

.nav-bar-div-2 {
  min-width: 99vw;
  max-width: 99vw;
  padding: 10vh 60px 10px 5vw;
  overflow: hidden;
}

.body-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.select-field-2 {
  color: #e8f0fb;
  text-align: center;
  -webkit-text-stroke-color: #0c0c0c;
  text-transform: uppercase;
  background-color: #e12220;
  border: 2.18px solid #e8f0fb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 7vh;
  padding-left: 2.5vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  display: flex;
}

.select-field-2:active, .select-field-2:focus {
  justify-content: center;
  align-items: center;
  display: flex;
}

.select-field-2:focus-visible {
  color: #e02220;
  background-color: #e8f0fb;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  display: flex;
}

.select-field-2[data-wf-focus-visible] {
  color: #e02220;
  background-color: #e8f0fb;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  display: flex;
}

.text-block-33 {
  font-size: 1.3vw;
}

.link-9 {
  color: #e8f0fb;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.image-28 {
  width: 150px;
}

.right-arrow-2 {
  display: inline;
}

.div-block-57 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-2, .icon {
  display: none;
}

.warning-helmet {
  background-color: #e12220;
  border: 2px solid #e12220;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 15vh;
  margin-top: 10px;
  margin-right: 0;
  padding: 0;
  display: none;
}

.warning-helmet._2 {
  background-color: #e8f0fb;
  border-color: #e8f0fb;
  flex-direction: column;
  height: auto;
  margin: 10px 10px 20px;
  display: flex;
}

.div-block-58 {
  background-color: #e8f0fb;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  display: flex;
}

.image-29 {
  width: 25px;
}

.image-30 {
  width: 80px;
}

.link-10, .link-11 {
  color: #e12220;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.select-field-3 {
  color: #e12220;
  text-align: center;
  text-transform: uppercase;
  background-color: #e8f0fb;
  border: 2px solid #e12220;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 8vh;
  padding-left: 4vw;
  
  font-size: 1.3vw;
  font-weight: 800;
  display: flex;
}

.option-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-12 {
  color: #e8f0fb;
  text-decoration: underline;
}

.add-to-cart-6 {
  z-index: 6;
  background-color: #fff;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: static;
  inset: auto 0 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.add-to-cart-6.mum {
  box-shadow: none;
  background-color: #e5e5e500;
  border-style: none;
  border-width: 1px;
  width: 100%;
  position: static;
}

.image-32 {
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-block-35 {
  color: #f2f3f4;
  text-decoration: none;
}

.out-of-stock-state-2 {
  color: #f2f3f4;
  text-transform: uppercase;
  background-color: #000;
  border: 2px #e5e5e5;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.error-state-2 {
  color: #e5e5e5;
  background-color: #000;
  border: 2px #e5e5e5;
  border-radius: 0;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: line-through;
}

.error-message-2 {
  color: #e5e5e5;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dropdown-toggle {
  border: 3px solid #e8f0fb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-block-36 {
  color: #e8f0fb;
}

.icon-2 {
  color: #e8f0f4;
}

.dropdown-list {
  background-color: #e12220;
}

.dropdown-list.w--open {
  width: 30vw;
}

.rich-text-block {
  color: #e8f0fb;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4vw;
  line-height: 1.5;
}

.dropdown {
  width: 30vw;
  max-height: 8vh;
}

.image-33 {
  width: 19px;
  margin-left: 5px;
  margin-right: 5px;
}


.image-34 {
  width: 19px;
  margin-left: 5px;
  margin-right: 5px;
}

.image-35 {
  width: 19px;
  margin-left: 5px;
  margin-right: 5px;
}

.image-36 {
  width: 19px;
  margin-left: 5px;
  margin-right: 5px;
}

.image-37 {
  width: 19px;
  margin-left: 5px;
  margin-right: 5px;
}

.reset-password-form-block {
  margin-bottom: 20px;
}

.image-38 {
  width: 19px;
  margin-left: 5px;
  margin-right: 5px;
}

.bold-text-2 {
  font-size: 1.4vw;
}

.winter-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.winter-wrapper.chaquetones {
  margin-top: 5em;
}

.red-line {
  background-color: #e8f0fb;
  width: 98%;
  height: 2px;
  margin-bottom: 10vh;
}

.separator-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-60 {
  color: #e12220;
  
  font-size: 1.2vw;
  font-weight: 800;
  line-height: 1;
  display: none;
}

.link-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-59 {
  justify-content: center;
  min-width: 100%;
  display: flex;
}

.div-block-60 {
  z-index: 99;
  background-color: var(--red);
  border: 1px #000;
  border-top-style: solid;
  min-height: 20vh;
  position: relative;
}

.upsell-container {
  border-top: .5px #000;
  border-bottom: .5px solid #000;
  border-left: 1px #000;
  border-right: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.field-label-20, .field-label-21, .select-field-4 {
  display: none;
}

.default-state-6 {
  display: flex;
}

.add-to-cart-button-3 {
  background-color: #000;
  border-radius: 0;
  min-height: 5vh;
  padding-top: 9px;
  padding-bottom: 9px;
  
  font-size: 1vw;
  font-weight: 700;
}

.quantity {
  display: none;
}

.add-to-cart-7 {
  justify-content: center;
  align-items: flex-start;
  max-height: 5vh;
  display: flex;
}

.image-39 {
  width: 100%;
}

.collection-item-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-4 {
  border-top: 1px solid #000;
  width: auto;
}

.heading-61 {
  text-transform: uppercase;
  margin-top: .25em;
  margin-bottom: .25em;
  
  font-size: 1.3vw;
  font-style: italic;
  font-weight: 800;
}

.heading-61._2 {
  margin-top: 0;
  font-size: 1.3vw;
}

.div-block-61 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.out-of-stock-state-3 {
  color: #e8f0fb;
  background-color: #e12220;
  border-radius: 8px;
  margin-top: 0;
  
  text-decoration: line-through;
}

.error-state-3 {
  background-color: #e8f0fb;
  border: 2px solid #e12220;
  border-radius: 8px;
  margin-top: 0;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-40 {
  width: 8vw;
  margin-left: 20px;
}

.div-block-62 {
  width: 100%;
}

.log-in-form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  max-width: none;
  min-height: 60vh;
  padding-bottom: 20vh;
  display: flex;
}

.text-block-37 {
  color: #e12220;
  text-align: center;
  padding-left: 2vw;
  padding-right: 2vw;
  
  font-size: 1.2vw;
  font-weight: 600;
}

.counter-div {
  position: absolute;
  top: 10px;
}

.heading-62 {
  color: #e8f0fb;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  
  font-size: 1vw;
  font-weight: 500;
}

.message {
  background-color: #000;
  border: 2px solid #e12220;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 19vh;
  padding: 1vw;
  display: flex;
}

.div-block-63 {
  align-items: flex-start;
  display: none;
}

.image-42 {
  border: 1px solid #e12220;
  border-radius: 99px;
  margin-right: 2vw;
}

.heading-63 {
  color: #e8f0fb;
  
  font-size: 1vw;
  font-weight: 500;
}

.div-block-64 {
  text-align: right;
  width: auto;
  display: none;
}

.image-43 {
  width: 400px;
}

.div-block-65 {
  margin-top: 20px;
}

.link-block-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-66 {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.section-pedro-gomez {
  background-image: url({{'fondo-montaa-180-grados.webp' | asset_url }}), url({{'fondo-montaa-4.webp' | asset_url }});
  background-position: 0 100%, 100% 5%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100vw, auto 100vw;
  flex-direction: column;
  align-items: center;
  min-width: auto;
  display: flex;
}

.collection-item-7 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 100vw;
  max-width: 100vw;
  margin-top: 20px;
  margin-bottom: 20vh;
  display: flex;
}

.field-label-22 {
  display: none;
}

.add-to-cart-8 {
  align-items: center;
  display: flex;
}

.product-info-div {
  flex-direction: column;
  align-items: flex-end;
  min-width: 30vw;
  display: flex;
  position: relative;
  right: 3vw;
}

.product-info-div.right {
  align-items: flex-start;
  left: 5vw;
  right: auto;
}

.image-44 {
  z-index: 10;
  width: 35vw;
  position: relative;
  left: auto;
  transform: rotate(1deg);
}

.image-44.negro {
  left: 2vw;
}

.text-block-38 {
  color: #fff;
  text-align: right;
  max-width: 25vw;
  font-family: Questrial, sans-serif;
  font-size: 1.6vw;
  line-height: 1.2;
}

.text-block-38.right {
  text-align: left;
}

.heading-64 {
  color: #fff;
  margin-top: .4em;
  margin-bottom: .2em;
  
  font-size: 3.5vw;
  font-weight: 800;
}

.heading-65 {
  aspect-ratio: auto;
  color: #fff;
  letter-spacing: 0;
  text-indent: 0;
  min-width: auto;
  
  font-size: 8vw;
  font-weight: 900;
  line-height: 1;
  position: relative;
  left: 5vw;
  right: auto;
}

.heading-65.right {
  text-align: right;
  left: auto;
  right: 3vw;
}

.button-6 {
  color: #fff;
  background-color: #e12220;
  border: 2px solid #191919;
  border-radius: 99px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 5vw;
  padding-right: 5vw;
  
  font-size: 1.4vw;
  font-weight: 800;
  line-height: 1.5;
}

.button-6.product-page {
  display: none;
}

.button-6.product-page.w--current {
  border-color: #e8f0fb;
}

.add-to-cart-button-4 {
  background-color: #e12220;
  border: 2px solid #19191900;
  border-radius: 99px;
  padding: 9px 3.5vw;
  
  font-size: 1.4vw;
  font-weight: 800;
  line-height: 1.5;
}

.text-span-5 {
  font-size: 7vw;
}

.left-instance {
  align-items: center;
  min-width: 100vw;
  display: flex;
}

.field-label-23 {
  display: none;
}

.heading-image-container {
  align-items: center;
  display: flex;
}

.sold-out {
  background-color: #fff;
  border-radius: 99px;
}

.sold-out-text {
  
  font-weight: 700;
}

._010-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.image-46 {
  width: 40vw;
}

.image-47 {
  width: 45vw;
  position: static;
  top: -17em;
}

.text-block-39 {
  color: #fff;
  text-align: center;
  max-width: 35vw;
  margin-top: 2em;
  margin-bottom: 1em;
  font-family: Questrial, sans-serif;
  font-weight: 400;
  position: static;
  top: -17em;
}

.text-block-39.price {
  margin-top: auto;
  margin-bottom: 1em;
}

.collection-item-8 {
  flex-direction: column;
  align-items: center;
  max-height: none;
  display: flex;
}

.button-7 {
  color: #c91c1f;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 20vw;
  
  font-size: 1.1vw;
  font-weight: 800;
  position: static;
  top: -19em;
}

.collection-list-wrapper-5 {
  max-width: 80vw;
}

.body-15 {
  background-color: #f2f3f4;
  flex-direction: column;
  justify-content: center;
  display: block;
}

.collection-list-9 {
  justify-content: space-around;
  width: 80vw;
  display: flex;
}

.collection-list-wrapper-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block-2 {
  overflow-wrap: anywhere;
  font-size: 1.3vw;
  line-height: 1.5;
}

.navbar-2024 {
  background-color: #fff;
  border: 1px #000;
  border-bottom-style: solid;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 8vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0 0% auto;
  overflow: hidden;
}

.navbar-2024.product-page {
  border-left-style: none;
  border-right-style: none;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 5vw;
}

.left-navbar {
  background-color: #fff;
  border-right: 1.5px #000;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.left-navbar.w--current {
  border-right-style: none;
  margin-left: 0;
}

.left-navbar.product-page {
  border-left: 2px solid #000;
}

.right-navbar {
  background-color: #fff;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 100%;
  display: flex;
}

.right-navbar.product-page {
  border-right: 2px solid #000;
}

.right-navbar.essbug {
  border-left-style: none;
}

.heading-66 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  
  font-size: 1.6vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

.heading-66._2 {
  color: #f2f3f4;
  font-size: 1.2vw;
}

.heading-66._2.light {
  color: #000;
}

.product-section-2024 {
  width: 100vw;
  height: auto;
}


.div-block-68 {
  border: 1px solid #000;
  border-style: solid none;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 2em;
  display: flex;
}

.div-block-69 {
  border: 1px solid #000;
  border-right-style: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 2em;
  display: flex;
}


.collection-list-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #f2f3f4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-9 {
  border: 1px solid #000;
  border-top-width: 0;
  border-left-style: none;
  justify-content: center;
  align-items: center;
  height: 7vh;
  display: flex;
}

.collection-item-9.light {
  border: 1px #f2f3f4;
  border-left-style: solid;
  height: 5vh;
}

.collection-item-9._2 {
  border-top-style: solid;
  border-top-width: 1px;
}



.link-16 {
  color: #000;
  text-decoration: none;
}


.div-block-71 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  margin-bottom: .5em;
  display: flex;
}

.heading-69 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  
  font-size: 1.7vw;
  font-style: italic;
  line-height: 1;
  text-decoration: line-through;
  display: none;
}

.text-block-40 {
  font-size: 1.1vw;
}

.div-block-72 {
  background-color: #fff;
  border-left: 1px solid #000;
  width: 100%;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  transform: scale(.9);
}

.sombra-add-to-cart {
  z-index: 2;
  filter: blur(20px);
  background-color: #0000001c;
  width: 30vw;
  height: 25vh;
  display: none;
  position: fixed;
  inset: auto 0 0 auto;
  overflow: hidden;
}

.image-48 {
  width: 13em;
}

.div-block-73 {
  z-index: 5;
  background-color: #656565;
  justify-content: flex-end;
  align-items: center;
  width: 98vw;
  display: flex;
  position: fixed;
  inset: auto .5vw 0% 0;
}

.div-block-74 {
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  padding-bottom: 2vw;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  overflow: hidden;
}

.div-block-74.mum {
  padding-top: 2em;
}

.div-block-75 {
  border-top: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.collection-list-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-78 {
  width: 100%;
  overflow: hidden;
}

.heading-70 {
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  
  font-size: 2vw;
  font-style: italic;
  font-weight: 600;
}

.body-16 {
  background-color: #e5e5e5;
}

.drop-colash-section {
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 86vh;
  display: flex;
  overflow: hidden;
}

.drop-card-wrapper {
  color: #000;
  border: 1px #000;
  
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.collection-list-13 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-drop-wrapper {
  border-left: 1px #000;
}

.collection-list-wrapper-7 {
  width: 50vw;
}

.heading-71 {
  margin-top: auto;
  margin-bottom: auto;
  
  font-size: 1.2vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

.div-block-79 {
  border: 1px solid #d0d0d0;
  justify-content: center;
  align-items: center;
  height: 4vh;
  display: none;
}

.heading-72 {
  color: #000;
  margin-top: 0;
  margin-bottom: 2em;
  
  font-size: 1.4vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

.heading-73 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8vw;
  line-height: 1;
  text-decoration: none;
}

.link-block-18 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  
  font-size: 1.8vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.div-block-80 {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.body-17 {
  background-color: #f2f3f4;
}

.vs-section {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.vs-div {
  cursor: cell;
  border-right: .5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 90vh;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vs-div.right {
  cursor: cell;
  border-left: .5px solid #000;
  border-right-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-49, .image-50 {
  width: 22vw;
}

.heading-74 {
  color: #161616;
  letter-spacing: -1px;
  text-transform: uppercase;
  
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.vs-popup {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: fixed;
  inset: auto 5% 6% auto;
}

.vs-popup.w--current {
  display: flex;
}

.vs-popup._2.w--current {
  bottom: 8%;
}

.heading-75 {
  color: #f2f3f4;
  margin-top: 0;
  margin-bottom: 0;
  
}

.image-52 {
  width: 2vw;
}

.legal-div-footer {
  background-color: #fff;
  justify-content: center;
  display: none;
}

.collection-list-wrapper-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-wrapper-8.hidden, .collection-list-wrapper-9, .div-block-82 {
  display: none;
}

.div-block-83 {
  display: flex;
}

.link-block-19 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.page-wrapper-4 {
  max-width: 40%;
  height: auto;
  min-height: 100svh;
}

.image-54 {
  width: 1.4vw;
}

.div-block-84 {
  justify-content: center;
  align-items: center;
  width: 7.5vw;
  height: 100%;
  display: flex;
}

.image-54-mobile, .image-55, .heading-76 {
  display: none;
}

.text-block-41 {
  color: #e12220;
  font-size: 1vw;
  text-decoration: line-through;
}

.notify-me {
  color: #f2f3f4;
  text-align: center;
  text-decoration: none;
}

.reset-password-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label-24, .select-field-5, .field-label-25, .error-state-4 {
  display: none;
}


.option-list-7, .add-to-cart-button-5, .buy-now-button-2, .quantity-2 {
  display: none;
}

.default-state-7 {
  align-items: center;
  height: 2em;
  margin-bottom: 0;
  display: flex;
}

.out-of-stock-state-4 {
  color: #e12220;
  background-color: #ddd0;
  align-items: center;
  height: 2em;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: line-through;
  display: flex;
}

.sign-up-form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  display: flex;
}

.image-56 {
  width: 12vw;
}

.div-block-85 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 29.7vw;
  height: 8vh;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-57 {
  width: 1.4vw;
  margin-left: 1vw;
  margin-right: 1vw;
}

.dropdown-div {
  grid-column-gap: 0px;
  grid-row-gap: 1em;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: auto;
  min-height: 10vh;
  padding: 1em 0;
  display: none;
}

.filter-button {
  color: #000;
  background-color: #e5e5e5;
  border: 1px solid #fff;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 12px;
  
  font-size: .7vw;
  font-style: italic;
  font-weight: 500;
  line-height: 2;
  display: flex;
}

.filter-button:active {
  border: 1px solid #000;
}

.filter-button:focus {
  color: #fff;
  background-color: #262626;
  border-color: #000;
}

.field-label-26 {
  display: none;
}

.colecci-n-madrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.colecci-n-barcelona, .colecci-n-valencia, .colecci-n-murcia, .colecci-n-sevilla, .colecci-n-granada {
  display: none;
}

.dog-cheek_wrapper {
  justify-content: space-around;
  align-items: center;
  width: 205px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% 0% auto;
}

.image-58 {
  pointer-events: auto;
}

.dog-leg_foot {
  background-color: #e12220;
  border: 3px #e8f0fb;
  border-top-left-radius: 25px;
  width: 50px;
  height: 35px;
  position: absolute;
  inset: auto auto 0% -40%;
}

.dog-leg_foot.right {
  background-color: #e12220;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 25px;
  left: auto;
  right: -40%;
}

.dog-leg_foot.back {
  background-color: #b90200;
  border-bottom-right-radius: 5px;
  bottom: 1%;
  transform: translate(0, -1px)rotate(5deg);
}

.dog-leg_foot.back.right {
  background-color: #b90200;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  transform: translate(0, -1px)rotate(-5deg);
}

.dog-face_eye-lid {
  background-color: #3a3838;
  width: 42px;
  height: 40px;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.dog-tail {
  transform-origin: 50% 100%;
  background-color: #b90200;
  border-radius: 40px;
  width: 40px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 10%;
  transform: rotate(25deg);
}

.dog-face_eye {
  background-color: #e8f0fb;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: auto auto -10% 9%;
  overflow: hidden;
}

.dog-face_eye.right {
  background-color: #e8f0fb;
  left: auto;
  right: 9%;
}

.dog-leg {
  background-color: #e12220;
  border: 3px #e8f0fb;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 55px;
  height: 200px;
  position: absolute;
  inset: auto auto 0% 20%;
}

.dog-leg.back {
  background-color: #b90200;
  border: 3px solid #e8f0fb;
  border-radius: 40px;
  width: 60px;
  height: 150px;
  bottom: 0%;
  left: 10%;
  transform: rotate(-5deg);
}

.dog-leg.back.right {
  background-color: #b90200;
  border: 3px solid #e8f0fb;
  left: auto;
  right: 10%;
  transform: rotate(5deg);
}

.dog-leg.right {
  background-color: #e12220;
  border: 3px #e8f0fb;
  left: auto;
  right: 20%;
}

.dog-body {
  background-color: #e12220;
  border: 3px #e8f0fb;
  border-radius: 0 0% 50% 50%;
  width: 180px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 21%;
}

.dog-body.belly {
  background-color: #b90200;
  border: 3px #000;
  border-radius: 0;
  bottom: 0%;
}

.dog-head {
  background-color: #ec2f2d;
  border: 1px #000;
  border-radius: 50%;
  width: 185px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 12% 0% auto;
}

.dog-head.btm {
  background-color: #ec2f2d;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  width: 165px;
  inset: auto 0% 0%;
}

.dog-wrapper {
  z-index: 1;
  border-bottom: 5px solid #e12220;
  width: 400px;
  height: 440px;
  position: relative;
  inset: auto -7% -20% auto;
  transform: scale(.35);
}

.dog-face_nose {
  background-color: #000;
  border-radius: 20px;
  width: 35px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -10% 0% auto;
}

.dog-head_cheek {
  background-color: #ec2f2d;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dog-head_cheek.right {
  background-color: #ec2f2d;
  inset: 0% 0% auto auto;
}

.dog-body_patch {
  background-color: #e8f0fb;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 61% 0% auto;
}

.dog-face_pupil {
  background-color: #000;
  border-radius: 20px;
  width: 12px;
  height: 12px;
  position: relative;
  left: 10%;
}

.dog-face_pupil.right {
  left: auto;
  right: 10%;
}

.dog-body_wrapper {
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.dog-face_mouth {
  background-color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 45% 0% auto;
}

.dog-face_tongue {
  opacity: 1;
  background-color: #e12220;
  border-radius: 20px;
  width: 25px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 70% 0% auto;
}

.dog-face_tongue-detail {
  background-color: #e12220;
  border-radius: 20px;
  width: 60%;
  height: 30px;
  position: absolute;
  top: -10px;
}

.dog-face_tongue-detail.right {
  right: 0;
}

.dog-head_wrapper {
  z-index: 10;
  transform-origin: 50% 100%;
  width: 230px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.dog-face_jaw {
  background-color: #e8f0fb;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% 0% auto;
}

.dog-ear {
  background-color: #b90200;
  border: 1px #000;
  border-radius: 20px;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: 12% auto auto 15%;
}

.dog-ear.right {
  background-color: #b90200;
  border: 1px #000;
  width: 45px;
  height: 45px;
  top: 12%;
  left: auto;
  right: 15%;
}

.section {
  padding: 100px 10%;
}

.section.dog {
  z-index: 0;
  background-color: #f2f3f400;
  border: 3px #e8f0fb;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  padding: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.dog-face_eyes {
  width: 100px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 28% 0% auto;
  overflow: hidden;
}

.page-wrapper-2 {
  z-index: 5;
  max-width: 100vw;
  position: relative;
}

.colecci-n-galicia, .colecci-n-valladolid {
  display: none;
}

.heading-77 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 8vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3px;
  
  font-size: 1.2vw;
  font-style: italic;
  line-height: 2;
  display: flex;
}

.image-59 {
  width: 1.2vw;
  transform: rotate(180deg);
}

.div-block-86 {
  justify-content: center;
  width: 70%;
  display: flex;
}

.image-60 {
  width: 1vw;
  margin-right: 10px;
  font-style: italic;
}

.collection-list-wrapper-10 {
  width: 100%;
}

.image-61 {
  width: 15vw;
}

.colecci-n-albacete, .colecci-n-asturias {
  display: none;
}

.truo67.w--ecommerce-pill-selected {
  color: #ff2020;
}

.truo67.w--ecommerce-pill-disabled {
  text-decoration: line-through;
}

.text-block-42 {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.5;
}

._72hbanner {
  white-space: nowrap;
  word-break: normal;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 5vh;
  display: flex;
  overflow: hidden;
}

.div-block-87 {
  width: 80vw;
  height: 100vh;
}

.div-block-88 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 200vh;
  display: flex;
}

.heading-78 {
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: difference;
  position: fixed;
  top: 91.161px;
}

.image-62 {
  width: 50vw;
}

.body-013 {
  background-color: #000;
}

.marco {
  z-index: 5;
  width: 100%;
  min-height: auto;
  padding: 1em;
  display: flex;
  position: fixed;
  inset: 0%;
}

._013-border-1 {
  border: 1.5px solid #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  padding: .3em;
  display: flex;
}

._013-border-1._2 {
  z-index: 7;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: auto;
  padding-bottom: 0;
  padding-left: .5em;
  padding-right: .5em;
  position: relative;
}

._013-border-1._2._3 {
  border-top-left-radius: 0;
  position: absolute;
}

._013-border-1._2._4 {
  z-index: 10;
  width: 90%;
  padding-bottom: 1.2em;
  position: fixed;
  inset: 0% 0% auto;
}

._013-nav {
  background-color: #0000;
  border-bottom: 1.5px solid #fff;
  border-top-left-radius: 20px;
  width: 100%;
  min-height: 6vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.line {
  background-color: #fff;
  width: 100%;
  height: 1.5px;
  margin-top: .25em;
  padding-bottom: 0;
}

._013-nav-left {
  opacity: 1;
  background-color: #0000;
  border-right: 1.5px solid #fff;
  border-top-left-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 15%;
  min-height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

._013-nav-right {
  z-index: 2;
  opacity: 1;
  border-left: 1.5px solid #fff;
  justify-content: space-around;
  align-items: center;
  width: 15%;
  padding-left: 4vw;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-79 {
  z-index: 11;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.mum-container {
  width: 100%;
  height: auto;
  display: flex;
}

.mum-left {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  border-left: 1px #000;
  border-right: .5px solid #000;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.mum-right {
  border-bottom: 1px solid #000;
  border-left: .5px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 40%;
  display: flex;
}

.image-101 {
  width: 50%;
}

.spline-scene {
  position: sticky;
  top: 0;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.image-102 {
  width: 30vw;
  margin-top: 2em;
  margin-bottom: 2em;
}

.cards {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  display: flex;
}

.paragraph-6 {
  text-align: center;
  flex: 0 auto;
  width: 100%;
  font-size: 1.5vw;
  line-height: 1.5em;
}

.paragraph-6.paragraph-white {
  color: #fff;
}

.section-1 {
  background-image: url({{'landscape-1.jpg' | asset_url }});
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.section-4 {
  background-image: linear-gradient(#1b4c6e, #1b4c6e);
  height: 100vh;
  position: relative;
}

.heading-2 {
  color: #000;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}

.heading-2.heading-2-white {
  color: #fff;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll-snap-container {
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.section-3 {
  background-image: url({{'landscape-2.jpg' | asset_url }});
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.section-2 {
  height: 100vh;
  position: relative;
}

.section-5 {
  background-image: linear-gradient(18deg, #193b5be8 17%, #ffffff70), url({{'landscape-1.jpg' | asset_url }});
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  position: relative;
}

.html-embed {
  display: flex;
}

.heading-1 {
  color: #fff;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
  top: 5%;
}

.fondo-superior, .fondo-inferior {
  display: none;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

._w-description {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.c-cloneable {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
}

.c-intro {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 20px;
  display: flex;
  position: relative;
}

._w-cards-list {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 1px;
}

.card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  line-height: 1em;
}

.c-cards-list {
  transition: all .2s;
  position: relative;
}

._w-content {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 4em;
  font-weight: 900;
  line-height: 1.3em;
}

.c-content {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._2 {
  justify-content: center;
  align-items: center;
  margin-top: 14em;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 12em;
}

.c-card._5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 12em;
}

.c-card._1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 12em;
}

.c-card._3 {
  z-index: 4;
  mix-blend-mode: difference;
  line-height: 1;
  position: sticky;
  top: 14em;
}

.c-card._4 {
  position: sticky;
  top: 260px;
}

.c-card-title {
  margin-bottom: 10px;
}

._w-card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 30px;
  position: relative;
  box-shadow: 1px 1px 15px #13131380;
}

.card-details {
  margin-bottom: 0;
}

.c-card-content-divider {
  border-bottom: 1px dashed #bbb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-scroll-down {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.yellow {
  color: #fff080;
}

.scroll {
  border: 1px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  width: 30px;
  height: 48px;
  padding: 5px;
  display: flex;
}

.scroll-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 3px;
  height: 10px;
}

.c-header {
  margin-bottom: 30px;
}

.c-card-details {
  margin-bottom: 20px;
}

.description {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

.cloneable-area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-80 {
  z-index: 6;
  color: #fff;
  text-transform: none;
  mix-blend-mode: difference;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Annapolis Condensed Condensed, sans-serif;
  font-size: 10vw;
  font-weight: 800;
  line-height: 1;
  display: flex;
  position: fixed;
  inset: .6em 0% auto;
}

.section-6 {
  height: 200vh;
  display: block;
}

.spline-scene-2 {
  flex: 0 auto;
  width: auto;
  height: 100vh;
  position: sticky;
  top: 30px;
  transform: scale(.6);
}

.bot-n-de-buy-me {
  z-index: 8;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  inset: auto 0% 2em;
}

.field-label-27 {
  display: none;
}

.collection-list-wrapper-11 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.collection-list-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.add-to-cart-button-6 {
  z-index: 6;
  background-color: #ee0e0d;
  background-image: url({{'group-3.svg' | asset_url }}), url({{'group-3.svg' | asset_url }});
  background-position: 5%, 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: 2.5vw, 2.5vw;
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  margin-top: 1em;
  font-family: Orbitron, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1;
  position: static;
}

.add-to-cart-button-6._2 {
  z-index: 3;
  clear: none;
  border-radius: 10px;
  width: 27vw;
  font-size: 1.7vw;
  display: block;
  position: relative;
  inset: auto 0% 0% auto;
}

.track-3d {
  flex-flow: column;
  height: auto;
  padding-left: 2em;
  display: block;
  overflow: visible;
}

.spline {
  z-index: 6;
  height: 80vh;
  display: none;
  position: fixed;
  inset: 8em 0% auto;
}

.hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -125vh;
  display: flex;
}

.container-4 {
  z-index: 2;
  max-width: 80rem;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.gradient {
  background-image: linear-gradient(#006aff00, #01667f);
  height: 100vh;
}

.heading-81 {
  color: #fff;
  padding-left: 0;
  font-family: Annapolis Condensed Condensed, sans-serif;
  font-size: 7vw;
  font-weight: 800;
  line-height: 1;
  position: static;
}

.paragraph-7 {
  color: #fff;
  max-width: 70ch;
}

.product-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 10em;
  padding-left: 0;
  display: block;
  position: relative;
}

.collection-item-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.heading-82 {
  color: #fff;
  text-align: center;
  font-family: Annapolis Condensed Condensed, sans-serif;
}

.div-block-89 {
  border: 1px #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  margin-top: 0;
  display: flex;
}

.collection-list-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.main-wrapper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section-7 {
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.html-embed-2 {
  height: 100%;
}

.html-embed-3 {
  display: block;
}

.section-cards-mobile {
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 6em;
  padding-top: 15em;
  display: none;
}

.card-1 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 2em;
  margin-right: 2em;
  display: flex;
}

.card1-image {
  width: 23vw;
}

.card2, .card-3 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 2em;
  margin-right: 2em;
  display: flex;
}

.image-601 {
  border-radius: 9px;
  width: auto;
  height: auto;
}

.image-602 {
  border-radius: 8px;
  width: auto;
  height: auto;
}

.track {
  background-image: url({{'fondo-3d-planta_1.webp' | asset_url }});
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 2em;
  display: flex;
}

.spline-2 {
  z-index: 3;
  width: auto;
  height: 120vh;
  display: block;
  position: sticky;
  top: 3px;
  transform: scale(.5);
}

.spline-2._2 {
  position: static;
}

.container-5 {
  z-index: auto;
  background-color: #0000;
  max-width: 80rem;
  padding-top: 6rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.gradient-2 {
  background-color: #0000;
  height: 40vh;
}

.heading-83 {
  color: #fff;
  font-family: Annapolis Condensed Condensed, sans-serif;
  font-size: 22vw;
  font-weight: 800;
  line-height: .88;
}

.heading-84 {
  color: #fff;
  text-align: center;
  margin-top: .6em;
  margin-bottom: .3em;
  font-family: Annapolis Condensed Condensed, sans-serif;
  font-size: 6vw;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  max-width: 45ch;
  font-family: Orbitron, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.5;
}

.div-block-90 {
  height: 400vh;
}

.div-block-91 {
  z-index: 9;
  position: fixed;
  inset: 0%;
}

.fondo-superior {
  z-index: 99;
  background-color: #000;
  width: 100%;
  height: 10vh;
  position: fixed;
  inset: 0% 0% auto auto;
}

.fondo {
  z-index: 4;
  background-color: #000;
  height: 5em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  position: fixed;
  inset: 0% 0% auto;
}

.fondo.inferior {
  z-index: 4;
  height: 1.5em;
  inset: auto 0% 0%;
}

.div-block-92 {
  border-bottom: 2px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30vw;
  height: auto;
  display: flex;
  position: relative;
}

.product-images {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 74% 24.9%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-self: auto;
  place-items: start stretch;
  width: 30vw;
  display: grid;
  position: relative;
  overflow: hidden;
}

.heading-87 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Annapolis Condensed Condensed, sans-serif;
  font-size: 4vw;
  font-weight: 800;
}

.text-block-43 {
  color: #fff;
  font-family: Birdman, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1;
}

.div-block-93 {
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5em;
  display: flex;
}

.paragraph-9 {
  color: #fff;
  text-align: justify;
  letter-spacing: .5px;
  width: 30vw;
  max-width: none;
  margin-top: 1.5em;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.8;
}

.field-label-28 {
  display: none;
}

.div-block-94 {
  z-index: 3;
  clear: none;
  background-color: #fff;
  border-top: 2px solid #fff;
  width: 100%;
  margin-top: 1em;
  padding-top: 1.5em;
  position: sticky;
  top: 50px;
  bottom: auto;
}

.input-group-button {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.input-number-decrement {
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-right: 0;
  
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.input-number-increment {
  color: #fceed1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.bold-text-3 {
  color: #fff;
  
  font-size: 1.7vw;
  font-weight: 800;
}

.input-group {
  display: flex;
}

.input-group.input-number-group.product-page {
  background-color: #ee0e0d;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  width: 11vw;
  height: auto;
  padding-left: .5vw;
  padding-right: .5vw;
}

.default-state-8 {
  justify-content: space-between;
  display: flex;
}

.quantity-3 {
  color: #fff;
  text-align: right;
  background-color: #fafafa00;
  border-style: none;
  width: 40px;
  height: 30px;
  margin-bottom: 0;
  padding: 0;
  
  font-size: 1.4vw;
  font-weight: 800;
  line-height: 1;
}

.div-block-95 {
  height: 100vh;
}

.page-loader_text {
  color: #0000;
  letter-spacing: -2px;
  font-family: Orbitron, sans-serif;
  font-size: 30vmin;
  font-weight: 700;
  line-height: 1;
}

.page-loader_noise {
  z-index: 0;
  opacity: .05;
  background-image: url({{'grain_overlay.gif' | asset_url }});
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.page-loader_marquee-text {
  text-transform: none;
  flex: none;
  font-family: Annapolis Condensed Condensed, sans-serif;
}

.page-loader_text-wrapper {
  z-index: 10;
  align-self: center;
  align-items: flex-end;
  height: 30vmin;
  display: flex;
  position: relative;
}

.page-loader_component {
  z-index: 999;
  background-color: #ee0e0d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader_marquee {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: absolute;
}

.page-loader_marquee.is-bottom {
  inset: auto 0% 0%;
}

.page-loader_marquee.is-top {
  inset: 0% 0% auto;
}

.page-loader_text-style {
  display: none;
}

.page-loader_percent {
  color: #0000;
  letter-spacing: -2px;
  font-family: Orbitron, sans-serif;
  font-size: 30vmin;
  font-weight: 700;
  line-height: 1;
}

.page-loader_text-fill {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 0%;
  display: flex;
  position: relative;
}

.page-loader_trigger {
  z-index: 50;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-20 {
  width: auto;
  height: auto;
}


.add-to-cart-10 {
  z-index: 5;
  position: fixed;
  inset: auto 0% 0% 63%;
}

.body-18 {
  background-color: #000;
  height: 100vh;
}

._013-navbar-wrapper {
  z-index: 11;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.marco-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list-16 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.collection-list-wrapper-12 {
  width: auto;
  position: static;
  bottom: 50px;
}

.add-to-cart-11 {
  position: static;
  top: 10px;
  bottom: auto;
}

.page-wrapper-013 {
  z-index: 3;
  float: none;
  clear: none;
  padding-bottom: 0;
  position: static;
}

.lightbox-link-2 {
  z-index: 6;
  vertical-align: top;
  position: relative;
}

.fondo-3 {
  z-index: 9;
  background-color: #000;
  height: 1em;
  position: fixed;
  inset: 0% 0% auto;
}

.fondo-3.txt {
  z-index: 10;
  opacity: .1;
  background-color: #0000;
  background-image: url({{'grain_overlay.gif' | asset_url }});
  background-position: 0 0;
  background-size: auto;
}

.fondo-4 {
  z-index: 9;
  background-color: #000;
  height: .9em;
  position: fixed;
  inset: auto 0% 0%;
}

.fondo-4.txt {
  z-index: 10;
  opacity: .1;
  background-color: #0000;
  background-image: url({{'grain_overlay.gif' | asset_url }});
  background-position: 0 0;
  background-size: auto;
  height: .9em;
}

.spline-scene-3 {
  position: sticky;
  top: 30px;
  overflow: visible;
}

.spline-scene-4 {
  height: 100vh;
  max-height: none;
  position: sticky;
  top: 2em;
}

.spline-scene-6 {
  height: 100vh;
}

.heading-88, .linea, .image-604 {
  display: none;
}

.spline-scene-7 {
  z-index: 4;
  height: 100vh;
  position: sticky;
  top: 2em;
}

.textura {
  z-index: 4;
  opacity: .1;
  background-image: url({{'grain_overlay.gif' | asset_url }});
  background-position: 0 0;
  background-size: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.negro {
  opacity: 1;
  background-color: #000;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  justify-content: space-between;
  width: 100%;
  min-height: 6vh;
  display: flex;
}

.negro.txt {
  opacity: .1;
  background-color: #0000;
  background-image: url({{'grain_overlay.gif' | asset_url }});
  background-position: 0 0;
  background-size: auto;
  width: 96%;
  min-height: 7vh;
  padding-left: 3rem;
  padding-right: 3rem;
  position: absolute;
}


.image-605 {
  width: 25vw;
}

.im-genes-desktop {
  margin-top: 3em;
  position: relative;
}

.image-606, .image-607 {
  width: 25vw;
  display: none;
}

.heading-89 {
  z-index: 7;
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
  font-family: Annapolis Condensed Condensed, sans-serif;
  font-size: 6vw;
  font-weight: 800;
  line-height: .5;
  position: fixed;
  inset: .9em 0% auto;
}

.lottie-animation {
  width: 50vw;
}

.section-8 {
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
  display: flex;
}

.image-608 {
  width: 12vw;
  position: absolute;
  inset: 8em auto auto 19em;
}

.image-609 {
  z-index: 1;
  width: 27vw;
  position: absolute;
  inset: 21em 4em auto auto;
}

.lottie-animation-2 {
  z-index: 7;
  width: 40vw;
  position: static;
  top: 0;
  transform: scale(.8);
}

.image-610 {
  width: 40vw;
  position: absolute;
  inset: 7em 0% auto auto;
}

.image-611 {
  width: 30vw;
  position: absolute;
  inset: auto auto 6% 0%;
}

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

.heading-91 {
  display: none;
}

.div-block-97 {
  z-index: 1;
  position: sticky;
  top: 1em;
}

.txt {
  opacity: 1;
  justify-content: space-between;
  display: flex;
}

.image-612 {
  z-index: 1;
  width: 29vw;
  position: absolute;
  inset: auto auto 10em 5em;
}

.div-block-98 {
  display: none;
}

.lottie-animation-3 {
  width: 50vw;
}

.video-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 2em;
  padding-top: 10em;
  padding-left: 30vw;
  padding-right: 30vw;
  display: flex;
  position: relative;
}

._013-video {
  width: 60vw;
  height: auto;
  padding-bottom: 0;
}

.div-block-100 {
  border-radius: 20vw;
  width: 40%;
  margin-top: 20px;
}

.video-5 {
  z-index: 5;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 20px 17px #fff3;
}

.heading-92 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 800;
}

.text-span-46 {
  font-weight: 500;
}

.image-613 {
  z-index: 6;
  margin-bottom: -17px;
  position: relative;
}

.line2 {
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 98%;
  height: .5em;
  margin-top: 0;
}

.line2.bajo {
  z-index: 11;
  border-top-color: #fff;
  border-bottom-color: #fff;
  width: auto;
  height: .4rem;
  margin-left: 2em;
  margin-right: 2em;
  position: fixed;
  inset: auto 0% 15px;
}

.div-block-101 {
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 10em;
  display: flex;
}

.link-17 {
  z-index: 99;
  color: #fff;
  font-family: Orbitron, sans-serif;
  text-decoration: none;
  position: relative;
}

.collection-item-13 {
  height: 100%;
}

.collection-list-wrapper-13 {
  display: none;
}

.div-block-104 {
  height: 300vh;
}

.slider-2 {
  height: 60vw;
  transform: rotate(90deg);
}

.out-of-stock-state-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ee0e0d;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 2.5em;
  font-family: Orbitron, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  display: flex;
}

.error-state-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  font-family: Orbitron, sans-serif;
  font-size: 1vw;
}

.heading-div {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 75%;
  display: flex;
}

.body-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-93 {
  
  font-size: 1.3vw;
  font-weight: 200;
  line-height: 1;
  position: static;
}

.image-614 {
  width: 25px;
}

.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 15vw;
  display: grid;
}

.link-block-21 {
  margin-left: 5px;
  margin-right: 5px;
}

.product-section-ess3 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-94 {
  margin-top: 0;
  
  font-weight: 400;
}

.heading-95 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-style: normal;
  font-weight: 600;
}

.fondo-gris {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 50vh;
  margin-bottom: 10px;
  display: flex;
}

.heading-96 {
  margin-top: 0;
  margin-bottom: 5px;
  
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5;
}

.replica-footer-2024 {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 7vh;
  display: flex;
}

.collection-list-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.link-18 {
  color: #000;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  
  font-size: 1vw;
  font-weight: 700;
  text-decoration: none;
}

.div-block-105 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.heading-97 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}

.section-11 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.collection-list-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-14 {
  z-index: 2;
  width: 80vw;
  position: relative;
}

.link-block-22 {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.text-block-44 {
  z-index: 1;
  color: #e12220;
  white-space: nowrap;
  word-break: normal;
  
  font-size: 2vw;
  font-weight: 500;
  line-height: 2;
  position: static;
}

.div-block-106 {
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  overflow: hidden;
}

.heading-98 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2;
}

.div-block-107 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.field-label-29, .field-label-30 {
  display: none;
}

.text-block-45 {
  text-align: left;
  width: 2vw;
  
  font-size: 1.2vw;
  line-height: 2;
}

.text-block-45:focus {
  color: #333;
}

.button-8 {
  color: #333;
  border-style: none;
  padding: 0;
}

.button-8.w--ecommerce-pill-selected {
  color: var(--gris);
  background-color: #fff0;
  text-decoration: underline;
}

.button-8.w--ecommerce-pill-disabled {
  background-color: #fff0;
  text-decoration: line-through;
}

.default-state-9 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.add-to-cart-12 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.add-to-cart-button-7 {
  background-color: #3898ec00;
  background-image: url({{'capa_1.svg' | asset_url }});
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.8vw;
}

.button-group-3 {
  height: 100%;
  margin-bottom: 0;
}

.option-list-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-20 {
  color: #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.error-state-6 {
  text-transform: uppercase;
  background-color: #ffdede00;
  margin-top: 0;
  padding-left: 0;
  
}

.error-message-3 {
  color: #e12220;
  font-size: 1.1vw;
}

.div-block-108 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.out-of-stock-state-6 {
  background-color: #ddd0;
}

.image-615, .image-616 {
  width: 20px;
}

.link-block-23 {
  justify-content: center;
  align-items: center;
  width: 7.5vw;
  height: 100%;
  display: flex;
}

.heading-99 {
  text-decoration: line-through;
}

.image-617 {
  width: 7em;
}

.image-618 {
  width: 4em;
}

.div-block-109 {
  background-color: #fff;
  width: 340px;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.upsell-wrapper {
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.heading-100 {
  margin-left: 10px;
  
  font-size: 14px;
  font-weight: 700;
}

.upsell-container-2 {
  background-color: #f2f3f4;
  border: 1px solid #888889;
  border-style: solid none;
  border-radius: 0;
  margin: 5px 0;
  padding: 12px 24px;
}

.collection-item-15 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-110 {
  justify-content: flex-start;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.image-15 {
  border-radius: 20px;
  width: 5.5em;
}

.div-block-111 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 1em;
  display: flex;
}

.text-block-52 {
  font-weight: 700;
}

.add-to-cart-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.default-state-10 {
  margin-bottom: 0;
}

.field-label-31 {
  display: none;
}

.add-to-cart-button-8 {
  background-color: #e12220;
  border-radius: 10px;
  padding: 12px 20px;
  
  font-size: 14px;
  font-weight: 700;
}

.product-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 100vw;
  padding-top: 17vh;
  display: flex;
  overflow: visible;
}

.div-block-112 {
  width: 60%;
}

.div-block-113 {
  width: 30%;
  position: sticky;
  top: 1em;
}

.collection-list-19 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-lightbox-close {
  display: block !important;
  opacity: 1 !important;
  top: 16% !important;
  right: 20px;
  border: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
}

.w-lightbox-close:focus {
  outline: none;
}


.image-619 {
  width: 100%;
  height: 100%;
}

.lightbox-link-3 {
  width: 100%;
}

.heading-101 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 2.1vw;
  font-weight: 900;
  line-height: 1;
}

.text-block-54 {
  margin-bottom: .7em;
  
  font-size: 1.6vw;
  line-height: 1;
}

.price-product-container {
  justify-content: start;
  align-items: center;
  gap: 10px;
  display: flex;
}

.paragraph-10 {
  margin-bottom: 1.7em;
  font-size: 1.3vw;
  line-height: 1.4;
}

.field-label-32 {
  display: none;
}

.button-9 {
  border-style: none;
  
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.4;
}

.button-9.w--ecommerce-pill-selected {
  color: #343434;
  background-color: #fff0;
  border-bottom-style: solid;
}

.button-9.w--ecommerce-pill-disabled {
  background-color: #fff0;
  text-decoration: line-through;
}

.field-label-33 {
  display: none;
}

.add-to-cart-button-9 {
  text-transform: uppercase;
  background-color: #000;
  width: 100%;
  height: 4.4em;
  
  font-size: 1vw;
  font-weight: 600;
  line-height: 1;
}

.div-block-114 {
  border: 1px solid #00000036;
  border-top-color: #0003;
  width: 100%;
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.div-block-115 {
  background-color: #0003;
  width: 100%;
  height: 1px;
  margin-bottom: .5em;
}

.paragraph-11 {
  color: #fff;
  font-size: 1vw;
  line-height: 1.5;
}

.qa-text {
  color: #000;
  text-transform: uppercase;
  
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 29px;
}

.toggle-icon {
  border: 1px solid #fff3;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 13px;
  display: flex;
}

.toggle-content {
  background-color: #0000;
  padding-right: 20px;
  position: relative;
}

.toggle-content.w--open {
  background-color: #28242400;
  padding: 0;
  position: static;
}

.toogle-max-w {
  max-width: 98%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

.toogle-max-w.desktop._2 {
  margin-top: 0;
}

.dropdown-toggle-2 {
  color: #fff;
  background-color: #0000;
  border-radius: 25px;
  flex: 1;
  align-items: center;
  width: 100%;
  padding: .5rem 0;
  font-size: 17px;
  display: flex;
}

.plus-icon {
  width: 10px;
}

.toggle-main {
  background-color: #93939300;
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.toggle-main._2 {
  border-top-style: none;
}

.div-block-13 {
  justify-content: space-between;
  width: 100%;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.rich-text-block-3 {
  color: #000;
  margin-bottom: .5em;
  padding-left: 10px;
  padding-right: 10px;
  
  font-size: 1.1vw;
  line-height: 1;
}

.image-620 {
  width: 100%;
  margin-bottom: .5em;
}

.collection-item-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-upsell {
  background-color: #ef1421;
  justify-content: center;
  align-items: center;
  padding-top: .4em;
  padding-bottom: .4em;
  display: flex;
}

.text-block-55 {
  color: #fff;
  
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.2;
}

.packs-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: .5em;
  display: flex;
}

.section-12 {
  height: 300vh;
}

@media screen and (min-width: 1280px) {
  .menu-div {
    right: 7vw;
  }

  .product-section-essentials {
    margin-top: 10vh;
  }

  .body-2 {
    justify-content: flex-start;
    display: block;
  }

  .product-page-div {
    overflow: hidden;
  }

  .container-overflow-hidden {
    display: flex;
  }

  .text-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    width: 40%;
  }

  .div-block-33 {
    padding-top: 5vh;
  }

  .section-drop-007 {
    min-height: 120vh;
    margin-bottom: 10vh;
  }

  .heading-56 {
    margin-bottom: 10px;
  }

  .text-block-29 {
    margin-top: 5px;
    font-size: 1.4vw;
    line-height: 1.2;
  }

  .div-block-51 {
    z-index: 50;
    position: relative;
  }

  .heading-58 {
    margin-top: 0;
    padding-top: 6px;
  }

  .field-label-16 {
    text-align: left;
  }

  .add-to-cart-button-2 {
    width: 100%;
    margin-top: 5px;
  }

  .add-to-cart-button-2.mum {
    width: 100%;
    min-width: auto;
  }

  .add-to-cart-3 {
    margin-top: 15px;
  }

  .option-3 {
    align-items: center;
    display: block;
  }

  .essentials-button-div {
    z-index: 1;
    position: absolute;
    bottom: -20%;
  }

  .link-block-14 {
    z-index: 55;
  }

  .select-field-2 {
    color: #e8f0fb;
    text-align: center;
    text-transform: uppercase;
    background-color: #f3f3f300;
    border: 2.18px solid #e8f0fb;
    border-radius: 8px;
    width: 22vw;
    padding-left: 2.2vw;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .warning-helmet {
    align-items: center;
  }

  .image-31 {
    width: 1.9vw;
  }

  .select-field-3 {
    padding-left: 3.5vw;
  }

  .heading-60 {
    font-size: 1vw;
  }

  ._010-section {
    height: auto;
  }

  .text-block-39 {
    font-size: 1.4vw;
  }

  .collection-item-8 {
    max-height: none;
  }

  .button-7 {
    z-index: 80;
    width: 20vw;
    transition: transform .2s;
    position: relative;
    top: auto;
  }

  .button-7:hover {
    transform: scale(1.05);
  }

  .navbar-2024 {
    z-index: 80;
    position: static;
  }

  .div-block-68, .div-block-69 {
    height: 2.3em;
  }

  .image-48 {
    width: 15em;
  }

  .vs-popup {
    border-radius: 50%;
    width: 4em;
    height: 4em;
  }

  ._013-border-1._2 {
    border-radius: 17px;
  }

  .image-608 {
    width: 15vw;
    top: 11em;
  }

  .image-609 {
    width: 27vw;
    top: 20em;
  }

  .paragraph-10 {
    line-height: 1.4;
  }

  .dropdown-toggle-2 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

@media screen and (min-width: 1440px) {
  .menu-div.home.drop007 {
    top: 11vh;
  }

  .image {
    width: 23px;
  }

  .image-2 {
    width: 22px;
  }

  .collection-list-wrapper-2 {
    margin-bottom: 10vh;
  }

  .text-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    width: 40%;
  }

  .div-block-33 {
    padding-top: 5vh;
  }

  .image-21 {
    width: 1.2vw;
  }

  .section-drop-007 {
    margin-bottom: 10vh;
  }

  .heading-56 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.2vw;
    line-height: 150%;
  }

  .elements-wrapper {
    padding-top: 5vh;
  }

  .heading-57 {
    margin-bottom: 0;
    font-size: 2vw;
  }

  .text-block-29 {
    font-size: 1.4vw;
    line-height: 1.2;
  }

  .div-block-51 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .heading-58 {
    margin-top: 0;
    padding-top: 7px;
  }

  .button-5 {
    margin-left: 15px;
    margin-right: 15px;
    padding: 12px 15px;
    font-size: 1.4vw;
  }

  .button-group-2 {
    overflow: visible;
  }

  .default-state-3 {
    align-items: center;
  }

  .add-to-cart-button-2 {
    width: 100%;
    font-size: 1.2vw;
  }

  .image-25 {
    width: 22px;
  }

  .option-3 {
    overflow: visible;
  }

  .select-field-2 {
    padding-left: 2vw;
  }

  .image-31 {
    width: 1.9vw;
  }

  .select-field-3 {
    padding-left: 3vw;
  }

  .image-33 {
    width: 22px;
  }

  .image-34 {
    width: 22px;
  }

  .image-35 {
    width: 22px;
  }

  .image-36, .image-37 {
    width: 22px;
  }

  .image-38 {
    width: 22px;
  }

  .red-line {
    width: 99%;
  }

  .separator-div {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-60 {
    font-size: 1vw;
  }

  .div-block-59 {
    min-width: 100%;
    padding-left: .3vw;
    display: flex;
  }

  .button-7 {
    width: 20vw;
  }

  .div-block-68, .div-block-69 {
    height: 2.6em;
  }


  .image-48 {
    width: 19em;
  }

  .image-608 {
    width: 15vw;
    top: 13em;
    left: 21em;
  }

  .image-609 {
    width: 28vw;
    top: 23em;
    right: 5em;
  }

  .image-612 {
    bottom: 11em;
  }

  .image-15 {
    width: 7em;
  }

  .text-block-52 {
    font-size: 18px;
    line-height: 27px;
  }

  .text-block-53 {
    font-size: 16px;
    line-height: 27px;
  }

  .toogle-max-w.desktop {
    margin-bottom: 2em;
  }

  .dropdown-toggle-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .banner-div-block {
    min-height: 5vh;
    max-height: 5vh;
  }

  .banner-div-block.product-page {
    min-height: 7vh;
  }

  .home-section-essentials {
    justify-content: flex-start;
  }

  .home-section-essentials.essentials {
    margin-top: 2vh;
  }


  .banner-heading-container {
    align-items: center;
  }

  .nav-bar-div {
    padding-left: 5.5vw;
  }

  .nav-bar-div.home {
    border: 5px #000;
    justify-content: flex-start;
    padding-top: 6vh;
    padding-bottom: 60px;
  }

  .nav-bar-div.home._007 {
    padding: 3vh 6vw 20px;
  }

  .menu-div.home {
    top: 8vh;
  }

  .menu-div.home._007 {
    position: fixed;
    right: 6vw;
    transform: scale(1.3);
  }

  .menu-div.home._007._2 {
    position: fixed;
  }

  .menu-div.home.drop007 {
    z-index: 98;
    top: 11vh;
  }

  .menu-div.product-page {
    top: 180px;
    right: 100px;
  }

  .image {
    width: 26px;
  }

  .image-2 {
    width: 25px;
  }

  .product-section-essentials {
    justify-content: flex-start;
  }

  .product-section-essentials.hide {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 1vw;
    line-height: 3;
  }

  .heading.home, .heading.home.hidden {
    font-size: 16px;
  }

  .footer-button {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 60px;
    font-size: 1.2vw;
    line-height: 20px;
  }

  .footer-button.home {
    font-size: 16px;
  }

  .view-product-button, .add-to-cart-button {
    padding: 16px 18px;
  }

  .add-to-cart-button.product-page {
    font-size: 1.3vw;
  }

  .default-state {
    align-items: center;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .collection-list.chaquetones {
    grid-template-columns: 1fr 1fr;
  }

  .div-block {
    width: 15vw;
    max-height: 70vh;
    padding-bottom: 10px;
  }

  .container-etiquetas {
    text-decoration: none;
  }

  .etiqueta-collection-product {
    font-size: .7vw;
  }

  .product-page-div {
    justify-content: flex-start;
    align-items: stretch;
    min-width: 60%;
    max-width: 60%;
  }

  .product-page-div.right {
    min-height: auto;
  }

  .div-block-3 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .product-image-container {
    width: 100%;
  }

  .heading-3 {
    font-size: 1.5vw;
  }

  .text-block-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4vw;
    line-height: 1;
  }

  .variant-buttons {
    color: #000;
    background-color: #0000;
    width: 4vw;
    padding: 12px 8px;
  }

  .variant-buttons:active {
    color: #000;
    background-color: #f2f3f4;
  }

  .variant-buttons:focus-visible {
    color: #000;
    background-color: #f3f4f5;
  }

  .variant-buttons[data-wf-focus-visible] {
    color: #000;
    background-color: #f3f4f5;
  }

  .variant-buttons.w--ecommerce-pill-selected {
    color: #fff;
    background-color: #000;
  }

  .button-group {
    max-width: 45vw;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .text-block-3 {
    font-size: 1vw;
  }

  .multi-image-container {
    width: auto;
  }

  .branding-section {
    align-items: center;
    max-width: 100vw;
  }

  .heading-4 {
    font-size: 8vw;
    line-height: 1;
  }

  .heading-5 {
    font-size: 1.4vw;
    line-height: 1;
  }

  .button {
    padding: 30px 20px;
    font-size: 1.2vw;
  }

  .banner-branding-section-div, .banner-branding-section-div._2 {
    min-height: auto;
  }

  .drop-list-menu, .link-block-2 {
    display: none;
  }

  .text-block-5 {
    line-height: 1;
  }


  .heading-10 {
    font-size: 1.2vw;
  }

  .text-block-6 {
    font-size: .9vw;
  }

  .text-block-7 {
    font-size: .8vw;
  }

  .text-block-8 {
    font-size: .9vw;
  }

  .checkout-button {
    font-size: 1vw;
  }

  .image-9 {
    width: 40%;
    min-width: auto;
  }

  .slide {
    min-height: auto;
  }

  .slider {
    height: 60vh;
    display: none;
  }

  .left-arrow {
    height: 60vh;
    inset: 0% auto auto 0%;
  }

  .mask {
    height: 60vh;
    min-height: auto;
  }

  .collection-item-4 {
    height: 60vh;
  }

  .right-arrow {
    height: 60vh;
    inset: 0% 0% auto auto;
  }

  .curtain {
    display: none;
  }

  .field-label-4, .field-label-5, .submit-button-2 {
    font-size: 1vw;
  }

  .page-wrapper {
    max-width: none;
  }

  .div-block-33 {
    padding-top: 0;
  }

  .heading-22 {
    font-size: 2vw;
  }

  .page-wrapper-2 {
    max-width: 500px;
  }

  .field-label-9 {
    font-size: 1vw;
  }

  .heading-24 {
    font-size: 2vw;
  }

  .paragraph-2, .submit-button-5 {
    font-size: 1vw;
  }

  .link-4, .text-block-15 {
    font-size: 1.2vw;
  }

  .text-block-16 {
    font-size: 1vw;
  }

  .option-2 {
    font-size: 16px;
  }

  .text-block-17, .text-block-18 {
    font-size: 1vw;
  }

  .div-block-34 {
    background-image: url({{'banner-winter.webp' | asset_url }});
    background-position: 60%;
    background-size: contain;
    min-width: 100vw;
    min-height: 60vh;
  }

  .image-16 {
    width: 250px;
    display: block;
  }

  .div-block-2 {
    margin-bottom: 20px;
  }

  .section-3 {
    background-image: url({{'fondo-002.gif' | asset_url }});
  }

  .section-3._003 {
    background-image: url({{'fondo-003.gif' | asset_url }});
  }

  .heading-31 {
    color: red;
    font-size: 18px;
  }

  .banner-cms-page.top, .banner-cms-page.bottom {
    height: 35px;
  }

  .text-field-3 {
    max-width: 120px;
  }

  .heading-33 {
    text-shadow: 0 1px 20px #00000082;
  }

  .div-block-39 {
    background-image: linear-gradient(#0006, #0006);
  }

  .heading-34 {
    font-family: Varela, sans-serif;
  }

  .heading-35 {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .heading-36 {
    font-family: Questrial, sans-serif;
  }

  .heading-37 {
    font-family: Inconsolata, monospace;
  }

  .heading-38, .heading-39 {
    
  }

  .heading-40 {
    font-family: Questrial, sans-serif;
  }

  .heading-41 {
    font-family: PT Serif, serif;
  }

  .heading-42 {
    font-family: Lato, sans-serif;
  }

  .heading-43 {
    font-family: Great Vibes, cursive;
  }

  .heading-44 {
    font-family: Droid Sans, sans-serif;
  }

  .heading-45 {
    font-family: Changa One, Impact, sans-serif;
  }

  .heading-46 {
    font-family: Bitter, serif;
  }

  .heading-47 {
    
  }

  .heading-48 {
    padding-left: 20px;
    
  }

  .text-block-21 {
    justify-content: flex-end;
    align-items: center;
    
    font-weight: 500;
    display: flex;
  }

  .paragraph-5 {
    
    font-weight: 600;
    text-decoration: none;
  }

  .paragraph-5.grey {
    padding-left: 20px;
  }

  .paragraph-5.remove-link {
    padding-left: 20px;
    font-size: 13px;
  }

  .link-block-10 {
    text-decoration: none;
  }

  .text-block-22, .text-block-23 {
    font-size: 16px;
  }

  .div-block-41 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .text-block-24 {
    font-size: 1.4vw;
    line-height: 1.4;
  }

  .text-span, .text-span-2, .field-label-11, .field-label-12 {
    font-size: 1vw;
  }

  .image-21 {
    width: 1vw;
  }

  .heading-53, .heading-54 {
    font-size: 1vw;
  }

  .section-drop-007 {
    margin-bottom: 10vh;
  }

  .heading-56 {
    margin-bottom: 10px;
    font-size: 2.2vw;
    line-height: 120%;
  }

  .elements-wrapper {
    padding-top: 5vh;
  }

  .heading-57 {
    margin-bottom: 20px;
    font-size: 1.8vw;
  }

  .text-block-29 {
    font-size: 1.4vw;
    line-height: 1.2;
  }

  .div-block-52 {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-58 {
    margin-top: 0;
    padding-top: 8px;
  }

  .button-5 {
    justify-content: center;
    align-items: center;
    width: 4vw;
    height: 5.5vh;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px 20px 20px;
    font-size: 1.4vw;
    display: flex;
  }

  .button-group-2 {
    justify-content: center;
  }

  .default-state-3 {
    align-items: center;
  }

  .add-to-cart-button-2 {
    width: 100%;
    min-width: auto;
    font-size: 1.2vw;
    display: block;
  }

  .image-25 {
    width: 25px;
  }

  .image-26 {
    transform: scale(1.3);
  }

  .option-3 {
    margin-top: 20px;
  }

  .essentials-button-div {
    bottom: -20%;
  }

  .nav-bar-div-2 {
    align-items: center;
    padding-top: 10vh;
    display: flex;
  }

  .select-field-2 {
    width: 21vw;
  }

  .image-29 {
    width: 45px;
  }

  .image-31 {
    width: 1.9vw;
  }

  .add-to-cart-6 {
    width: 31vw;
    right: 0%;
  }

  .image-33 {
    width: 25px;
  }

  .image-34 {
    width: 25px;
  }

  .image-35 {
    width: 25px;
  }


  .image-37 {
    width: 25px;
  }

  .image-38 {
    width: 25px;
  }

  .heading-60 {
    font-size: 1vw;
  }

  .upsell-container {
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin-top: 0;
  }

  .log-in-form-block {
    max-width: none;
    min-height: 80vh;
  }

  .text-block-37 {
    line-height: 1.2;
  }

  .counter-div {
    top: 20px;
  }

  .image-43 {
    width: 600px;
  }

  .div-block-65 {
    margin-top: 30px;
  }

  .collection-item-7 {
    flex-direction: row;
  }

  .heading-64 {
    margin-top: .8em;
    margin-bottom: .5em;
  }

  .image-45 {
    width: 40px;
  }

  .text-block-39 {
    line-height: 1.2;
  }

  .button-7 {
    border-radius: 99px;
    width: 20vw;
    line-height: 2;
  }

  .rich-text-block-2 {
    font-size: 1.4vw;
  }

  .navbar-2024 {
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-68, .div-block-69 {
    height: 3.4em;
  }

  .text-block-40 {
    line-height: 2;
  }

  .div-block-72, .sombra-add-to-cart {
    display: block;
  }

  .image-48 {
    width: 25em;
  }

  .collection-list-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .vs-popup.w--current {
    width: 5em;
    height: 5em;
  }

  .page-wrapper-4 {
    max-width: 40%;
  }

  .dropdown-div {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .filter-button {
    width: 100%;
    font-size: .8vw;
  }

  .text-block-42 {
    line-height: 2;
  }

  .track {
    overflow: visible;
  }

  .image-608 {
    width: 15vw;
    top: 15em;
    left: 27em;
  }

  .image-609 {
    width: 30vw;
    top: 27em;
  }

  .image-612 {
    bottom: 14em;
  }

  .error-state-5 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #000;
    font-family: Orbitron, sans-serif;
    font-size: 1vw;
  }

  .heading-96 {
    font-size: 1vw;
  }

  .replica-footer-2024 {
    width: 98vw;
    min-height: 10vh;
  }

  .div-block-108 {
    width: 98vw;
    padding-left: 2vw;
  }

  .image-618 {
    width: 5em;
  }

  .image-15 {
    width: 9em;
  }

  .text-block-52 {
    font-size: 23px;
    line-height: 35px;
  }

  .text-block-53 {
    font-size: 19px;
    line-height: 35px;
  }

  .button-9 {
    margin-right: 15px;
    padding: 12px 20px;
  }

  .toogle-max-w.desktop {
    margin-top: 2.5em;
  }

  .dropdown-toggle-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-116 {
    margin-top: 2.5em;
    margin-bottom: 1.5em;
  }

  .text-block-56 {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 991px) {

  .collection-list-10{
    grid-template-columns: 1fr 1fr;
  }
  
  .banner-div-block {
    background-color: #c91c1f;
    border: 0 solid #e12220;
    border-bottom: 1px solid #e8f0fb;
  }

  .banner-div-block.product-page {
    min-width: auto;
    max-width: 1000px;
    overflow: hidden;
  }

  .home-section-essentials {
    justify-content: flex-start;
  }

  .home-section-essentials.essentials {
    margin-top: 0;
  }

  .banner-heading-container.product-page {
    overflow: visible;
  }

  .nav-bar-div {
    padding-left: 5.5vw;
    padding-right: 30px;
  }

  .nav-bar-div.home {
    padding-top: 10vh;
  }

  .nav-bar-div.home._007, .nav-bar-div.home._007.mobile {
    display: none;
  }

  .menu-div {
    right: 7.5vw;
  }

  .menu-div.home {
    display: none;
    overflow: visible;
  }

  .menu-div.home.drop007 {
    justify-content: center;
    display: flex;
  }

  .menu-div.product-page {
    position: fixed;
    top: 70px;
    right: 70px;
  }

  .menu-div.product-page.mobile {
    display: flex;
    top: 100px;
    right: 80px;
  }

  .menu-div.product-page.mobile.case-study-page {
    background-color: #e1222000;
    border-style: none;
    display: flex;
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
  }

  .menu-div.product-page.mobile.case-study-page._004 {
    background-color: #cd3a3500;
    position: fixed;
    inset: 30px auto auto;
  }

  .menu-div.cms-page {
    justify-content: center;
    display: none;
    inset: 30px 0 auto;
  }

  .image {
    width: 21px;
  }

  .image-2 {
    width: 20px;
  }

  .collection-list-wrapper {
    max-height: 50vh;
  }

  .product-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: 50vh;
    min-height: auto;
    display: flex;
  }

  .product-column.description {
    justify-content: center;
    min-height: auto;
  }

  .product-section-essentials {
    justify-content: center;
    max-width: none;
    min-height: auto;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .footer-div {
    justify-content: space-around;
  }

  .link-container {
    display: flex;
  }

  .link-container.hidden {
    display: none;
  }

  .link-container.hidden-desktop {
    display: flex;
  }

  .heading.home {
    font-size: 1.3vw;
  }

  .heading.home.hidden {
    display: none;
  }

  .footer-button.home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .view-product-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3vw;
    text-decoration: none;
  }

  .view-product-button.essentials {
    font-size: 1.4vw;
  }

  .add-to-cart-button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1.3vw;
  }

  .add-to-cart-button.product-page {
    text-align: center;
    min-width: auto;
    max-width: none;
    margin-top: 10px;
    padding: 10px 14px;
    font-size: 1.6vw;
  }

  .text-block {
    max-width: 95%;
    font-size: 1.5vw;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block {
    width: 25vw;
    max-width: 50vw;
  }

  .etiqueta-producto {
    min-width: 40%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .etiqueta-collection-product {
    font-size: 1.2vw;
  }

  .product-page-section {
    max-width: 100vw;
  }

  .product-page-div {
    border-width: 3px 1px 1.5px 3px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
  }

  .product-page-div.right {
    border-width: 1.5px 3px 3px;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    align-items: center;
    min-width: auto;
    max-width: none;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3 {
    display: none;
  }


  .product-image-container {
    border-top-style: none;
    border-top-width: 1px;
    border-left-style: none;
    border-right-style: none;
  }

  .container-overflow-hidden {
    flex-direction: column;
    max-width: 100vw;
    overflow: hidden;
  }

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

  .heading-3.mobile {
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 1.6vw;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    display: flex;
  }

  .heading-3.desktop {
    display: none;
  }

  .text-block-2 {
    text-align: center;
    max-width: 50vw;
  }

  .variant-buttons {
    width: 7vw;
  }

  .button-group {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .text-block-3 {
    font-size: 1.5vw;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
  }

  .add-to-cart-2.desktop {
    display: flex;
  }

  .add-to-cart-2.mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .multi-image-container {
    display: block;
  }

  .sticky-container {
    max-width: 95vw;
  }

  .collection-list-2 {
    width: auto;
    display: flex;
  }

  .branding-section {
    background-size: cover;
    align-items: center;
    max-width: 100vw;
  }

  .heading-4 {
    font-size: 8vw;
  }

  .heading-5 {
    font-size: 1.5vw;
  }

  .button {
    font-size: 12px;
  }

  .banner-branding-section-div {
    min-width: 150vw;
    left: -600px;
  }

  .banner-branding-section-div._2 {
    position: static;
    right: -250px;
  }

  .link-block {
    margin-left: 0;
  }

  .link-block-2 {
    display: none;
  }

  .heading-9 {
    font-size: 40px;
  }

  .text-block-5 {
    font-size: 3vw;
    line-height: 1;
  }

  .image-9 {
    width: 15vw;
  }

  .slide {
    min-height: auto;
    position: relative;
  }

  .slider {
    justify-content: center;
    align-items: flex-start;
    height: 50vh;
    display: none;
  }

  .mask {
    min-height: auto;
    overflow: hidden;
  }

  .right-arrow {
    max-height: 50vh;
  }

  .body-4 {
    background-color: #004fae;
  }

  .div-block-24 {
    position: static;
  }

  .super-text-hero {
    font-size: 7rem;
  }

  .super-text-hero.blend.ab {
    margin-left: 20px;
    margin-right: 20px;
    position: static;
  }

  .drop-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    max-height: none;
    display: flex;
    position: static;
  }

  .div-container.no-pad {
    height: 50%;
    position: relative;
  }

  .div-container.top {
    max-width: 100%;
    height: auto;
    padding: 0 2px;
    display: block;
  }

  .watch-full {
    z-index: 3;
    height: auto;
    max-height: none;
    position: relative;
  }

  .div-margen {
    padding-bottom: 6rem;
  }

  .img-child {
    height: auto;
  }

  .slide-content.size-three {
    flex-direction: row;
    justify-content: space-around;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img-scroll.img-four {
    height: auto;
    overflow: hidden;
  }

  .image-div {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    height: auto;
    display: none;
  }

  .div-block-25 {
    min-width: auto;
    height: auto;
  }

  .manteinence-div {
    display: none;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .default-state-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: none;
    min-height: auto;
    margin-top: 10px;
    display: flex;
  }

  .select-field {
    color: #e8f0fb;
    text-align: center;
    text-transform: uppercase;
    background-color: #5e6166;
    border: 1px #000;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    min-width: 25vw;
    max-width: 25vw;
    margin-bottom: 10px;
    padding: 8px 14px;
    
    font-weight: 900;
    display: flex;
  }

  .option-list-2 {
    flex: 1;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-top: 0;
    display: flex;
  }

  .option {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-31 {
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .navbar-dropdown.menu {
    z-index: 98;
    background-color: #e8f0fb;
    border: 3px solid #e12220;
    margin-left: 0;
    display: none;
    position: fixed;
    inset: auto 50px 14% auto;
  }

  .mobile-menu-nav-link {
    text-decoration: none;
  }

  .mobile-menu-nav-text {
    color: #e12220;
    
    font-weight: 700;
  }

  .mobile-menu-nav-line {
    background-color: #e12220;
    height: 2px;
  }

  .link-block-7 {
    display: block;
    position: static;
    right: -33px;
  }

  .div-block-32 {
    justify-content: space-between;
    display: flex;
  }

  .heading-19 {
    font-size: 2vw;
    line-height: 2;
  }

  .field-label-4 {
    font-size: 1.3vw;
  }

  .field-label-5 {
    font-size: 1.2vw;
  }

  .heading-22 {
    font-size: 2.5vw;
  }

  .field-label-9 {
    font-size: 2vw;
  }

  .page-wrapper-3 {
    max-width: 400px;
  }

  .field-label-10 {
    font-size: 2vw;
  }

  .order {
    grid-template-columns: 1fr 1fr;
  }

  .block-content-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .block-header-2 {
    justify-content: center;
    align-items: center;
  }

  .heading-26 {
    text-align: center;
    font-size: 2vw;
  }

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

  .heading-28 {
    text-align: center;
    font-size: 2vw;
  }

  .text-field-2 {
    border-color: #6e6e6e;
  }

  .div-block-34 {
    background-image: url({{'banner-winter.webp' | asset_url }});
    background-position: 50%;
    background-size: cover;
    min-width: 80vw;
  }

  .image-16 {
    width: 200px;
    display: block;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }


  .paragraph-4 {
    font-size: 3vw;
  }

  .div-block-36 {
    width: 80%;
  }

  .div-block-37 {
    justify-content: center;
  }

  .div-block-38 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-18 {
    margin-top: 40px;
  }

  .heading-33 {
    font-size: 2vw;
  }

  .heading-33._002 {
    font-size: 1.2vw;
  }

  .paragraph-5.remove-link {
    justify-content: center;
  }

  .heading-49 {
    font-size: 2vw;
  }

  .mobile-menu {
    display: block;
  }

  .section-drop-007 {
    min-height: 90vh;
    margin-bottom: 5vh;
  }

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

  .heading-56 {
    margin-top: 10px;
    font-size: 2.3vw;
    overflow: visible;
  }

  .elements-wrapper {
    min-height: 40vh;
    margin-bottom: 0;
    padding-left: 5vw;
  }

  .drop-wrapper {
    padding-top: 20px;
  }

  .heading-57 {
    margin-top: 0;
    font-size: 2vw;
    overflow: visible;
  }

  .text-block-29 {
    max-width: 28vw;
    font-size: 1.4vw;
    line-height: 1.2;
    overflow: visible;
  }

  .div-block-51 {
    max-height: 40vh;
    padding-top: 0;
    overflow: visible;
  }

  .div-block-52 {
    max-height: 40vh;
  }

  .box {
    height: 100px;
  }

  .button-5 {
    padding: 5px 12px;
    font-size: 1.5vw;
  }

  .default-state-3 {
    align-items: center;
  }

  .add-to-cart-button-2 {
    width: 30vw;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.7vw;
    display: block;
  }

  .add-to-cart-button-2.mum {
    width: 100%;
  }

  .image-25 {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .essentials-button-div {
    position: absolute;
    bottom: -2%;
  }

  .default-state-5 {
    flex-flow: column;
    justify-content: space-between;
    padding: .5em 2vw;
  }

  .default-state-5.mum {
    flex-flow: column;
    padding: 0;
  }

  .select-field-2 {
    justify-content: center;
    align-items: center;
    width: 24vw;
    padding-left: 3vw;
    font-size: 1.5vw;
    display: flex;
  }

  .select-field-3 {
    padding-left: 5vw;
    font-size: 1.6vw;
  }

  .add-to-cart-6 {
    box-shadow: none;
    flex-direction: row;
    width: auto;
    position: static;
  }

  .text-block-36 {
    font-size: 1.4vw;
  }

  .dropdown-list {
    position: relative;
  }

  .dropdown-list.w--open {
    width: 50vw;
  }

  .dropdown {
    max-height: none;
  }

  .image-33 {
    width: 20px;
  }

  .bold-text-2 {
    font-size: 1.4vw;
  }

  .div-block-59 {
    padding-left: .8vw;
  }

  .upsell-container {
    border-style: none solid solid none;
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    width: 50vw;
    min-width: auto;
  }

  .default-state-6, .add-to-cart-button-3 {
    justify-content: center;
    width: 100%;
  }

  .add-to-cart-7 {
    width: 100%;
  }

  .image-39 {
    width: 50vw;
  }

  .collection-item-6 {
    width: auto;
  }

  .collection-list-wrapper-4 {
    border-top-style: none;
    margin-top: 0;
  }

  .heading-61 {
    font-size: 1vw;
    font-weight: 800;
    line-height: 1;
  }

  .heading-61._2 {
    font-size: 1vw;
    line-height: 1;
  }

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

  .image-40 {
    width: 8vw;
    margin-left: 20px;
  }

  .image-41 {
    width: 25px;
    margin-left: 20px;
  }

  ._010-section {
    height: auto;
  }

  .collection-item-8 {
    max-height: none;
  }

  .rich-text-block-2 {
    font-size: 2vw;
  }

  .navbar-2024.product-page {
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }


  .link-16.w--current {
    font-size: 2vw;
  }

  .heading-68 {
    font-size: 3vw;
  }

  .div-block-71 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-block-40 {
    text-align: center;
    font-size: 1.8vw;
  }

  .div-block-72 {
    border-top: 1px solid #000;
    border-left-style: solid;
    border-right: 1px solid #000;
    width: 100%;
    margin-top: 2vh;
  }

  .sombra-add-to-cart {
    display: none;
  }

  .div-block-74 {
    justify-content: center;
    align-items: center;
    max-width: 70vw;
    min-height: auto;
  }

  .div-block-75 {
    z-index: 9;
    background-color: #f2f3f400;
    width: 100vw;
    position: static;
    inset: auto 0% 0%;
  }

  .div-block-76 {
    display: flex;
  }

  .collection-list-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }


  .filter-button {
    font-size: 1vw;
  }

  .hero {
    align-items: flex-start;
    margin-top: -50vh;
  }

  .section-7 {
    height: 88%;
  }

  .html-embed-2 {
    overflow: hidden;
  }

  .input-group-button {
    width: 3em;
    height: 100%;
  }

  .image-605, .image-606, .image-607 {
    width: 50vw;
  }

  .image-608 {
    width: 17vw;
    left: 7em;
  }

  .image-610, .image-611 {
    width: 50vw;
  }

  .image-612 {
    bottom: 16em;
  }

  .product-section-ess3 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .heading-96 {
    font-size: 1.9vw;
  }

  .qa-text {
    white-space: normal;
    font-size: 12px;
    line-height: 25px;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .dropdown-toggle-2 {
    border-radius: 23px;
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .div-block-13 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .home-section-essentials.essentials {
    margin-top: 0;
  }

  .nav-bar-div.home._007 {
    padding-bottom: 20px;
    display: none;
  }

  .nav-bar-div.home._007.mobile {
    display: none;
  }

  .menu-div.home {
    overflow: visible;
  }

  .menu-div.home.drop007 {
    padding: 8px 10px;
  }

  .menu-div.product-page.mobile {
    top: 100px;
  }

  .menu-div.product-page.mobile.case-study-page._004 {
    background-color: #cd3a3500;
    border-style: none;
    border-color: #cd3a35;
  }

  .menu-div.cms-page {
    top: 30px;
  }

  .image {
    width: 21px;
  }

  .image-2 {
    width: 20px;
  }

  .product-column {
    min-height: 50vh;
  }

  .product-section-essentials {
    margin-top: 0;
    padding-top: 20px;
  }

  .footer-div {
    display: flex;
  }

  .footer-div.pc {
    display: none;
  }

  .heading.home {
    font-size: 2vw;
  }

  .add-to-cart-button.product-page {
    width: 40vw;
    max-width: none;
    font-size: 2vw;
  }

  .product-page-div {
    position: static;
  }

  .product-page-div.right {
    justify-content: center;
  }

  .product-image-container {
    padding-top: 0;
  }

  .heading-3.mobile {
    font-size: 2.5vw;
    font-weight: 600;
  }

  .text-block-2 {
    font-size: 3vw;
    line-height: 1.4;
  }

  .variant-buttons {
    width: 7vw;
  }

  .text-block-3.mum {
    font-size: 2vw;
  }

  .sticky-container {
    max-width: 75vw;
  }

  .branding-section {
    align-items: center;
    max-width: 100vw;
  }

  .heading-5 {
    letter-spacing: 4px;
    font-size: 2vw;
  }

  .banner-branding-section-div {
    height: 30px;
    bottom: -40px;
    left: -300px;
  }

  .banner-branding-section-div._2 {
    height: 30px;
    top: -40px;
    right: -100px;
  }

  .link-block-2 {
    display: flex;
  }

  .legal-section {
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-9 {
    font-size: 30px;
  }

  .upsell-toggle-dot {
    left: 5px;
  }

  .super-text-hero {
    font-size: 5rem;
  }

  .manteinence-div {
    display: none;
  }

  .navbar-dropdown.menu {
    display: none;
    left: auto;
    right: 30px;
    transform: translate(0%);
  }

  .mobile-menu-nav-text {
    font-size: 1rem;
    font-weight: 500;
  }

  .mobile-menu-nav-line {
    background-color: #e5e5e5;
  }

  .utility-page-content {
    width: auto;
    min-width: 40vw;
    max-width: 40vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-19 {
    font-size: 3vw;
  }

  .user-email-field {
    width: 50vw;
  }

  .field-label-4, .field-label-5 {
    font-size: 2vw;
  }

  .user-password-field, .submit-button-2 {
    width: 50vw;
  }

  .heading-22 {
    font-size: 3.5vw;
  }

  .field-label-9 {
    font-size: 3vw;
  }

  .page-wrapper-3 {
    max-width: 340px;
  }

  .heading-26, .heading-28 {
    font-size: 3vw;
  }

  .link-6 {
    font-size: 2vw;
  }

  .div-block-34 {
    background-image: url({{'frame-1-32-1.webp' | asset_url }});
    background-position: 50%;
    background-size: cover;
    min-width: 100vw;
  }

  .image-16 {
    width: 200px;
  }

  .div-block-2 {
    align-items: center;
  }

  .paragraph-4 {
    font-size: 5vw;
  }

  .heading-31 {
    font-size: 14px;
  }

  .div-block-36 {
    width: 90%;
  }

  .div-block-37 {
    justify-content: center;
  }

  .div-block-38 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-18 {
    margin-top: 40px;
  }

  .heading-33 {
    font-size: 3vw;
  }

  .heading-33._002 {
    max-width: none;
    font-size: 2vw;
  }

  .paragraph-5.remove-link {
    text-align: center;
    justify-content: center;
  }

  .heading-49 {
    font-size: 3vw;
  }

  .text-span, .text-span-2 {
    font-size: 2vw;
  }

  .section-drop-007 {
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 10vh;
    display: none;
  }

  .helmet-wrapper {
    top: 31%;
  }

  .elements-wrapper {
    justify-content: space-between;
    min-height: 40vh;
    max-height: 40vh;
    margin-bottom: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
    position: static;
  }

  .drop-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-29 {
    max-width: 30vw;
    font-size: 1.6vw;
  }

  .div-block-51 {
    max-width: 45vw;
    max-height: 36vh;
  }

  .js-clock {
    transform: scale(1.4);
  }

  .heading-58 {
    padding-top: 2.5px;
    font-size: 1.5vw;
  }

  .default-state-3 {
    align-items: flex-end;
  }

  .add-to-cart-button-2 {
    z-index: 7;
    width: 29vw;
    font-size: 2vw;
  }

  .essentials-button-div {
    bottom: 15%;
  }

  .nav-bar-div-2 {
    padding-left: 4vw;
  }

  .select-field-2 {
    width: 29vw;
    padding-left: 5vw;
    font-size: 2vw;
  }

  .select-field-3 {
    width: 40vw;
    font-size: 2vw;
  }

  .dropdown-toggle {
    justify-content: center;
  }

  .dropdown {
    width: 50vw;
  }

  .bold-text-2, .heading-60 {
    font-size: 2vw;
  }

  .add-to-cart-button-3 {
    font-size: 1.6vw;
  }

  .heading-61 {
    font-size: 2vw;
  }

  .heading-61._2 {
    font-size: 1.7vw;
  }

  .log-in-form-block {
    width: 70vw;
  }

  .counter-div {
    top: 10px;
  }

  .text-block-39 {
    max-width: 60vw;
  }

  .button-7 {
    width: 60vw;
    font-size: 2vw;
  }

  .rich-text-block-2 {
    font-size: 2.5vw;
  }

  .heading-66._2 {
    font-size: 1.7vw;
  }


  .collection-list-11 {
    grid-template-columns: 1fr;
  }



  .collection-item-9.light {
    border-style: solid;
    border-color: #000;
  }

  .link-16.w--current {
    font-size: 2vw;
  }

  .div-block-71.mum {
    justify-content: center;
  }

  .text-block-40 {
    font-size: 2vw;
  }

  .text-block-40.mum {
    text-align: center;
  }

  .div-block-72 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-12 {
    place-content: stretch center;
  }

  .drop-colash-section {
    padding-top: 3em;
    padding-bottom: 3rem;
  }

  .collection-list-13 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-71, .heading-72, .heading-74 {
    font-size: 2vw;
  }

  .image-52 {
    width: 3vw;
  }

  .image-54 {
    width: 2.5vw;
  }

  .dropdown-div {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .filter-button {
    font-size: 1.5vw;
  }

  .dog-body_wrapper {
    height: 100%;
  }

  .section.dog {
    flex-direction: column;
    height: auto;
  }

  .image-61 {
    width: 25vw;
  }

  .mum-container {
    flex-flow: column;
  }

  .mum-left {
    width: 100%;
    padding-top: 2em;
  }

  .mum-right {
    width: 100%;
  }

  .section-7 {
    align-items: center;
    height: 68%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .section-cards-mobile {
    display: none;
  }

  .input-number-decrement, .bold-text-3 {
    font-size: 4vw;
  }


  .image-605, .image-606, .image-607 {
    width: 55vw;
  }

  .image-608 {
    width: 19vw;
    left: 8em;
  }

  .image-609 {
    width: 35vw;
    right: 2em;
  }

  .image-610 {
    width: 60vw;
  }

  .image-611 {
    width: 50vw;
  }

  .image-612 {
    width: 36vw;
    left: 2em;
  }

  .collection-list-18 {
    grid-template-columns: 1fr;
  }

  .heading-98, .text-block-45 {
    font-size: 2vw;
  }

  .add-to-cart-button-7 {
    background-size: 3.6vw;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .toogle-max-w.desktop {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .banner-div-block {
    background-color: #c91c1f;
    border-bottom-color: #fff;
    min-height: 6vh;
    max-height: 6vh;
  }

  .banner-div-block.product-page {
    height: 40px;
    max-height: none;
  }

  .home-section-essentials {
    justify-content: flex-start;
    align-items: center;
    max-width: 100vw;
    min-height: auto;
    overflow: hidden;
  }

  .home-section-essentials.essentials {
    margin-top: 0;
  }
  .nav-bar-div.home {
    justify-content: flex-start;
    padding: 10vh 0 20px 30px;
  }

  .nav-bar-div.home._007 {
    display: none;
  }

  .nav-bar-div.home._007.mobile {
    padding-left: 15px;
    display: flex;
  }

  .menu-div {
    top: 40px;
  }

  .menu-div.home {
    z-index: 98;
    justify-content: center;
    padding-bottom: 8px;
    padding-left: 10px;
    display: flex;
    top: 4vh;
    overflow: visible;
  }

  .menu-div.home._007 {
    top: 4vh;
    right: 15px;
  }

  .menu-div.home.drop007 {
    background-color: #c91c1f;
    top: 11vh;
  }

  .menu-div.product-page.mobile {
    padding-left: 10px;
    display: flex;
    top: 80px;
    right: 30px;
  }

  .menu-div.product-page.mobile.case-study-page {
    background-color: #0000;
    border-style: none;
    display: flex;
    top: 30px;
    left: 0;
    right: 0;
  }

  .menu-div.product-page.mobile.case-study-page._004 {
    background-color: #cd3a3500;
    border-style: none;
  }

  .menu-div.accountpage {
    top: 30px;
    right: 30px;
  }

  .menu-div.cms-page {
    background-color: #e1222000;
    border-color: #0000;
    justify-content: center;
    min-width: 100vw;
    display: none;
    position: fixed;
    inset: 39px 0 auto;
    transform: scale(.8);
  }

  .image {
    color: #000;
    width: 21px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image._2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-2 {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-2.case-study-page {
    display: block;
  }

  .image-2._2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .collection-list-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    min-height: auto;
    max-height: none;
    display: block;
  }

  .product-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: 65vw;
    min-height: 72vh;
    max-height: 72vh;
    display: flex;
  }

  .product-column {
    min-width: auto;
    min-height: auto;
  }

  .product-column.description {
    flex-direction: column;
    align-items: center;
    max-width: none;
    min-height: auto;
    display: none;
  }

  .product-column.description.mobile {
    display: flex;
  }

  .product-section-essentials {
    min-width: 100vw;
    max-width: 100vw;
    min-height: auto;
    margin-top: 5em;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-section-essentials.hide {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .footer-div {
    background-color: #c91c1f;
    border-style: solid none none;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    justify-content: space-around;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
  }

  .footer-div.pc {
    display: none;
  }

  .link-container {
    min-width: 25vw;
    max-width: 25vw;
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading.home {
    font-size: 3vw;
  }

  .footer-button.home {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 1px;
    margin-right: 1px;
    padding: 5px 10px;
    font-size: 3vw;
    font-weight: 800;
    line-height: 1.2;
    display: flex;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading-2.mobile {
    display: flex;
  }

  .view-product-button {
    justify-content: center;
    min-width: 40vw;
    max-width: 40vw;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 3vw;
    display: flex;
  }

  .view-product-button.essentials {
    padding-right: 5px;
    font-size: 3vw;
  }

  .add-to-cart-button {
    min-width: 40vw;
    font-size: 3vw;
    display: block;
  }

  .add-to-cart-button.product-page {
    text-align: center;
    width: 55vw;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 3.5vw;
  }

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

  .default-state {
    flex-direction: column;
    justify-content: center;
    max-width: 40vw;
  }

  .text-block {
    text-align: center;
    max-width: 80%;
    font-size: 15px;
    line-height: 20px;
    display: none;
  }

  .collection-list {
    grid-column-gap: 2px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block {
    width: auto;
    max-width: 45vw;
    margin-left: 0;
    margin-right: 0;
  }

  .etiqueta-producto.essentials {
    border-style: none;
  }

  .etiqueta-producto.price {
    padding-left: 7px;
    padding-right: 7px;
  }

  .etiqueta-collection-product {
    font-size: 3vw;
  }

  .etiqueta-collection-product.compare-price {
    padding-left: 5px;
    font-size: 2.5vw;
  }

  .collection-list-wrapper-2 {
    min-width: 100vw;
    display: none;
  }

  .collection-item {
    min-width: auto;
  }

  .image-5 {
    max-width: 100%;
  }

  .body-2 {
    background-color: #fff;
    max-width: 100vw;
    padding-bottom: 5em;
  }

  .product-page-section {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: hidden;
  }

  .product-page-div {
    border-style: none;
    border-width: 1px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-page-div.right {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }


  .product-image-container {
    border-style: none;
    border-width: 1px;
    flex-direction: column;
    min-width: 100vw;
    max-width: 100vw;
    min-height: auto;
    padding-top: 20px;
  }

  .container-overflow-hidden {
    background-color: #fff;
    align-items: center;
    min-width: 80vw;
    overflow: visible;
  }

  .heading-3.mobile {
    color: #000;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4vw;
  }

  .heading-3.mobile.price {
    display: none;
  }

  .text-block-2 {
    max-width: 80vw;
    margin-top: 40px;
    font-size: 4vw;
  }

  .variant-buttons {
    border-width: 2px;
    width: 12vw;
    margin-left: 0;
    margin-right: 0;
    padding: 3px;
  }

  .button-group {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .text-block-3 {
    font-size: 4vw;
    font-weight: 800;
  }

  .text-block-3.mum {
    font-size: 3vw;
  }

  .div-block-5 {
    min-width: 60vw;
  }

  .add-to-cart-2.desktop {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .add-to-cart-2.mobile, .field-label-2 {
    display: none;
  }

  .multi-image-container {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .sticky-container {
    max-width: none;
    padding-top: 0;
    position: static;
  }

  .collection-item-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .lightbox-link {
    display: flex;
  }

  .container-sin-flechas {
    background-color: #c91c1f;
  }

  .branding-section {
    background-position: 50%;
    background-size: cover;
    max-width: 100vw;
    min-height: 60vh;
    overflow: hidden;
  }

  .heading-4 {
    font-size: 14vw;
  }

  .heading-5 {
    font-size: 3vw;
  }

  .banner-branding-section-div {
    border-style: none;
    min-height: auto;
    bottom: -130px;
    left: -170px;
  }

  .banner-branding-section-div._2 {
    border-style: none;
    min-width: 200vw;
    min-height: auto;
    top: -30px;
    right: -50px;
  }

  .image-7.hidden {
    display: none;
  }

  .heading-6 {
    color: #c91c1f;
    text-align: center;
    padding-left: 0;
  }

  .drop-list-menu {
    z-index: 99;
    width: 55px;
    height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    bottom: 20%;
  }

  .div-block-14 {
    width: 50px;
    max-height: 40px;
    padding-left: 7px;
    padding-right: 7px;
    display: none;
  }

  .heading-8 {
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
  }

  .link-block-2 {
    display: none;
  }

  .legal-section {
    border-width: 1.5px;
  }

  .top-div-legal {
    border-width: 1.5px;
    justify-content: flex-start;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: center;
    min-height: 80vh;
  }

  .div-block-16 {
    border-right-width: 1.5px;
  }

  .div-block-17 {
    border-left-width: 1.5px;
    justify-content: center;
    display: flex;
  }

  .text-block-5 {
    text-align: left;
    font-size: 4vw;
  }

  .upsell-toggle {
    display: none;
  }

  .name-imput, .city, .state-province, .zip-postal-code, .card-number, .security-code, .expiration-date {
    background-color: #fafafa80;
  }

  .billing-address-toggle {
    justify-content: flex-start;
    align-items: center;
  }

  .checkbox-label {
    margin-bottom: 0;
  }

  .checkbox {
    margin-top: 0;
  }

  .image-9 {
    width: 18vw;
    min-width: auto;
    display: block;
  }

  .slide {
    max-width: 100vw;
  }

  .slider {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100vw;
    height: auto;
    min-height: 72vh;
    max-height: 72vh;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    max-height: 72vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .mask {
    max-width: 100vw;
    min-height: auto;
  }

  .collection-item-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 100vw;
    display: block;
  }

  .right-arrow {
    align-items: center;
    max-width: none;
    max-height: 72vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .body-4 {
    background-color: #000;
  }

  .container-producto {
    margin-left: 20px;
    margin-right: 20px;
  }

  .drop-container {
    color: #5e6166;
  }

  .div-container.no-pad {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    flex: none;
    height: 20rem;
  }

  .div-container.no-pad._002 {
    background-image: url({{'002.webp' | asset_url }});
  }

  .div-container.top {
    padding: 1rem 1.5rem 2rem 1.4rem;
  }

  .watch-full {
    display: block;
  }

  .div-margen {
    padding-bottom: 5rem;
  }

  .slide-content.size-three {
    width: 100%;
    min-width: 80%;
  }

  .img-scroll.img-four {
    background-image: linear-gradient(#0000004d, #0000004d);
    height: 20rem;
  }

  .heading-15 {
    font-size: 5vw;
  }

  .div-block-25 {
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
  }

  .footer-section {
    background-color: #c91c1f;
  }

  .manteinence-div {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .heading-17 {
    font-size: 8vw;
    display: flex;
  }

  .curtain {
    display: flex;
  }

  .default-state-2 {
    text-align: center;
    min-width: 60vw;
    max-width: 60vw;
  }

  .select-field {
    text-align: right;
    min-width: 60vw;
    max-width: 60vw;
    font-size: 3.5vw;
  }

  .option-list-2 {
    min-width: 60vw;
  }

  .option {
    min-width: auto;
  }

  .div-block-31 {
    display: flex;
  }

  .navbar-dropdown.menu {
    z-index: 100;
    padding: .75rem;
    display: none;
    inset: auto auto 7%;
  }

  .mobile-menu-nav-link {
    margin-bottom: 5px;
  }

  .utility-page-wrap {
    background-position: 0%;
    background-size: auto;
    justify-content: center;
  }

  .utility-page-content {
    align-items: center;
    width: auto;
    min-width: 100vw;
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-19 {
    font-size: 5vw;
  }

  .user-email-field {
    width: 100%;
    height: 6vh;
  }

  .field-label-4 {
    font-size: 4vw;
  }

  .field-label-5 {
    font-size: 3vw;
  }

  .user-password-field, .submit-button-2 {
    width: 100%;
    height: 6vh;
  }

  .div-block-33 {
    padding-top: 45vh;
  }

  .heading-22 {
    font-size: 5vw;
  }

  .page-wrapper-2 {
    width: 100%;
    height: auto;
  }

  .field-label-9 {
    font-size: 4vw;
  }

  .body-8 {
    margin-bottom: 20px;
  }

  .page-wrapper-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-24 {
    text-align: center;
    font-size: 6vw;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 12px;
  }

  .field-label-10 {
    font-size: 4vw;
  }

  .order {
    grid-template-columns: 1fr;
  }

  .user-account-wrapper {
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-content-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-26 {
    text-align: center;
    font-size: 4vw;
    line-height: 1;
  }

  .heading-27 {
    font-size: 5vw;
  }

  .heading-28 {
    text-align: center;
    font-size: 4vw;
  }

  .block-header-3 {
    justify-content: center;
    align-items: center;
  }

  .link-4, .text-block-15 {
    text-align: center;
  }
  .heading-30 {
    font-size: 5vw;
  }

  .submit-button-6 {
    color: #fff;
    background-color: #000;
    width: 80vw;
    font-weight: 400;
  }

  .text-field-2 {
    border-color: #636363;
    width: 80vw;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 10px;
  }

  .link-6 {
    font-size: 3vw;
  }

  .div-block-34 {
    background-image: url({{'banner-winter-mobile-4.png' | asset_url }});
    background-position: 50%;
    background-size: cover;
    min-width: 100%;
    min-height: 200px;
  }

  .image-16 {
    width: 160px;
  }

  .menu-link.home {
    width: 50px;
    height: 50px;
    padding: 25px;
    transform: none;
  }

  .menu-link.home.w--current {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding: 25px;
    position: absolute;
  }

  .menu-link.about, .menu-link.blog, .menu-link.contact {
    width: 50px;
    height: 50px;
    padding: 25px;
  }

  .menu-link.contact._2 {
    width: 50px;
    height: 50px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    transform: none;
  }

  .menu-link.contact._2.hidden {
    display: none;
  }

  .menu-button-animation-2 {
    width: 50px;
    height: 50px;
    padding: 25px;
  }

  .collection-list-wrapper-2-mobile {
    display: block;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-left: 0;
  }


  .paragraph-4 {
    font-size: 6vw;
  }

  .section-3 {
    background-size: cover;
  }

  .heading-31 {
    background-color: #0000;
  }

  .div-block-36 {
    width: 80%;
    max-width: none;
  }

  .section-4 {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-37 {
    justify-content: center;
    padding-left: 0;
  }

  .div-block-38 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .image-18 {
    width: 150px;
  }

  .heading-33 {
    color: #f0ff00;
    font-size: 3vw;
    font-weight: 400;
  }

  .heading-33._002 {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    text-shadow: 0 0 50px #000;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 2.5vw;
    line-height: 15px;
  }

  .div-block-39._004 {
    justify-content: space-between;
    padding: 20px 40px 40px;
  }

  .paragraph-5.remove-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-41 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .div-block-42 {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-49 {
    font-size: 4vw;
  }

  .heading-49.compare-at-price {
    color: #868686;
  }
  .text-block-24 {
    font-size: 3.5vw;
    line-height: 150%;
  }

  .text-span, .text-span-2 {
    font-size: 3vw;
  }

  .heading-50 {
    font-size: 4vw;
    font-weight: 800;
  }

  .div-block-45 {
    color: #e12220;
    height: 30px;
    padding: 0 7px;
  }

  .field-label-11, .field-label-12 {
    text-align: center;
  }

  .popup {
    background-color: #f2f3f4;
    min-width: 250px;
    max-width: 250px;
    min-height: auto;
    max-height: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-container {
    z-index: 9999;
    display: none;
  }

  .heading-51 {
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 1;
  }

  .text-field-6 {
    border-radius: 8px;
    max-width: 90%;
    margin-top: 10px;
    font-size: 10px;
  }

  .submit-button-7 {
    background-color: #000;
    border-radius: 8px;
    min-width: 90%;
    max-width: 90%;
    margin-top: 10px;
    font-size: 10px;
  }

  .image-21 {
    width: 4vw;
  }

  .div-block-48 {
    padding-top: 10px;
    padding-right: 0;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .body-12 {
    background-color: #0f141b;
    background-position: 0%;
    background-size: auto;
  }

  .image-22 {
    margin-bottom: 20px;
  }

  .heading-52 {
    font-size: 5vw;
  }

  .div-block-49 {
    flex-direction: row;
    justify-content: space-around;
  }

  .field-label-15 {
    color: #000;
  }

  .heading-54 {
    font-size: 3vw;
  }

  .mobile-menu {
    display: block;
  }

  .section-drop-007 {
    min-height: auto;
    padding-bottom: 10px;
  }

  .image-24 {
    width: 80vw;
  }

  .helmet-wrapper {
    min-width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    position: static;
    top: 20%;
  }

  .heading-56 {
    text-align: center;
    max-width: 80vw;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 6.5vw;
    line-height: 100%;
  }

  .elements-wrapper {
    display: none;
  }

  .elements-wrapper.mobile {
    flex-direction: column;
    min-width: 100vw;
    max-width: 100vw;
    min-height: auto;
    max-height: 70vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    top: 80%;
    overflow: visible;
  }

  .drop-wrapper {
    margin-top: 20px;
  }

  .heading-57 {
    margin-top: 0;
    font-size: 5vw;
    line-height: 100%;
  }

  .text-block-29 {
    text-align: center;
    max-width: 80vw;
    margin-top: 10px;
    font-size: 4vw;
    line-height: 120%;
    overflow: visible;
  }

  .div-block-51 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    max-height: 45vh;
    padding-top: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .div-block-52 {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    overflow: visible;
  }

  .js-clock {
    z-index: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 4vh;
    display: flex;
    position: static;
    top: 20px;
    overflow: visible;
    transform: scale(2.5);
  }

  .js-clock.mobile {
    display: flex;
  }

  .box {
    width: 5vw;
    height: auto;
    margin-bottom: 0;
  }

  .box._2 {
    width: 4vw;
    overflow: visible;
  }

  .clock-number {
    font-size: 3vw;
    font-style: normal;
  }

  .clock-label {
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 3vw;
  }

  .heading-58 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1.5px;
    font-size: 3.5vw;
    font-style: normal;
    line-height: 0;
    display: flex;
  }

  .button-5 {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 3vw;
  }

  .button-5.w--ecommerce-pill-selected {
    border-color: #e8f0fb;
  }

  .out-of-stock-state {
    width: 85vw;
  }

  .add-to-cart-button-2 {
    z-index: 80;
    text-align: center;
    justify-content: center;
    width: 100vw;
    min-width: auto;
    height: 8vh;
    padding: 8px 15px;
    font-size: 4vw;
    overflow: visible;
  }

  .add-to-cart-button-2.adoptar {
    background-size: 5vw;
    min-width: 100vw;
    max-width: 100vw;
  }

  .add-to-cart-button-2.mum {
    margin-top: 1em;
  }

  .image-25 {
    width: 20px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .image-25._2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-26 {
    width: 60px;
  }

  .collection-item-5 {
    overflow: visible;
  }

  .add-to-cart-3 {
    display: flex;
  }

  .essentials-button-div {
    min-width: 100vw;
    max-width: 100vw;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: static;
  }

  .essentials-button-div.mobile {
    margin-top: 0;
    display: flex;
  }

  .image-27 {
    width: 5vw;
  }

  .heading-59 {
    font-size: 4vw;
  }

  .field-label-18 {
    color: #e8f0fb;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 9vw;
    font-family: Montserrat, sans-serif;
    font-size: 4vw;
    display: none;
  }

  .field-label-19 {
    display: none;
  }

  .default-state-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .add-to-cart-4 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .mobile-wrapper {
    margin-top: -20%;
    position: static;
    top: 20%;
  }

  .nav-bar-div-2 {
    display: flex;
  }

  .select-field-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: ltr;
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, .25fr) 2fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9vw;
    padding-right: 0;
    font-size: 4vw;
    display: flex;
    overflow: visible;
  }

  .select-field-2:focus-visible {
    text-align: center;
  }

  .select-field-2[data-wf-focus-visible] {
    text-align: center;
  }

  .option-list-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .warning-helmet {
    align-items: center;
    height: 20vh;
  }

  .warning-helmet._2 {
    flex-direction: column;
    height: auto;
  }

  .div-block-58 {
    width: 40%;
  }

  .text-block-34 {
    color: #e8f0fb;
  }

  .link-10, .link-11 {
    line-height: 1.5;
  }

  .select-field-3 {
    text-align: center;
    object-fit: fill;
    flex-wrap: wrap;
    flex: 0 auto;
    align-content: center;
    width: 55vw;
    padding-left: 10px;
    padding-right: 0;
    font-size: 3.5vw;
    display: flex;
  }

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

  .link-13 {
    color: #e6eef9;
  }

  .text-span-3 {
    font-size: 5vw;
    font-weight: 400;
  }

  .link-14 {
    color: #e8f0fb;
  }

  .bold-text {
    font-family: Montserrat, sans-serif;
    font-size: 4.5vw;
    font-weight: 600;
  }

  .option-list-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .add-to-cart-6 {
    z-index: 10;
    background-color: #fff;
    flex-direction: column;
    width: 100vw;
    position: static;
    right: auto;
  }

  .dropdown-toggle.w--open {
    z-index: 50;
    flex-direction: row;
  }

  .text-block-36 {
    font-size: 3vw;
  }

  .dropdown-list {
    background-color: #6b6b6b00;
    position: relative;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .rich-text-block {
    padding-left: 10px;
    font-size: 4vw;
  }

  .dropdown {
    object-fit: fill;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 65vw;
    max-height: none;
    display: block;
    position: relative;
    inset: auto;
  }

  .image-33 {
    margin-left: 5px;
    margin-right: 5px;
  }


  .bold-text-2 {
    font-size: 3.2vw;
    line-height: 2;
  }

  .heading-60 {
    font-size: 3vw;
  }

  .div-block-59 {
    padding-left: 0;
  }

  .upsell-container {
    box-sizing: content-box;
    border-style: none solid none none;
    flex-direction: column;
    width: 100%;
    min-width: auto;
    padding: 1em 5px;
  }

  .add-to-cart-button-3 {
    border-radius: 2px;
    width: 30vw;
    min-width: auto;
    font-size: 3vw;
  }

  .add-to-cart-7 {
    flex-direction: row;
  }

  .image-39 {
    width: 50vw;
  }

  .collection-item-6 {
    border-bottom: 1px solid #000;
    width: 50vw;
    margin-top: 0;
  }

  .collection-list-wrapper-4 {
    width: auto;
  }

  .heading-61, .heading-61._2 {
    font-size: 4vw;
  }

  .div-block-61 {
    align-items: center;
  }

  .log-in-form-block {
    width: 90vw;
  }

  .text-block-37 {
    text-align: center;
    font-size: 3vw;
  }

  .counter-div {
    position: static;
  }

  .heading-62 {
    text-align: left;
    padding-left: 2vw;
    padding-right: 5vw;
    font-size: 3vw;
    font-style: italic;
    font-weight: 700;
    line-height: 2;
    position: static;
    top: 9px;
  }

  .message {
    width: 60vw;
  }

  .heading-63 {
    font-size: 3vw;
    font-weight: 800;
  }

  .text-span-4 {
    font-size: 2.5vw;
  }

  .image-43 {
    max-width: 80%;
  }

  .div-block-65 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .link-block-17 {
    width: 100%;
  }

  .section-pedro-gomez {
    background-image: url({{'fondo-montaa-180-grados.webp' | asset_url }}), url({{'fondo-montaa-4.webp' | asset_url }});
    background-position: 0 90%, 100% 20%;
    background-size: auto 200vw, auto 150vw;
    margin-bottom: 5em;
  }

  .product-info-div {
    align-items: flex-start;
    left: 5vw;
    right: auto;
  }

  .product-info-div.right {
    align-items: flex-end;
  }

  .image-44 {
    width: 50vw;
  }

  .text-block-38 {
    text-align: left;
    max-width: 80vw;
    font-size: 4vw;
  }

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

  .heading-64 {
    font-size: 8vw;
  }

  .heading-65 {
    font-size: 12vw;
    left: 5vw;
  }

  .button-6 {
    padding-left: 32vw;
    padding-right: 32vw;
    font-size: 3vw;
  }

  .button-6.product-page {
    border-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
  }

  .button-6.product-page.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
  }

  .add-to-cart-button-4 {
    padding-left: 29vw;
    padding-right: 29vw;
    font-size: 3vw;
  }

  .text-span-5 {
    font-size: 8vw;
  }

  .left-instance {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-instance.right {
    flex-direction: column-reverse;
  }

  .image-46 {
    width: 80vw;
    position: relative;
  }

  .image-47 {
    width: 85vw;
    top: -9em;
  }

  .text-block-39 {
    max-width: 80vw;
    top: -8em;
  }

  .text-block-39.price {
    margin-top: 1em;
  }

  .collection-item-8 {
    justify-content: flex-start;
    width: 100vw;
    display: flex;
  }

  .button-7 {
    width: 80vw;
    font-size: 3vw;
    top: -9em;
  }

  .body-15 {
    flex-direction: column;
    justify-content: space-around;
    display: block;
  }

  .rich-text-block-2 {
    text-align: left;
    white-space: pre-line;
    word-break: normal;
    overflow-wrap: anywhere;
    max-width: 80vw;
    font-size: 5vw;
  }

  .navbar-2024.product-page {
    font-size: 4vw;
  }

  .left-navbar {
    background-color: #fff;
    border-right-width: 1px;
    width: 25vw;
  }

  .left-navbar.product-page {
    border-left-style: none;
    width: 20vw;
  }

  .right-navbar {
    background-color: #fff;
    border-left-width: 1px;
    justify-content: space-between;
    align-items: center;
    width: 25vw;
  }

  .right-navbar.product-page {
    width: 20vw;
  }

  .right-navbar.essbug {
    padding-right: 1em;
  }

  .heading-66 {
    font-size: 3.5vw;
  }

  .heading-66._2 {
    font-size: 3vw;
    font-weight: 600;
  }

  .heading-66._2.light {
    color: #000;
    display: none;
  }

  .product-section-2024 {
    margin-bottom: -1px;
  }


  .div-block-68 {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .div-block-69 {
    border-bottom-style: solid;
  }

  .collection-list-11 {
    border-right-style: none;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }
  .collection-item-9 {
    border: 1px #000;
  }

  .collection-item-9.light {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }

  .collection-item-9._2 {
    border-top-style: none;
    border-bottom-style: solid;
  }


  .link-16.w--current {
    font-size: 4vw;
    display: block;
  }

  .heading-68 {
    font-size: 6vw;
    font-weight: 600;
    line-height: 1;
  }

  .div-block-71 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
  }

  .div-block-71.mum {
    justify-content: center;
  }

  .heading-69 {
    font-size: 4vw;
  }

  .text-block-40 {
    text-align: center;
    font-size: 3.5vw;
  }

  .text-block-40.mum {
    text-align: center;
  }

  .div-block-72 {
    border-top-style: none;
    border-right-style: none;
    width: auto;
    margin-top: 1vh;
    margin-bottom: 8vh;
    overflow: visible;
  }

  .image-48 {
    width: 15em;
  }

  .div-block-74 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 85vw;
    margin-top: 1em;
  }

  .div-block-74.mum {
    padding-top: 0;
  }

  .div-block-75 {
    max-width: 100vw;
    position: fixed;
  }

  .div-block-76 {
    margin-bottom: 1em;
  }

  .collection-list-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100vw;
    display: grid;
  }

  .div-block-78 {
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    display: flex;
  }

  .heading-70 {
    
    font-size: 5vw;
  }

  .body-16 {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    display: block;
  }

  .drop-colash-section {
    background-color: #e5e5e5;
    border-top-style: none;
    height: auto;
    min-height: auto;
    padding-left: 10vw;
    padding-right: 10vw;
    overflow: visible;
  }

  .drop-card-wrapper {
    border: 1px solid #d9d7d7;
  }

  .collection-list-13 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    border-style: none;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
  }

  .image-drop-wrapper {
    border: 1px #000;
  }

  .collection-list-wrapper-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: block;
  }

  .heading-71 {
    font-size: 2vw;
  }

  .div-block-79 {
    color: #6b6b6b;
    border: 1px #d0d0d0;
    height: 2.5vh;
    display: none;
  }

  .heading-72, .heading-73 {
    font-size: 4vw;
  }

  .link-block-18 {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    font-size: 4vw;
    display: flex;
  }

  .link-block-18.w--current {
    width: 40%;
  }

  .collection-item-11 {
    width: 100%;
  }

  .body-17 {
    background-color: #f2f3f4;
  }

  .vs-section {
    flex-direction: column;
  }

  .vs-div {
    border-top: 1px #000;
    border-bottom: 1px #000;
    border-right-style: none;
    width: 100vw;
    height: 45vh;
  }

  .vs-div.right {
    border: 1px #000;
    border-top-style: solid;
  }

  .image-49, .image-50 {
    width: 50vw;
  }

  .heading-74 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 4vw;
  }

  .image-51 {
    height: auto;
  }

  .vs-popup.w--current {
    width: 4em;
    height: 4em;
    bottom: 7%;
  }

  .image-52 {
    width: 4vw;
  }

  .div-footer-mobile {
    border-top: 1px solid #000;
    border-left: 1px #000;
    border-right: 1.5px solid #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-footer-mobile._1 {
    border-top-style: none;
  }

  .legal-div-footer {
    z-index: 80;
    background-color: #f2f3f4;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    justify-content: space-around;
    align-items: center;
    min-width: 49vw;
    max-width: 49vw;
    min-height: auto;
    display: none;
    position: fixed;
    inset: auto 0% 8vh auto;
  }

  .div-block-81 {
    justify-content: flex-end;
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: 2em;
    display: flex;
  }

  .image-53 {
    width: 4vw;
  }

  .collection-list-wrapper-8 {
    border-top: 1px #000;
    display: none;
  }

  .collection-list-wrapper-9 {
    display: block;
  }

  .div-block-82 {
    width: 100%;
    height: 7vh;
    display: flex;
  }

  .link-block-19 {
    color: #000;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    text-decoration: none;
    display: flex;
  }

  .image-54 {
    width: 4vw;
    display: block;
  }

  .image-54.essbug {
    display: none;
  }

  .div-block-84 {
    width: 12.5vw;
  }

  .image-54-mobile, .image-55 {
    width: 5vw;
    display: block;
  }

  .heading-76 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    
    font-size: 4vw;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    display: block;
  }

  .text-block-41 {
    font-size: 3vw;
  }

  .update-password-block {
    display: none;
  }

  .image-56 {
    width: 28vw;
  }

  .div-block-85 {
    width: 100%;
    overflow: hidden;
  }

  .image-57 {
    width: 4vw;
  }

  .dropdown-div {
    grid-column-gap: 0px;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .filter-button {
    width: 100%;
    font-size: 3vw;
  }

  .colecci-n-madrid {
    display: none;
  }

  .heading-77 {
    font-size: 3vw;
  }

  .image-59 {
    width: 3vw;
    transform: rotate(-90deg);
  }

  .image-61 {
    margin-bottom: 3em;
  }

  .text-block-42 {
    text-align: center;
    font-size: 12px;
  }

  .div-block-88 {
    flex-flow: column;
    height: auto;
    padding-top: 40vh;
  }

  .image-62, .image-100 {
    width: 80vw;
    margin-bottom: 40vh;
  }

  .marco {
    z-index: 6;
    padding: .7em;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  ._013-border-1 {
    height: 95vh;
  }

  ._013-border-1._2 {
    z-index: 3;
    width: 100%;
    height: 93vh;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  ._013-border-1._3 {
    z-index: 3;
    border-top-style: none;
    width: 99%;
    height: 4vh;
    position: relative;
    inset: auto 0% 0%;
  }

  ._013-nav {
    background-color: #000;
    border-radius: 12px 12px 0 0;
    min-height: 6.5vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._013-nav-left, ._013-nav-right {
    width: 50%;
  }

  .heading-79 {
    font-size: 4.2vw;
  }

  .mum-container {
    flex-flow: column;
    height: auto;
  }

  .mum-left {
    border-bottom-style: none;
    width: 100%;
    padding-top: 0;
  }

  .mum-right {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .image-101 {
    width: 80%;
  }

  .image-102 {
    z-index: 3;
    width: 70vw;
    margin-top: 2em;
    margin-bottom: 6em;
    position: absolute;
  }

  .image-102._2 {
    z-index: 2;
    opacity: 1;
    width: 85vw;
    margin-top: 2em;
    margin-bottom: 2em;
    display: inline-flex;
    position: relative;
  }

  .image-102._3image {
    z-index: 1;
    opacity: 1;
    width: 85vw;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .cards {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    padding-top: 8em;
    display: flex;
  }

  .paragraph-6 {
    font-size: 5vw;
  }

  .section-1 {
    background-image: url({{'elipse-1-1_1.webp' | asset_url }});
    background-size: 80vw;
  }

  .section-4 {
    background-image: url({{'elipse-2_1.webp' | asset_url }});
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 70vw;
  }

  .heading-2 {
    text-align: center;
    font-size: 7vw;
  }

  .content-wrapper {
    padding: 27px;
  }

  .scroll-snap-container {
    height: 100vh;
  }

  .section-3 {
    background-image: url({{'elipse-3_1.webp' | asset_url }});
    background-size: 70vw;
  }

  .heading-1 {
    text-align: center;
    font-size: 12vw;
  }

  .image-600 {
    z-index: 3;
    width: 70vw;
    margin-top: 2em;
    margin-bottom: 2em;
    position: relative;
  }

  .fondo-superior {
    z-index: 5;
    background-color: #000;
    height: 8em;
    position: fixed;
    inset: 0% 0% auto;
  }

  .fondo-inferior {
    z-index: 5;
    background-color: #000;
    height: auto;
    padding-bottom: 20px;
    padding-right: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .card {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: relative;
  }

  .card._2 {
    width: 100%;
    height: 60vh;
  }

  .card._2.parrallax {
    opacity: 0;
    height: 50vh;
  }

  .card._3 {
    width: 100%;
    height: 60vh;
  }

  .card._3.parrallax {
    opacity: 0;
    height: 50vh;
  }

  .card._1 {
    width: 100%;
    height: 60vh;
  }

  .card._1.parallax {
    height: 60vh;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .c-cloneable {
    margin-bottom: -150px;
    padding-bottom: 0;
    display: none;
  }

  .c-cloneable.antiguo {
    display: none;
  }

  .c-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._w-cards-list {
    padding-bottom: 0;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-cards-list {
    position: static;
  }

  .header {
    font-size: 3em;
    line-height: 1.2em;
  }

  .c-card {
    scroll-snap-align: start;
  }

  .c-card._2 {
    opacity: 1;
    margin-top: 0;
    top: 6em;
  }

  .c-card._2.nuevo {
    height: 90vh;
    position: static;
  }

  .c-card._5 {
    opacity: 1;
    top: 6em;
  }

  .c-card._5.nuevo {
    height: 90vh;
    position: static;
  }

  .c-card._1 {
    margin-top: 0;
    top: 6em;
  }

  .c-card._1.nuevo {
    scroll-snap-align: start;
    height: 100vh;
    position: relative;
  }

  .c-card._3 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
    top: 8em;
  }

  .c-card._4 {
    top: 200px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c-scroll-down {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .description {
    font-size: 1em;
    line-height: 1.3em;
  }

  .cloneable-area {
    display: flex;
  }

  .heading-80 {
    z-index: 4;
    mix-blend-mode: difference;
    font-size: 23vw;
    display: flex;
    position: fixed;
    inset: .9em 0% auto;
  }

  .section-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 150vh;
    display: flex;
  }

  .spline-scene-2 {
    height: 60vh;
    position: sticky;
    top: 12em;
  }

  .bot-n-de-buy-me {
    z-index: 8;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
    position: sticky;
    inset: auto 0% 0;
  }

  .add-to-cart-button-6 {
    background-image: url({{'group-3.svg' | asset_url }}), url({{'group-3.svg' | asset_url }});
    background-position: 5%, 95%;
    background-repeat: no-repeat, no-repeat;
    background-size: 25px, 25px;
    border-width: 2px;
    width: 85vw;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 5vw;
    position: static;
  }

  .track-3d {
    overflow: visible;
  }

  .spline {
    top: 0;
    overflow: visible;
    transform: none;
  }

  .hero {
    min-height: 70vh;
    margin-top: -60vh;
    padding-top: 4em;
  }

  .container-4 {
    position: static;
  }

  .gradient {
    background-image: none;
    display: block;
  }

  .heading-81 {
    padding-left: 0;
    font-size: 14vw;
    font-weight: 800;
  }

  .heading-81.right, .paragraph-7.right {
    text-align: right;
  }

  .container-sec {
    margin-top: 6em;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .product-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    padding-left: 0;
    display: flex;
  }

  .collection-item-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .heading-82 {
    color: #fff;
    font-family: Annapolis Condensed Condensed, sans-serif;
    font-size: 12vw;
    line-height: 1;
  }

  .div-block-89 {
    z-index: auto;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    position: relative;
  }

  .collection-list-15 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-wrapper {
    display: flex;
    position: fixed;
  }

  .section-7 {
    height: 100%;
    overflow: auto;
  }

  .exp-013 {
    z-index: 5;
    margin-top: 2em;
    position: fixed;
    inset: 6em 0% auto;
  }

  .cards2 {
    aspect-ratio: auto;
    object-fit: fill;
    scroll-snap-type: y mandatory;
    height: 100vh;
    padding-top: 8em;
    overflow: scroll;
  }

  .section-cards-mobile {
    flex-flow: column;
    max-width: 100vw;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
    overflow: hidden;
  }

  .card-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    min-height: auto;
    margin-top: 3em;
    padding-top: 9em;
    display: flex;
  }

  .card1-image {
    z-index: 3;
    width: 97vw;
    position: relative;
  }

  .card2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    min-height: auto;
    margin-top: 0;
    padding-top: 9em;
    display: flex;
    position: relative;
  }

  .card-3 {
    flex-flow: column;
    width: 90vw;
    min-height: auto;
    margin-top: 0;
    padding-top: 9em;
    position: relative;
  }

  .image-601 {
    z-index: 6;
    width: auto;
    transition: opacity .2s;
    display: none;
    position: relative;
  }

  .image-601.mobile {
    display: block;
  }

  .image-602 {
    border-radius: 0 0 9px 9px;
    width: auto;
  }

  .track {
    display: block;
  }

  .spline-2 {
    z-index: 4;
    display: flex;
  }

  .container-5 {
    z-index: auto;
    padding-left: 3.5rem;
    padding-right: 2rem;
  }

  .heading-83 {
    display: none;
  }

  .heading-84 {
    color: #fff;
    text-align: left;
    max-width: none;
    font-size: 9vw;
  }

  .paragraph-8 {
    color: #fff;
    text-align: left;
    max-width: 40ch;
    font-size: 3vw;
  }

  .div-block-92 {
    width: 80vw;
    position: static;
  }

  .product-images {
    z-index: 6;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    width: 80vw;
    position: relative;
  }

  .heading-87 {
    font-size: 8vw;
  }

  .text-block-43 {
    font-size: 4vw;
  }

  .paragraph-9 {
    text-align: justify;
    width: auto;
    max-width: 50ch;
    font-size: 3.7vw;
    line-height: 1.5;
  }

  .div-block-94 {
    z-index: 3;
    display: none;
    position: relative;
  }

  .input-group-button {
    width: 5em;
  }

  .input-number-decrement {
    font-size: 10vw;
    font-weight: 600;
  }

  .input-number-increment {
    font-size: 7vw;
  }

  .bold-text-3 {
    font-size: 9vw;
    font-weight: 800;
  }

  .link-block-20 {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
  }


  ._013-navbar-wrapper {
    padding-top: 1em;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .marco-wrap {
    display: flex;
  }

  .div-block-96 {
    height: 300vh;
  }

  .lightbox-link-2 {
    vertical-align: top;
    display: inline-block;
  }

  .fondo-3 {
    z-index: 9;
    height: .7em;
  }

  .fondo-3.txt {
    z-index: 10;
  }

  .spline-scene-4 {
    height: 100vh;
    display: block;
  }

  .spline-scene-5 {
    z-index: 5;
    position: sticky;
  }

  .spline-scene-6 {
    height: 100vh;
  }

  .heading-88 {
    z-index: 4;
    color: #fff;
    text-align: center;
    mix-blend-mode: normal;
    margin-top: .5em;
    font-family: Orbitron, sans-serif;
    font-size: 3.5vw;
    font-weight: 400;
    display: block;
    position: static;
    inset: auto 0% 9em;
  }

  .linea {
    z-index: 5;
    width: 50px;
    height: 50px;
    display: flex;
    position: fixed;
    inset: 6.2em 0% auto 28%;
  }

  .image-603 {
    width: 50vw;
    overflow: visible;
  }

  .image-604 {
    position: fixed;
    inset: 4em -2% auto auto;
  }

  .spline-scene-7 {
    z-index: 4;
    display: block;
    top: 4em;
    transform: scale(1.3);
  }

  .textura {
    opacity: .08;
    position: fixed;
    inset: 0%;
  }

  .negro.txt {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
  }

  .image-608, .image-609 {
    display: none;
  }

  .lottie-animation-2 {
    z-index: 6;
    width: 100vw;
    position: static;
    top: 4em;
    transform: none;
  }

  .heading-90 {
    opacity: 0;
    text-align: left;
    margin-top: 6em;
    margin-bottom: 0;
  }

  .image-610 {
    width: 80vw;
    display: block;
    top: 10em;
  }

  .image-610.card2 {
    margin-right: 0;
    top: 30em;
  }

  .image-610._2 {
    top: 4.3em;
    right: -2em;
  }

  .image-610.desktop {
    display: none;
  }

  .image-611 {
    width: 60vw;
    display: block;
    inset: auto auto 0% 0%;
  }

  .image-611.card2 {
    min-height: auto;
    margin-left: -2em;
    position: absolute;
    inset: 24.8em auto auto 0%;
  }

  .image-611.desktop {
    display: none;
  }

  .section-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    display: flex;
  }

  .heading-91 {
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: sticky;
    top: 4em;
  }

  .div-block-97 {
    z-index: 1;
    position: sticky;
    top: 4em;
  }

  .image-612 {
    display: none;
  }

  .div-block-98 {
    background-color: #b9b9b9;
    width: 30px;
    height: 30px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .border-second {
    width: 100%;
    height: 9.5vh;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0 .3em;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-99 {
    width: 100%;
  }

  .lottie-animation-3 {
    width: 100vw;
    display: flex;
  }

  .video-section {
    min-height: auto;
    padding: 5em 10vw 7em;
  }

  .div-block-100 {
    border-radius: 20px;
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: block;
  }

  .video-5 {
    border-radius: 20px;
    margin-top: 0;
  }

  .heading-92 {
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
  }

  .text-span-46 {
    font-size: 13px;
    font-weight: 500;
  }

  .line2 {
    border-top-width: 1px;
    border-top-color: #fff;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    width: 92%;
    height: .45em;
    margin-top: -4px;
  }

  .line2.bajo {
    z-index: auto;
    border-top-width: .7px;
    border-bottom-width: .7px;
    width: auto;
    height: 6px;
    margin: 0 2.25em;
    display: block;
    position: absolute;
    bottom: 16px;
  }

  .div-block-101 {
    padding-top: 2em;
  }

  .link-17 {
    font-size: 3vw;
  }

  .marco-con-linea {
    position: fixed;
  }

  .div-block-102 {
    z-index: 6;
    flex-flow: column;
    justify-content: flex-end;
    align-self: auto;
    align-items: stretch;
    height: 100px;
    min-height: auto;
    padding-bottom: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 0;
  }

  .div-block-103 {
    z-index: 6;
    padding-bottom: 20px;
    padding-left: .7em;
    padding-right: .7em;
    position: fixed;
    inset: auto 0% 0%;
  }

  .collection-item-14 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-wrapper-13 {
    z-index: 5;
    width: 80vw;
    margin-bottom: 10px;
    display: flex;
    position: relative;
  }

  .slider-2 {
    flex: 0 auto;
    align-self: auto;
    width: 600px;
    height: 100vw;
  }

  .section-10 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .out-of-stock-state-5 {
    width: 80vw;
    height: auto;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 3vw;
  }

  .error-state-5 {
    border-radius: 10px;
    margin-bottom: 3em;
    font-size: 2.5vw;
  }

  .heading-93 {
    font-size: 6vw;
  }

  .heading-95 {
    font-size: 4vw;
  }

  .fondo-gris {
    width: 100%;
    min-height: 30vh;
  }

  .heading-96 {
    font-size: 3.5vw;
  }

  .replica-footer-2024 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 5vh;
    padding-bottom: 1vh;
  }

  .collection-list-17 {
    flex-flow: column;
  }

  .link-18 {
    font-size: 1.4vw;
    line-height: 2;
  }

  .heading-97 {
    font-size: 5vw;
  }

  .section-11 {
    min-height: auto;
    margin-top: 6em;
    margin-bottom: 6em;
  }

  .link-block-22 {
    height: 40vh;
  }

  .text-block-44 {
    margin-bottom: 2em;
    font-size: 6vw;
    line-height: 2;
  }

  .div-block-106 {
    position: static;
    inset: 3em 0% auto;
  }

  .heading-98 {
    font-size: 4vw;
  }

  .text-block-45 {
    width: 8vw;
    font-size: 4vw;
  }

  .default-state-9 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .add-to-cart-12 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .add-to-cart-button-7 {
    background-size: 6vw;
  }

  .option-5 {
    height: 100%;
  }

  .error-state-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .error-message-3 {
    font-size: 3.5vw;
  }

  .valencia-wrapper {
    flex-flow: column;
    margin-top: 2em;
  }

  .div-block-108 {
    width: 100vw;
    max-width: 100vw;
    padding-left: 0;
  }

  .image-617 {
    width: 9em;
  }

  .div-block-109 {
    width: 300px;
  }

  .image-15 {
    border-radius: 16px;
    width: 70px;
  }

  .add-to-cart-button-8 {
    font-size: 14px;
  }

  .product-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }

  .div-block-112, .div-block-113 {
    width: 92%;
  }

  .heading-101, .text-block-54 {
    font-size: 4vw;
    line-height: 1.7;
  }

  .paragraph-10 {
    font-size: 3.2vw;
    line-height: 1.7;
  }

  .add-to-cart-button-9 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 3vw;
  }

  .paragraph-11 {
    letter-spacing: .2px;
    font-size: 3vw;
    line-height: 2.3;
  }

  .qa-text {
    white-space: break-spaces;
    justify-content: center;
    align-items: center;
    font-size: 3vw;
    line-height: 1.5;
    display: flex;
  }

  .toggle-content {
    position: static;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .toogle-max-w.desktop, .toogle-max-w.desktop._2 {
    display: block;
  }

  .dropdown-toggle-2 {
    z-index: 1;
    padding-top: .75em;
    padding-bottom: .75em;
    font-size: 18px;
    position: static;
  }

  .div-block-13 {
    padding-left: 10px;
  }

  .rich-text-block-3 {
    font-size: 3vw;
  }

  .banner-upsell {
    margin-top: .75em;
  }

  .text-block-55 {
    font-size: 3vw;
  }

  .text-block-56 {
    font-size: 3.3vw;
    line-height: 1.7;
  }
}

#w-node-dd8a6a02-461b-ac93-bd38-9c57a22cfbee-7f493d1d, #w-node-_674c82ff-c268-1a6c-754a-a5b7230b3c08-7f493d1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54b287f5-5d9e-1266-1db3-043150f19b27-7592636e {
  justify-self: end;
}

#w-node-b1f73643-b70e-191e-9563-01141386e7bc-7592636f, #w-node-b1f73643-b70e-191e-9563-01141386e7be-7592636f, #w-node-b1f73643-b70e-191e-9563-01141386e7c0-7592636f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1f73643-b70e-191e-9563-01141386e7c2-7592636f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b1f73643-b70e-191e-9563-01141386e7c4-7592636f, #w-node-b1f73643-b70e-191e-9563-01141386e7c6-7592636f, #w-node-a94ec7f4-42d3-defa-7668-784e1ea0463a-759263d8, #w-node-_7e720a09-4eeb-7f9b-62f8-f7ecf641aae9-759263d8, #w-node-f51341fa-79d8-0970-a00c-060790c4a6d5-759263d8, #w-node-_2fe10b3d-1175-847a-f7c0-458803c79a35-759263d8, #w-node-_072a9263-77e8-9560-a53e-f9eb34949d8e-cb1ef5eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


