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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-commercecheckoutadditionalinputscontainer {
  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-commercecheckoutadditionaltextinput {
  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-commercecheckoutadditionaltextinput::placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutadditionaltextarea {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 76px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

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

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

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

.w-commerce-commercecheckoutcardnumber {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-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;
  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-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-commercecheckoutadditionaltextinput, .w-commerce-commercecheckoutadditionaltextarea, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  min-width: 1140px;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 40px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.button3 {
  margin-top: 30px;
}

.button-primary.new {
  margin-top: 20px;
  font-weight: 700;
}

.button-primary.new.w--current {
  margin-top: 20px;
}

.button-primary.new.wire {
  color: #000;
  background-color: #1a1b1f00;
  border: 2px solid #000;
  margin-left: 20px;
  font-weight: 700;
}

.button-primary.products {
  color: #1c1c1c;
  text-align: center;
  background-color: #d4d4d4;
}

.button-primary.mobileshow {
  display: none;
}

.section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 23.5% 23.5% 23.5% repeat(auto-fit, 23.5%);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  display: grid;
}

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

.productcard {
  background-color: #f2f2f2;
  border-radius: 20px;
  width: 100%;
  margin-right: 20px;
  padding: 20px 20px 18px;
}

.productcard.kit.hidden, .productcard.hide {
  display: none;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-top: 0;
  display: flex;
}

.div-block-3 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-3.products {
  width: 60%;
}

.div-block-4 {
  aspect-ratio: auto;
  width: 100%;
}

.slider {
  aspect-ratio: 1;
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

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

.slide {
  background-color: #0000;
}

.heading-2 {
  margin-left: 20px;
}

.heading-2.new {
  margin-left: 0;
}

.div-block-5 {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.div-block-5.explain {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 200px;
}

.div-block-5.explain.first {
  flex-direction: row;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-right: 50px;
  display: flex;
}

.div-block-5.explain.limitw {
  max-width: 940px;
}

.div-block-5.hide-this {
  display: none;
}

.button {
  color: #444;
  background-color: #87939d00;
  border: 2px solid #444;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.button-2 {
  background-color: #343434;
  border-radius: 30px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.div-block-6 {
  border-top: 1px solid #797979;
  height: 150px;
  padding-top: 8px;
}

.div-block-6.course {
  height: 110px;
}

.paragraph {
  height: 120px;
  font-weight: 400;
}

.paragraph.course {
  height: 202px;
}

.image {
  height: 70px;
  margin-left: 20px;
  margin-right: 20px;
}

.image.logo {
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3 {
  text-align: left;
  margin-top: 30px;
  padding-left: 0;
  font-size: 20px;
  line-height: 20px;
}

.div-block-7 {
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.anouncement {
  background-color: #000;
  justify-content: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.text-block-2 {
  width: 100px;
}

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

.image-2 {
  width: 100%;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 30px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-block-two.tole {
  flex-flow: column;
}

.footer-social-link {
  margin-left: 12px;
}

.text-block-4 {
  color: #1bca00;
  font-weight: 700;
}

.text-block-4.out {
  color: #ff1313;
  text-align: right;
}

.text-block-4._2 {
  text-align: right;
}

.text-block-5 {
  color: #333;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  justify-content: center;
  width: 100%;
  display: flex;
}

.mask {
  background-color: #fff;
}

.nav-link-2 {
  color: #5a5a5a;
}

.nav-link-3, .nav-link-3.w--current {
  color: #000;
}

.nav-link-4 {
  color: #5a5a5a;
}

.nav-link-4.w--current {
  color: #616161;
}

.image-4 {
  width: 100%;
}

.div-block-8 {
  border: 1px solid #000;
  width: 100%;
}

.brand {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2 {
  display: none;
  overflow: visible;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-10 {
  width: 50%;
}

.div-block-11 {
  width: 50%;
  margin-top: 20px;
}

.paragraph-2 {
  padding-bottom: 0;
}

.div-block-12 {
  background-color: #2b2b2b;
  border-radius: 40px;
  width: 40px;
  margin-right: 20px;
}

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

.text-block-6 {
  color: #1b1b1b;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.image-7 {
  width: 100%;
}

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

.form {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  width: 50px;
  height: 24px;
  margin-bottom: 0;
  margin-left: 10px;
}

.field-label {
  width: 110px;
}

.select-field {
  width: 80px;
  margin-bottom: 0;
}

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

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

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

.paragraph-3 {
  margin-left: 20px;
}

.select-field-2 {
  margin-bottom: 0;
}

.nav-link-5 {
  color: #9f9292;
}

.nav-link-5.w--current {
  color: #333;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.div-block-16 {
  width: 100%;
  max-width: 800px;
}

.option-list {
  width: 50%;
}

.text-block-7 {
  margin-bottom: 10px;
}

.text-block-8 {
  color: #ffc800;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-4 {
  margin-top: 10px;
}

.div-block-17, .div-block-18 {
  width: 50%;
}

.div-block-19 {
  width: 100%;
  display: flex;
}

.image-8 {
  width: 100%;
}

.boardpreview {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  display: flex;
}

.div-block-21 {
  width: 70%;
  padding-top: 40px;
  padding-left: 30px;
}

.section-4 {
  flex-flow: column;
  display: flex;
}

.div-block-22 {
  flex-flow: row;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.backimg, .frontimg {
  width: auto;
}

.backholder, .frontholder {
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
  position: relative;
}

.logof1 {
  width: 70%;
  position: static;
  inset: 0% auto auto 0%;
  transform: rotate(0);
}

.logo1posf {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 30px 80px;
  display: flex;
  position: absolute;
}

.logo1posf.hidden {
  display: none;
}

.logo2posf {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 30px 80px;
  display: flex;
  position: absolute;
}

.logof2 {
  width: 40%;
}

.div-block-23 {
  position: sticky;
  top: 0;
}

.logo1posb {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  display: flex;
  position: absolute;
}

.logo2posb {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  display: flex;
  position: absolute;
}

.hidden {
  display: none;
}

.price, .currencytxt {
  margin-left: 5px;
  font-weight: 700;
}

.div-block-24 {
  color: #9f9f9f;
  display: flex;
}

.logob1 {
  width: 40%;
}

.logob2 {
  width: 32%;
}

.text-block-9 {
  width: 100px;
  margin-bottom: 4px;
}

.div-block-25 {
  color: #888;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.div-block-25.nonvisable, .div-block-25.customcolor {
  display: none;
}

.code-embed {
  width: 200px;
}

.link {
  color: #585858;
}

.button-3 {
  background-color: #353535;
}

.heading-4 {
  font-size: 26px;
  line-height: 26px;
}

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

.bgcolorfront {
  background-color: var(--white);
}

.image-9 {
  width: 10%;
}

.section-5 {
  height: 1px;
  overflow: hidden;
}

.stringerdiv {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-10 {
  height: 100%;
}

.rich-text-block {
  width: 600px;
}

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

.producthero {
  margin-bottom: 2vw;
  padding-left: 30px;
  padding-right: 30px;
}

.headerlink {
  color: #242424;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.smallheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

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

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

.collection-item {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: .5vw;
  font-size: 10px;
}

.collection-item.productcard {
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

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

.greenpulse {
  background-color: #279a4b;
  border-radius: 500px;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-right: 8px;
  position: relative;
}

.greenpulse.red {
  color: #b41d1d;
  background-color: #b41d1d;
}

.div-block-30 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-31 {
  justify-content: space-between;
  padding-left: .5vw;
  padding-right: .5vw;
  display: flex;
}

.image-11 {
  border-radius: 16px;
  width: 95%;
  position: absolute;
}

.image-11.hidden {
  opacity: 0;
  width: 101%;
  max-width: 101%;
  overflow: visible;
}

.div-block-290 {
  color: #279a4b;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.div-block-290.red {
  color: #9a2727;
}

.link-block {
  color: #000;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.text-block-10 {
  text-transform: capitalize;
  margin-right: 2px;
  font-size: 12px;
  font-weight: 600;
}

.text-block-34 {
  margin-right: 3px;
}

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

.div-block-145 {
  color: #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1vw;
  text-decoration: none;
  display: flex;
}

.h1header {
  font-size: 32px;
}

.div-block-298 {
  width: 100%;
  max-width: 940px;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0%;
}

.igoverlay {
  opacity: .86;
  width: 2vw;
  margin-top: 1.2vw;
  margin-right: 1.2vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-38 {
  margin-left: 1.2vw;
  margin-right: .5vw;
  font-family: Varela, sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.2vw;
}

.div-block-147 {
  position: relative;
}

.div-block-144 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  margin-bottom: 2vw;
  display: grid;
}

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

.image-72 {
  border-radius: 500px;
  width: 2vw;
}

.image-71 {
  aspect-ratio: 8 / 9;
  object-fit: cover;
  width: 100%;
}

.maxwidthparagraph {
  max-width: 800px;
}

.text-block-40 {
  margin-right: 20px;
  font-weight: 700;
}

.image-109 {
  width: 10px;
}

.div-block-304 {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-307 {
  background-color: #f8f8f8;
  border-radius: 50px;
  padding: 10px;
}

.heading-32 {
  margin-top: 0;
  font-size: 26px;
  line-height: 36px;
}

.div-block-308 {
  background-color: #e8e8e8;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-306 {
  padding: 10px;
}

.div-block-305 {
  margin-bottom: 3px;
  display: flex;
}

.image-110 {
  width: 26px;
}

.support {
  flex-flow: column;
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  display: flex;
}

.text-block-41 {
  margin-bottom: 10px;
}

.heading-33 {
  font-size: 28px;
}

.link-block-4 {
  border-right: 1px solid #000;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
}

.link-block-4.nolino {
  border-right-width: 0;
}

.product-section {
  padding-top: 20px;
  padding-left: 1vw;
}

.out-of-stock-state {
  background-color: #0000;
  padding-top: 4px;
  padding-bottom: 4px;
}

.div-block-309 {
  margin-bottom: 10px;
  display: flex;
}

.div-block-309.grayt {
  color: #9a9a9a;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 12px;
}

.div-block-309.extran {
  margin-top: 10px;
  font-size: 10px;
  line-height: 10px;
}

.divflex {
  padding-left: 0;
  display: flex;
}

.divflex.even {
  justify-content: space-between;
  padding-left: 0;
}

.divflex.relative {
  position: relative;
}

.divflex.center {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.divflex.center.line {
  justify-content: flex-start;
  align-items: center;
}

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

.image-111 {
  width: 5vw;
}

.hlines {
  border-top: 1px solid #dfdfdf;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

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

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

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

.deliverydate {
  margin-left: 5px;
  margin-right: 3px;
}

.deliverydate.beigec {
  color: #000;
  text-align: left;
  font-size: 14px;
}

.image-112 {
  width: 2vw;
}

.image-112.usp {
  width: 20px;
}

.text-block-14 {
  margin-left: 3px;
}

.text-block-14.leftaa {
  color: #b00000;
  margin-left: 0;
}

.text-block-14._12p.newp {
  margin-left: 0;
}

.div-block-286 {
  color: #333;
}

.option-button {
  color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.option-button:hover {
  color: #b4a892;
}

.option-button.w--ecommerce-pill-selected {
  color: #000;
  background-color: #efece6;
}

.code-embed-5 {
  display: none;
}

.text-block-39 {
  padding-bottom: 6px;
  font-weight: 700;
}

.empty-state {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.add-to-cart-button {
  background-color: #000;
  width: 100%;
  height: 38px;
}

.productnameh {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
}

.videohtml {
  width: 100%;
  height: auto;
  position: relative;
}

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

.moreimages {
  width: 100%;
  margin-top: .5vw;
  padding-right: 0;
}

.productdescription {
  margin-bottom: 24px;
}

.productdescription.boldi {
  font-weight: 400;
}

.text-block-31 {
  margin-left: 3px;
}

.image-113 {
  width: 60%;
  aspect-ratio: custom;
  margin-right: .5vw;
  position: static;
}

.text-block-33 {
  color: #232323;
}

.div-block-311 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.usdprice {
  font-size: 16px;
  font-weight: 700;
}

.option-text-colored {
  color: #000;
  position: static;
  top: 0;
  left: 8vw;
}

.half {
  width: 40%;
  padding-left: 1vw;
  padding-right: 2vw;
}

.half.stick {
  width: 50%;
  height: 100%;
  padding-top: 0;
  position: sticky;
  top: 65px;
}

.half.product {
  width: 60%;
  padding-left: 0;
  padding-right: 2vw;
  position: relative;
}

.option {
  position: relative;
}

.div-block-301 {
  border-radius: 200px;
  overflow: hidden;
}

.quantity {
  margin-right: 6px;
}

.text-block-42 {
  text-transform: capitalize;
  padding-left: 5px;
}

.videoproduct {
  padding-top: .5vw;
  display: flex;
}

.ctafeatures {
  background-color: #f0f0f0;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 5px 20px;
  display: block;
}

.div-block-312 {
  color: #279a4b;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  display: flex;
}

.div-block-312.red {
  color: #b41d1d;
}

.varriant {
  border-radius: 200px;
  width: 40px;
  margin-right: 6px;
  padding: 4px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.varriant.selected {
  background-color: #fff;
  border: 1px solid #9e9e9e;
  transition: opacity .2s;
  transform: translate(0);
  box-shadow: 0 4px 5px #0003;
}

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

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

.div-block-314 {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 6px;
  padding-left: 4px;
  padding-right: 8px;
  display: flex;
}

.text-block-43 {
  text-transform: capitalize;
  font-size: 10px;
  font-weight: 700;
}

.text-block-11 {
  font-size: 10px;
}

.div-block-285 {
  justify-content: flex-start;
  font-size: 12px;
  display: flex;
}

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

.text-block-44 {
  margin-left: 3px;
}

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

.div-block-284 {
  margin-right: 10px;
  display: flex;
}

.tabholder {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.tabholder.underlinee {
  border-bottom: 1px solid #000;
  width: auto;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.section-7 {
  background-color: #eaeaea;
  border-top: 2px solid #d0d0d0;
  margin-top: 0;
  padding: 2vw 1vw;
}

.div-block-295 {
  margin-top: 10px;
}

.text-block-30 {
  margin-right: 2px;
}

.measurementsdiv {
  border-top: 1px solid #b4a892;
  height: auto;
  margin-top: 20px;
}

.text-block-28 {
  margin-bottom: 5px;
  font-weight: 700;
}

.div-block-316 {
  border-top: 1px solid #b3b3b3;
  width: 50%;
  padding-right: 50px;
}

.section-8 {
  margin-top: 50px;
}

.div-block-317 {
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
}

.text-block-45 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

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

.div-block-33 {
  margin-bottom: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-318 {
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.text-block-17 {
  margin-left: 5px;
}

.collection-list-wrapper-3 {
  padding-left: 0;
}

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

.link-block-5 {
  width: 100%;
  text-decoration: none;
}

.div-block-319 {
  justify-content: space-between;
  padding-top: 6px;
  padding-left: 4px;
  padding-right: 8px;
  display: flex;
}

.text-block-23 {
  font-size: 12px;
  font-weight: 700;
}

.div-block-320 {
  color: #279a4b;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.div-block-320.red {
  color: #9a2727;
}

.text-block-22 {
  text-transform: capitalize;
  max-width: 50%;
  font-size: 12px;
  font-weight: 700;
}

.text-block-46 {
  margin-right: 3px;
}

.lankashapes {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.faqblock {
  width: 504.513%;
  max-width: 600px;
  padding-left: 12px;
  padding-right: 12px;
}

.faqheader {
  text-align: center;
  margin-bottom: 25px;
}

.list {
  width: 100%;
  max-width: 940px;
  margin-bottom: 30px;
  padding-left: 10px;
}

.link-2 {
  color: #b4a892;
}

.whylankashapes {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.link-3 {
  color: #b4a892;
}

.nav-link-6:hover {
  color: #dbd4c7;
}

.nav-link-6.w--current {
  color: #b4a892;
}

.image-14 {
  width: 36px;
}

.link-block-6 {
  margin-left: 5px;
  padding: 5px;
}

.remove-button {
  color: #626262;
}

.search {
  margin-bottom: 0;
  display: flex;
}

.search-button {
  color: #fff;
  background-color: #fff0;
}

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

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

.checkout-button {
  background-color: #b4a892;
}

.image-114 {
  color: #fff;
  width: 80px;
}

.icon {
  color: #000;
}

.cart-quantity {
  color: #1d1d1d;
  background-color: #dbd4c7;
  margin-top: -12px;
  margin-left: -16px;
}

.navheader {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: 2vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.navheader.sub {
  width: 100%;
  margin-left: 0;
  padding-top: .3vw;
  padding-bottom: .3vw;
  position: static;
  top: 0;
}

.navbar-2 {
  background-color: #ddd0;
  width: 100%;
  height: 1vh;
  padding-left: 0;
  position: sticky;
  top: 0;
}

.navbar-2.sub {
  background-color: #e3e3e3;
  max-width: 100%;
  height: auto;
  padding-left: .5vw;
  padding-right: .5vw;
}

.error-state {
  background-color: #dbd4c7;
}

.socialicon {
  width: 20px;
}

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

.cart-button {
  color: #fff;
  background-color: #3898ec00;
  padding-top: 0;
  padding-bottom: 0;
}

.search-input {
  color: #fff;
  background-color: #fff0;
  border-radius: 20px;
  margin-bottom: 0;
}

.search-input::placeholder {
  color: #fff;
}

.search-input.sub {
  color: #000;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-top: 4px;
  padding-bottom: 4px;
}

.search-input.sub::placeholder {
  color: #000;
}

.div-block-321 {
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  width: 20px;
}

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

.small-whatsapp-icon {
  margin-right: 10px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.whatsapp-chat-2 {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 350px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
  -webkit-user-select: none !important;
  user-select: none !important;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  transform: scale(1.05);
}

.livechat-button {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.div-block-88 {
  border-radius: 500px;
  width: 40px;
  overflow: hidden;
}

.div-block-87 {
  border-radius: 500px;
  position: relative;
  overflow: visible;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 0 auto auto 0;
}

.live-icon.pos2 {
  width: 10px;
  height: 10px;
  display: flex;
  inset: auto 0% 0% auto;
}

.live-icon-chat {
  width: 100%;
  margin-right: 0;
}

.chat-section-2 {
  background-color: #e6ddd4;
  background-image: url('../images/backgroundwa.png');
  background-position: 0 0;
  background-size: 110%;
  height: 55%;
  padding: 16px 20px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-chat-link-2 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 20%;
  text-decoration: none;
  display: flex;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

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

.div-block-324 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

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

.image-115 {
  width: 100%;
}

.cart-button-2 {
  background-color: #2d2d2d;
}

.cartclass {
  margin-right: 10px;
}

.cart-quantity-2 {
  color: #000;
  -webkit-text-stroke-color: #131313;
}

.checkout-button-2 {
  background-color: #252525;
}

.text-block-47 {
  color: #191919;
  text-decoration: underline;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat-2 {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .image-14 {
    margin-left: 10px;
  }

  .div-block-322 {
    margin-right: 10px;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .cart-button-2 {
    background-color: #252525;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section {
    grid-template-columns: 48% 48%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-290, .div-block-320 {
    font-size: 1vw;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }
}

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

  .navbar-logo-left-container.shadow-three {
    min-width: 300px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary {
    display: none;
  }

  .button-primary.button3.onemore {
    justify-content: center;
    display: flex;
  }

  .button-primary.new {
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .button-primary.new.wire {
    margin-left: 0;
  }

  .button-primary.products {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px 8px;
    font-size: 12px;
    display: flex;
  }

  .button-primary.mobileshow {
    margin: 30px 20px;
    display: flex;
  }

  .section {
    grid-template-columns: 100%;
  }

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

  .heading-2 {
    border-bottom: 1px solid #000;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 6px;
  }

  .div-block-5.explain {
    padding-right: 20px;
  }

  .div-block-5.explain.first {
    justify-content: flex-start;
    padding-right: 20px;
  }

  .div-block-5.hide-this {
    display: none;
  }

  .image {
    width: auto;
    height: 50px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image.logo {
    aspect-ratio: auto;
    height: 60px;
    margin: 0;
  }

  .anouncement {
    padding: 12px 20px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .container-3 {
    justify-content: space-between;
  }

  .image-3, .image-4, .image-5, .image-6 {
    width: 100%;
  }

  .brand {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .menu-button-2 {
    margin-left: 60px;
  }

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

  .section-2 {
    display: none;
  }

  .div-block-9 {
    padding: 2px 2px 2px 8px;
  }

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

  .nav-menu {
    background-color: #dfdfdf;
    height: 95vh;
  }

  .div-block-13 {
    justify-content: center;
  }

  .div-block-13.order {
    margin-top: 40px;
  }

  .div-block-14 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu-2 {
    background-color: #ddd;
  }

  .paragraph-3 {
    margin-right: 20px;
  }

  .section-3 {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .div-block-21 {
    border-top: 1px solid #000;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .backholder {
    width: 200px;
  }

  .frontholder {
    width: 200px;
    margin-right: 10px;
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
  }

  .code-embed {
    width: 100%;
  }

  .link {
    color: silver;
  }

  .div-block-26 {
    border: 1px solid var(--black);
    background-color: #e8e8e8;
    border-radius: 500px;
    height: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .code-embed-2 {
    display: none;
  }

  .producthero {
    padding-left: 6px;
    padding-right: 6px;
  }

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

  .collection-list.home {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-29 {
    margin-left: -2px;
  }

  .greenpulse {
    margin-left: 2px;
    margin-right: 6px;
  }

  .div-block-31 {
    flex-flow: column;
  }

  .div-block-290 {
    font-size: 3vw;
  }

  .text-block-10 {
    margin-right: 0;
  }

  .div-block-145 {
    margin-bottom: 3vw;
  }

  .h1header {
    font-size: 16px;
    line-height: 18px;
  }

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

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

  .igoverlay {
    width: 4vw;
  }

  .text-block-38 {
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .div-block-144 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-right: 0;
  }

  .image-72 {
    width: 5vw;
  }

  .div-block-308 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .support {
    margin-bottom: 0;
    padding: 25px 5vw;
  }

  .link-block-4 {
    width: 33%;
    font-size: 12px;
  }

  .product-section {
    padding-top: 10px;
  }

  .div-block-309.grayt {
    margin-bottom: 5px;
  }

  .divflex.relative {
    flex-flow: column;
  }

  .divflex.center.line {
    border-top: 1px solid #000;
    margin-top: 0;
    padding-top: 4px;
  }

  .collection-list-4 {
    float: none;
    clear: none;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hlines {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .deliverydate.beigec {
    color: #000;
    font-size: 16px;
  }

  .image-112 {
    width: 20px;
  }

  .image-112.usp {
    width: 22px;
    margin-right: 5px;
  }

  .text-block-14 {
    margin-left: 3px;
  }

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

  .div-block-310 {
    margin-bottom: 40px;
  }

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

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

  .empty-state {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .productnameh {
    text-transform: capitalize;
    margin-top: 20px;
    font-size: 22px;
    line-height: 24px;
  }

  .productdescription.boldi {
    font-weight: 400;
  }

  .image-113 {
    width: 100%;
  }

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

  .div-block-311 {
    grid-template-columns: 1fr 1fr;
  }

  .half.stick {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .half.product {
    width: 100%;
  }

  .ctafeatures {
    color: #fff;
    background-color: #f0f0f0;
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 10px 20px;
    display: flex;
  }

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

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

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

  .text-block-44 {
    margin-left: 3px;
  }

  .div-block-316 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-317 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-33 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .div-block-318 {
    margin-bottom: 5px;
    padding-left: 0;
  }

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

  .div-block-320 {
    font-size: 3vw;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-14 {
    width: 10vw;
  }

  .search {
    display: none;
  }

  .image-114 {
    width: 60px;
    margin-left: 0;
  }

  .cart-quantity {
    background-color: #dbd4c7;
  }

  .navheader {
    margin-left: 0;
  }

  .navheader.sub {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .navbar-2.sub {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
  }

  .div-block-34 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
  }

  .nav-menu-3 {
    background-color: #fff;
    box-shadow: 0 2px 5px #0003;
  }

  .image-13 {
    width: 20px;
  }

  .menu-button-3 {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button-3.w--open {
    color: #000;
    background-color: #fff;
  }

  .whatsapp-chat-2 {
    width: 100%;
    height: 45vh;
    position: relative;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    margin-right: -10px;
    bottom: 10px;
    right: 0;
  }

  .div-block-324 {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-f21ba7e5-6030-0e58-8df8-52bc50f35a3f-87a775bb, #materials.w-node-_1f420644-b6ff-addd-acd9-496d6993b346-87a775bb, #materials.w-node-cc618ab7-e838-d189-3360-e122bb0e706b-87a775bb, #accessories.w-node-ced4f87b-1f67-bfe9-0c2d-3c520c8da0b3-87a775bb, #decorations.w-node-e5a80c77-4613-0b9d-26d4-39df8ded6778-87a775bb, #tools.w-node-_5b9e0b76-3419-3c37-1d67-8bc38229ba87-87a775bb, #decorations.w-node-c16b8a11-a45e-253e-1814-6cad90e4a854-87a775bb, #w-node-fdfec3e8-4d44-e1cf-f393-9fececf2c492-87a775bb, #w-node-f21ba7e5-6030-0e58-8df8-52bc50f35a3f-c3f03534, #w-node-_73cc1dd3-ab5f-ffd0-72fe-dab47aa8111e-c3f03534 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


