@font-face {
  font-family: Beausite Grand Trial;
  src: url('../fonts/Beausite-Grand-Trial-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

.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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-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-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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

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

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

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

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: var(--black);
  text-align: center;
  margin-left: 0;
  padding-right: 0;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon, .logo-image {
  display: block;
}

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

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/banner_lp_desktop.png');
  background-position: 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 900px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

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

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

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

.cc-quantity-field-label {
  margin-bottom: 0;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  padding-left: 80px;
  display: flex;
  position: relative;
  bottom: 40px;
  left: 34px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 390px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-12 {
  color: #965232;
  font-weight: 600;
}

.conversion-bar {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1050px;
  padding-top: 34px;
  padding-bottom: 55px;
  display: flex;
}

.image-59 {
  width: auto;
}

.slider-2 {
  background-color: #0000;
  flex: 1;
  order: 0;
  align-self: auto;
  width: 845px;
  padding-left: 5px;
  padding-right: 0;
  display: block;
}

.paragraph-68 {
  color: #fff;
  white-space: nowrap;
  background-color: #965232;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 52px;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.paragraph-68.whatsapp {
  background-color: #63a531;
  border-radius: 10px;
  display: flex;
}

.text-block-9 {
  color: #000;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
}

.slide-4 {
  width: auto;
  margin-right: 15px;
}

.button-5 {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.button-5.flutuante {
  color: #fff;
  background-color: #965232;
  border-radius: 10px;
  width: 52px;
  height: 52px;
}

.button-5.flutuante.whatsapp {
  background-color: #63a531;
}

.conversion-bar-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 52px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-11 {
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 47px;
}

.title-card {
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-top: 5px;
  display: flex;
}

.image-61 {
  width: auto;
}

.text-span-8 {
  font-weight: 600;
}

.text-block-12 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  position: absolute;
  bottom: -30px;
  right: 150px;
}

.list-item-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-item-2.mobile {
  display: none;
}

.list-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.cta-container {
  color: #fff;
  width: auto;
  max-width: 335px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

.box-icon {
  border: 1px solid #fff;
  border-radius: 11px;
  padding: 8px;
}

.list-container {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  width: 100%;
  margin-left: 51px;
  display: flex;
  position: relative;
}

.button {
  background-color: #965232;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  margin-top: 15px;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.paragraph-3 {
  display: none;
}

.text-block-11 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.project {
  background-image: url('../images/mapa.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 527px;
}

.project._2 {
  background-image: none;
  width: 100%;
  height: auto;
  margin-bottom: 64px;
  overflow: hidden;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.button-4 {
  display: none;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-2 {
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 15px;
}

.container-4 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1088px;
  display: flex;
}

.text-block-10 {
  color: #fff;
  max-width: 890px;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  font-weight: 400;
  line-height: 10px;
}

.text-block-10.footer-new2 {
  max-width: none;
}

.paragraph-71 {
  color: #fff;
  text-align: center;
  letter-spacing: 2.7px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  line-height: 9px;
}

.image-5 {
  width: 183px;
  margin-left: 15px;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2px solid #6c6c6c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  padding-top: 15px;
  display: flex;
}

.paragraph-74 {
  color: #363636;
  letter-spacing: 1.05px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button-11 {
  color: #fff;
  background-color: #965232;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 45px;
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.container-plants {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.plants {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 0;
  padding-bottom: 74px;
  display: flex;
}

.paragraph-109 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.paragraph-109.cot {
  text-align: left;
  width: 50%;
  margin-top: 0;
  line-height: 42px;
}

.paragraph-109.dfdg.hjkj {
  margin-bottom: 40px;
  line-height: 46px;
}

.image-81 {
  max-width: 660px;
  max-height: 635px;
  margin: 40px 0 0 -4px;
}

.image-81._467 {
  margin-bottom: -38px;
  margin-left: -161px;
}

.image-81._467.fvhg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 0;
}

.image-81._54 {
  margin-top: 40px;
  margin-left: 0;
}

.image-81._86.jhgj {
  margin-bottom: 140px;
}

.image-81._86.jhgj.gfhfgj {
  margin-bottom: 0;
}

.image-81._86.jhgj.gfhfgj.hjy {
  margin-top: 0;
  margin-left: 0;
}

.image-81._86.jhgj.gfhdh {
  margin-bottom: 0;
  margin-left: 0;
}

.image-81.fdgfd {
  max-width: 400px;
  margin-top: 0;
  margin-left: 20px;
}

.slide-plants-text {
  background-image: url('../images/pexels-fwstudio-33348-172295-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 200px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 29px;
  display: flex;
}

.slide-plants-text.uyu {
  height: 260px;
  margin-bottom: 79px;
  margin-right: -49px;
}

.slide-plants-text.uyu.bngj {
  z-index: -1;
  background-repeat: no-repeat;
  background-size: auto;
  height: 200px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 40px;
}

.slide-plants-text.dfs {
  margin-right: -33px;
}

.slide-plants-text.jhjk {
  margin-bottom: 0;
  margin-right: 0;
}

.slide-plants-text.jhjk.jhk {
  margin-bottom: 220px;
  margin-left: 57px;
  margin-right: 0;
}

.slide-plants-text.jhjk.jhk.hgk {
  margin-bottom: 0;
  margin-left: 0;
}

.slide-plants-text.hgj {
  margin-bottom: 140px;
  position: static;
  inset: 0% auto auto 0%;
}

.slide-plants-text.hgj.sdfd.jhkhj {
  width: 350px;
  height: 200px;
  margin-bottom: 0;
}

.text-span-13, .text-span-14 {
  color: #965232;
}

.testimonial-slider-large {
  background-color: #ead4ca;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px 48px;
  display: block;
  position: relative;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.testimonial-image-two {
  object-fit: cover;
}

.testimonial-slider-arrow {
  background-color: #965232;
  width: 56px;
  height: 56px;
  font-size: 20px;
  display: block;
  left: -28px;
}

.testimonial-slider-arrow._2 {
  left: auto;
  right: -28px;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.icon-4 {
  background-color: #965232;
  padding-bottom: 0;
}

.submit-form {
  color: #fff;
  background-color: #965232;
  border-radius: 0;
  width: 100%;
  min-height: auto;
  margin-top: 16px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  display: block;
  position: static;
}

.text-field-9 {
  color: #000;
  -webkit-text-stroke-color: white;
  border: 1px #000;
  border-bottom: 1px solid #965232;
  font-weight: 300;
  display: block;
}

.text-field-9::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.div-block-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-left: 16px;
  display: none;
}

.formcontato-2 {
  width: 100%;
  max-width: 500px;
}

.form-3 {
  height: auto;
  overflow: visible;
}

.container-7 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin: 60px auto;
  display: flex;
}

.bold-text-2 {
  color: #965232;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-30.gdf {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-30.hgj, .div-block-30.gfdh {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  position: relative;
}

.div-block-31 {
  flex-flow: column;
  flex: 0 auto;
  width: 20px;
  display: block;
}

.image-87 {
  overflow: clip;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.google-maps {
  z-index: 1;
  width: 100%;
  height: 60vh;
  margin-top: 0;
  display: none;
}

.hero-heading-left {
  background-color: #965232;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-16 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.div-block-32 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.heading-17:hover {
  color: #fff;
}

.div-block-33 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 16px;
  display: flex;
  overflow: visible;
}

.div-block-33:hover {
  color: #fff;
  background-color: #32343a;
}

.section-2 {
  background-image: url('../images/Screenshot_346.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-34 {
  background-image: url('../images/Screenshot_346.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
  display: block;
}

.text-block-13 {
  color: #fff;
  border-top: 1px solid #000;
  font-family: Beausite Grand Trial, Arial, sans-serif;
  display: block;
}

.text-block-13.qwe {
  border-top-style: none;
  margin-bottom: 20px;
  font-size: 73px;
}

.text-block-13.fgfdg {
  text-align: center;
  border-top-width: 1px;
  border-top-color: #996f4c;
  width: 300px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-13.fgfdg.dgdfg {
  border-top-style: none;
  padding-top: 10px;
  font-size: 8px;
  line-height: 12px;
  display: none;
}

.div-block-35 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-2 {
  width: 100%;
  max-width: 90%;
  height: 650px;
  max-height: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  overflow: hidden;
}

.slide-nav-9.fghj.gd {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-plants {
  text-align: left;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 207px;
  display: block;
}

.left-arrow-9 {
  color: #11331b;
  background-color: #965232;
  border: 1px #11331b;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
}

.image-66 {
  width: 35px;
  height: 35px;
  transform: rotate(180deg);
}

.img-expandir {
  color: #141954;
  width: 16px;
  height: 16px;
}

.text-expandir {
  color: #141954;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.right-arrow-9 {
  color: #11331b;
  background-color: #965232;
  border: 1px #11331b;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  display: flex;
  top: 0;
  bottom: 0;
  right: 0;
}

.lightbox-link-3 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.lightbox-link-3.fdfgf {
  width: 100%;
  height: 100%;
}

.div-expandir {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #141954;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 43px;
  display: none;
  position: absolute;
  inset: 16px 16px auto auto;
}

.slide-21 {
  width: 100%;
}

.slide-nav-10 {
  display: block;
}

.div-block-18 {
  grid-column-gap: 12%;
  grid-row-gap: 12%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-18.jhjghj {
  grid-column-gap: 7%;
  grid-row-gap: 7%;
  margin-bottom: 0;
}

.slider-plantas-desktop {
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

.image-65 {
  width: 35px;
  height: 35px;
}

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

.icon-6 {
  font-size: 20px;
}

.text-block-16 {
  text-align: center;
  font-size: 9px;
  line-height: 19px;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  display: none;
}

.fgf, .hjjk, .hgj {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-89._1920 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.slide-42 {
  height: 100%;
}

.legenda {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  background-color: #965232;
  margin-bottom: 0;
  padding: 8px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  position: absolute;
  inset: auto 16px 16px auto;
}

.cta-hero {
  color: #fff;
  background-color: #965232;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 45px;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.image-90 {
  width: 18px;
  height: 18px;
}

.mask-8 {
  width: 100%;
  margin-bottom: 60px;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.text-area {
  color: #000;
  -webkit-text-stroke-color: white;
  border: 1px #000;
  border-bottom: 1px solid #965232;
  order: 0;
  align-self: auto;
  height: 80px;
  margin-bottom: 0;
  padding: 0;
  font-weight: 300;
  display: block;
}

.text-area::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.text-span-15 {
  line-height: 46px;
}

.slider-left-arrow-lazer {
  background-color: #965232;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: block;
  left: 16px;
}

.slider-right-arrow-lazer {
  background-color: #965232;
  width: 48px;
  height: 48px;
  font-size: 20px;
  display: block;
  right: 16px;
}

.image-91 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-40 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-area-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 16px;
  display: flex;
}

.text-block-17 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.text-block-18 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.left-arrow-10 {
  background-color: #965232;
  width: 76px;
  height: 58px;
  left: -110px;
}

.card-3 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 196px;
  height: 332px;
  display: flex;
  box-shadow: 6px 8px 15px #0000001f;
}

.right-arrow-10 {
  background-color: #965232;
  width: 76px;
  height: 58px;
  right: -110px;
}

.slide-43 {
  width: auto;
  margin-bottom: 20px;
  margin-right: 15px;
}

.image-92 {
  width: 100%;
  height: 261px;
}

.slide-44 {
  width: auto;
  margin-right: 15px;
}

.slider-localizacao-v2 {
  background-color: #0000;
  flex: 1;
  order: 0;
  align-self: auto;
  width: 845px;
  padding-left: 5px;
  padding-right: 0;
  display: block;
}

.slide-45 {
  width: auto;
  margin-right: 0;
}

.slide-46 {
  width: auto;
  margin-right: 15px;
}

.fechar-modal-conversao {
  cursor: pointer;
  border: 1px solid #202020;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.container-modal-conversao {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal-whatsapp {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0;
}

.cta-plantas {
  color: #fff;
  background-color: #965232;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 45px;
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.localizacao-img-mobile-info {
  display: none;
}

.paragraph-111 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-111.textt {
  color: var(--white);
  font-size: 8px;
}

.lightbox-plantas {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.modal-chat-new, .modal-email-new {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0;
}

.paragraph-112 {
  width: 310px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 14px;
  position: relative;
  inset: 0 auto 0% 0%;
}

.div-block-21 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.image-93 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-47 {
  height: 100%;
}

.slide-48 {
  width: 100%;
  height: 100%;
}

.image-94 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-49 {
  height: 100%;
}

.image-95 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-50 {
  height: 100%;
}

.image-96 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.slide-51 {
  height: 100%;
}

.image-97 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-52 {
  height: 100%;
}

.image-98 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-53 {
  height: 100%;
}

.image-99 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-1, .slide-1-2 {
  height: 100%;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-1-3 {
  height: 100%;
}

.image-101 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-1-4 {
  height: 100%;
}

.image-102 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-1-5 {
  height: 100%;
}

.image-103 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-1-6 {
  height: 100%;
}

.image-104 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-1-7 {
  height: 100%;
}

.image-105 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-1-8, .slide-1-9, .slide-1-10 {
  height: 100%;
}

.image-106, .image-107 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-2, .slide-2-2, .slide-2-3 {
  height: 100%;
}

.image-108 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-2-4 {
  height: 100%;
}

.image-109 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-54 {
  height: 100%;
}

.div-block-41 {
  align-self: flex-end;
  margin-bottom: 8px;
  margin-right: 5px;
}

.div-block-42 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section.cc-store-home-wrap {
    overflow: hidden;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 21px;
  }

  .paragraph-bigger.cc-bigger-light:hover {
    font-size: 24px;
  }

  .intro-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block {
    margin-top: 220px;
    padding-left: 0;
    left: 136px;
  }

  .image {
    width: 380px;
  }

  .project._2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: auto;
    display: block;
  }

  .container-plants {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .plants {
    margin-left: 100px;
    margin-right: 100px;
  }

  .paragraph-109.cot {
    margin-top: 0;
    line-height: 42px;
  }

  .image-81, .image-81._86.jh, .image-81.fdgfd {
    margin-left: 0;
  }

  .slide-plants-text.uyu.bngj {
    margin-bottom: 0;
    margin-left: 0;
  }

  .slide-plants-text.dfs.ghfgh, .slide-plants-text.jhjk {
    margin-right: 0;
  }

  .slider-2 {
    height: 650px;
    min-height: auto;
    max-height: 650px;
    padding-left: 0;
  }

  .slide-nav-9.fghj.gd {
    position: absolute;
  }

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

  .div-block-18 {
    grid-column-gap: 11.2%;
    grid-row-gap: 11.2%;
  }

  .div-block-18.gfh {
    grid-column-gap: 11%;
    grid-row-gap: 11%;
    justify-content: center;
    align-items: center;
  }

  .div-block-18.jhjghj {
    grid-column-gap: 8.8%;
    grid-row-gap: 8.8%;
  }

  .slider-plantas-desktop {
    max-width: none;
  }

  .text-block-16 {
    text-align: center;
    font-size: 9px;
    line-height: 15px;
  }

  .image-89._1920 {
    width: 90%;
  }

  .mask-7 {
    height: 100%;
  }

  .paragraph-111 {
    color: var(--black);
    text-align: center;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
    position: static;
    inset: auto 0% 0%;
  }

  .paragraph-111.textt {
    color: var(--white);
    font-size: 8px;
  }

  .paragraph-112 {
    width: 339px;
    margin-top: 0;
    position: static;
    left: 15%;
  }

  .div-block-21 {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-41 {
    align-self: flex-end;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .div-block-42 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-bigger.cc-bigger-light {
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph-bigger.cc-bigger-light:hover {
    font-size: 36px;
  }

  .intro-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 1200px;
    padding-top: 0;
    display: flex;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    margin-top: 341px;
    padding-left: 0;
    display: flex;
    position: relative;
    bottom: 40px;
    left: 220px;
  }

  .div-block-2 {
    text-align: left;
  }

  .image {
    width: 500px;
  }

  .project._2 {
    background-image: none;
    width: 100%;
    max-width: 100%;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-74 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-74:hover {
    font-size: 18px;
  }

  .container-plants {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .plants {
    margin-left: 120px;
    margin-right: 120px;
  }

  .image-81 {
    margin-top: 40px;
  }

  .image-81.fdgfd {
    margin-top: 20px;
  }

  .slide-plants-text.uyu.bngj {
    top: 50px;
  }

  .slide-plants-text.dfs.ghfgh {
    margin-right: 0;
  }

  .slider-2 {
    height: 800px;
    max-height: 800px;
  }

  .left-arrow-9 {
    left: 0;
  }

  .right-arrow-9 {
    right: 0;
  }

  .div-block-18, .div-block-18.gfh {
    grid-column-gap: 8%;
    grid-row-gap: 8%;
  }

  .div-block-18.jhjghj {
    grid-column-gap: 6%;
    grid-row-gap: 6%;
  }

  .slider-plantas-desktop {
    max-width: none;
  }

  .image-89 {
    width: 100%;
    height: 100%;
  }

  .image-89._1920 {
    overflow: hidden;
  }

  .mask-7 {
    width: 100%;
  }

  .image-91 {
    width: 90%;
  }

  .paragraph-111.textt {
    color: var(--white);
    flex-flow: column;
    font-size: 12px;
    position: static;
  }

  .paragraph-112 {
    position: static;
    inset: auto 0% 0% 22%;
  }

  .div-block-21 {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-content: center;
    align-items: center;
  }

  .div-block-41 {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    margin-bottom: 20px;
    position: relative;
    inset: 0% 0% 0% auto;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-store-home-wrap {
    overflow: hidden;
  }

  .section.cc-product-detail {
    flex-direction: column;
  }

  .primary-button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-header {
    background-image: url('../images/banner_lp_mobile.png');
    background-position: 50% 100%;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 1600px;
    padding-top: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .conversion-bar {
    right: 0;
  }

  .container-2 {
    padding-top: 60px;
  }

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

  .paragraph-68, .paragraph-68.whatsapp {
    display: none;
  }

  .heading-11 {
    margin-bottom: 60px;
  }

  .list-container {
    flex-flow: column;
  }

  .project._2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: auto;
  }

  .container-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    flex-flow: column;
  }

  .paragraph-109.cot {
    margin-bottom: 40px;
  }

  .image-81, .image-81._467.fvhg {
    display: none;
  }

  .container-5 {
    max-width: 728px;
  }

  .container-7 {
    flex-flow: column;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .slider-2 {
    height: 400px;
    padding-left: 0;
  }

  .text-plants {
    display: none;
  }

  .div-block-37.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .div-block-37.vdgf {
    background-image: url('../images/Frame-3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .div-block-37.bvnb {
    background-image: url('../images/Frame-4-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: flex-end;
    height: 400px;
    display: flex;
  }

  .div-block-37.gfhgh.fdgdf {
    background-image: url('../images/Frame-5-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .div-block-37.cbvcb {
    background-image: url('../images/Frame-6.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .div-block-37.fdhg {
    background-image: url('../images/Frame-7.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .div-block-37.bfgh {
    background-image: url('../images/Frame-8-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .text-block-16 {
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
  }

  .div-block-38 {
    text-align: center;
    text-decoration: none;
  }

  .image-89._1920 {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .paragraph-111.textt {
    font-size: 8px;
  }

  .div-block-41 {
    background-color: #0000;
    flex: 1;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-header {
    background-size: cover;
    height: 1400px;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

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

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .div-block {
    margin-top: 100px;
    inset: 0% 0% auto;
  }

  .conversion-bar {
    inset: auto 0% 0%;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .cta-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    display: flex;
  }

  .list-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .button {
    width: 60%;
    position: static;
  }

  .project._2 {
    background-image: none;
    width: 100%;
    max-width: none;
    height: auto;
    overflow: auto;
  }

  .heading-12 {
    text-align: left;
    flex-flow: column;
    align-self: stretch;
    display: block;
  }

  .container-3 {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    flex-flow: column;
  }

  .paragraph-109.cot {
    text-align: left;
  }

  .image-81, .image-81._467.fvhg {
    display: none;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

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

  .container-7 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading-left {
    padding: 60px 0 20px;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .slider-2 {
    height: auto;
  }

  .text-plants {
    display: none;
  }

  .div-block-37.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 300px;
    display: block;
  }

  .div-block-37.vdgf {
    background-image: url('../images/Frame-3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    display: block;
  }

  .div-block-37.bvnb {
    background-image: url('../images/Frame-4-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    display: block;
  }

  .div-block-37.gfhgh.fdgdf {
    background-image: url('../images/Frame-5-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    display: block;
  }

  .div-block-37.cbvcb {
    background-image: url('../images/Frame-6.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    display: block;
  }

  .div-block-37.fdhg {
    background-image: url('../images/Frame-7.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    display: block;
  }

  .div-block-37.bfgh {
    background-image: url('../images/Frame-8-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    display: block;
  }

  .image-89._1920 {
    width: 1000px;
    min-width: auto;
    max-width: none;
    display: block;
  }

  .div-block-41 {
    background-color: #0000;
  }
}

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

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-bottom: 8px;
    line-height: 22px;
  }

  .primary-button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .intro-header {
    background-image: url('../images/banner_lp_mobile.png');
    height: 1200px;
  }

  .form-block, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .div-block {
    width: 77%;
    margin: 24px auto 0;
    padding-left: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

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

  .image {
    margin-bottom: 10px;
  }

  .conversion-bar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    background-color: #000;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateY(0%);
  }

  .container-2 {
    max-width: 350px;
    padding: 46px 0 40px;
    overflow: visible;
  }

  .slider-2 {
    background-color: #0000;
    align-self: stretch;
    width: 100%;
    height: auto;
    display: block;
  }

  .paragraph-68, .paragraph-68.whatsapp {
    display: none;
  }

  .text-block-9 {
    margin-top: 15px;
  }

  .slide-4 {
    width: 100%;
  }

  .heading-11 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .localization {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

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

  .list-item-2 {
    flex-flow: column;
  }

  .list-item-2.mobile {
    display: flex;
  }

  .list-item-2.desk {
    display: none;
  }

  .list-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .list-container {
    flex-flow: column;
    margin-left: 0;
  }

  .button {
    display: none;
  }

  .paragraph-3 {
    color: #fff;
    margin-top: 21px;
    font-family: Montserrat, sans-serif;
    font-size: 9px;
    line-height: 27px;
    display: block;
  }

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

  .project {
    background-image: url('../images/Grupo-de-máscara-1.png'), url('../images/mapa.jpg');
    background-position: 50% 100%, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    height: auto;
  }

  .project._2 {
    background-image: none;
    width: auto;
    height: auto;
    margin-bottom: 0;
    overflow: auto;
  }

  .heading-12 {
    text-align: center;
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 26px;
  }

  .button-4 {
    background-color: #965232;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 246px;
    height: 43px;
    margin-top: 28px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    display: flex;
  }

  .container-3 {
    flex-flow: column;
    max-width: 350px;
    padding: 32px 15px 23px;
    position: relative;
  }

  .footer-2 {
    padding-bottom: 96px;
  }

  .container-4 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-10 {
    text-align: center;
    font-size: 7px;
    line-height: 10px;
  }

  .image-5 {
    margin-left: 0;
  }

  .div-block-27 {
    background-color: #efe1db;
    border-top-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-74 {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }

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

  .container-plants {
    padding-left: 0;
    padding-right: 0;
  }

  .plants {
    margin-left: 0;
    margin-right: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .paragraph-109 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-109.cot {
    text-align: left;
    width: 100%;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
  }

  .paragraph-109.dfdg {
    line-height: 28px;
  }

  .paragraph-109.dfdg.hjkj {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 30px;
  }

  .image-81 {
    order: 1;
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    margin-top: -64px;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
  }

  .image-81._467.fvhg {
    object-fit: contain;
    order: -1;
    width: 400px;
    max-width: 100%;
    height: 100px;
    max-height: none;
    margin-top: -18px;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
    position: static;
  }

  .image-81._54 {
    margin-left: 0;
  }

  .image-81._86 {
    align-self: auto;
  }

  .image-81._86.jhgj.gfhdh {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-81._86.jh {
    margin-top: 0;
  }

  .image-81.fdgfd {
    margin-top: -37px;
  }

  .slide-plants-text {
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .slide-plants-text.uyu {
    display: none;
  }

  .slide-plants-text.uyu.bngj {
    height: 180px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .slide-plants-text.dfs.ghfgh {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .slide-plants-text.jhjk {
    margin-bottom: 0;
  }

  .slide-plants-text.jhjk.jhk {
    margin-right: 0;
  }

  .slide-plants-text.jhjk.jhk.hgk {
    margin-bottom: 0;
    margin-left: 0;
  }

  .slide-plants-text.hgj.sdfd {
    margin-bottom: 0;
  }

  .slide-plants-text.hgj.sdfd.jhkhj {
    margin-bottom: 60px;
  }

  .testimonial-slider-large {
    padding: 32px 0;
  }

  .container-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 10px;
  }

  .container-7 {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    padding: 0 16px;
    overflow: visible;
  }

  .bold-text-2 {
    font-weight: 600;
    line-height: 27px;
  }

  .google-maps {
    height: 50vh;
    margin-top: 0;
  }

  .hero-heading-left {
    padding-top: 24px;
    padding-bottom: 8px;
  }

  .container-8 {
    max-width: none;
  }

  .hero-split {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-16 {
    text-align: center;
    line-height: 28px;
  }

  .div-block-34 {
    background-image: url('../images/Screenshot_347.png');
    background-position: 50%;
    height: 590px;
  }

  .text-block-13.qwe {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .text-block-13.fgfdg {
    width: 250px;
    margin-top: 0;
  }

  .div-block-35 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .div-block-35.jtjku {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 40px;
    display: flex;
  }

  .div-block-35.jtjku.hjh {
    padding-top: 40px;
  }

  .slider-2 {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 350px;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-9 {
    inset: auto 0% -48px;
  }

  .slide-nav-9.fghj.gd {
    color: #965232;
    display: block;
  }

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

  .text-plants {
    order: 1;
    align-self: auto;
    width: 280px;
    height: 300px;
    display: none;
  }

  .left-arrow-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 34px;
    height: 44px;
    display: none;
    inset: 0% auto 0% 0%;
  }

  .image-66 {
    display: block;
  }

  .text-expandir {
    text-decoration: none;
  }

  .right-arrow-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 34px;
    height: 44px;
    display: none;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .lightbox-link-3 {
    object-fit: none;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 530px;
    height: auto;
    display: flex;
    position: static;
  }

  .div-expandir {
    background-color: #fff;
    display: none;
  }

  .slide-21 {
    border: 1px solid #fff;
    border-radius: 20px;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-10 {
    color: #11331b;
    -webkit-text-stroke-color: #fff;
    background-color: #0000;
    margin-right: 0;
    font-size: 6px;
    display: block;
    top: auto;
    bottom: -40px;
  }

  .div-block-18 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 16px;
  }

  .div-block-18.gfh {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .div-block-18.jhjghj {
    margin-top: 16px;
  }

  .slider-plantas-desktop {
    border-style: none;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .div-block-37 {
    background-image: url('../images/Frame-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    display: block;
  }

  .div-block-37.bnvn {
    background-image: url('../images/Frame-2-1.png');
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    display: block;
  }

  .div-block-37.vdgf {
    background-image: url('../images/Frame-3.png');
  }

  .div-block-37.gfhgh.fdgdf {
    background-image: url('../images/Frame-5-1.png');
  }

  .div-block-37.cbvcb {
    background-image: url('../images/37.png');
    height: 300px;
  }

  .div-block-37.fdhg {
    background-image: url('../images/Frame-7.png');
  }

  .div-block-37.bfgh {
    background-image: url('../images/Frame-8-2.png');
  }

  .icon-6 {
    display: block;
  }

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

  .div-block-38 {
    align-self: auto;
    width: 80%;
  }

  .image-89._1920 {
    width: 1000px;
    min-width: auto;
    max-width: none;
    display: block;
  }

  .slide-42 {
    position: relative;
  }

  .mask-7 {
    width: 100%;
    height: 100%;
  }

  .legenda {
    bottom: 8px;
    right: 8px;
  }

  .cta-hero {
    text-align: center;
    width: 100%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-15 {
    line-height: 30px;
  }

  .slider-left-arrow-lazer {
    width: 36px;
    height: 60px;
    display: none;
    inset: 0% auto 0% 0%;
  }

  .slider-right-arrow-lazer {
    width: 36px;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .div-block-40 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-area-container {
    padding-left: 0;
  }

  .left-arrow-10 {
    background-color: #965232;
    width: 44px;
    height: 36px;
    font-size: 15px;
    left: -25px;
  }

  .card-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow-10 {
    background-color: #965232;
    width: 44px;
    height: 36px;
    font-size: 15px;
    right: -25px;
  }

  .slide-nav-11 {
    display: none;
  }

  .slide-43 {
    background-color: #0000;
    width: 100%;
  }

  .mask-9 {
    overflow: visible;
  }

  .slider-localizacao-v2 {
    background-color: #0000;
    width: 210px;
    height: auto;
    display: block;
  }

  .slide-45 {
    background-color: #0000;
    width: 100%;
  }

  .container-modal-conversao {
    flex-flow: column;
    margin-top: 56px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .modal-whatsapp {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .cta-plantas {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .localizacao-img-mobile-info {
    grid-column-gap: 8px;
    background-color: #ead4ca;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 16px;
    display: flex;
  }

  .paragraph-110 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-111 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-111.textt {
    font-size: 8px;
  }

  .lightbox-plantas {
    object-fit: none;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 530px;
    height: auto;
    display: flex;
    position: static;
  }

  .modal-chat-new, .modal-email-new {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .paragraph-112 {
    text-align: center;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .div-block-21 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 16px;
    padding-bottom: 64px;
  }

  .div-block-21.gfh {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .div-block-21.jhjghj {
    margin-top: 16px;
  }

  .div-block-41 {
    background-color: #0000;
    margin-bottom: 0;
  }
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29724-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2973f-87e29718 {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Beausite Grand Trial';
  src: url('../fonts/Beausite-Grand-Trial-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}