:root {
  --body-color: #4c4c4c;
  --primary: #0c0407;
  --white: white;
  --secondary: #333;
  --transparent: transparent;
  --border-clr: #ccc;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
}

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

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

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

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .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-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: var(--body-color);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

h1 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

h4 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

h5 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

h6 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

p {
  margin-bottom: 0;
  line-height: 24px;
}

ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.btn-inner-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

.nav-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-subscription-text {
  color: #0c0407;
  letter-spacing: -.01px;
  font-size: 14px;
}

.c-cart-thumb-wrap {
  flex: none;
  width: 100%;
  max-width: 168px;
  position: relative;
  overflow: hidden;
}

.c-cart-line-item-label {
  color: #0c0407;
  font-size: 24px;
  font-weight: 600;
}

.footer-subscription-input {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  width: 100%;
  height: 56px;
  padding: 18px 10px 17px 20px;
}

.footer-subscription-input:focus {
  border-color: #0c0407;
}

.footer-subscription-input::placeholder {
  color: #000;
  letter-spacing: -.01px;
  font-size: 14px;
}

.menu-bar {
  background-color: #000;
  width: 24px;
  height: 2px;
}

.menu-bar.bar-1.white, .menu-bar.bar-2.white, .menu-bar.bar-3.white {
  background-color: #fff;
}

.webflow-link {
  color: #000;
}

.c-cart-checkout-payment-apple {
  height: 40px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
}

.paragraph {
  color: #0c0407;
  letter-spacing: -.1px;
  font-size: 14px;
}

.submit-button {
  color: #0000;
  background-color: #0c0407;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 100%;
  height: 100%;
  padding-top: 9px;
  font-size: 0;
}

.colors-holder-item {
  border-radius: 8px;
  width: 100%;
  max-width: 235px;
  overflow: hidden;
}

.offer-text-wrap {
  z-index: 10;
  color: #fff;
  text-align: center;
  background-color: #0c0407;
  width: 150px;
  padding: 5px 20px;
  position: absolute;
  inset: 24px -34px auto auto;
  transform: rotate(45deg);
}

.offer-text-wrap.small {
  top: 10px;
  right: -52px;
}

.c-cart-close {
  color: #0c0407;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.search-close {
  color: #fff;
  cursor: pointer;
  transition: all .35s linear;
  position: absolute;
  top: 20px;
  right: 20px;
}

.search-close:hover {
  transform: scale(1.1);
}

.style-gide-section {
  padding-top: 210px;
  padding-bottom: 70px;
}

.footer-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #e8e8e8;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 80px;
  display: flex;
}

.section-spacing {
  padding-left: 20px;
  padding-right: 20px;
}

.c-cart-quantity {
  color: #0c0407;
  text-align: center;
  background-color: #0000;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 0;
  width: 54px;
  margin-bottom: 0;
}

.footer-subscription-from-block {
  width: 100%;
  max-width: 354px;
}

.footer-widget-link-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.btn-shape-2 {
  z-index: -1;
  background-color: #0c0407;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-110%);
}

.search-wrapper {
  background-color: #0c0407;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

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

.footer-widget-link-text {
  color: #0c0407;
  letter-spacing: -.01px;
  font-size: 14px;
  text-decoration: none;
}

.c-cart-price-wrap.mobile-only {
  display: none;
}

.style-gide-button-holder-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-cart-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.colors-holder-item-title {
  color: #0c0407;
  font-size: 20px;
  font-weight: 400;
}

.cart-quantity {
  color: #fff;
  text-align: center;
  background-color: #0c0407;
  border: 1px solid #0c0407;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: -8px -8px auto auto;
}

.cart-quantity.white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.c-cart-remove {
  color: #fc372d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.search-input {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  outline: none;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 50px;
}

.search-input:focus {
  border-bottom-color: #fff;
}

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

.c-cart-empty-btn {
  color: #fff;
  background-color: #0c0407;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  transition: all .35s linear;
  display: flex;
}

.c-cart-empty-btn:hover {
  background-color: #4c4c4c;
}

.search-icon-wrap {
  cursor: pointer;
}

.footer-left {
  grid-column-gap: 154px;
  grid-row-gap: 154px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.c-cart-list {
  max-height: 550px;
  padding: 0;
}

.footer-subscription-wrap {
  margin-bottom: 80px;
}

.cart-icon-wrap {
  background-color: #0000;
  padding: 0;
  position: relative;
}

.btn-icon-2 {
  flex: none;
  width: 20px;
  line-height: 1%;
}

.c-cart-empty-wrap {
  color: #0c0407;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.colors-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-widget-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.style-gide-headings-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.c-cart-footer-wrap {
  border-top-color: #e5e5e5;
  margin-top: 16px;
  padding: 12px 0 0;
}

.style-gide-headings-holder-item-text {
  color: #0c0407;
}

.btn-shape {
  z-index: -1;
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-110%);
}

.c-cart-empty-btn-wrap {
  margin-top: 20px;
}

.footer-bottom-right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.c-cart-option {
  font-weight: 600;
}

.colors-holder-item-bottom {
  background-color: #f9f9f9;
  padding: 16px;
}

.footer-widget-title-wrap {
  margin-bottom: 20px;
}

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

.footer-social-icon-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-cart-quantity-wrap {
  margin-bottom: 32px;
}

.btn-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

.footer-copyright-wrap {
  position: static;
}

.c-cart-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
}

.mavenflow-link {
  color: #000;
  text-decoration: underline;
}

.footer-subscription-text-wrap {
  width: 100%;
  max-width: 370px;
  margin-bottom: 24px;
}

.btn-inner-w-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

.btn-wrap-2-white {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  background-color: #0000;
  border: 1px solid #fff;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-wrap-2-white.hero-btn {
  padding: 14px 20px;
  font-weight: 500;
  line-height: 122%;
}

.btn-icon-2-white {
  flex: none;
  width: 20px;
  line-height: 1%;
}

.c-cart-line-item-value {
  color: #0c0407;
  font-size: 24px;
  font-weight: 600;
}

.nav-section {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.nav-section.white {
  background-color: #0000;
  border-bottom-color: #ffffff4d;
}

.c-cart-title-wrap {
  margin-bottom: 12px;
}

.nav-link {
  color: #0c0407;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
}

.search-close-icon {
  width: 30px;
  height: 30px;
}

.style-gide-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-rich-text h1 {
  letter-spacing: -.03em;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 120%;
}

.blog-rich-text h2 {
  letter-spacing: -.03em;
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 120%;
}

.blog-rich-text h3 {
  letter-spacing: -.03em;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 112%;
}

.blog-rich-text h4 {
  letter-spacing: -.04em;
  margin-bottom: 16px;
  font-size: 26px;
}

.blog-rich-text h5 {
  margin-bottom: 16px;
  font-size: 22px;
}

.blog-rich-text h6 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 120%;
}

.blog-rich-text p {
  margin-bottom: 16px;
}

.blog-rich-text img {
  width: 100%;
}

.blog-rich-text blockquote {
  color: var(--primary);
  background-color: #f6f6f6;
  border-left-style: none;
  margin-top: 44px;
  margin-bottom: 60px;
  padding: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.blog-rich-text li {
  color: var(--primary);
  letter-spacing: -.01em;
  margin-bottom: 16px;
  line-height: 122%;
}

.btn-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 20px;
  display: flex;
  overflow: hidden;
}

.c-cart-checkout-button {
  background-color: #0c0407;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 600;
  transition: all .35s linear;
  display: flex;
}

.c-cart-checkout-button:hover {
  background-color: #333;
}

.colors-holder-item-top {
  background-color: #f0f1ea;
  width: 100%;
  height: 150px;
}

.colors-holder-item-top.dark, .colors-holder-item-top.primary {
  background-color: #0c0407;
}

.c-cart-error-state {
  color: #0c0407;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin: 12px 0 0;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.style-gide-nav-link {
  color: #0c0407;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.style-gide-nav-link.w--current {
  color: #fff;
  background-color: #0c0407;
}

.style-gide-headings-holder-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f9f9f9;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.topbar-text-wrap {
  text-align: center;
}

.c-cart-title {
  color: #0c0407;
  font-size: 24px;
  font-weight: 600;
}

.nav-menu {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.btn-shape-white-2 {
  z-index: -1;
  background-color: #0c0407;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-110%);
}

.footer-social-link {
  color: #999;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  line-height: 1px;
  text-decoration: none;
  transition: all .3s linear;
  display: inline-flex;
}

.footer-social-link:hover {
  color: #000;
  transform: scale(1.2);
}

.style-gide-left {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  max-width: 300px;
  position: sticky;
  top: 120px;
}

.style-gide-nav {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.footer-section {
  padding-top: 80px;
  padding-bottom: 28px;
}

.footer-subscription-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.main-wrapper {
  margin-bottom: 0;
}

.nav-group-default {
  z-index: 9999;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.c-cart-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/search-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 50px;
  height: 100%;
  font-size: 0;
  transition: all .35s linear;
  position: absolute;
  inset: 0% 0% auto auto;
}

.search-button:hover {
  background-size: 26px 26px;
}

.c-cart-header {
  border-bottom-style: none;
  border-bottom-color: #e5e5e5;
  padding: 0 0 12px;
}

.footer-subscription-title-wrap {
  margin-bottom: 20px;
}

.style-gide-button-holder-item {
  padding: 15px;
}

.style-gide-button-holder-item.dark {
  background-color: #0c0407;
}

.user-icon-wrap {
  text-decoration: none;
}

.style-gide-group-title {
  color: #0c0407;
  font-weight: 600;
  line-height: 112%;
}

.c-cart-price {
  color: #0c0407;
  font-size: 24px;
  font-weight: 600;
}

.c-cart-container {
  max-width: 735px;
  padding: 32px;
}

.c-cart-empty-state {
  padding: 0;
  display: block;
}

.menu-bar-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: none;
}

.btn-shape-2-white {
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-110%);
}

.c-cart-content-right {
  flex: none;
}

.option-list {
  color: #0c0407;
  font-size: 16px;
  font-weight: 400;
}

.c-cart-header-title {
  color: #0c0407;
  letter-spacing: -.03em;
  font-size: 36px;
  line-height: 43px;
}

.btn-icon-white-2 {
  flex: none;
  width: 20px;
  line-height: 1%;
}

.topbar-section {
  background-color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-subscription-submit {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 4px;
  right: 4px;
}

.btn-wrap-white-2 {
  z-index: 1;
  color: #0c0407;
  letter-spacing: -.01em;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-wrap-white-2.hero-btn {
  padding: 14px 20px;
  font-weight: 500;
  line-height: 122%;
}

.logo-wrap {
  width: 100%;
  max-width: 91px;
  display: inline-block;
}

.style-gide-group-title-wrap {
  margin-bottom: 8px;
}

.style-gide-group {
  margin-bottom: 30px;
}

.offer-text.small {
  font-size: 10px;
}

.footer-layout {
  margin-left: auto;
  margin-right: auto;
}

.btn-icon {
  flex: none;
  width: 20px;
  line-height: 1%;
}

.style-gide-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

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

.btn-wrap {
  z-index: 1;
  color: #fff;
  background-color: #0c0407;
  border: 1px solid #0c0407;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 122%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-wrap.button-small {
  padding: 12px 20px;
}

.footer-subscription-from {
  position: relative;
}

.btn-wrap-2 {
  z-index: 1;
  color: #0c0407;
  letter-spacing: -.01em;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-wrap-2.products-btn {
  padding-left: 28px;
  padding-right: 28px;
}

.btn-wrap-2.stores-btn, .btn-wrap-2.explore-btn {
  letter-spacing: -.01em;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.c-cart-option-wrap {
  margin-bottom: 24px;
}

.footer-copyright {
  color: #0c0407;
  letter-spacing: -.1px;
  margin-left: 497px;
  margin-right: auto;
  padding-left: 0;
  font-size: 14px;
}

.hero-section {
  background-color: #72746c;
  min-height: 100vh;
  overflow: hidden;
}

.clients-info-name {
  letter-spacing: -.1px;
  font-size: 20px;
  line-height: 150%;
}

.instra-marquee-2 {
  justify-content: flex-end;
  display: flex;
}

.products-btn-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-title-layout {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.stores-layout {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f6f6f6;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
}

.clients-info-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.stores-thumb {
  width: 345px;
}

.collection-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.support-box-icon-wrap {
  margin-bottom: 20px;
}

.brand-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.brand-content {
  text-align: center;
  width: 100%;
  max-width: 590px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.stores-slider-arrow-icon {
  width: 20px;
  height: 20px;
  line-height: 1px;
}

.clients-info-text {
  color: #0c0407;
}

.collection-title {
  letter-spacing: -.3px;
  font-size: 48px;
  line-height: 112%;
}

.instra-section {
  padding-top: 80px;
  padding-bottom: 70px;
  overflow: hidden;
}

.clients-thumb {
  width: 595px;
}

.support-box-title-wrap {
  margin-bottom: 8px;
}

.categories-section {
  padding-top: 170px;
  padding-bottom: 70px;
  overflow: hidden;
}

.hero-wrapper {
  z-index: 1;
  flex-flow: column;
  min-height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.stores-section, .sellers-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.stores-num-wrap {
  margin-bottom: 40px;
}

.brand-marquee {
  display: flex;
}

.collection-content-thumb-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 490px;
  margin-bottom: 48px;
  display: grid;
}

.clients-content {
  width: 100%;
  max-width: 522px;
}

.scrolldown-btn-icon-wrap {
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.scrolldown-btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.instagram-thumb-wrap {
  z-index: 1;
  margin-right: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.clients-info-text-2 {
  color: #000;
}

.stores-title-wrap {
  margin-bottom: 20px;
}

.blog-layout {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-slider-arrow-left {
  color: #000;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s linear;
  display: flex;
  inset: -93px 70px auto auto;
}

.client-slider-arrow-left:hover {
  color: #fff;
  background-color: #000;
}

.hero-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}

.instra-layout {
  flex: none;
  align-items: center;
  display: flex;
}

.cateogry-slider-nav {
  display: none;
}

.stores-content {
  padding-left: 52px;
}

.hero-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sellers-layout {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.clients-thumb-wrap {
  width: 100%;
  max-width: 595px;
}

.stores-addres {
  color: #0c0407;
}

.instra-showcase-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.hero-title-wrap {
  margin-bottom: 28px;
  padding-right: 10px;
  overflow: hidden;
}

.clients {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #f6f6f6;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.collection-text {
  line-height: 150%;
}

.support-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  display: flex;
}

.client-slider-arrow-right {
  color: #000;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s linear;
  display: flex;
  inset: -93px 0% auto auto;
}

.client-slider-arrow-right:hover {
  color: #fff;
  background-color: #000;
}

.brand-marquee-layout {
  flex: none;
  align-items: center;
  display: flex;
}

.stores-addres-wrap {
  width: 100%;
  max-width: 236px;
  margin-bottom: 20px;
}

.clients-title-wrap {
  margin-bottom: 28px;
}

.instra-marquee {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.stores-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.instra-icon-wrap {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.support-box-title {
  font-size: 24px;
  line-height: 112%;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.stores-email {
  color: #0c0407;
  letter-spacing: -.1px;
  font-size: 20px;
}

.instagram-thumb {
  width: 233px;
}

.explore-section {
  padding-top: 80px;
  padding-bottom: 70px;
  overflow: hidden;
}

.instra-layout-2 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.stores-email-wrap {
  margin-bottom: 20px;
}

.brand-title-wrap {
  margin-bottom: 12px;
}

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

.explore-slider {
  background-color: #0000;
  height: auto;
}

.clients-text-wrap {
  width: 100%;
  max-width: 532px;
  margin-bottom: 68px;
}

.collection-thumb-wrap {
  width: 100%;
  max-width: 533px;
}

.stores-slider-arrow-right {
  color: #000;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s linear;
  display: flex;
  inset: -93px 0% auto auto;
}

.stores-slider-arrow-right:hover {
  color: #fff;
  background-color: #000;
}

.categories-slider-arrow-left {
  color: #000;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s linear;
  display: flex;
  inset: -93px 70px auto auto;
}

.categories-slider-arrow-left:hover {
  color: #fff;
  background-color: #000;
}

.explore-slider-arrow-right {
  color: #000;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s linear;
  display: flex;
  inset: -93px 0% auto auto;
}

.explore-slider-arrow-right:hover {
  color: #fff;
  background-color: #000;
}

.scrolldown-btn-icon {
  flex: none;
  width: 16px;
  line-height: 1%;
}

.collection-title-wrap {
  margin-bottom: 48px;
}

.hero-content-left {
  width: 100%;
  max-width: 348px;
  padding-top: 50px;
}

.hero-product-thumb {
  width: 100%;
}

.hero-text-slider-nav {
  display: none;
}

.hero-text-wrap {
  flex-flow: row;
  display: flex;
  overflow: hidden;
}

.explore-slide {
  margin-right: 20px;
}

.clients-text-2 {
  color: #000;
  letter-spacing: -.1px;
  font-size: 20px;
  line-height: 150%;
}

.categories-slide {
  margin-right: 20px;
}

.collection-text-wrap {
  width: 100%;
  max-width: 450px;
  margin-bottom: 28px;
}

.hero-thumb {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.hero-thumb.xs, .hero-thumb.lg {
  display: none;
}

.collection-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.hero-bottom-right {
  overflow: hidden;
}

.client-slider-arrow-icon {
  width: 20px;
  height: 20px;
  line-height: 1px;
}

.hero-text-slider-arrow {
  display: none;
}

.hero-btn-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.common-title {
  text-align: center;
  letter-spacing: -.3px;
  font-size: 48px;
  line-height: 112%;
}

.common-title.left {
  text-align: left;
  letter-spacing: -.3px;
  font-size: 48px;
}

.hero-text-slider {
  background-color: #0000;
  height: auto;
}

.clients-text {
  color: #0c0407;
  letter-spacing: -.1px;
  font-size: 20px;
  line-height: 150%;
}

.stores-slider {
  background-color: #0000;
  height: auto;
}

.support-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.categories-slider-arrow-icon {
  width: 20px;
  height: 20px;
  line-height: 1px;
}

.clients-star-wrap {
  margin-bottom: 32px;
}

.hero-product-wrap {
  width: 100%;
  max-width: 189px;
}

.brand-item {
  margin-right: 50px;
}

.hero-content-right {
  flex: none;
  overflow: hidden;
}

.clients-title {
  font-size: 24px;
  line-height: 112%;
}

.client-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.explore-slider-arrow-left {
  color: #000;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s linear;
  display: flex;
  inset: -93px 70px auto auto;
}

.explore-slider-arrow-left:hover {
  color: #fff;
  background-color: #000;
}

.hero-product-thumb-wrap {
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
}

.explore-slider-arrow-icon {
  width: 20px;
  height: 20px;
  line-height: 1px;
}

.client-slider {
  background-color: #0000;
  height: auto;
}

.stores-num {
  color: #0c0407;
  letter-spacing: -.1px;
  font-size: 20px;
}

.common-title-wrap {
  margin-bottom: 2.778vw;
}

.common-title-wrap.sellers-heading {
  text-align: center;
  margin-bottom: 40px;
}

.common-title-wrap.blog-heading {
  text-align: center;
  margin-bottom: 0;
}

.common-title-wrap.client-heading, .common-title-wrap.stores-heading {
  margin-bottom: 40px;
}

.common-title-wrap.cta-heading {
  text-align: center;
  margin-bottom: 40px;
}

.common-title-wrap.categories-heading, .common-title-wrap.explore-heading {
  margin-bottom: 40px;
}

.categories-slider-mask {
  width: 100%;
  max-width: 295px;
  overflow: visible;
}

.support-box-text {
  color: #0c0407;
}

.blog-cms-wrapper {
  margin-top: 40px;
}

.hero-product-title-icon-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.hero-thumb-wrap {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0 auto;
  overflow: hidden;
}

.hero-small-text-wrap {
  margin-bottom: 13px;
  overflow: hidden;
}

.blog-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.explore-slider-mask {
  width: 100%;
  max-width: 610px;
  overflow: visible;
}

.support-box-icon {
  width: 40px;
}

.brand-title {
  letter-spacing: -.3px;
  font-size: 48px;
  line-height: 112%;
}

.clients-author {
  width: 60px;
}

.categories-slider-arrow-right {
  color: #000;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s linear;
  display: flex;
  inset: -93px 0% auto auto;
}

.categories-slider-arrow-right:hover {
  color: #fff;
  background-color: #000;
}

.hero-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.stores-slider-arrow-left {
  color: #000;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s linear;
  display: flex;
  inset: -93px 70px auto auto;
}

.stores-slider-arrow-left:hover {
  color: #fff;
  background-color: #000;
}

.products-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.hero-product-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  letter-spacing: -.01em;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 116%;
  text-decoration: none;
  display: flex;
}

.hero-small-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.hero-title {
  color: #fff;
  letter-spacing: -.06em;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.brand-text {
  letter-spacing: -.01px;
  font-size: 20px;
}

.hero-layout {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 231px;
  padding-bottom: 68px;
  display: flex;
}

.collection-content {
  width: 100%;
  max-width: 663px;
}

.brand-marquee-wrap {
  overflow: hidden;
}

.products-layout-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.categories-slider {
  background-color: #0000;
  height: auto;
}

.nav-group-home {
  z-index: 9999;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hero-product-title-icon {
  flex: none;
  width: 16px;
  line-height: 1%;
}

.stores-thumb-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 694px;
  display: grid;
}

.collection-btn-wrap {
  display: inline-flex;
}

.sellers-products-price {
  color: #0c0407;
}

.sellers-products-title-wrap {
  margin-bottom: 4px;
}

.sellers-products-title {
  color: #0c0407;
  letter-spacing: -.1px;
  font-size: 20px;
  line-height: 150%;
  text-decoration: none;
}

.sellers-products-thumb-wrap {
  z-index: 1;
  margin-bottom: 12px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.contact-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.contact-address-wrap {
  width: 100%;
  max-width: 218px;
}

.contact-form {
  margin-bottom: 60px;
}

.contact-phn {
  color: #0c0407;
  line-height: 24px;
}

.contact-thumb-wrap {
  width: 100%;
  max-width: 476px;
}

.contact-info-title {
  font-size: 24px;
  line-height: 112%;
}

.contact-address {
  color: #0c0407;
  font-weight: 700;
  line-height: 24px;
}

.contact-content {
  width: 100%;
  max-width: 704px;
}

.contact-title-wrap {
  margin-bottom: 60px;
}

.contact-number-wrap {
  text-decoration: none;
}

.contact-input {
  color: #0c0407;
  border: 1px #000;
  border-bottom: 1px solid #d1d6d4;
  width: 100%;
  height: 33px;
  margin-bottom: 0;
  padding: 0 0 12px;
  font-weight: 400;
  transition: all .35s linear;
}

.contact-input:focus {
  border-bottom-color: #0c0407;
}

.contact-title {
  letter-spacing: -.5px;
  line-height: 96%;
}

.contact-info-title-wrap {
  margin-bottom: 24px;
}

.contact-number {
  color: #0c0407;
  font-weight: 700;
}

.contact-phn-wrap {
  margin-bottom: 4px;
}

.contact-us-wrap {
  margin-bottom: 0;
}

.contact-info-wrap-iteam {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-textarea {
  color: #0c0407;
  border: 1px #000;
  border-bottom: 1px solid #d1d6d4;
  height: 123px;
  min-height: 123px;
  margin-bottom: 0;
  padding: 0;
  transition: all .35s linear;
}

.contact-textarea:focus {
  border-bottom-color: #0c0407;
}

.contact-section {
  padding-top: 210px;
  padding-bottom: 70px;
}

.contact-textarea-wrap {
  margin-bottom: 32px;
}

.contact-input-wrap {
  margin-bottom: 40px;
}

.section-title-wrap.categori-haeding, .section-title-wrap.products-hero-title {
  margin-bottom: 0;
}

.section-title {
  letter-spacing: -.5px;
  line-height: 96%;
}

.client-section-2 {
  padding-top: 210px;
  padding-bottom: 70px;
}

.client-layout-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.categori-filter-toggle {
  border: 1px solid #e0e0e0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
}

.categories-layout {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.categori-filter-text {
  color: #0c0407;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.categori-heading-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.categori-filter-wrap {
  border: 1px solid #e0e0e0;
  flex: none;
}

.categori-filter-dropdown-list {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  inset: 100% 0% auto auto;
}

.categori-filter {
  z-index: 99;
}

.blog-section-2 {
  padding-top: 210px;
  padding-bottom: 70px;
}

.faq-tabs-contents {
  flex: 1;
  width: 100%;
  margin-left: 120px;
}

.faq-icon {
  z-index: 1;
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
}

.faq-icon-plus {
  background-color: #0c0407;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.faq-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.faq {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e5e5e5;
  padding: 8px 0 32px;
}

.faq-text-wrap {
  width: 100%;
  max-width: 665px;
  padding-bottom: 0;
  overflow: hidden;
}

.faq-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.faq-tabs-link {
  color: #0c0407;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  display: flex;
}

.faq-tabs-link.w--current {
  color: #fff;
  background-color: #0c0407;
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
}

.faq-tabs-link-icon {
  width: 20px;
  height: 20px;
  line-height: 1px;
}

.faq-title {
  color: #0c0407;
  letter-spacing: -.01px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 112%;
}

.faq-text {
  color: #4c4c4c;
  margin-top: 27px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.faq-section {
  padding-top: 210px;
  padding-bottom: 70px;
}

.faq-icon-minus {
  background-color: #0c0407;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.faq-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 285px;
  display: flex;
}

.products-section-2 {
  padding-top: 210px;
  padding-bottom: 70px;
}

.products-heading-layout {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.collection-layout-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.price-filter-dropdown-item {
  color: #4c4c4c;
  letter-spacing: -.01em;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 21px;
  transition: all .35s linear;
}

.price-filter-dropdown-item:hover, .price-filter-dropdown-item.w--current {
  color: #fff;
  background-color: #0c0407;
}

.filter-dropdown-toggle {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
}

.filter-dropdown-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.filter-dropdown-text {
  color: #000;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.filter-price-dropdown {
  z-index: 99;
  border: 1px solid #e0e0e0;
}

.price-filter-dropdown-list {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  inset: 100% 0% auto auto;
}

.privacy-content {
  margin-bottom: 60px;
}

.privacy-list-wrap {
  margin-top: 16px;
  margin-bottom: 16px;
}

.privacy-title-wrap {
  margin-bottom: 12px;
}

.privacy-text {
  letter-spacing: -.3px;
  font-size: 20px;
  line-height: 150%;
}

.privacy-list-item {
  color: #0c0407;
  letter-spacing: -.1px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.privacy-long-text-wrap {
  margin-bottom: 12px;
}

.privacy-long-text-wrap.last {
  margin-bottom: 0;
}

.privacy-long-text {
  letter-spacing: -.1px;
  font-size: 20px;
  line-height: 150%;
}

.privacy-hero-section {
  padding-top: 210px;
  padding-bottom: 50px;
}

.privacy-text-wrap {
  margin-bottom: 12px;
}

.privacy-text-wrap.last {
  margin-bottom: 0;
}

.privacy-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.privacy-section {
  padding-top: 50px;
}

.privacy-layout {
  width: 100%;
  max-width: 1030px;
}

.privacy-bottom-border {
  border-bottom: 1px solid #ccc;
  margin-top: 150px;
  margin-bottom: 80px;
  padding-bottom: 0;
}

.privacy-title {
  letter-spacing: -.3px;
  font-size: 48px;
  line-height: 112%;
}

.privacy-hero-title-wrap {
  margin-bottom: 16px;
}

.privacy-hero-title {
  letter-spacing: -.5px;
  line-height: 96%;
}

.privacy-hero-text {
  color: #0c0407;
  line-height: 24px;
}

.terms-hero-title-wrap {
  margin-bottom: 16px;
}

.terms-hero-text {
  color: #0c0407;
  line-height: 24px;
}

.terms-hero-section {
  padding-top: 210px;
  padding-bottom: 50px;
}

.terms-hero-title {
  letter-spacing: -.5px;
  line-height: 96%;
}

.about-text-wrap-2 {
  width: 100%;
  max-width: 469px;
}

.team-iteam-thumb {
  width: 295px;
}

.about-text {
  color: #0c0407;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.about-hero-section {
  padding-top: 210px;
  padding-bottom: 70px;
}

.faq-title-wrap-2 {
  text-align: center;
  margin-bottom: 40px;
}

.about-text-wrap {
  width: 100%;
  max-width: 550px;
}

.about-hero-left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.about-thumb {
  width: 555px;
}

.faq-title-2 {
  letter-spacing: -.3px;
  font-size: 48px;
  line-height: 112%;
}

.team-iteam-thumb-wrap {
  margin-bottom: 14px;
}

.about-title-wrap-2 {
  width: 100%;
  max-width: 510px;
  margin-bottom: 20px;
}

.about-hero-title, .team-title {
  letter-spacing: -.3px;
  font-size: 48px;
  line-height: 112%;
}

.team-iteam-title {
  font-size: 24px;
  line-height: 112%;
}

.about-short-text {
  color: #0c0407;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.about-title-2 {
  letter-spacing: .04px;
  font-size: 40px;
  line-height: 110%;
}

.team-sction {
  padding-top: 80px;
  padding-bottom: 70px;
}

.team-iteam-text {
  color: #0c0407;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.team-title-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.faq-content-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 836px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-short-text-wrap {
  width: 100%;
  max-width: 550px;
  margin-top: 20px;
}

.about-hero-thumb-wrap {
  width: 100%;
  max-width: 405px;
}

.about-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.about-title {
  letter-spacing: -.4px;
  font-size: 40px;
  line-height: 112%;
}

.team-iteam-title-wrap {
  margin-bottom: 14px;
}

.about-hero-layout {
  margin-top: 80px;
  position: relative;
}

.about-layout-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.faq-section-2 {
  padding-top: 80px;
  padding-bottom: 70px;
}

.about-hero-thumb-2-wrap {
  width: 100%;
  max-width: 330px;
  position: absolute;
  inset: -30% 0% auto auto;
}

.about-hero-text-wrap {
  width: 100%;
  max-width: 223px;
  margin-bottom: 247px;
}

.about-btn-wrap {
  margin-top: 60px;
}

.about-hero-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 511px;
  display: block;
}

.about-hero-text {
  color: #0c0407;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.about-title-wrap {
  width: 100%;
  max-width: 620px;
  margin-bottom: 40px;
}

.about-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-layout {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-content-text-wrap {
  width: 100%;
  max-width: 1080px;
}

.common-hero-title-wrap {
  margin-bottom: 16px;
}

.common-hero-layout.licenses {
  width: 100%;
  max-width: 637px;
}

.utility-content-title-wrap {
  margin-bottom: 28px;
}

.changelog-bottom-border {
  border-bottom: 1px solid #ccc;
  margin-top: 150px;
}

.utility-content-text-heilight {
  color: #0c0407;
  font-weight: 600;
}

.common-hero-text {
  color: #0c0407;
  line-height: 24px;
}

.changelog-section {
  padding-top: 50px;
  padding-bottom: 70px;
  overflow: hidden;
}

.common-hero-section {
  padding-top: 210px;
  padding-bottom: 50px;
}

.utility-content-text-link {
  color: #666;
  transition: all .35s linear;
  display: inline-block;
}

.utility-content-text-link:hover {
  color: #fc372d;
}

.common-hero-title {
  letter-spacing: -.5px;
  line-height: 96%;
}

.utility-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.utility-content-text {
  color: #666;
  letter-spacing: -.03px;
  font-size: 20px;
  line-height: 150%;
}

.utility-layout {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-content-title {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 110%;
}

.utility-content-title.mb-0 {
  letter-spacing: -.03em;
  margin-bottom: 0;
  line-height: 112%;
}

.changelog-version {
  letter-spacing: -.3px;
  font-size: 48px;
  line-height: 112%;
}

.changelog-text {
  letter-spacing: -.1px;
  font-size: 20px;
  line-height: 150%;
}

.changelog-version-wrap {
  margin-bottom: 12px;
}

.b-details-hero-title-wrap {
  max-width: 756px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.b-details-meta-item-text {
  color: #0c0407;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.b-details-meta-layout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-details-hero-content {
  text-align: center;
  margin-bottom: 32px;
}

.b-details-meta-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.b-details-hero-thumb-wrap {
  margin-bottom: 60px;
}

.b-details-hero-section {
  padding-top: 170px;
  padding-bottom: 70px;
}

.similar-articles-cms {
  margin-top: 40px;
}

.b-details-meta-item-icon {
  color: #0c0407;
  width: 16px;
  height: 16px;
}

.b-details-richtext-wrap {
  width: 100%;
  max-width: 920px;
}

.b-details-hero-title {
  letter-spacing: -.3px;
  font-size: 48px;
  line-height: 112%;
}

.care-instructions-title {
  letter-spacing: -.3px;
  font-size: 36px;
  line-height: 120%;
}

.product-details-price {
  color: #0c0407;
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.product-details-quantity {
  background-color: #0000;
  border-color: #e5e5e5;
  border-radius: 0;
  width: 55px;
  height: 40px;
  margin-bottom: 0;
}

.add-to-cart-btn {
  color: #fff;
  letter-spacing: -.01em;
  background-color: #0c0407;
  background-image: url('../images/shopping-bag-line.svg');
  background-position: 114px;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  margin-top: 0;
  padding-right: 38px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  transition: all .35s linear;
  display: flex;
}

.add-to-cart-btn:hover {
  background-color: #333;
}

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

.product-details-options-select {
  color: #0c0407;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  background-image: url('../images/arrow-down.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 12px 35px 12px 16px;
}

.product-details-options-label-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.product-details-oder-box-text {
  color: #0c0407;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.product-details-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 596px;
  display: flex;
}

.add-to-buy-btn {
  color: #fff;
  letter-spacing: -.01em;
  background-color: #0c0407;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  transition: all .35s linear;
  display: flex;
}

.add-to-buy-btn:hover {
  background-color: #333;
}

.product-details-sku-text-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-right: 1px solid #ccc;
  justify-content: flex-start;
  align-items: center;
  padding-right: 24px;
  display: flex;
}

.product-details-info-title {
  font-size: 18px;
  line-height: 150%;
}

.extra-image {
  height: auto;
}

.product-details-title {
  letter-spacing: -.1px;
  font-size: 40px;
  line-height: 150%;
}

.product-error-state {
  margin-top: 20px;
}

.product-details-sku-text {
  color: #0c0407;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.product-details-oder-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.product-details-options-button {
  letter-spacing: -.01em;
  background-color: #0000;
  border-color: #e5e5e5;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  transition: all .35s linear;
}

.product-details-options-button:hover {
  color: #fff;
  background-color: #000;
  border-color: #0c0407;
}

.product-details-options-button.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #0c0407;
  border-color: #0c0407;
}

.product-details-options-button.w--ecommerce-pill-disabled {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.product-overview-wrap {
  margin-bottom: 20px;
}

.product-details-info-wrap {
  margin-bottom: 0;
}

.product-overview-title-wrap, .care-instructions-title-wrap {
  margin-bottom: 20px;
}

.product-details-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
}

.product-details-category-text-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-details-sku-info-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
  display: flex;
}

.product-details-cart-wrap {
  margin-bottom: 40px;
}

.product-details-category-cms {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.extra-image-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.product-details-category-text {
  color: #0c0407;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.product-details-title-wrap {
  margin-bottom: 12px;
}

.product-overview-title {
  letter-spacing: -.3px;
  font-size: 36px;
  line-height: 120%;
}

.empty-category {
  color: #0c0407;
  background-color: #0000;
  padding: 0;
  font-size: 14px;
}

.product-details-options-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  margin-bottom: 0;
}

.product-details-info-title-wrap, .product-details-oder-box-icon-wrap {
  margin-bottom: 12px;
}

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

.product-details-oder-box-text-wrap {
  width: 100%;
  max-width: 100%;
}

.product-details-price-wrap {
  margin-bottom: 28px;
}

.product-details-right {
  flex: 1;
}

.product-details-section {
  padding-top: 170px;
  padding-bottom: 70px;
}

.extra-image-item {
  overflow: hidden;
}

.product-details-addtocart-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-details-main-image-block {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.product-details-options-label {
  color: #0c0407;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.customer-info-input {
  background-color: #fff;
  border-style: none;
  border-radius: 0;
  height: 54px;
}

.shipping-method-item-radio {
  accent-color: #0c0407;
}

.shipping-method-wrap {
  background-color: #f8f8f8;
  margin-bottom: 21px;
  padding: 28px;
}

.payment-info-form-wrap {
  margin-bottom: 20px;
}

.oder-item-thumb-wrap {
  width: 100%;
  max-width: 134px;
  position: relative;
  overflow: hidden;
}

.shipping-address-label {
  color: #0c0407;
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 150%;
}

.shipping-address-input {
  background-color: #fff;
  border-style: none;
  border-radius: 0;
  height: 54px;
  margin-bottom: 0;
}

.oder-item-title {
  color: #0c0407;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.shipping-address-dropdown-input {
  background-color: #fff;
  border-style: none;
  border-radius: 0;
  height: 54px;
}

.oder-item-content {
  margin-left: 0;
  margin-right: 0;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.customer-info-label {
  color: #0c0407;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 150%;
}

.oder-item-quantity-text {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 150%;
}

.shipping-method-item-price {
  color: #0c0407;
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.order-items-wrap {
  background-color: #f8f8f8;
  margin-bottom: 0;
  padding: 28px;
}

.line-item {
  margin-bottom: 16px;
}

.checkout-left {
  flex: 1;
  max-width: 692px;
  margin-right: 0;
}

.shipping-address-form-gird-wrap {
  margin-bottom: 20px;
}

.payment-info-wrap {
  background-color: #f8f8f8;
  margin-bottom: 21px;
  padding: 28px;
}

.checkout-button-apple {
  width: 100%;
  height: 40px;
}

.customer-info-form {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.checkout-right {
  background-color: #f8f8f8;
  flex: 1;
  max-width: 490px;
  padding: 28px;
}

.oder-item-price, .shipping-method-item-title {
  color: #0c0407;
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.shipping-address-form {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.oder-summary-btn-wrap {
  margin-top: 20px;
}

.shipping-method-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom-style: none;
}

.checkout-layout {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.line-item-text {
  color: #0c0407;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.order-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.shipping-address-form-wrap {
  margin-bottom: 20px;
}

.checkout-form {
  background-color: #fff;
  padding-top: 190px;
  padding-bottom: 70px;
}

.shipping-address-wrap {
  background-color: #f8f8f8;
  margin-top: 0;
  margin-bottom: 21px;
  padding: 28px;
}

.checkout-common-header {
  background-color: #0000;
  border-style: none;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

.shipping-method-item-text {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 150%;
}

.web-payments {
  margin-bottom: 16px;
}

.checkbox {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.shipping-address-input-2 {
  background-color: #fff;
  border-style: none;
  border-radius: 0;
  height: 54px;
  margin-top: 12px;
  margin-bottom: 0;
}

.oder-item-thumb {
  width: 100%;
  height: auto;
}

.oder-summary-btn {
  letter-spacing: -.01em;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 112%;
  display: flex;
}

.checkout-common-title {
  font-size: 32px;
  line-height: 120%;
}

.oder-summary-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.shipping-method-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left-style: none;
  border-right-style: none;
  flex-flow: column;
  display: flex;
}

.customer-info-wrap {
  background-color: #f8f8f8;
  margin-bottom: 21px;
  padding: 28px;
}

.oder-summary {
  margin-bottom: 0;
}

.order-items-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.paypal-checkout-left {
  max-width: 692px;
}

.payment-info, .shipping-method {
  background-color: #f8f8f8;
  margin-bottom: 16px;
  padding: 28px;
}

.customer-info-row-top-title {
  color: #0c0407;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.customer-info-row-top {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.customer-info-content-row {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.customer-info-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.paypal-checkout-form {
  background-color: #fff;
  padding-top: 190px;
  padding-bottom: 70px;
}

.customer-info-row-top-content {
  margin-bottom: 0;
}

.customer-info-row-top-text {
  color: #0c0407;
  letter-spacing: -.01em;
  margin-bottom: 0;
  margin-right: 4px;
  font-size: 14px;
  line-height: 150%;
}

.paypal-checkout-layout {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.customer-info {
  background-color: #f8f8f8;
  margin-bottom: 16px;
  padding: 28px;
}

.customer-info-row-bottom {
  padding-left: 0;
  padding-right: 0;
}

.oder-confirmation-layout {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.oder-confirmation {
  background-color: #fff;
  padding-top: 190px;
  padding-bottom: 70px;
}

.shipping-method-item-2 {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.shipping-method-item-text-2 {
  color: #0c0407;
  font-size: 14px;
  line-height: 150%;
}

.shipping-method-item-title-2 {
  color: #0c0407;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.auth-content {
  text-align: center;
  width: 100%;
  max-width: 410px;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
}

.auth-btn-wrap {
  margin-bottom: 24px;
}

.auth-info-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.sing-in-section {
  padding-top: 210px;
  padding-bottom: 70px;
}

.auth-form-wrap {
  padding-left: 0;
  padding-right: 0;
}

.auth-btn {
  color: #fff;
  letter-spacing: -.1px;
  background-color: #0c0407;
  width: 100%;
  height: 40px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 112%;
}

.auth-bottom-border {
  border-bottom: 1px solid #ccc;
}

.auth-info-text {
  color: #0c0407;
  letter-spacing: -.1px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
}

.auth-info-text._2 {
  margin-left: auto;
  margin-right: auto;
}

.reset {
  color: var(--primary);
  letter-spacing: -.1px;
  margin-top: -8px;
  padding-top: 27px;
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
}

.auth-heading-title {
  letter-spacing: -.05px;
  font-size: 48px;
  line-height: 96%;
}

.auth-input {
  color: #0c0407;
  border: 1px solid #d1d6d4;
  height: 54px;
  margin-bottom: 0;
  padding: 10px 24px;
  transition: all .3s linear;
}

.auth-input:focus {
  border-color: #0c0407;
}

.auth-input::placeholder {
  color: #666;
  letter-spacing: -.1px;
  font-size: 14px;
}

.auth-label {
  color: #0c0407;
  text-align: left;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.auth-input-wrap {
  margin-bottom: 24px;
}

.auth-heading-title-wrap {
  margin-bottom: 40px;
}

.error-message {
  color: var(--primary);
  text-align: left;
  margin: 20px 0 0;
  padding: 16px;
  line-height: 1.5;
  position: static;
}

.auth-heading-title-icon {
  width: 60px;
  margin-bottom: 20px;
}

.auth-checkbox {
  accent-color: #0c0407;
  margin-top: 21px;
  padding-top: 0;
}

.auth-checkbox-wrap {
  text-align: left;
  margin-bottom: 20px;
}

.auth-heading-title-wrap-2 {
  margin-bottom: 20px;
}

.auth-reditect-wrap {
  margin-top: 10px;
}

.auth-info-text-wrap-2 {
  margin-bottom: 20px;
}

.error-sub-title {
  font-size: 32px;
  line-height: 120%;
}

.error-section {
  padding-top: 270px;
  padding-bottom: 180px;
}

.error-text-wrap, .error-title-wrap {
  margin-bottom: 40px;
}

.error-sub-title-wrap {
  margin-bottom: 20px;
}

.error-content {
  text-align: center;
  width: 100%;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
}

.error-title {
  letter-spacing: -.3px;
  font-size: 300px;
  font-weight: 600;
  line-height: 230px;
}

.error-text {
  font-size: 16px;
  line-height: 150%;
}

.categories-products-thumb-wrap {
  margin-bottom: 12px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.categories-products-thumb {
  width: 100%;
}

.categories-products-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.categories-products-title {
  color: #0c0407;
  letter-spacing: -.01px;
  font-size: 20px;
  line-height: 150%;
  text-decoration: none;
}

.categories-products-icon-wrap {
  color: #000;
  text-decoration: none;
}

.categories-products-icon {
  color: #0c0407;
  width: 20px;
  height: 20px;
}

.explore-products-title-wrap {
  margin-bottom: 2px;
}

.explore-products-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.explore-products-text {
  color: #0c0407;
}

.explore-products-btn-wrap {
  flex: none;
}

.explore-products-thumb-wrap {
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.explore-products-thumb {
  width: 610px;
}

.explore-products-text-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.explore-products-title {
  color: #0c0407;
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.products-text {
  color: #0c0407;
}

.products-title-wrap {
  margin-bottom: 4px;
}

.products-thumb {
  width: 295px;
}

.products-thumb-wrap {
  z-index: 1;
  margin-bottom: 12px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.products-title {
  color: #0c0407;
  letter-spacing: -.01px;
  font-size: 20px;
  line-height: 150%;
  text-decoration: none;
}

.blog-box-time-icon {
  color: #0c0407;
  width: 16px;
  height: 16px;
  line-height: 1px;
}

.blog-box-content {
  width: 100%;
  max-width: 391px;
}

.blog-box-thumb-wrap {
  margin-bottom: 16px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.blog-box-date-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.blog-box-date-text {
  color: #0c0407;
  letter-spacing: -.01px;
  font-size: 14px;
  font-weight: 500;
}

.blog-box-info-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.blog-box-title-wrap {
  margin-bottom: 16px;
  text-decoration: none;
}

.blog-box-time-text {
  color: #0c0407;
  letter-spacing: -.01px;
  font-size: 14px;
  font-weight: 500;
}

.blog-box-time-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-box-date-icon {
  color: #0c0407;
  width: 16px;
  height: 16px;
  line-height: 1px;
}

.blog-box-title {
  font-size: 24px;
  line-height: 112%;
  transition: all .35s linear;
}

.blog-box-title:hover {
  color: #333;
}

.category-filter-dropdown-item {
  color: #4c4c4c;
  letter-spacing: -.01em;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 21px;
  transition: all .35s linear;
}

.category-filter-dropdown-item:hover, .category-filter-dropdown-item.w--current {
  color: #fff;
  background-color: #0c0407;
}

.product-details-category-link {
  color: #0c0407;
  letter-spacing: -.1px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.password-form {
  margin-top: 50px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.password-form-layout {
  width: 100%;
  max-width: 570px;
}

.password-form-label {
  color: var(--primary);
  letter-spacing: -.03em;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 600;
  line-height: 112%;
}

.password-form-input {
  width: 100%;
  height: 61px;
  margin-bottom: 20px;
  padding: 20px 24px;
}

.password-form-btn {
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: -.01em;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 112%;
  transition: all .35s linear;
}

.password-form-btn:hover {
  background-color: var(--secondary);
}

.return-text-wrap {
  text-align: center;
}

.return-text {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: none;
}

.password-error {
  color: var(--primary);
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.user-accout-wrapper {
  background-color: var(--transparent);
  min-height: auto;
  padding: 0;
}

.my-account-wrap {
  border: 1px solid #e0e0e0;
  padding: 30px;
}

.my-account-heading-wrap {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e0e0e0;
  margin-bottom: 40px;
  padding: 0 0 20px;
}

.my-account-content {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-bottom: 0;
  padding: 0;
}

.my-account-heading {
  font-size: 40px;
  line-height: 112%;
}

.success-message {
  color: var(--primary);
  text-align: left;
  background-color: #f2f2f2;
  margin-top: 20px;
  padding: 16px;
  line-height: 1.5;
  position: static;
}

.auth-btn-2 {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: -.01em;
  height: 40px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 112%;
  transition: all .35s linear;
}

.auth-btn-2:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.auth-btn-3 {
  color: var(--primary);
  letter-spacing: -.01em;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  height: 40px;
  margin-left: 13px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 112%;
  transition: all .35s linear;
}

.auth-btn-3:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.auth-input-desible {
  color: var(--primary);
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  width: 100%;
  height: 54px;
  margin-bottom: 0;
  padding: 10px 24px;
}

.auth-input-desible:focus {
  border: 1px solid var(--primary);
}

.auth-input-desible::placeholder {
  color: #666;
  letter-spacing: -.01em;
  font-size: 14px;
}

.search-result-section {
  padding-top: 210px;
  padding-bottom: 70px;
}

.search-result-layout {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.search-card-title-wrap {
  margin-bottom: 10px;
}

.search-card-title {
  color: var(--primary);
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.password-separator {
  border-top: 1px solid var(--border-clr);
  width: 1240px;
  max-width: 100%;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.subscription-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.subscription-thumb {
  width: 90px;
}

.subscription-content-title {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
}

.subscription {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.subscription-content-row {
  margin-top: 15px;
}

.subscription-right-price {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
}

.subscription-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.subscription-cancel {
  background-color: var(--primary);
  color: var(--white);
  padding: 10px 20px;
}

.user-log-in-log-out {
  box-sizing: border-box;
  color: var(--body-color);
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  width: 100px;
  height: 0;
  margin-top: 0;
  margin-left: 0;
  padding: 12px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: none;
  position: fixed;
  overflow: clip;
}

@media screen and (max-width: 991px) {
  .search-close {
    top: 10px;
  }

  .style-gide-section {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .footer-top {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .footer-subscription-from-block {
    max-width: 100%;
  }

  .search-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .footer-subscription-wrap {
    margin-bottom: 40px;
  }

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

  .nav-middle {
    background-color: #fff;
    border-top: 1px solid #0c0407;
    width: 100%;
    padding: 40px 20px;
    display: none;
    position: absolute;
    inset: 100% auto auto 0%;
  }

  .nav-middle.dark {
    background-color: #000;
  }

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

  .footer-subscription-text-wrap {
    max-width: 100%;
  }

  .btn-wrap-2-white {
    padding: 14px 22px;
  }

  .btn-wrap-2-white.hero-btn {
    font-size: 16px;
  }

  .nav-link {
    font-size: 24px;
    transition: all .35s linear;
  }

  .nav-link:hover {
    opacity: .8;
    transform: scale(.9);
  }

  .style-gide-layout {
    flex-flow: column;
  }

  .blog-rich-text h2 {
    font-size: 30px;
  }

  .blog-rich-text h3 {
    font-size: 26px;
  }

  .blog-rich-text h4 {
    font-size: 24px;
  }

  .blog-rich-text h5 {
    font-size: 20px;
  }

  .blog-rich-text h6 {
    font-size: 18px;
  }

  .blog-rich-text blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
  }

  .nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .style-gide-left {
    max-width: 100%;
    top: 120px;
  }

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

  .main-wrapper {
    margin-bottom: 0;
  }

  .c-cart-container {
    max-width: 700px;
  }

  .menu-bar-wrap {
    cursor: pointer;
    display: flex;
  }

  .topbar-section {
    padding-top: 1.042vw;
    padding-bottom: 1.042vw;
  }

  .btn-wrap-white-2 {
    padding: 14px 22px;
  }

  .btn-wrap-white-2.hero-btn {
    font-size: 16px;
  }

  .btn-wrap, .btn-wrap-2 {
    padding: 14px 22px;
  }

  .btn-wrap-2.products-btn {
    width: auto;
    padding: 14px 22px;
  }

  .btn-wrap-2.stores-btn, .btn-wrap-2.explore-btn {
    width: auto;
  }

  .clients-info-name {
    font-size: 16px;
  }

  .products-btn-wrap {
    text-align: center;
  }

  .stores-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  .collection-layout {
    flex-flow: column;
  }

  .brand-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .clients-info-text {
    font-size: 14px;
  }

  .collection-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .instra-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .categories-section {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .hero-wrapper {
    min-height: auto;
  }

  .stores-section, .sellers-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .stores-num-wrap {
    margin-bottom: 20px;
  }

  .collection-content-thumb-wrap {
    flex-flow: column;
    max-width: 600px;
    margin-bottom: 28px;
  }

  .clients-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .clients-info-text-2 {
    font-size: 14px;
  }

  .blog-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .client-slider-arrow-left {
    top: -82px;
  }

  .hero-text {
    font-size: 24px;
  }

  .stores-content {
    width: 100%;
    padding-left: 0;
  }

  .hero-top {
    margin-bottom: 80px;
  }

  .sellers-layout {
    grid-template-columns: 1fr 1fr;
  }

  .clients-thumb-wrap {
    width: 100%;
  }

  .clients {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .support-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .client-slider-arrow-right {
    top: -82px;
  }

  .clients-title-wrap {
    margin-bottom: 16px;
  }

  .stores-title {
    font-size: 26px;
  }

  .collection-content-thumb {
    width: 100%;
  }

  .support-box-title {
    font-size: 22px;
  }

  .stores-email {
    font-size: 18px;
  }

  .explore-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .stores-email-wrap {
    margin-bottom: 10px;
  }

  .clients-text-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .collection-thumb-wrap {
    max-width: 100%;
  }

  .stores-slider-arrow-right, .categories-slider-arrow-left, .explore-slider-arrow-right {
    top: -82px;
  }

  .collection-title-wrap {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .hero-content-left {
    max-width: 400px;
  }

  .clients-star {
    height: 16px;
  }

  .clients-text-2 {
    font-size: 16px;
  }

  .hero-thumb.xl {
    object-position: 50% 100%;
    display: none;
  }

  .hero-thumb.xs {
    object-position: 50% 100%;
  }

  .hero-thumb.lg {
    object-position: 50% 100%;
    display: block;
  }

  .collection-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .common-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .common-title.left {
    font-size: 40px;
  }

  .clients-text {
    font-size: 16px;
  }

  .support-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .clients-star-wrap {
    margin-bottom: 20px;
  }

  .brand-item {
    margin-right: 40px;
  }

  .clients-title {
    font-size: 22px;
  }

  .client-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .explore-slider-arrow-left {
    top: -82px;
  }

  .stores-num {
    font-size: 18px;
  }

  .categories-slider-mask {
    max-width: 200px;
  }

  .blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .explore-slider-mask {
    max-width: 340px;
  }

  .brand-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .categories-slider-arrow-right {
    top: -82px;
  }

  .collection-thumb {
    width: 100%;
  }

  .stores-slider-arrow-left {
    top: -82px;
  }

  .products-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-small-text {
    font-size: 18px;
  }

  .hero-title {
    font-size: 50px;
  }

  .brand-text {
    font-size: 16px;
  }

  .hero-layout {
    padding-top: 130px;
    padding-bottom: 90px;
  }

  .collection-content {
    max-width: 100%;
  }

  .products-layout-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .stores-thumb-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .sellers-products-title {
    font-size: 18px;
  }

  .sellers-products-thumb {
    width: 100%;
  }

  .contact-layout {
    flex-flow: column;
  }

  .contact-form {
    margin-bottom: 40px;
  }

  .contact-thumb {
    width: 100%;
  }

  .contact-thumb-wrap {
    max-width: 100%;
  }

  .contact-info-title {
    font-size: 22px;
  }

  .contact-content {
    max-width: 100%;
  }

  .contact-title-wrap {
    margin-bottom: 40px;
  }

  .contact-title {
    font-size: 50px;
  }

  .contact-section {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .section-title-wrap {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 50px;
  }

  .client-section-2 {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .categories-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-section-2 {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .faq-tabs-contents {
    margin-left: 0;
  }

  .faq-tabs {
    flex-flow: column;
    margin-top: 0;
  }

  .faq-section {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .faq-tabs-menu {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .products-section-2 {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .products-heading-layout {
    margin-bottom: 40px;
  }

  .collection-layout-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .privacy-content {
    margin-bottom: 40px;
  }

  .privacy-text, .privacy-long-text {
    font-size: 18px;
  }

  .privacy-hero-section {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .privacy-section {
    padding-top: 40px;
  }

  .privacy-bottom-border {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .privacy-title {
    font-size: 30px;
  }

  .privacy-hero-title {
    font-size: 60px;
  }

  .terms-hero-section {
    padding-top: 177px;
  }

  .terms-hero-title {
    font-size: 60px;
  }

  .about-text-wrap-2 {
    max-width: 100%;
  }

  .about-hero-section {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .about-text-wrap {
    max-width: 100%;
  }

  .about-hero-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .about-thumb {
    width: 100%;
  }

  .faq-title-2 {
    font-size: 40px;
  }

  .about-title-wrap-2 {
    max-width: 100%;
  }

  .about-hero-title {
    font-size: 36px;
  }

  .team-title {
    font-size: 40px;
  }

  .team-iteam-title {
    font-size: 20px;
  }

  .about-title-2 {
    font-size: 36px;
  }

  .team-sction {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-short-text-wrap {
    max-width: 100%;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-title {
    font-size: 36px;
  }

  .team-iteam-title-wrap {
    margin-bottom: 10px;
  }

  .about-hero-layout {
    margin-top: 0;
  }

  .about-layout-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
  }

  .faq-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-hero-thumb-2-wrap {
    max-width: 140px;
    top: 0%;
  }

  .about-hero-text-wrap {
    margin-bottom: 50px;
  }

  .about-btn-wrap {
    margin-top: 30px;
  }

  .about-title-wrap {
    max-width: 100%;
    margin-bottom: 30px;
  }

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

  .team-layout {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .changelog-bottom-border {
    margin-top: 40px;
  }

  .changelog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .common-hero-section {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .common-hero-title {
    font-size: 50px;
  }

  .utility-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .utility-content-text {
    font-size: 16px;
  }

  .utility-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .utility-content-title {
    margin-bottom: 0;
    font-size: 30px;
  }

  .changelog-version {
    font-size: 30px;
  }

  .changelog-text {
    font-size: 18px;
  }

  .b-details-hero-thumb-wrap {
    margin-bottom: 30px;
  }

  .b-details-hero-section {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .b-details-hero-title {
    font-size: 40px;
  }

  .product-default-state {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-details-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 100%;
  }

  .product-overview-wrap {
    margin-bottom: 40px;
  }

  .product-details-info-wrap {
    margin-bottom: 0;
  }

  .product-details-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-bottom: 80px;
  }

  .product-details-sku-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .product-details-cart-wrap {
    margin-bottom: 20px;
  }

  .extra-image-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .product-details-price-wrap {
    margin-bottom: 20px;
  }

  .product-details-right {
    width: 100%;
    max-width: 100%;
  }

  .product-details-section {
    padding-bottom: 40px;
  }

  .product-details-main-image-block {
    height: auto;
  }

  .shipping-method-wrap {
    margin-bottom: 20px;
    padding: 20px;
  }

  .shipping-method-item-price {
    font-size: 16px;
  }

  .order-items-wrap {
    padding: 20px;
  }

  .checkout-left {
    width: 100%;
    max-width: 100%;
  }

  .payment-info-wrap {
    margin-bottom: 20px;
    padding: 20px;
  }

  .checkout-right {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .checkout-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .shipping-address-wrap {
    margin-bottom: 20px;
    padding: 20px;
  }

  .checkout-common-title {
    font-size: 30px;
  }

  .customer-info-wrap {
    margin-bottom: 20px;
    padding: 20px;
  }

  .paypal-checkout-left {
    width: 100%;
    max-width: 100%;
  }

  .payment-info, .shipping-method {
    margin-bottom: 20px;
    padding: 20px;
  }

  .paypal-checkout-form {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .paypal-checkout-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .customer-info {
    margin-bottom: 20px;
    padding: 20px;
  }

  .oder-confirmation-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .oder-confirmation {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .auth-content {
    margin-bottom: 80px;
  }

  .sing-in-section {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .auth-heading-title {
    font-size: 50px;
    line-height: 110%;
  }

  .auth-heading-title-wrap, .auth-heading-title-wrap-2 {
    margin-bottom: 40px;
  }

  .error-sub-title {
    font-size: 28px;
    line-height: 112%;
  }

  .error-section {
    padding-top: 190px;
    padding-bottom: 100px;
  }

  .error-title-wrap {
    margin-bottom: 20px;
  }

  .error-title {
    font-size: 200px;
    line-height: 1;
  }

  .categories-products-title {
    font-size: 16px;
  }

  .explore-products-content-wrap {
    flex-flow: column;
  }

  .explore-products-title {
    font-size: 18px;
  }

  .products-thumb {
    width: 100%;
  }

  .products-title {
    font-size: 18px;
  }

  .blog-box-content {
    max-width: 100%;
  }

  .blog-box-title {
    font-size: 20px;
  }

  .password-form {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .password-form-label {
    font-size: 40px;
  }

  .my-account-heading {
    font-size: 30px;
  }

  .search-result-section {
    padding-top: 177px;
    padding-bottom: 40px;
  }

  .search-result-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .search-card-title {
    font-size: 16px;
  }

  .password-separator {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c-cart-thumb-wrap {
    max-width: 130px;
  }

  .c-cart-line-item-label {
    font-size: 20px;
  }

  .footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 40px;
  }

  .footer-subscription-from-block {
    margin-bottom: 0;
  }

  .footer-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }

  .c-cart-price-wrap.mobile-only {
    margin-bottom: 12px;
    display: block;
  }

  .c-cart-content-wrap {
    flex-flow: wrap;
  }

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .c-cart-content-left {
    width: 100%;
  }

  .footer-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .c-cart-list {
    max-height: 300px;
  }

  .colors-holder {
    grid-template-columns: 1fr 1fr;
  }

  .topbar-text {
    font-size: 12px;
    line-height: 1.5;
  }

  .c-cart-quantity-wrap {
    margin-bottom: 12px;
  }

  .c-cart-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-cart-line-item-value {
    font-size: 20px;
  }

  .blog-rich-text h1 {
    font-size: 36px;
  }

  .blog-rich-text h2 {
    font-size: 26px;
  }

  .blog-rich-text h3 {
    font-size: 24px;
  }

  .blog-rich-text h4 {
    font-size: 22px;
  }

  .blog-rich-text blockquote {
    font-size: 18px;
  }

  .c-cart-title, .c-cart-price {
    font-size: 20px;
  }

  .c-cart-container {
    max-width: 90%;
    padding: 20px;
  }

  .c-cart-content-right {
    display: none;
  }

  .c-cart-header-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .topbar-section {
    padding-top: 1.408vw;
    padding-bottom: 1.408vw;
  }

  .style-gide-right {
    overflow: hidden;
  }

  .c-cart-option-wrap {
    margin-bottom: 12px;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-title-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
  }

  .stores-layout {
    padding: 20px;
  }

  .stores-thumb {
    width: 100%;
  }

  .stores-slider-arrow-icon {
    width: 18px;
    height: 18px;
  }

  .collection-title {
    font-size: 30px;
  }

  .clients-content {
    max-width: 100%;
    padding: 30px;
  }

  .instagram-thumb-wrap {
    width: 170px;
  }

  .blog-layout {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .client-slider-arrow-left {
    width: 40px;
    height: 40px;
    top: -72px;
    right: 60px;
  }

  .hero-text {
    font-size: 20px;
  }

  .stores-content {
    padding: 0;
  }

  .hero-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    margin-bottom: 40px;
  }

  .sellers-layout {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .brand-item-thumb {
    height: 40px;
  }

  .clients-thumb-wrap {
    max-width: 100%;
  }

  .clients {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-right: 0;
  }

  .support-layout {
    grid-template-columns: 1fr 1fr;
  }

  .client-slider-arrow-right {
    width: 40px;
    height: 40px;
    top: -72px;
    right: 0%;
  }

  .stores-title {
    font-size: 24px;
  }

  .support-box-title {
    font-size: 20px;
  }

  .explore-slider {
    padding-bottom: 60px;
  }

  .stores-slider-arrow-right, .categories-slider-arrow-left {
    width: 40px;
    height: 40px;
    top: -72px;
  }

  .explore-slider-arrow-right {
    width: 40px;
    height: 40px;
    inset: auto auto 0% 60px;
  }

  .hero-content-left {
    padding-top: 0;
  }

  .clients-text-2 {
    font-size: 16px;
  }

  .hero-bottom-right {
    display: none;
  }

  .client-slider-arrow-icon {
    width: 18px;
    height: 18px;
  }

  .hero-btn-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .common-title, .common-title.left {
    font-size: 30px;
  }

  .clients-text {
    font-size: 16px;
  }

  .categories-slider-arrow-icon {
    width: 18px;
    height: 18px;
  }

  .hero-product-wrap {
    display: none;
  }

  .brand-item {
    margin-right: 30px;
  }

  .clients-title {
    font-size: 20px;
  }

  .explore-slider-arrow-left {
    width: 40px;
    height: 40px;
    inset: auto auto 0% 0%;
  }

  .explore-slider-arrow-icon {
    width: 18px;
    height: 18px;
  }

  .support-box-text {
    font-size: 14px;
  }

  .brand-title {
    font-size: 30px;
  }

  .categories-slider-arrow-right {
    width: 40px;
    height: 40px;
    top: -72px;
  }

  .hero-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .stores-slider-arrow-left {
    width: 40px;
    height: 40px;
    top: -72px;
    right: 60px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 50px;
  }

  .brand-text {
    font-size: 16px;
  }

  .hero-layout {
    grid-column-gap: 270px;
    grid-row-gap: 270px;
    flex-flow: column-reverse;
    height: auto;
    padding-top: 170px;
    padding-bottom: 60px;
  }

  .products-layout-2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .stores-thumb-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-info-title {
    font-size: 20px;
  }

  .contact-title {
    font-size: 40px;
  }

  .contact-info-wrap-iteam {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-title {
    font-size: 40px;
  }

  .categories-layout {
    grid-template-columns: 1fr 1fr;
  }

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

  .faq-title {
    font-size: 18px;
  }

  .faq-text {
    font-size: 14px;
  }

  .products-heading-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .privacy-content {
    margin-bottom: 30px;
  }

  .privacy-text, .privacy-long-text {
    font-size: 16px;
  }

  .privacy-hero-title, .terms-hero-title {
    font-size: 40px;
  }

  .about-hero-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-title-2, .about-hero-title, .team-title {
    font-size: 30px;
  }

  .team-iteam-title {
    font-size: 18px;
  }

  .about-title-2 {
    font-size: 30px;
  }

  .about-hero-thumb-wrap {
    max-width: 100%;
  }

  .about-title {
    font-size: 30px;
  }

  .about-hero-thumb-2-wrap {
    max-width: 100%;
    margin-top: 40px;
    position: static;
    inset: auto auto 0% 0%;
  }

  .about-hero-text-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .about-title-wrap {
    margin-bottom: 20px;
  }

  .team-layout {
    grid-template-columns: 1fr 1fr;
  }

  .common-hero-section {
    padding-bottom: 40px;
  }

  .common-hero-title {
    font-size: 40px;
  }

  .utility-content-title {
    font-size: 28px;
  }

  .utility-content-title.mb-0 {
    font-size: 26px;
  }

  .changelog-text {
    font-size: 16px;
  }

  .b-details-hero-title, .care-instructions-title {
    font-size: 30px;
  }

  .product-details-oder-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .product-overview-title {
    font-size: 30px;
  }

  .shipping-method-wrap {
    padding: 20px;
  }

  .oder-item-title {
    font-size: 18px;
  }

  .order-items-wrap, .payment-info-wrap, .checkout-right {
    padding: 20px;
  }

  .oder-item-price {
    font-size: 16px;
  }

  .shipping-method-item-title {
    font-size: 18px;
  }

  .shipping-address-wrap {
    padding: 20px;
  }

  .checkout-common-title {
    font-size: 26px;
  }

  .customer-info-wrap {
    padding: 20px;
  }

  .auth-heading-title {
    font-size: 40px;
  }

  .auth-input {
    height: 50px;
  }

  .auth-heading-title-wrap, .auth-heading-title-wrap-2 {
    margin-bottom: 30px;
  }

  .error-sub-title {
    font-size: 24px;
  }

  .error-title {
    font-size: 150px;
  }

  .error-text {
    font-size: 16px;
  }

  .password-form-label {
    font-size: 30px;
  }

  .my-account-wrap {
    padding: 20px;
  }

  .my-account-heading-wrap {
    margin-bottom: 20px;
  }

  .my-account-heading {
    font-size: 26px;
  }

  .search-result-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 479px) {
  .c-cart-thumb-wrap {
    max-width: 100%;
  }

  .c-cart-line-item-label {
    font-size: 16px;
  }

  .paragraph {
    font-size: 12px;
  }

  .offer-text-wrap {
    top: 14px;
    right: -50px;
  }

  .style-gide-button-holder-layout {
    grid-template-columns: 1fr;
  }

  .c-cart-content-wrap {
    width: 100%;
  }

  .footer-left {
    grid-template-columns: 1fr;
  }

  .c-cart-list {
    max-height: 600px;
  }

  .colors-holder {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .footer-bottom-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .c-cart-option {
    font-size: 14px;
  }

  .nav-middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .footer-copyright-wrap {
    text-align: center;
    flex: 0 auto;
    margin-right: 40px;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
  }

  .c-cart-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .btn-wrap-2-white.hero-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-cart-line-item-value {
    font-size: 16px;
  }

  .nav-link, .c-cart-title {
    font-size: 20px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .c-cart-price {
    font-size: 16px;
  }

  .topbar-section {
    padding-top: 2.133vw;
    padding-bottom: 2.133vw;
  }

  .btn-wrap-white-2.hero-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .style-gide-right {
    width: 100%;
    max-width: 100%;
  }

  .footer-copyright {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    display: block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .stores-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 20px;
  }

  .brand-section, .instra-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .categories-section {
    padding-bottom: 40px;
  }

  .stores-section {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .sellers-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-content-thumb-wrap {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .clients-content {
    padding: 20px;
  }

  .instagram-thumb-wrap {
    width: 140px;
  }

  .client-slider-arrow-left {
    inset: auto auto 0% 0%;
  }

  .hero-text {
    font-size: 18px;
  }

  .hero-top {
    margin-bottom: 0;
  }

  .sellers-layout {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brand-item-thumb {
    height: 35px;
  }

  .stores-addres {
    font-size: 16px;
  }

  .hero-title-wrap {
    margin-bottom: 20px;
  }

  .support-layout {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .client-slider-arrow-right {
    inset: auto auto 0% 60px;
  }

  .stores-addres-wrap {
    max-width: 100%;
  }

  .stores-title {
    font-size: 22px;
  }

  .collection-content-thumb {
    width: 100%;
  }

  .support-box-title, .stores-email {
    font-size: 16px;
  }

  .explore-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .stores-slider-arrow-right {
    inset: auto auto 0% 80px;
  }

  .categories-slider-arrow-left {
    inset: auto auto 0% 0%;
  }

  .hero-thumb {
    max-width: 100%;
  }

  .hero-thumb.xs {
    object-fit: cover;
    object-position: 50% 100%;
    display: block;
  }

  .hero-thumb.lg {
    display: none;
  }

  .collection-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-bottom-right {
    display: none;
  }

  .hero-btn-wrap {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: wrap;
  }

  .stores-slider {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 60px;
  }

  .support-section, .client-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .client-slider {
    padding-bottom: 60px;
  }

  .stores-num {
    font-size: 16px;
  }

  .support-box-text {
    line-height: 20px;
  }

  .hero-thumb-wrap {
    width: 100%;
    max-width: 100%;
  }

  .hero-small-text-wrap {
    margin-bottom: 4px;
  }

  .blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .categories-slider-arrow-right {
    inset: auto auto 0% 60px;
  }

  .stores-slider-arrow-left {
    inset: auto auto 0% 20px;
  }

  .products-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-small-text {
    font-size: 16px;
  }

  .hero-title {
    letter-spacing: -.04em;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
  }

  .brand-text {
    font-size: 14px;
  }

  .hero-layout {
    grid-column-gap: 290px;
    grid-row-gap: 290px;
    flex-flow: column-reverse;
    padding-top: 170px;
    padding-bottom: 20px;
  }

  .products-layout-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .categories-slider {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .stores-thumb-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .sellers-products-price, .sellers-products-title {
    font-size: 14px;
  }

  .contact-address-wrap {
    max-width: 100%;
  }

  .contact-info-title {
    font-size: 18px;
  }

  .contact-address {
    font-size: 14px;
  }

  .contact-title {
    font-size: 30px;
  }

  .contact-number {
    font-size: 14px;
  }

  .section-title {
    font-size: 30px;
  }

  .client-section-2 {
    padding-bottom: 40px;
  }

  .categories-layout {
    grid-template-columns: 1fr 1fr;
  }

  .blog-section-2 {
    padding-bottom: 40px;
  }

  .faq-title {
    font-size: 16px;
  }

  .products-section-2 {
    padding-bottom: 40px;
  }

  .collection-layout-2 {
    grid-template-columns: 1fr;
  }

  .price-filter-dropdown-item {
    padding: 8px 12px;
    font-size: 12px;
  }

  .privacy-section {
    padding-top: 40px;
  }

  .privacy-bottom-border {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .privacy-title {
    font-size: 26px;
  }

  .privacy-hero-title {
    font-size: 30px;
  }

  .terms-hero-section {
    padding-bottom: 40px;
  }

  .terms-hero-title {
    font-size: 30px;
  }

  .team-iteam-thumb {
    width: 100%;
  }

  .team-sction, .about-section, .faq-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-layout {
    grid-template-columns: 1fr;
  }

  .utility-content-text-heilight {
    overflow-wrap: anywhere;
  }

  .changelog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .common-hero-title {
    font-size: 30px;
  }

  .utility-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .utility-content-title {
    font-size: 26px;
  }

  .product-details-sku-text-wrap {
    border-right-style: none;
  }

  .product-details-title {
    font-size: 30px;
    line-height: 120%;
  }

  .product-details-oder-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .product-details-sku-info-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .product-details-oder-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .product-details-oder-box-icon-wrap {
    margin-top: 2px;
    margin-bottom: 0;
  }

  .product-details-oder-box-text-wrap, .oder-item-thumb-wrap {
    max-width: 100%;
  }

  .shipping-method-item {
    flex-flow: column;
  }

  .order-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .auth-heading-title {
    font-size: 30px;
  }

  .auth-heading-title-icon {
    width: 40px;
  }

  .error-sub-title {
    font-size: 20px;
    line-height: 110%;
  }

  .error-title {
    font-size: 140px;
  }

  .categories-products-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .categories-products-title {
    font-size: 14px;
    display: block;
  }

  .explore-products-content-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .products-text {
    font-size: 14px;
  }

  .products-title {
    font-size: 14px;
    display: block;
  }

  .blog-box-thumb {
    width: 100%;
  }

  .blog-box-title {
    font-size: 20px;
  }

  .category-filter-dropdown-item {
    padding: 8px 12px;
    font-size: 12px;
  }

  .password-form-label {
    font-size: 26px;
  }

  .search-result-layout {
    grid-template-columns: 1fr;
  }
}


