@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --verde: #25623a;
  --amarelo: #e3b230;
  --untitled-ui--gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray700\<deleted\|variable-d4f37b50\>: #344054;
  --untitled-ui--gray500\<deleted\|variable-68f29e84\>: #667085;
  --untitled-ui--gray900\<deleted\|variable-f63dbb51\>: #101828;
  --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
  --untitled-ui--white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui--primary700\<deleted\|variable-da4f7fa3\>: #6941c6;
  --untitled-ui--primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui--gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--success50\<deleted\|variable-9177f7a8\>: #ecfdf3;
  --untitled-ui--success700\<deleted\|variable-1c4c81d0\>: #027a48;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

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

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

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

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

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

a {
  text-decoration: none;
}

.div-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.dropdown-list {
  width: auto;
  inset: 0%;
}

.dropdown-list.w--open {
  width: auto;
  inset: 100% auto auto;
}

.div-block-2 {
  background-color: var(--verde);
}

.div-block-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 150px;
}

.section {
  background-color: var(--amarelo);
  position: relative;
}

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

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

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

.pesquisar {
  background-color: #fff;
  border: 1px #000;
  border-radius: 100px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 45px;
  margin-bottom: 0;
  display: flex;
}

.pesquisar-input {
  background-color: #0000;
  border: 1px #000;
  height: 45px;
  margin-bottom: 0;
  padding-left: 20px;
}

.div-block-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pesquisar-button {
  color: var(--verde);
  background-color: #0000;
  width: 60px;
  height: 45px;
  padding: 0;
  font-family: "Fa Solid 900", Arial, sans-serif;
  display: block;
}

.text-block {
  color: var(--amarelo);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}

.link-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.text-block-3 {
  color: var(--amarelo);
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
}

.destaques {
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.destaques-block {
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

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

.text-block-6 {
  color: var(--amarelo);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.text-block-7 {
  color: #7f7f7f;
  margin-left: 15px;
  line-height: 16px;
}

.text-span-3 {
  color: var(--verde);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.link-block-2 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.text-block-8 {
  border: 3px solid var(--amarelo);
  color: var(--amarelo);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.text-block-9 {
  color: #fff;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 16px;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.perfumaria-para-eles {
  background-image: url('../images/molinete.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 640px;
  padding-top: 80px;
  transition: all .2s ease-in-out;
  display: flex;
}

.perfumaria-para-eles:hover {
  transform: scale(.95);
}

.div-block-205 {
  flex-direction: column;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.perfumaria-para-elas {
  background-image: url('../images/barraca.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 640px;
  padding-top: 80px;
  transition: all .2s ease-in-out;
  display: flex;
}

.perfumaria-para-elas:hover {
  transform: scale(.95);
}

.text-block-139 {
  color: #7f7f7f;
}

.cards-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-9 {
  background-color: #25623a;
  border-radius: 100px;
  margin-top: 20px;
  font-weight: 700;
}

.text-block-125 {
  color: #25623a;
  font-size: 48px;
  line-height: 48px;
}

.text-block-138 {
  color: #7f7f7f;
}

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

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

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

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-logos04_list {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 175rem;
  display: flex;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos04_logo {
  height: 3rem;
}

.uui-logo-loop_inner {
  display: flex;
}

.uui-section_logos04 {
  overflow: hidden;
}

.uui-logo-loop_component {
  height: 4.5rem;
  margin-top: 2rem;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 90px;
}

.uui-logos04_text {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.text-block-140 {
  color: var(--verde);
  font-weight: 700;
}

.icon {
  color: var(--verde);
}

.ofertas-collection {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 1440px;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-10 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1440px;
  max-width: 100%;
  display: flex;
}

.collection-item-3 {
  width: 300px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.img-product {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-127 {
  color: #333;
  text-align: left;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.add-to-cart-3 {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-186-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.out-of-stock-state-3 {
  background-color: #0000;
}

.text-block-126 {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-141 {
  color: #7f7f7f;
  text-align: left;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.link-block-17 {
  background-color: #fff;
  border-bottom: 1px #ccc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block-128 {
  color: #7f7f7f;
}

.image-46 {
  object-fit: fill;
  border-radius: 20px 20px 0 0;
  width: auto;
  height: auto;
  max-height: 100%;
  margin-top: 0;
  overflow: visible;
}

.div-block-194 {
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.buy-now-button {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 40px;
  font-weight: 700;
  transition: background-color .2s ease-in-out;
}

.buy-now-button:hover {
  color: #000;
  background-color: #00ff5e;
  border-color: #00ff5e;
}

.default-state {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart-button-2 {
  background-color: var(--verde);
  color: #fff;
  border: 1px #00ff5e;
  border-radius: 100px;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.add-to-cart-button-2:hover {
  background-color: var(--amarelo);
  color: var(--verde);
  border-style: none;
  transform: scale(1.1);
}

.link-block-18 {
  align-items: flex-start;
  width: 100%;
  height: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-184 {
  background-color: #0000;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 10px;
  display: flex;
}

.div-block-184:hover {
  border-color: var(--amarelo);
}

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

.div-block-196 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading {
  color: var(--verde);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}

.heading.heading-invert {
  color: var(--untitled-ui--gray200);
}

.div-block-206 {
  background-color: #00ff5e;
  border-radius: 100px;
  width: 50px;
  height: 5px;
  margin-top: 0;
}

.link-14 {
  color: var(--verde);
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}

.div-block-207 {
  background-color: var(--amarelo);
  border-radius: 100px;
  width: 50px;
  height: 5px;
  margin-top: 0;
}

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

.produtcs-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  width: 1440px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 90px;
  display: flex;
}

.div-block-209 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-142 {
  color: var(--verde);
  text-align: left;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-143 {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-144 {
  color: #7f7f7f;
  text-align: left;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.link-block-19 {
  background-color: #fff;
  border-bottom: 1px #ccc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.text-block-145 {
  color: #7f7f7f;
}

.div-block-210 {
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-20 {
  align-items: flex-start;
  width: 100%;
  height: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-211 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--verde);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1440px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

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

.uui-text-size-medium {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-footer05_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer05_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  place-items: start;
}

.uui-footer05_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer05_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.uui-footer05_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.uui-footer05_component {
  margin-top: 220px;
}

.uui-footer05_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-footer05_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer05_social-icons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer05_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_social-link:hover {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-footer05_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer05_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer05_legal-list-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.uui-footer05_legal-link {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer05_legal-link:hover {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-footer05_link-list-heading {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50\<deleted\|variable-9177f7a8\>);
  color: var(--untitled-ui--success700\<deleted\|variable-1c4c81d0\>);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.div-block-213 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-47 {
  width: auto;
  height: 72px;
}

.heading-2 {
  color: var(--untitled-ui--gray200);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 18px;
}

.banners-de-categoria {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-22 {
  width: 100%;
}

.image-49 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 240px;
}

.link-block-23 {
  width: 100%;
}

.div-block-47 {
  border-bottom: 1px solid #0000004d;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 50px;
  display: none;
}

.form {
  display: flex;
}

.social-block-item-header {
  color: #fff;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.social-block-item-header:hover {
  color: var(--amarelo);
}

.submit-button {
  color: #25623a;
  background-color: #e3b230;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
}

.image-3 {
  height: 15px;
}

.text-block-137 {
  color: #fff;
  font-size: 12px;
}

.div-block-48 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.link-7 {
  color: #fff;
  align-items: center;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.link-7:hover {
  transform: translate(10px);
}

.link-7.link-7-alt {
  align-items: flex-start;
  margin-top: 31px;
  font-size: 12px;
  transition-property: none;
}

.link-7.link-7-alt:hover {
  transform: none;
}

.text-span-4 {
  font-size: 20px;
  font-weight: 700;
}

.text-field {
  border: 1px #e3b230;
  width: 300px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 15px;
}

.text-field::placeholder {
  color: #25623a;
}

.div-block-46 {
  border-bottom: 1px solid var(--amarelo);
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 0;
}

.paragraph-2.paragraph-footer {
  color: #fff;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
}

.section-2 {
  background-color: var(--verde);
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.social-block-header {
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.text-span-5 {
  color: #e3b230;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.text-span {
  color: var(--amarelo);
  margin-right: 15px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.div-block-49 {
  justify-content: space-between;
  align-items: flex-end;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: flex;
}

.text-block-136 {
  color: var(--amarelo);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.buy-now-button-2 {
  background-color: var(--verde);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 0;
  padding: 0 30px;
  font-weight: 700;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 46px;
  padding-right: 46px;
}

.text-block-82 {
  color: #43d2d8;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.uui-avatar-group_item {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.div-block-307 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.uui-faq01_icon-wrapper {
  color: #7f56d9;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_answer {
  overflow: hidden;
}

.uui-text-size-large {
  color: #475467;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-padding-vertical-xhuge.descricao {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-8 {
  z-index: 9999;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.heading-6 {
  color: var(--verde);
  margin-top: 0;
  margin-bottom: 0;
}

.add-to-cart {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3c32a3;
  border: 1px solid #7f56d9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  background-color: #43d2d8;
  border-color: #fff;
  border-radius: 100px;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-avatar-stack_item {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.paragraph-4 {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
}

.uui-page-padding-2 {
  padding-left: 0;
  padding-right: 0;
}

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

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-faq01_component {
  margin-top: 0;
}

.default-state-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 0;
  display: flex;
}

.slide-3 {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
}

.text-block-84 {
  font-family: Montserrat, sans-serif;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq01_cta {
  background-color: #f9fafb;
  border-radius: 30px;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.rich-text-block-2 {
  color: #666;
}

.accordion-icon_horizontal-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.slider-2 {
  background-color: #0000;
  width: 640px;
  height: 640px;
}

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

.div-block-9 {
  z-index: auto;
  border: 1px solid var(--amarelo);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1f;
  border-radius: 30px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 45px;
  display: flex;
  position: static;
}

.quantity {
  border-radius: 100px;
  width: 120px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 29px;
  padding-right: 30px;
}

.option {
  display: none;
}

.uui-faq01_heading {
  color: var(--verde);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.add-to-cart-button {
  border: 1px solid var(--amarelo);
  color: var(--amarelo);
  background-color: #0000;
  border-radius: 100px;
  margin-right: 20px;
}

.accordion-icon_vertical-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  color: #666;
  padding-top: 30px;
  padding-bottom: 60px;
}

.section-4 {
  z-index: 9999;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  position: static;
}

.icon-2 {
  color: var(--verde);
  inset: 0% 0% 0% auto;
}

.icon-3 {
  color: var(--verde);
  inset: 0% auto 0% 0%;
}

.text-block-83 {
  color: var(--verde);
  font-size: 20px;
  font-weight: 700;
}

.section-5 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-308 {
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-309 {
  border: 1px solid var(--amarelo);
  border-radius: 25px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  padding: 20px;
  display: flex;
}

.pesquisa {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 1440px;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pesquisa-collection-list {
  grid-column-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1440px;
  max-width: 100%;
  display: flex;
}

.pesquisa-collection-item {
  background-color: #f9f9f9;
  border: 1px #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 10px;
  display: flex;
}

.pesquisa-collection-item:hover {
  border-color: #00ff5e;
}

.collection-item-3-copy {
  flex-flow: row;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.pesquisa-collection {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 1440px;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pesquisa-list {
  grid-column-gap: 20px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.product-pesquisa-item {
  background-color: #f9f9f9;
  border: 1px #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 10px;
  display: flex;
}

.product-pesquisa-item:hover {
  border-color: #00ff5e;
}

.image-50 {
  width: 640px;
  height: 640px;
}

.div-block-310 {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.submit-button-2 {
  background-color: var(--verde);
}

.checkout-form {
  background-color: #0000;
  padding-top: 120px;
}

.dropdown-list-2, .dropdown-list-3 {
  width: 640px;
}

.dropdown-list-4 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
  inset: 0%;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
}

.image-14 {
  width: 45px;
  height: 45px;
}

.image-14.image-14-alt {
  width: 75px;
  height: 75px;
}

.div-block-23 {
  flex-direction: column;
  align-items: flex-start;
  width: 195px;
  display: flex;
}

.div-block-23.div-block-23-alt {
  align-items: center;
  width: auto;
  padding: 30px;
  transition: all .3s ease-in-out;
}

.div-block-23.div-block-23-alt:hover {
  background-color: #fff;
  box-shadow: 0 5px 20px 20px #0000000d;
}

.text-block-4-copy-menu {
  color: #42474c;
  align-self: flex-start;
  margin-bottom: 40px;
  margin-left: 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-146 {
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
}

.dropdown-toggle-3 {
  align-items: center;
  height: 95px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-147 {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.dropdown-2 {
  position: static;
}

.div-block-20 {
  background-color: #ddd;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 70px;
  padding-bottom: 0;
  display: flex;
}

.div-block-21 {
  background-color: #f73a35;
  align-self: auto;
  width: 100px;
  height: 2px;
}

.text-block-161 {
  color: #333;
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
}

.text-block-161.text-block-161-alt {
  text-align: center;
  width: 140px;
  font-weight: 700;
}

.icon-4 {
  color: #fff;
  line-height: 14px;
}

.div-block-22 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 960px;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-22.div-block-22-alt {
  grid-column-gap: 130px;
  grid-row-gap: 0px;
  justify-content: center;
  margin-bottom: 40px;
}

.button {
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 57px;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  transition: all .2s ease-in-out;
  display: flex;
}

.button:hover {
  background-color: #09afaf;
  border-color: #09afaf;
}

.button.button-02 {
  color: #09afaf;
  background-color: #0000;
  border-style: solid;
  border-color: #09afaf;
  font-size: 14px;
}

.button.button-02:hover {
  color: #fff;
  background-color: #09afaf;
}

.div-block-311 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 500px;
  display: flex;
}

.navigation-drop-container {
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.dropdown {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.heading-3 {
  color: #0d375b;
  font-size: 18px;
  line-height: 18px;
}

.equipamentos-nav-block {
  width: 70%;
}

.image-12 {
  height: 250px;
}

.div-block-312 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 40px;
  padding-left: 0;
  display: flex;
}

.link-block-24 {
  border-radius: 20px;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.link-block-24:hover {
  background-color: #f5f5f5;
}

.link-2 {
  color: #7f7f7f;
  margin-top: 0;
  padding-left: 0;
  font-size: 13px;
  transition: transform .15s ease-in-out;
}

.link-2:hover {
  color: #29abe2;
  transform: translate(5px);
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  border-top: 1px #2833381c;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-7 {
  color: #0d375b;
  margin-top: 40px;
  font-size: 18px;
  line-height: 18px;
}

.text-block-64 {
  color: #29abe2;
  margin-top: 5px;
}

.div-block-313 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 15px;
  display: flex;
}

.image-51 {
  object-fit: cover;
  border-radius: 15px;
  width: 80px;
  height: 80px;
}

.equipamentos-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.drop-arrow-plain {
  color: var(--verde);
  margin-right: 5px;
  font-size: 14px;
}

.heading-8 {
  color: var(--verde);
  border-bottom: 1px solid #ebebeb;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-314 {
  background-color: #0000;
  border-left: 1px solid #ebebeb;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  height: auto;
  padding-left: 0;
  display: flex;
}

.equipamento-item {
  padding: 30px;
}

.dropdown-toggle {
  color: #0d375b;
  padding: 20px 26px 20px 0;
  font-size: 13px;
  font-weight: 400;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #29abe2;
}

.dropdown-list-5 {
  min-width: 100%;
  display: none;
}

.dropdown-list-5.w--open {
  background-color: #0000;
  width: 1280px;
  min-width: 0;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: absolute;
  inset: 145px 0 auto;
  box-shadow: 28px 28px 25px #2833380a;
}

.text-block-63 {
  width: 150px;
  margin-top: 10px;
}

.link {
  margin-top: 40px;
  display: block;
}

.div-block-315 {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  margin-top: 40px;
  margin-left: 40px;
  display: grid;
}

.text-block-162 {
  color: var(--verde);
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.link-block-25 {
  background-color: var(--amarelo);
  border-radius: 100px;
  flex: 0 auto;
  align-items: center;
  width: auto;
  height: 45px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-163 {
  color: #25623a;
  margin-right: 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.text-block-164 {
  color: #25623a;
  font-weight: 700;
  line-height: 14px;
}

.cart-button {
  background-color: var(--amarelo);
  border-radius: 100px;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.icon-5 {
  color: var(--verde);
}

.text-block-165 {
  color: var(--verde);
  font-weight: 700;
}

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

.checkout-button {
  background-color: var(--verde);
  font-weight: 700;
}

.text-block-166 {
  color: var(--amarelo);
}

.cart-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.heading-9 {
  color: var(--verde);
}

.div-block-316 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-52 {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-bottom: 30px;
}

.collection-list-wrapper {
  width: 870px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.rich-text-block-3 {
  color: #666;
  width: 300px;
  margin: 0;
}

.collection-list-wrapper-2 {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.image-53 {
  width: 272px;
  height: 272px;
}

.button-10 {
  color: var(--verde);
  background-color: #0000;
  padding-left: 30px;
}

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

.link-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #ddd;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.collection-item-4 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-167 {
  color: #333;
  font-size: 12px;
  font-weight: 700;
}

.text-block-168 {
  color: var(--verde);
  margin-top: -15px;
  font-weight: 700;
}

.text-block-169 {
  color: var(--amarelo);
}

.image-54 {
  object-fit: contain;
}

.heading-8-copy {
  color: var(--amarelo);
  border-bottom: 1px solid #ebebeb;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.heading-10 {
  color: var(--verde);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 18px;
}

.div-block-317 {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: grid;
}

.div-block-318 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-15 {
  color: var(--verde);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.links-categorias {
  color: #333;
  background-color: #25623a00;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.div-block-319 {
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-7 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.link-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ebebeb;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.collection-item-5 {
  width: 270px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch space-between;
  place-items: flex-start center;
  display: flex;
}

.text-block-170 {
  color: #333;
  font-weight: 700;
}

.text-block-171 {
  color: var(--verde);
  font-weight: 700;
}

.image-55 {
  object-fit: cover;
  width: auto;
  height: 480px;
}

.text-block-172 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 480px;
  display: flex;
}

.image-56 {
  width: 125px;
}

.link-block-28 {
  align-self: flex-start;
}

.text-block-172-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 480px;
  display: none;
}

.order-confirmation {
  background-color: #0000;
  padding-top: 120px;
}

.div-block-320 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1280px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-8 {
  padding-top: 120px;
}

@media screen and (max-width: 991px) {
  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-footer05_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .uui-footer05_form-block {
    min-width: auto;
  }

  .uui-footer05_newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .uui-footer05_social-icons {
    margin-bottom: 1rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logo-loop_component {
    height: 3.5rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 2rem;
  }

  .uui-footer05_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .uui-footer05_logo-link {
    margin-bottom: 1rem;
  }

  .uui-footer05_link:hover {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  }

  .uui-footer05_social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer05_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer05_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .uui-footer05_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

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

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 95%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: grid;
  }

  .image {
    width: 125px;
  }

  .pesquisar, .destaques {
    display: flex;
  }

  .destaques-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .text-block-8 {
    border-style: solid;
    border-width: 2px;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-9 {
    margin-left: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .perfumaria-para-eles {
    width: 100%;
    height: 500px;
    padding-top: 40px;
  }

  .div-block-205 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .perfumaria-para-elas {
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
    padding-top: 40px;
  }

  .cards-block {
    flex-direction: column;
    margin-top: 50px;
  }

  .button-9 {
    font-size: 12px;
    line-height: 16px;
  }

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

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

  .uui-logos04_list {
    justify-content: center;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .collection-list-10 {
    overflow: auto;
  }

  .collection-item-3 {
    flex: 0 auto;
  }

  .text-block-141 {
    height: 30px;
  }

  .image-46 {
    object-fit: fill;
  }

  .div-block-184 {
    width: 240px;
  }

  .div-block-195 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-196 {
    flex: 1;
    padding-right: 5px;
  }

  .heading {
    width: auto;
    font-size: 27px;
    line-height: 27px;
  }

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

  .div-block-206 {
    width: 30px;
    height: 3px;
  }

  .link-14 {
    flex: none;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-207 {
    width: 30px;
    height: 3px;
  }

  .div-block-208 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .produtcs-block {
    padding-top: 60px;
    padding-bottom: 45px;
    display: flex;
    overflow: visible;
  }

  .div-block-209 {
    flex: 1;
    padding-right: 5px;
  }

  .text-block-144 {
    height: 30px;
  }

  .div-block-212 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-footer05_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .banners-de-categoria {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-49 {
    height: auto;
  }

  .div-block-47 {
    flex-direction: column;
    margin-bottom: 50px;
  }

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

  .image-3 {
    margin-top: 50px;
  }

  .text-field {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-46 {
    flex-direction: column;
    padding-bottom: 0;
  }

  .form-block {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .paragraph-2.paragraph-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    margin-top: 50px;
    padding: 50px 10px;
  }

  .footer-block {
    margin-bottom: 50px;
  }

  .div-block-49 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .div-block-8 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .add-to-cart {
    width: 100%;
  }

  .default-state-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .slider-2 {
    width: 300px;
    height: 300px;
  }

  .div-block-9 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }

  .section-4 {
    padding-top: 60px;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pesquisa-collection-list {
    overflow: auto;
  }

  .pesquisa-collection-item {
    width: 240px;
  }

  .collection-item-3-copy {
    flex: 0 auto;
  }

  .pesquisa-list {
    overflow: auto;
  }

  .product-pesquisa-item {
    width: 240px;
  }

  .image-50 {
    width: 300px;
    height: 300px;
  }

  .div-block-23 {
    align-items: center;
  }

  .div-block-20 {
    padding: 60px 10px;
  }

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

  .div-block-22 {
    grid-row-gap: 30px;
    justify-content: center;
  }

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

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

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

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

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

  .div-block-319 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .collection-list-12 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .text-block-172-copy {
    display: flex;
  }
}

#w-node-_09c33928-4596-d389-a501-af1eb9014316-2d5d8661, #w-node-_09c33928-4596-d389-a501-af1eb9014318-2d5d8661, #w-node-_09c33928-4596-d389-a501-af1eb901431a-2d5d8661, #w-node-_09c33928-4596-d389-a501-af1eb901431c-2d5d8661, #w-node-_09c33928-4596-d389-a501-af1eb901431e-2d5d8661, #w-node-_09c33928-4596-d389-a501-af1eb9014320-2d5d8661, #w-node-_09c33928-4596-d389-a501-af1eb9014322-2d5d8661, #w-node-_09c33928-4596-d389-a501-af1eb9014331-2d5d8661, #w-node-_09c33928-4596-d389-a501-af1eb9014333-2d5d8661, #w-node-_09c33928-4596-d389-a501-af1eb9014335-2d5d8661, #w-node-_09c33928-4596-d389-a501-af1eb9014337-2d5d8661, #w-node-_09c33928-4596-d389-a501-af1eb9014339-2d5d8661, #w-node-_09c33928-4596-d389-a501-af1eb901433b-2d5d8661, #w-node-_09c33928-4596-d389-a501-af1eb901433d-2d5d8661 {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_5c1175d1-719d-e6e0-cc15-3c79d6df4d80-d6df4d7b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5c1175d1-719d-e6e0-cc15-3c79d6df4d83-d6df4d7b {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}