.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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

.w-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-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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;
  -ms-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  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;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 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;
  }
}

h1 {
  color: #a39383;
  margin-top: 0;
  margin-bottom: 0;
  font-family: finalsix, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

p {
  margin-bottom: 10px;
  font-family: finalsix, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.topbar {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.texto-top-bar {
  color: #fff;
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.texto-top-bar:hover {
  color: #a39383;
}

.grid {
  grid-template-rows: auto;
  justify-content: space-between;
}

.div-block {
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.search {
  max-width: 280px;
  flex: 1;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.container {
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vh;
  padding-right: 10vh;
  display: flex;
}

.grid-2 {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-2 {
  flex: 1;
  display: flex;
}

.div-block-3 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.search-input {
  height: 40px;
  margin-bottom: 0;
  padding-left: 36px;
  padding-right: 36px;
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 14px;
}

.search-button {
  width: 40px;
  height: 40px;
  background-color: #a39383;
  padding: 0;
  font-family: "Font awesome 6 free solid 900", sans-serif;
}

.search-button:hover {
  color: #000;
}

.header {
  background-color: #f5f5f5;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  max-width: 1440px;
  padding-left: 10vh;
  padding-right: 10vh;
}

.link-menu {
  color: #000;
  text-transform: uppercase;
  padding: 8px;
  font-family: finalsix, sans-serif;
  font-weight: 500;
  line-height: 18px;
}

.link-menu:hover, .link-menu.w--current {
  color: #a39383;
}

.navbar {
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vh;
  padding-right: 10vh;
}

.image {
  width: 236px;
  height: 70px;
}

.brand {
  flex: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}

.container-3 {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.nav-menu {
  flex: 1;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.cart-button {
  width: auto;
  background-color: #fff;
  border: 1px solid #707070;
}

.cart-button:hover {
  color: #fff;
  background-color: #000;
}

.text-block {
  color: #a54444;
}

.icon {
  color: #a39383;
}

.cart-quantity {
  color: #a39383;
  font-family: finalsix, sans-serif;
}

.image-2 {
  width: 20px;
}

.texto-vacio {
  color: #a39383;
  padding-left: 13px;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.hero {
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-bottom: 24px;
}

.container-4 {
  max-width: 1440px;
  padding-left: 10vh;
  padding-right: 10vh;
}

.image-3 {
  height: 478px;
  object-fit: cover;
  border-radius: 5px;
}

.div-block-4 {
  height: 478px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 16px;
  display: flex;
}

.div-block-5 {
  max-width: 360px;
  background-color: rgba(163, 147, 131, .8);
  border-radius: 5px;
  padding: 32px 16px;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 16px;
  font-family: finalsix, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.text-block-3 {
  color: #fff;
  margin-bottom: 16px;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.text-block-4 {
  color: #fff;
  font-family: finalsix, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.container-5 {
  max-width: 1440px;
  padding-left: 10vh;
  padding-right: 10vh;
}

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

.image-4 {
  width: 100%;
}

.div-gris {
  width: 100%;
  height: 100%;
  background-color: rgba(219, 219, 219, .6);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.div-gris:hover {
  color: #000;
  text-decoration: underline;
}

.div-block-7 {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.text-block-5 {
  color: #000;
  font-family: finalsix, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-decoration: none;
}

.nosotros {
  background-color: #f5f5f5;
}

.container-6 {
  max-width: 1440px;
  padding: 40px 10vh;
}

.heading {
  font-family: finalsix, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-block-6 {
  font-family: finalsix, sans-serif;
}

.text-block-7 {
  color: #000;
  margin-top: 24px;
  margin-bottom: 45px;
  font-family: finalsix, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.saber-mas {
  color: #000;
  text-transform: uppercase;
  font-family: finalsix, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.saber-mas:hover {
  text-decoration: underline;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

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

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

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.div-block-10 {
  background-image: url('../images/03.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.image-6 {
  margin-bottom: 16px;
}

.div-block-11 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.consejos {
  background-color: #a39383;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.consejo-titulo {
  color: #000;
  text-transform: uppercase;
  font-family: finalsix, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.consejo-descripcion {
  color: #000;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.consejo-ver-mas {
  color: #000;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.consejo-ver-mas:hover {
  color: #fff;
}

.consejo-ver-mas.hover-cafe {
  text-transform: uppercase;
}

.consejo-ver-mas.hover-cafe:hover {
  color: #a39383;
}

.div-consejos {
  border-right: 1px solid #fff;
  padding: 70px 24px 70px 0;
}

.div-consejos.medio {
  padding-left: 24px;
}

.container-7 {
  max-width: 1440px;
  padding-left: 10vh;
  padding-right: 10vh;
}

.div-consejos-final {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 24px;
}

.footer {
  background-color: #000;
  padding-top: 46px;
  padding-bottom: 16px;
}

.container-8 {
  max-width: 1440px;
  justify-content: space-between;
  padding-left: 10vh;
  padding-right: 10vh;
  display: flex;
}

.text-block-9 {
  color: #fff;
  text-transform: uppercase;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.texto-footer {
  color: #fff;
  font-family: finalsix, sans-serif;
  font-weight: 400;
  line-height: 14px;
}

.ubicacion {
  align-items: center;
  margin-top: 24px;
  margin-bottom: 6px;
  display: flex;
}

.image-7 {
  width: 12px;
  height: 14.67px;
  margin-right: 8px;
}

.correo {
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.image-8 {
  width: 13.33px;
  height: 10.67px;
  margin-right: 8px;
}

.telefono {
  align-items: center;
  display: flex;
}

.image-9 {
  width: 13.93px;
  height: 13.95px;
  margin-right: 9px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
  display: flex;
}

.link {
  color: #fff;
  margin-right: 16px;
  font-family: "Font awesome 6 brands 400", sans-serif;
  font-size: 23px;
  line-height: 23px;
  text-decoration: none;
}

.link:hover {
  color: #a39383;
}

.rrss {
  margin-top: 22px;
}

.div-block-16 {
  flex: 1;
}

.div-block-17 {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.div-block-12-copy {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 16px;
  margin-bottom: 6px;
  display: flex;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: end;
  margin-top: 16px;
}

.link-footer {
  color: #fff;
  font-family: finalsix, sans-serif;
  line-height: 14px;
  text-decoration: none;
}

.link-footer:hover {
  text-decoration: underline;
}

.link-block {
  position: absolute;
}

.fs-slide-content {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.productos {
  padding-top: 24px;
  padding-bottom: 80px;
}

.container-9 {
  max-width: 1440px;
  padding-left: 10vh;
  padding-right: 10vh;
  position: relative;
}

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

.nombre-producto {
  color: #707070;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: finalsix, sans-serif;
  font-weight: 700;
  line-height: 19px;
}

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

.precio-producto {
  color: #707070;
  margin-right: 16px;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.precio-antes {
  color: #707070;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: line-through;
}

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

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

.option-list {
  margin-top: 16px;
}

.container-10 {
  max-width: 1440px;
  padding-bottom: 40px;
  padding-left: 10vh;
  padding-right: 10vh;
}

.quantity-3, .add-to-cart-button-3 {
  display: none;
}

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

.topbar-mensaje {
  background-color: #a39383;
}

.div-block-19 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.text-topbar-mensaje {
  color: #fff;
  font-family: finalsix, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.container-11 {
  max-width: 1440px;
  padding: 11px 10vh;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-top: 40px;
}

.fotos-producto {
  position: relative;
}

.nombre {
  color: #a39383;
  text-transform: uppercase;
  font-family: finalsix, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.sku {
  color: #707070;
  margin-bottom: 24px;
  font-family: finalsix, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.precio-anterior {
  color: #707070;
  font-family: finalsix, sans-serif;
  line-height: 14px;
  text-decoration: line-through;
}

.precio-actual {
  color: #e31313;
  margin-bottom: 24px;
  font-family: finalsix, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.fecha-entrega {
  color: #e31313;
  font-family: finalsix, sans-serif;
  line-height: 24px;
}

.descripcion {
  margin-bottom: 16px;
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.add-to-cart-button-4 {
  background-color: #a39383;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.add-to-cart-button-4:hover {
  background-color: #000;
}

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

.div-block-21 {
  margin-right: 8px;
}

.quantity-4 {
  height: 100%;
  border-color: #707070;
  border-radius: 0;
  margin-bottom: 0;
}

.field-label {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.div-fecha-entrega {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  border: 1px solid #a39383;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  padding: 16px;
  display: flex;
}

.image-10 {
  max-width: 100px;
  border: 1px solid #a39383;
  border-radius: 5px;
}

.text-span {
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.text-block-12 {
  color: #a39383;
  text-transform: uppercase;
  font-family: finalsix, sans-serif;
  line-height: 18px;
}

.breadcrumb {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-breadcrum {
  color: #a39383;
  text-transform: uppercase;
  font-family: finalsix, sans-serif;
  line-height: 18px;
  text-decoration: none;
}

.text-breadcrum:hover {
  color: #000;
}

.separador {
  color: #a39383;
  text-transform: uppercase;
  font-family: finalsix, sans-serif;
  line-height: 18px;
}

.container-12 {
  max-width: 1440px;
  padding-left: 10vh;
  padding-right: 10vh;
}

.linea {
  border-top: 1px solid #d9d9d9;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  margin-bottom: 40px;
}

.text-block-13 {
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.text-caracteristicas {
  color: #707070;
  font-family: finalsix, sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.cuadro-gris {
  background-color: #e2e2e2;
  padding-left: 8px;
  padding-right: 8px;
}

.grid-caracteristicas {
  grid-column-gap: 0px;
  grid-row-gap: 3px;
  margin-bottom: 24px;
}

.cuadro-gris-2 {
  background-color: #d9d9d9;
  padding-left: 8px;
  padding-right: 8px;
}

.text-block-14 {
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.div-block-22 {
  margin-top: 32px;
}

.container-13 {
  max-width: 1440px;
  padding-left: 10vh;
  padding-right: 10vh;
}

.text-block-15 {
  color: #a39383;
  margin-bottom: 24px;
  font-family: finalsix, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
}

.collection-list-wrapper {
  margin-bottom: 40px;
}

.button-group, .default-state {
  margin-bottom: 0;
}

.lightbox-link {
  max-width: 100px;
  display: flex;
}

.image-11 {
  border: 1px solid #a39383;
  border-radius: 5px;
}

.collection-list-wrapper-2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-12 {
  border-radius: 5px;
}

.consejos-productos {
  padding-bottom: 80px;
}

.container-7-copy {
  max-width: 1440px;
  padding-left: 10vh;
  padding-right: 10vh;
}

.grid-6-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-consejos-productos {
  border: 1px solid #a39383;
  padding: 70px 40px;
}

.consejo-titulo-producto {
  color: #a39383;
  text-transform: uppercase;
  font-family: finalsix, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.consejo-ver-mas-productos {
  color: #000;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.consejo-ver-mas-productos:hover {
  color: #a39383;
}

.productos-categoria {
  min-height: 80vh;
}

.container-14 {
  max-width: 1440px;
  padding: 40px 10vh;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

.text-block-16 {
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.link-categorias {
  color: #707070;
  text-transform: uppercase;
  margin-left: 8px;
  font-family: finalsix, sans-serif;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.link-categorias:hover {
  color: #a39383;
}

.collection-list-wrapper-3 {
  margin-bottom: 32px;
}

.div-block-23 {
  border: 1px solid #a39383;
  border-radius: 5px;
  overflow: hidden;
}

.collection-item {
  margin-bottom: 4px;
  padding-bottom: 0;
}

.collection-item-2 {
  margin-bottom: 4px;
}

.collection-list-4 {
  margin-bottom: 32px;
}

.container-15 {
  max-width: 1440px;
  padding: 40px 10vh 80px;
}

.contactanos {
  min-height: 70vh;
}

.heading-2 {
  line-height: 40px;
}

.info-contacto {
  flex: 1;
}

.texto-footer-divano {
  color: #707070;
  font-family: finalsix, sans-serif;
  font-weight: 400;
  line-height: 14px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.texto-mensaje {
  color: #707070;
  font-family: finalsix, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.mensaje, .formulario {
  margin-top: 24px;
}

.campos {
  color: #a39383;
  border: 1px solid #a39383;
  margin-bottom: 4px;
  padding: 12px 16px;
  font-family: finalsix, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.campos::-ms-input-placeholder {
  color: #a39383;
}

.campos::placeholder {
  color: #a39383;
}

.boton-enviar {
  text-transform: uppercase;
  background-color: #a39383;
  padding: 14px 16px;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.boton-enviar:hover {
  background-color: #000;
}

.grid-12 {
  grid-template-rows: auto;
}

.ubicacion-footer {
  align-items: center;
  margin-top: 16px;
  margin-bottom: 6px;
  display: flex;
}

.div-block-24 {
  min-height: 700px;
  background-image: url('../images/foto-contacto.jpg');
  background-position: 74%;
  background-size: cover;
}

.campos-mensaje {
  min-height: 160px;
  color: #a39383;
  border: 1px solid #a39383;
  margin-bottom: 4px;
  padding: 12px 16px;
  font-family: finalsix, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.campos-mensaje::-ms-input-placeholder {
  color: #a39383;
}

.campos-mensaje::placeholder {
  color: #a39383;
}

.preguntas-frecuentes {
  min-height: 70vh;
  padding-top: 40px;
  padding-bottom: 80px;
}

.container-16 {
  max-width: 1440px;
  padding-left: 10vh;
  padding-right: 10vh;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
  border: 1px solid #a39383;
  padding: 16px 32px;
}

.text-block-17 {
  font-family: finalsix, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.acordeon {
  margin-top: 24px;
}

.text-block-18 {
  color: #707070;
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.dropdown-list {
  background-color: #796f6f;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.div-block-25 {
  padding: 24px 32px;
}

.dropdown-2 {
  align-items: flex-start;
  display: flex;
}

.div-acordeon {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 24px;
  display: block;
}

.item {
  width: 100%;
  overflow: hidden;
}

.toggle {
  height: 42px;
  color: #a39383;
  border: 1px solid #a39383;
  align-items: center;
  display: flex;
}

.toggle:hover {
  color: #fff;
  background-color: #000;
}

.dropdown-list-2 {
  background-color: #fff;
  border: 1px solid #a39383;
  padding: 16px 32px;
  display: block;
  position: static;
}

.icono-acordeon {
  font-weight: 700;
}

.text-block-19 {
  color: #707070;
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.success-message {
  background-color: #fff;
}

.text-block-20 {
  color: #707070;
  font-family: finalsix, sans-serif;
  line-height: 24px;
}

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

.text-block-21 {
  font-family: finalsix, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.dropdown-toggle-2 {
  flex-direction: row;
  padding: 0;
  display: flex;
}

.icon-2 {
  margin-right: 0;
  position: relative;
}

.dropdown-list-3 {
  background-color: #b89999;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border: 1.3px solid #000;
  border-radius: 5px;
  padding: 12px 8px;
}

.link-sub-menu {
  color: #000;
  text-transform: uppercase;
  padding: 8px;
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 18px;
}

.link-sub-menu:hover, .link-sub-menu.w--current {
  color: #a39383;
}

.form-filtros {
  display: none;
}

.link-tama-os {
  color: #707070;
  text-transform: uppercase;
  font-family: finalsix, sans-serif;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.link-tama-os:hover {
  color: #a39383;
}

.collection-list-wrapper-4 {
  margin-bottom: 32px;
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.checkbox-2 {
  margin-top: 0;
}

.checkbox-3, .checkbox-4 {
  margin-top: 2px;
}

.collection-list-wrapper-7 {
  margin-bottom: 32px;
}

.add-to-cart-button-5, .quantity-5 {
  display: none;
}

.button {
  color: #fff;
  background-color: #a39383;
  border: 1px solid #a39383;
  border-radius: 5px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.button:hover {
  background-color: #000;
}

.add-to-cart {
  margin-top: 8px;
}

.tienda {
  min-height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
}

.container-17 {
  max-width: 1440px;
  padding-left: 10vh;
  padding-right: 10vh;
}

.container-18 {
  max-width: 1440px;
  min-height: 70vh;
  padding: 40px 10vh;
}

.field-label-2 {
  margin-top: 40px;
}

.search-input-2 {
  margin-top: 32px;
  font-family: finalsix, sans-serif;
}

.link-resultados {
  color: #a39383;
  text-transform: uppercase;
  margin-left: 0;
  font-family: finalsix, sans-serif;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.link-resultados:hover {
  color: #000;
}

.search-result-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
}

.search-result-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-block-23, .paragraph {
  font-family: finalsix, sans-serif;
  line-height: 18px;
}

.heading-4 {
  color: #a39383;
  font-family: finalsix, sans-serif;
}

.text-span-2 {
  color: #a39383;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.text-span-2:hover {
  color: #000;
}

.link-2 {
  text-decoration: none;
}

.image-13 {
  width: 180px;
}

.requerido {
  color: #a39383;
  font-family: finalsix, sans-serif;
  font-size: 20px;
}

.text-block-25 {
  font-family: finalsix, sans-serif;
  font-size: 20px;
}

.field-titulo {
  color: #a39383;
  text-transform: uppercase;
  font-family: finalsix, sans-serif;
}

.field-text {
  color: #707070;
  margin-bottom: 8px;
  font-family: finalsix, sans-serif;
  font-weight: 600;
}

.field-parrafo {
  font-family: finalsix, sans-serif;
}

.checkbox-5 {
  margin-top: 0;
}

.checkout-form {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-26 {
  font-family: finalsix, sans-serif;
}

.button-2 {
  border-style: none;
  padding: 0;
}

.button-2:hover {
  background-color: #000;
}

.div-block-20-copy {
  display: none;
}

.text-block-27 {
  font-family: finalsix, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.collection-list-wrapper-8 {
  position: absolute;
}

.div-block-26 {
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.descuento {
  width: 117px;
  height: 31.55px;
}

.temporada {
  width: 71px;
  height: 31.41px;
  margin-left: 16px;
}

.empty-state {
  display: none;
}

.collection-item-4 {
  position: relative;
}

.image-14 {
  border: 1px solid #707070;
}

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

.collection-list-wrapper-9 {
  margin-left: 16px;
}

.image-15 {
  filter: grayscale();
}

.empty-state-2 {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.text-block-28 {
  font-family: finalsix, sans-serif;
}

.collection-item-5 {
  border-radius: 5px;
}

.text-block-29 {
  font-family: finalsix, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-negro {
  width: 16px;
  height: 16px;
  background-color: #000;
}

.color-cafe {
  width: 16px;
  height: 16px;
  background-color: #805300;
}

.color-azul {
  width: 16px;
  height: 16px;
  background-color: #3302bb;
}

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

.button-group-2 {
  margin-bottom: 24px;
}

.link-4, .link-5 {
  font-weight: 500;
}

.select-field {
  text-transform: uppercase;
  margin-top: 40px;
}

.div-block-28 {
  justify-content: flex-start;
  display: flex;
}

.add-to-cart-button-6 {
  height: 50px;
  background-color: #a39383;
  margin-left: 8px;
  padding: 14px 10px;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.add-to-cart-button-6:hover {
  background-color: #000;
}

.quantity-6 {
  height: 50px;
}

.button-3 {
  color: #fff;
  background-color: #a39383;
  border-color: #a39383;
  border-radius: 5px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.button-3:hover {
  background-color: #000;
}

.text-block-31 {
  font-size: 12px;
}

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

.image-16 {
  margin-bottom: 16px;
}

.heading-5 {
  margin-bottom: 32px;
  font-size: 32px;
}

.field-text-country {
  color: #707070;
  margin-bottom: 8px;
  font-family: finalsix, sans-serif;
  font-weight: 600;
}

.field-parrafo-country {
  font-family: finalsix, sans-serif;
}

.heading-6 {
  color: #000;
}

.grid-5-movil {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

.search-movil {
  max-width: 280px;
  flex: 1;
  margin-top: 8px;
  margin-bottom: 8px;
  display: none;
}

.image-17 {
  display: none;
}

.grid-8-menu {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: end;
  margin-top: 16px;
  display: none;
}

.grid-12-movil {
  grid-template-rows: auto;
  display: none;
}

.heading-8 {
  display: none;
}

.fecha-entrega-movil {
  color: #e31313;
  margin-right: -10px;
  font-family: finalsix, sans-serif;
  line-height: 24px;
  display: none;
}

.fecha-entrega-copy {
  color: #e31313;
  margin-right: -10px;
  font-family: finalsix, sans-serif;
  line-height: 24px;
}

.grid-10-movil {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  margin-bottom: 40px;
  display: none;
}

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

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

.search-input-movil {
  height: 40px;
  margin-bottom: 0;
  padding-left: 36px;
  padding-right: 36px;
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 14px;
}

.search-button-movil {
  width: 40px;
  height: 40px;
  background-color: #a39383;
  padding: 0;
  font-family: "Font awesome 6 free solid 900", sans-serif;
}

.search-button-movil:hover {
  background-color: #000;
}

.div-block-33 {
  display: none;
}

.order-confirmation {
  background-color: #a39383;
  padding-top: 80px;
}

.container-19 {
  max-width: 1440px;
  padding: 80px 10vh;
}

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

.text-block-32 {
  color: #fff;
  text-align: center;
  font-family: finalsix, sans-serif;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.link-6:hover {
  text-decoration: underline;
}

.container-20 {
  max-width: 1440px;
  padding: 64px 10vh 0;
}

.div-block-34 {
  height: 2px;
  border-top: 1px solid #fff;
  margin-bottom: 16px;
}

.campo-opcion {
  color: #a39383;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a39383;
  margin-bottom: 4px;
  padding: 0 16px;
  font-family: finalsix, sans-serif;
  font-weight: 400;
  line-height: 14px;
}

.campo-opcion::-ms-input-placeholder {
  color: #a39383;
}

.campo-opcion::placeholder {
  color: #a39383;
}

.fs-slider_slider {
  height: auto;
}

.out-of-stock-state {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.text-block-33 {
  color: red;
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.error-state {
  background-color: rgba(0, 0, 0, 0);
}

.error {
  color: red;
  margin-bottom: 16px;
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.div-block-35 {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  margin-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.div-block-35:hover {
  background-color: #a39383;
}

.asistencia {
  z-index: 999;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 16px;
  display: flex;
}

.container-21 {
  z-index: 9999;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 8px;
}

.text-block-34 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: finalsix, sans-serif;
  font-size: 10px;
  line-height: 10px;
}

.icono-phone {
  text-align: center;
  text-transform: uppercase;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.icono-whatsapp {
  text-align: center;
  text-transform: uppercase;
  font-family: "Font awesome 6 brands 400", sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.busqueda {
  max-width: 280px;
  flex: 1;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.search-input-copy {
  height: 40px;
  margin-bottom: 0;
  padding-left: 36px;
  padding-right: 36px;
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 14px;
}

.search-button-copy {
  width: 40px;
  height: 40px;
  background-color: #a39383;
  padding: 0;
  font-family: "Font awesome 6 free solid 900", sans-serif;
}

.search-button-copy:hover {
  background-color: #000;
}

.busqueda-desk {
  max-width: 280px;
  flex: 1;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.empty-state-3 {
  background-color: #fff;
}

.text-block-35 {
  font-family: finalsix, sans-serif;
}

.collection-list-wrapper-10 {
  margin-top: 40px;
}

.busqueda-resultados {
  max-width: 280px;
  flex: 1;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.search-input-copy {
  height: 40px;
  margin-bottom: 0;
  padding-left: 36px;
  padding-right: 36px;
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 14px;
}

.search-button-copy {
  width: 40px;
  height: 40px;
  background-color: #a39383;
  padding: 0;
  font-family: "Font awesome 6 free solid 900", sans-serif;
}

.search-button-copy:hover {
  color: #000;
}

.empty-state-4 {
  font-family: finalsix, sans-serif;
}

.empty-state-5 {
  min-height: 300px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-36, .text-block-37, .text-block-38 {
  font-family: finalsix, sans-serif;
}

.empty-state-6, .empty-state-7 {
  min-height: 300px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.out-of-stock-state-2 {
  color: #e6534c;
  background-color: #fff;
  padding-left: 0;
  font-family: finalsix, sans-serif;
}

.out-of-stock-state-3 {
  color: #e6534c;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-family: finalsix, sans-serif;
}

.text-block-39 {
  color: #e6534c;
}

.out-of-stock-state-4 {
  color: #e6534c;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-family: finalsix, sans-serif;
}

.text-block-40 {
  font-family: finalsix, sans-serif;
}

.heading-10 {
  margin-bottom: 0;
}

.div-block-36 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.next {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.pagination {
  justify-content: space-between;
  margin-top: 40px;
}

.previous {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.siguiente {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.siguiente:hover {
  color: #a39383;
}

.siguiente.hover-cafe {
  text-transform: uppercase;
}

.siguiente.hover-cafe:hover {
  color: #a39383;
}

.anterior {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: finalsix, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.anterior:hover {
  color: #a39383;
}

.anterior.hover-cafe {
  text-transform: uppercase;
}

.anterior.hover-cafe:hover {
  color: #a39383;
}

.add-to-cart-tienda {
  margin-top: 8px;
  display: none;
}

.out-of-stock-state-5 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.text-block-41 {
  color: #e6534c;
  font-family: finalsix, sans-serif;
}

.text-block-42 {
  font-family: finalsix, sans-serif;
}

.empty-state-8 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.empty-state-9 {
  font-family: finalsix, sans-serif;
}

.collection-list-6, .collection-item-6 {
  display: flex;
}

.rich-text-block {
  color: #707070;
  margin-top: 24px;
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.fs-slider_mask {
  height: auto;
}

.fs-collection-wrapper.fs-dynamic-feed {
  display: none;
}

.fs-collection-item {
  width: 100%;
}

.fs-link {
  min-height: 480px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.rich-text-block-2 {
  font-family: finalsix, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

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

  .texto-top-bar {
    font-size: 12px;
  }

  .container {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .div-block-3 {
    flex: 0 auto;
  }

  .search-input {
    font-size: 12px;
    line-height: 12px;
  }

  .link-menu {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 4px 0;
  }

  .link-menu:hover {
    color: #000;
  }

  .navbar {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .image {
    width: 214px;
    height: 63.47px;
  }

  .nav-menu {
    background-color: #a39383;
    padding: 16px 5vh;
  }

  .grid-3 {
    grid-template-columns: auto auto minmax(auto, 80px);
  }

  .cart-button {
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .image-2 {
    width: 15px;
  }

  .texto-vacio {
    padding-left: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .container-4 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .div-block-5 {
    max-width: 312px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-block-2 {
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 800;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 32px;
  }

  .container-5 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .text-block-5 {
    font-size: 24px;
    line-height: 27px;
  }

  .container-6 {
    padding: 24px 5vh;
  }

  .text-block-7 {
    margin-top: 18px;
    font-size: 16px;
  }

  .saber-mas {
    font-size: 14px;
  }

  .grid-5 {
    display: none;
  }

  .consejo-titulo {
    font-size: 14px;
    line-height: 18px;
  }

  .consejo-descripcion {
    margin-top: 44px;
    margin-bottom: 34px;
    font-size: 12px;
  }

  .consejo-ver-mas {
    font-size: 14px;
  }

  .div-consejos {
    padding: 40px 16px 36px 0;
  }

  .div-consejos.medio {
    padding-left: 16px;
  }

  .container-7 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .div-consejos-final {
    padding: 40px 0 36px 16px;
  }

  .container-8 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .ubicacion, .correo, .telefono {
    margin-bottom: 8px;
  }

  .productos {
    padding-bottom: 70px;
  }

  .container-9 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .collection-list-2 {
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nombre-producto {
    font-size: 12px;
    line-height: 17px;
  }

  .precio-producto, .precio-antes {
    font-size: 14px;
    line-height: 19px;
  }

  .container-10 {
    padding-bottom: 0;
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .text-topbar-mensaje {
    font-size: 12px;
  }

  .container-11 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .grid-9 {
    margin-top: 0;
  }

  .nombre {
    font-size: 16px;
  }

  .sku {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .precio-anterior {
    font-size: 12px;
  }

  .precio-actual {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }

  .fecha-entrega {
    font-size: 12px;
  }

  .fecha-entrega.movil {
    display: none;
  }

  .descripcion {
    font-size: 12px;
    line-height: 20px;
  }

  .div-fecha-entrega {
    margin-bottom: 24px;
    padding: 12px;
  }

  .text-span {
    font-size: 16px;
    line-height: 16px;
  }

  .container-12 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .linea {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .grid-10 {
    display: none;
  }

  .text-block-13 {
    font-size: 14px;
  }

  .text-caracteristicas {
    font-size: 12px;
  }

  .text-block-14 {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-22 {
    margin-top: 0;
  }

  .container-13 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .text-block-15 {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .container-7-copy {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .div-consejos-productos {
    padding: 32px 32px 24px;
  }

  .consejo-titulo-producto {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }

  .consejo-ver-mas-productos {
    font-size: 14px;
  }

  .productos-categoria {
    min-height: 60vh;
  }

  .container-14 {
    padding-top: 40px;
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .container-15 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .contactanos {
    min-height: 70vh;
  }

  .texto-footer-divano, .texto-mensaje {
    font-size: 12px;
    line-height: 24px;
  }

  .formulario {
    margin-top: 62px;
  }

  .boton-enviar {
    margin-top: 20px;
  }

  .grid-12 {
    display: none;
  }

  .div-block-24 {
    min-height: 358px;
    background-position: 50% 100%;
    margin-top: 70px;
  }

  .container-16 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .text-block-17 {
    font-size: 14px;
  }

  .text-block-19 {
    font-size: 12px;
    line-height: 20px;
  }

  .dropdown-3 {
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    font-family: finalsix, sans-serif;
    font-weight: 500;
    line-height: 18px;
    display: block;
  }

  .icon-2 {
    color: #fff;
  }

  .dropdown-list-3.w--open {
    background-color: #a39383;
    border-style: none;
    position: static;
  }

  .link-sub-menu {
    color: #fff;
  }

  .link-sub-menu:hover, .link-sub-menu.w--current {
    color: #000;
  }

  .container-18 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .search-result-list {
    margin-top: 16px;
  }

  .div-block-26 {
    top: 8px;
  }

  .descuento {
    width: 70px;
    height: 16.65px;
  }

  .temporada {
    width: 38.77px;
    height: 16.65px;
  }

  .image-14 {
    margin-top: 8px;
  }

  .link-4, .link-5 {
    color: #a39383;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #f5f5f5;
  }

  .icon-4 {
    color: #a39383;
    font-size: 40px;
    line-height: 40px;
  }

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

  .nav-link {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
  }

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

  .grid-5-movil {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 16px;
    display: grid;
  }

  .grid-8-menu {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-rows: 2px auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    margin-bottom: 32px;
    display: grid;
  }

  .div-block-31 {
    width: 16px;
    height: 2px;
    border-top: 1px solid #fff;
    align-items: flex-start;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 32px;
  }

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

  .heading-8 {
    display: block;
  }

  .fecha-entrega-movil {
    margin-right: 0;
    font-size: 12px;
    display: block;
  }

  .fecha-entrega-copy {
    display: none;
  }

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

  .collection-list-2-copy {
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .search-input-movil {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-33 {
    display: block;
  }

  .container-20 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .error {
    font-size: 12px;
    line-height: 20px;
  }

  .container-21 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 8px;
  }

  .search-input-copy {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 12px;
    line-height: 12px;
  }

  .collection-list-wrapper-10 {
    margin-top: 32px;
  }

  .search-input-copy {
    font-size: 12px;
    line-height: 12px;
  }

  .siguiente, .anterior {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .texto-top-bar {
    font-size: 10px;
  }

  .search {
    display: none;
  }

  .container {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .search-input {
    display: none;
  }

  .search-button {
    width: 32px;
    height: 32px;
    display: none;
  }

  .navbar {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .image {
    width: 178px;
    height: 52.8px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .nav-menu, .container-4, .container-5 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 15px;
  }

  .container-6 {
    padding: 16px 3vh 24px;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 18px;
  }

  .saber-mas {
    font-size: 12px;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .consejo-titulo {
    font-size: 12px;
    line-height: 17px;
  }

  .consejo-descripcion {
    margin-bottom: 24px;
    font-size: 10px;
    line-height: 16px;
  }

  .consejo-ver-mas {
    font-size: 12px;
  }

  .div-consejos {
    border-top: 1px solid #fff;
  }

  .div-consejos.final {
    border-right-style: none;
  }

  .div-consejos.medio {
    padding-left: 0;
  }

  .div-consejos.medio.final {
    border-right-width: 0;
    padding-left: 16px;
  }

  .container-7 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .div-consejos-final {
    border-top: 1px solid #fff;
    padding-right: 3vh;
  }

  .container-8 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .ubicacion, .correo, .telefono {
    margin-bottom: 6px;
  }

  .fs-slide-content {
    height: 344px;
    align-items: flex-start;
  }

  .productos {
    padding-bottom: 32px;
  }

  .container-9 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .collection-list-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nombre-producto {
    font-size: 8px;
    line-height: 11px;
  }

  .precio-producto, .precio-antes {
    font-size: 10px;
    line-height: 14px;
  }

  .container-10 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .text-topbar-mensaje {
    font-size: 10px;
    line-height: 16px;
  }

  .container-11 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .grid-9 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nombre {
    font-size: 14px;
  }

  .sku {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .precio-anterior {
    font-size: 10px;
  }

  .precio-actual {
    font-size: 16px;
    line-height: 32px;
  }

  .div-fecha-entrega {
    padding-right: 20px;
  }

  .breadcrumb {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-12 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .linea {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-13 {
    font-size: 12px;
  }

  .text-caracteristicas {
    font-size: 10px;
  }

  .text-block-14 {
    font-size: 10px;
    line-height: 16px;
  }

  .container-13 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .text-block-15 {
    font-size: 16px;
  }

  .container-7-copy {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .div-consejos-productos {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-consejos-productos.inicio {
    padding-left: 10px;
    padding-right: 16px;
  }

  .div-consejos-productos.final {
    padding-right: 10px;
  }

  .consejo-titulo-producto {
    font-size: 12px;
    line-height: 16px;
  }

  .consejo-ver-mas-productos {
    font-size: 12px;
  }

  .productos-categoria {
    min-height: 70vh;
  }

  .container-14, .container-15 {
    padding: 24px 3vh 40px;
  }

  .texto-footer-divano {
    font-size: 10px;
  }

  .texto-mensaje {
    font-size: 10px;
    line-height: 16px;
  }

  .formulario {
    margin-top: 24px;
  }

  .campos, .boton-enviar {
    font-size: 12px;
    line-height: 18px;
  }

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

  .div-block-24 {
    margin-top: 0;
  }

  .container-16 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .text-block-19 {
    font-size: 10px;
    line-height: 16px;
  }

  .container-18 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .search-result-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
  }

  .descuento {
    width: 88px;
    height: 24px;
  }

  .collection-list-wrapper-9 {
    margin-left: 4px;
  }

  .add-to-cart-button-6 {
    font-size: 12px;
    line-height: 17px;
  }

  .heading-5 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 18px;
  }

  .search-movil {
    max-width: 160px;
    flex: 0 auto;
    justify-content: flex-end;
    display: flex;
  }

  .grid-12-movil {
    display: none;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 18px;
    display: none;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 18px;
  }

  .grid-10-movil {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-2-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .search-input-movil {
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .search-button-movil {
    width: 32px;
    height: 32px;
  }

  .search-button-movil:hover {
    color: #000;
    background-color: #a39383;
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-32 {
    font-size: 12px;
    line-height: 18px;
  }

  .container-20 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .campo-opcion {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-35 {
    width: 65px;
    height: 65px;
  }

  .container-21 {
    margin-bottom: 16px;
  }

  .text-block-34 {
    font-size: 7px;
    line-height: 7px;
  }

  .search-input-copy {
    height: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .search-button-copy {
    width: 32px;
    height: 32px;
  }

  .busqueda-desk {
    display: none;
  }

  .search-button-copy {
    width: 32px;
    height: 32px;
  }

  .siguiente, .anterior {
    font-size: 12px;
  }

  .fs-link {
    height: 344px;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .search {
    display: none;
  }

  .grid-2 {
    grid-column-gap: 8px;
  }

  .search-input {
    display: none;
  }

  .grid-3 {
    grid-template-columns: auto auto minmax(auto, 100px);
  }

  .cart-quantity {
    font-size: 10px;
    line-height: 16px;
  }

  .image-2 {
    width: 16px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 16px;
  }

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

  .text-block-9 {
    font-size: 14px;
    line-height: 18px;
  }

  .rrss {
    margin-top: 26px;
  }

  .div-block-16 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-17 {
    display: none;
  }

  .collection-list-2 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .collection-list-3 {
    align-items: flex-end;
  }

  .productos-categoria {
    min-height: 60vh;
  }

  .container-14 {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .grid-11 {
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
  }

  .ubicacion-footer {
    margin-top: 8px;
  }

  .link-sub-menu {
    padding: 2px 4px;
  }

  .search-result-list {
    grid-template-columns: 1fr;
    margin-top: 8px;
  }

  .field-titulo {
    font-size: 14px;
    line-height: 18px;
  }

  .field-text {
    font-size: 12px;
  }

  .temporada {
    margin-left: 8px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 24px;
  }

  .search-movil {
    flex: 0 auto;
    justify-content: flex-end;
    display: flex;
  }

  .image-17 {
    width: 210px;
    height: 100px;
    margin-bottom: 24px;
    display: block;
  }

  .fecha-entrega-movil {
    margin-right: 4px;
  }

  .search-input-movil {
    height: 32px;
    max-width: 90px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
    line-height: 10px;
    display: block;
  }

  .search-input-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .busqueda-desk {
    display: none;
  }

  .empty-state-3 {
    padding-left: 0;
  }

  .collection-list-wrapper-10 {
    margin-top: 24px;
  }
}

#w-node-_2b46649d-3f62-0244-1bea-ce95d84f75e9-fe35b0ce, #w-node-_0dd05fc8-9ddf-7fc3-7819-2e3cfd6db8d3-fe35b0ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6521ab32-d901-3a9d-bc82-f204d0990120-fe35b0ce {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_413f0a9d-9fbc-6c4e-4927-38a95526b7e5-fe35b0ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07c185ec-b8c7-a679-bfe6-880e5b2c8804-fe35b0ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56429183-a6e0-5319-6cf8-98e314731c50-fe35b0ce, #w-node-_23b151b8-33ed-c0e8-6dfb-2ecb03ec6193-fe35b0ce, #w-node-_97de11b2-b029-d0f5-a49a-0d3cfbd85b9a-fe35b0ce, #w-node-_5793faa5-c248-a084-f3dc-5641538de8bb-fe35b0ce, #w-node-ba138e55-7c15-ed5c-77c3-c8476a1a55c8-fe35b0ce, #w-node-_73fc3612-77ed-cb51-df8c-cf9ae6246ea7-fe35b0ce, #w-node-_207b6cd5-f092-059f-b2e1-f160ed7b6fd3-fe35b0ce, #w-node-_5f91df05-90f7-df89-ca1f-869507e08298-07e08286, #w-node-_5f91df05-90f7-df89-ca1f-869507e0829a-07e08286, #w-node-_5f91df05-90f7-df89-ca1f-869507e0829c-07e08286, #w-node-_5f91df05-90f7-df89-ca1f-869507e082a2-07e08286, #w-node-_5f91df05-90f7-df89-ca1f-869507e082a4-07e08286, #w-node-_5f91df05-90f7-df89-ca1f-869507e082a6-07e08286, #w-node-_5f91df05-90f7-df89-ca1f-869507e082a8-07e08286, #w-node-_1e548e52-a7a4-c32c-e1dd-5732c0a0d608-c0a0d605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e548e52-a7a4-c32c-e1dd-5732c0a0d60a-c0a0d605 {
  justify-self: center;
}

#w-node-_2cf2babb-74a9-789b-f357-a4305b70c665-c0a0d605, #w-node-_2cf2babb-74a9-789b-f357-a4305b70c667-c0a0d605, #w-node-_2cf2babb-74a9-789b-f357-a4305b70c669-c0a0d605, #w-node-_2cf2babb-74a9-789b-f357-a4305b70c66b-c0a0d605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e548e52-a7a4-c32c-e1dd-5732c0a0d615-c0a0d605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_71fc39c0-7f99-22b8-6a95-33e9f7832639-f7832636, #w-node-_71fc39c0-7f99-22b8-6a95-33e9f783263a-f7832636, #w-node-_71fc39c0-7f99-22b8-6a95-33e9f783263c-f7832636, #w-node-_71fc39c0-7f99-22b8-6a95-33e9f783263e-f7832636, #w-node-_71fc39c0-7f99-22b8-6a95-33e9f7832641-f7832636, #w-node-_9fdfaedb-8fc0-169c-38be-613b3860919f-3205342f, #w-node-_9a178476-1f29-c229-8645-f25cac7ec990-20062abc, #w-node-e5608b11-3dc2-6f2b-fc04-3beac157070c-20062abc, #w-node-_2335aa1f-db3f-7638-a163-6ef645fb5c25-20062abc, #w-node-_040437d7-e582-3df1-e620-78e5f8c562f4-20062abc, #w-node-_140a8260-a456-6fc3-72fc-0bfcdca3631b-20062abc, #w-node-_4877455c-9a3b-1d40-6003-f21a17aecd6e-20062abc, #w-node-_5fb7c7a4-86f6-bb0c-1ae0-1e4f071cb139-20062abc, #w-node-_07f242ec-2ccf-eea5-5f2b-f7c771df9cd5-20062abc, #w-node-d853b22a-f260-f6f6-850b-a26eb00ec0b7-20062abc, #w-node-_828d49f9-cbde-bdf0-83ff-85ebe6362c53-20062abc, #w-node-_6ad4a92d-7080-527d-3dcc-359429b612a1-20062abc, #w-node-_72603e4b-0691-1ce5-07ad-b75177767347-20062abc, #w-node-db2a471f-614c-6295-41fc-79d9bde3daf0-20062abc, #w-node-_8235994c-e884-1b10-8f62-9d0143dc574f-20062abc, #w-node-_62f14b7e-fe31-2593-7ccd-e9468b8f8626-20062abc, #w-node-_33a6a62c-abc5-ba90-d769-8e2b9c33d9a5-20062abc, #w-node-dcc78e7d-87b6-4a86-9cc8-2e245e6b7b02-20062abc, #w-node-_22c4570b-b5fa-fa54-518f-6e3b282d2c20-20062abc, #w-node-_3904998f-1010-ba2a-8580-19c427ab65a5-20062abc, #w-node-_3904998f-1010-ba2a-8580-19c427ab65a6-20062abc, #w-node-_7db5c693-6c9c-b14c-0fd9-a88eec4291a5-20062abc, #w-node-_7db5c693-6c9c-b14c-0fd9-a88eec4291a6-20062abc, #w-node-ef48630d-d84a-d2d2-30e3-699ed281e819-20062abc, #w-node-ef48630d-d84a-d2d2-30e3-699ed281e81a-20062abc, #w-node-cf7ec563-21d6-d338-709e-27784bb4cb31-20062abc, #w-node-cf7ec563-21d6-d338-709e-27784bb4cb32-20062abc, #w-node-e8085450-34cb-ccd6-ed4c-0c28216def3c-20062abc, #w-node-e8085450-34cb-ccd6-ed4c-0c28216def3d-20062abc, #w-node-_5467e7db-99c1-235c-72f6-c9ef622a388f-20062abc, #w-node-_5467e7db-99c1-235c-72f6-c9ef622a3890-20062abc, #w-node-_665014d4-90bf-e519-d4cc-23a1455fb09b-20062abc, #w-node-_665014d4-90bf-e519-d4cc-23a1455fb09c-20062abc, #w-node-e0677715-5bdf-046c-5550-30999739f705-20062abc, #w-node-e0677715-5bdf-046c-5550-30999739f706-20062abc, #w-node-a18193fa-3d65-5726-f737-10bf258262d7-20062abc, #w-node-cb741762-a978-1502-2190-d849a0d27d66-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd6b-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd6f-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd70-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd72-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd74-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd75-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd77-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd79-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd7a-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd7c-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd7e-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd7f-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd81-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd83-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd84-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd86-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd8b-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd8c-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd8e-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd8f-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd90-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd91-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd93-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd94-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd95-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd96-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd98-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd99-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd9a-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd9b-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd9d-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd9e-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fd9f-20062abc, #w-node-_999afceb-c685-775e-ca3d-052080d9fda1-20062abc, #w-node-_2d179ba3-43f5-bade-452b-b136091aaf28-20062abc, #w-node-_2d179ba3-43f5-bade-452b-b136091aaf2f-20062abc, #w-node-_2d179ba3-43f5-bade-452b-b136091aaf36-20062abc, #w-node-a203c982-b69b-2779-be31-3bb7719072a7-8df025e4, #w-node-f6b2b586-0a0b-6e3d-dd23-99ca88fdc40b-8df025e4, #w-node-d963b9fd-d3a0-3a19-e997-63b0b201c41a-1bda231c, #w-node-d963b9fd-d3a0-3a19-e997-63b0b201c427-1bda231c, #w-node-_8a93786b-097e-d489-f3bb-8985965afcd8-015e4f90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a93786b-097e-d489-f3bb-8985965afcda-015e4f90 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_11949c70-fbfd-8b28-2288-218b6da387cb-fe35b0ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07c185ec-b8c7-a679-bfe6-880e5b2c8804-fe35b0ce {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_56429183-a6e0-5319-6cf8-98e314731c50-fe35b0ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e548e52-a7a4-c32c-e1dd-5732c0a0d60a-c0a0d605 {
    justify-self: start;
  }

  #w-node-e1adb7ed-b646-6d04-1552-ab6674213334-c0a0d605 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e548e52-a7a4-c32c-e1dd-5732c0a0d613-c0a0d605 {
    align-self: center;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_23b151b8-33ed-c0e8-6dfb-2ecb03ec6193-fe35b0ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a203c982-b69b-2779-be31-3bb7719072a7-8df025e4 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Font awesome 6 free 400';
  src: url('../fonts/font-awesome-6-free-regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/font-awesome-6-brands-regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free solid 900';
  src: url('../fonts/font-awesome-6-free-solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}