html, body {
  overscroll-behavior-x: none;
}
.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-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-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountsinput {
  height: 38px;
  width: auto;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  min-width: 0;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.35em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

p {
  margin-bottom: 0;
}

.section-hero {
  min-height: 82vh;
  background-color: #080808;
  flex-direction: row;
  justify-content: center;
  display: flex;
  margin-top: 60px;
}

.wrapper-slider {
  width: 100%;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  width: 100%;
  height: 100%;
  max-width: 1500px;
  background-color: transparent;
  justify-content: center;
  align-items: stretch;
}

.slider.clip {
  overflow: hidden;
}

.slide-content {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  border-radius: 24px;
}

.slide-content.flex-bottom {
  align-items: flex-end;
  padding-bottom: 120px;
}

.slider-background-wrapper {
  width: 100vw;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.slider-background-wrapper.small {
  width: 100%;
  height: 100%;
}

.slider-background {
  background-image: url('../images/3_1944x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  /* border-radius: 24px; */
  overflow: hidden;
  border: 1px #000 solid;
}

.slider-background.three {
  background-image: url('../images/2_1944x.webp');
}

.slider-background.four {
  background-image: url('../images/5_1_1944x.webp');
}

.slider-background.five {
  background-image: url('../images/him.jpg');
}

.slider-background.six {
  background-image: url('../images/Image013-1.jpg');
}

.slider-background.seven {
  background-image: url('../images/Image016-1.jpg');
}

.slide-nav {
  height: 48px;
  min-height: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  font-size: 6px;
  display: flex;
  top: auto;
  bottom: 48px;
  left: 0;
  right: 0;
  transform: none;
}

.slide-nav.tablet-mobile-slide-nav {
  height: 36px;
  align-items: flex-end;
  display: none;
  bottom: 0;
}

.slide-nav.small {
  height: 12px;
}

.slide-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 48px;
  left: 0;
  right: auto;
}

.slide-arrow.right {
  left: auto;
  right: 0;
}

.body {
  color: #000;
  background-color: #080808;
  font-family: Generalsans, sans-serif;
}

.slide-heading {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.25em;
}

.slide-heading.xl {
  font-size: 120px;
  line-height: 1em;
}

.slide-heading.small {
  letter-spacing: .07em;
  font-size: 36px;
  line-height: 1.35em;
}

.slider-arrow {
  width: 15px;
}

.grid-wrapper {
  z-index: 25;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-wrapper.clip {
  justify-content: center;
  justify-items: center;
  overflow: hidden;
}

.nav-link {
  height: 100%;
  color: #FFF !important;
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  position: static;
}

.nav-link.w--current {
  color: #fff;
}

.section {
  z-index: 10;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.section.no-padding {
  padding: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.clip {
  overflow: hidden;
}

.section.grey {
  background-color: #f4f8fa;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.bottom-border {
  border-bottom: 1px solid #e4e9ec;
}

.overlay {
  background-color: rgba(8, 8, 8, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.gradient {
  background-color: rgba(8, 8, 8, 0);
  background-image: linear-gradient(rgba(7, 9, 12, 0) 30%, rgba(7, 9, 12, .1) 55%, rgba(7, 9, 12, .25));
}

.overlay.light {
  background-color: rgba(8, 8, 8, .05);
}

.slide-intro {
  z-index: 100;
  max-width: 800px;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.slide-intro.small {
  max-width: 400px;
  grid-row-gap: 24px;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px 14px 28px;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.button.dark {
  color: #fff;
  background-color: #080808;
  line-height: 1.5em;
}

.mask, .clip {
  overflow: visible;
}

.nav-content {
  grid-column-gap: 40px;
    grid-row-gap: 16px;
    color: #fff;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    display: grid;
}

.brand {
  width: 150px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  
}

.navbar {
  height: 60px;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  z-index: 99;
}

.nav-menu {
  justify-content: flex-start;
  display: flex;
}

.menu-wrapper {
  grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    display: grid;
}

.back-button-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  font-size: 11px;
  text-decoration: none;
  display: grid;
}

.subtitle {
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
}

.subtitle.light {
  color: #fff;
}

.subtitle.small {
  letter-spacing: 3px;
  font-size: 11px;
}

.cart-item-wrapper {
  width: 100%;
  border-top: 1px #e5ebf0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.option-list {
  color: #667479;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}

.default-state {
  height: 100%;
  max-height: 100vh;
  flex: 0 auto;
  justify-content: space-between;
  padding: 0;
  overflow: hidden;
}

.dynamic-quantity {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  letter-spacing: 0;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.cart-footer {
  border-top-style: solid;
  border-top-color: #e4e9ec;
  flex: 0 auto;
  padding: 28px 40px 24px;
}

.product-quantity {
  width: 30px;
  height: 18px;
  color: #596066;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(244, 248, 250, 0);
  border-style: solid;
  border-color: #e5ebf0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 6px;
  padding: 1px 0 0 3px;
  font-size: 10px;
  font-weight: 300;
  line-height: .8em;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.product-quantity:focus {
  border-color: #99a7ac;
}

.cart-button {
  color: #000;
  background-color: rgba(56, 152, 236, 0);
  padding: 0;
}

.checkout-actions {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.cart-top {
  z-index: 50;
  width: 100%;
  height: 60px;
  min-height: 60px;
  color: #080808;
  letter-spacing: .02em;
  text-transform: none;
  background-color: #f4f8fa;
  border-bottom: 1px #e5ebf0;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.cart-item-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.order-details {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 24px;
  margin-right: 0;
  display: flex;
}

.cart-list {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #e4e9ec;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 16px;
  padding: 36px 24px 36px 0;
  display: grid;
  overflow: auto;
}

.inside-cart-quantity {
  grid-column-gap: 2px;
  grid-row-gap: 16px;
  letter-spacing: 0;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  font-size: 12px;
  display: grid;
}

.cart-content {
  z-index: 5000;
  cursor: pointer;
  background-color: rgba(8, 8, 8, .7);
}

.cart-item {
  width: 100%;
  border-top: 1px #f4f8fa;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cart-line-item {
  color: #000;
  letter-spacing: .02em;
  text-transform: none;
  border-bottom: 1px solid #e5ebf0;
  margin-bottom: 30px;
  padding-bottom: 28px;
  font-size: 15px;
}

.cart-container {
  max-height: 100vh;
  max-width: 625px;
  min-width: 380px;
  box-shadow: none;
  cursor: default;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

.cart-image {
  width: 90px;
  height: 100%;
  max-width: 90px;
  min-width: 90px;
  object-fit: cover;
}

.quantity-cart-item {
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.close-cart {
  border-bottom-style: none;
  padding: 0 48px 0 0;
}

.close-button {
  width: 100%;
  height: 100%;
  color: #596066;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  text-decoration: none;
  display: flex;
}

.cart-quantity {
  height: auto;
  min-width: 0;
  color: #fff;
  letter-spacing: 0;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
}

.cart-item-top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 36px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cart-item-top.small {
  margin-bottom: 12px;
}

.cart-title {
  letter-spacing: .02em;
  text-transform: none;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 500;
}

.cart-title.small {
  margin-bottom: 4px;
}

.cart-item-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cart-bottom {
  justify-content: space-between;
  display: flex;
}

.checkout-button {
  min-height: 60px;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  font-size: 11px;
  display: flex;
}

.remove-button {
  color: #596066;
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.price {
  color: #667479;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.price.large {
  font-size: 15px;
  font-weight: 400;
}

.invert-image {
  width: 16px;
  filter: invert();
}

.right-nav {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.cart-wrapper {
  height: 36px;
  min-height: 36px;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  display: grid;
}

.stacked-content {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
  position: relative;
}

.stacked-content.large {
  grid-row-gap: 140px;
  grid-template-rows: auto;
}

.stacked-content.medium {
  grid-row-gap: 80px;
}

.stacked-content.centered {
  text-align: center;
  justify-content: center;
  justify-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.stacked-content.small {
  grid-row-gap: 26px;
}

.wrapper-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.wrapper-intro.centered {
  text-align: center;
  grid-template-columns: 1fr;
  justify-items: center;
}

.product-grid {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dynamic-price {
 
  grid-column-gap: 16px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.product-title {
  letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    line-height: 1.3em;
    display: flex;
    color: #000;
    justify-content: space-between;
    font-weight: 400;
}

.product-title span{
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.showcase-products .product-card-info .product-title{
  font-weight: 600;
  font-size: 18px;
}



.product-title.large {
  font-size: 26px;
}

.background-product {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background-product img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-slide-card .background-product img{
  width: 100%;
}

.indicator-fill {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.card-image-wrapper {
  height: 100%;
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  padding: 14px 16px 18px;
  display: grid;
}

.image-indicator {
  z-index: 20;
  height: 5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-card {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-card.one {
  z-index: 3;
}

.image-card.two {
  z-index: 2;
}

.image-card.three {
  z-index: 1;
  display: block;
}

.image-card.two {
  z-index: 2;
}

.image-card.three {
  z-index: 1;
  display: block;
}

.image-card.one {
  z-index: 3;
}

.card-image {
  height: 35vw;
  max-height: 650px;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px #000 solid;
}

.card-image.extra-large {
  height: 44vw;
  max-height: 700px;
}

.card-image.large {
  height: 35vw;
  max-height: 500px;
}

.product-card {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #080808;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.related-products {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-wrapper {
  color: #080808;
  background-color: #fff;
  font-family: Generalsans, sans-serif;
  font-weight: 400;
}

.nav-base {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  color: #080808;
  background-color: #e31e25 !important;
}

.background {
  background-image: url('../images/Image001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.shop-background {
  background-image: url('../images/Image007-2.jpg');
  background-position: top center;
}

.background.faq-background {
  background-image: url('../images/faq.jpg');
}

.background.checkout-background {
  background-image: url('../images/5_1_1944x-p-800.webp');
}

.background.contact-background {
  background-image: url('../images/Image002-1.jpg');
}

.action-heading-wrapper {
  min-height: auto;
  color: #fff;
  white-space: nowrap;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.dual-button {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rotating-text {
  padding-right: 60px;
}

.background-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer {
  background-color: #080808;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-content {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.page-content.top-pad {
  padding-top: 65px;
}

.slider-testimonials {
  width: 100%;
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  padding-bottom: 60px;
  display: flex;
}

.testimonial {
  width: 100%;
  height: 100%;
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mask-testimonials {
  width: 60%;
  overflow: visible;
}

.testimonial-arrow {
  width: 20%;
  border: 1px #e4e9ec;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-arrow {
  z-index: 5;
  width: 48px;
  height: 48px;
  background-color: #07090c;
  border: 1px #e4e9ec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: -38px;
  bottom: auto;
  left: -30px;
  right: auto;
}

.arrow-cover {
  z-index: 25;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.centered-intro {
  max-width: 525px;
  grid-column-gap: 40px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.body-display {
  color: #667479;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display span{
  font-weight: 600;
  display: block;
}

.body-display a{
  color: #000;
  text-decoration: none !important;
}

.body-display.light {
  color: #fff;
}

.body-display.small, .body-display.extra-small {
  font-size: 15px;
}

.body-display.small span{
  font-weight: 600;
  color: #000;
}

.body-display.large {
  font-size: 20px;
}

.wrapper-testimonials {
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: visible;
}

.product-slider {
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  display: flex;
}

.product-mask {
  width: 33.33%;
  overflow: visible;
}

.product-slide-card {
  padding-left: 3px;
  padding-right: 3px;
}

.dark-slide-arrow {
  width: 48px;
  height: 48px;
  background-color: #080808;
  border: 1px #e4e9ec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 90px;
}

.action-section {
  min-height: 750px;
  justify-content: center;
  align-items: stretch;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.featured-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 0;
  display: grid;
}

.featured-item-image {
  min-height: 35vw;
  background-color: #f4f8fa;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.featured-item-image.second {
  background-color: #f4f8fa;
  margin-top: 10vw;
}

.featured-item-image.third {
  margin-top: 20vw;
}

.heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35em;
}

.heading.large {
  font-size: 42px;
}

.heading.small {
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}

.heading.extra-large {
  font-size: 52px;
}

.sticky-heading {
  max-width: 300px;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 20vw;
  padding-left: 0;
  padding-right: 60px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.underline-link {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px #e4e9ec;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: grid;
}

.underline-link.light {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .5);
}

.arrow-icon {
  width: 14px;
}

.arrow-icon.invert {
  filter: none;
}

.arrow-icon.large {
  width: 18px;
}

.image {
  width: 17vw;
  height: 13vw;
  max-height: 200px;
  max-width: 275px;
  margin-top: 0;
  margin-bottom: -36px;
  position: relative;
  overflow: hidden;
}

.image.full-width {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.full-width-slider-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.basic-slider {
  width: 100%;
  height: 100%;
  max-width: 1500px;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.basic-mask {
  width: 100%;
  overflow: visible;
}

.basic-slide-wrapper {
  min-height: 700px;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 3px;
  margin-right: 3px;
  padding: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.basic-slide-content {
  z-index: 25;
  max-width: 475px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.stacked-intro.center {
  justify-items: center;
}

.stacked-intro.small {
  grid-row-gap: 18px;
}

.stacked-intro.large {
  grid-row-gap: 48px;
}

.stacked-intro.no-gap{
  grid-row-gap: 0;
}

.stacked-intro.centered {
  text-align: center;
  justify-content: center;
  justify-items: center;
}

.stacked-intro.medium {
  grid-row-gap: 36px;
}

.action-background {
  background-image: url('../images/2_1944x.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-content {
  min-height: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-hero {
  min-height: 500px;
  color: #fff;
  justify-content: center;
  padding-top: 250px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.product-gallery {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -3px;
  display: flex;
}

.collection-item {
  width: 50%;
  min-width: 50%;
  margin-bottom: 3px;
  padding: 3px 3px 0;
  position: relative;
  overflow: hidden;
}

.collection-item:first-child {
  height: 100%;
  max-height: none;
  min-width: 100%;
  padding-top: 0;
}

.collection-list-wrapper {
  padding-left: 3px;
  padding-right: 3px;
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
}

.back-button-wrapper {
  position: absolute;
  top: 36px;
  bottom: auto;
  left: 5vw;
  right: auto;
}

.product-left {
  position: relative;
}

.product-wrapper {
  grid-column-gap: 6.5vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 500px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.product-sidebar {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: stretch;
  align-items: start;
  padding-top: 60px;
  padding-bottom: 0;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
}

.product-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-page-title {
  font-size: 30px;
  font-weight: 600;
}

.product-price {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  color: #667479;
  letter-spacing: .04em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  font-size: 18px;
  font-weight: 300;
  display: grid;
}

.product-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px #e4e9ec;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.product-block:last-child {
  border-bottom-style: none;
}

.product-block.no-bottom-padding {
  padding-bottom: 0;
}

.block-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #667479;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  display: grid;
}

.block-title {
  color: #080808;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.product-option {
  color: #667479;
  text-align: center;
  letter-spacing: .1em;
  white-space: nowrap;
  border-color: #e4e9ec;
  border-radius: 3px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 1em;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.product-option:hover {
  border-color: #99a7ac;
}

.product-option.w--ecommerce-pill-selected {
  color: #080808;
  background-color: #fff;
  border-color: #667479;
}

.button-group {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  justify-content: space-between;
  justify-items: start;
  margin-bottom: 0;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
}

.add-to-cart-button {
  width: 100%;
  min-height: 60px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #080808;
  border-radius: 100px;
  justify-content: center;
  margin-top: 24px;
  font-size: 12px;
  display: flex;
}

.add-to-cart-button.grey {
  color: #000;
  background-color: #e4e9ec;
  margin-top: 12px;
}

.product-gallery-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.add-to-cart {
  border-top: 1px rgba(228, 233, 236, .6);
  border-bottom: 1px #f4f8fa;
  padding-top: 0;
  padding-bottom: 12px;
}

.feature-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-radius: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.product-details {
  grid-column-gap: 28px;
  grid-row-gap: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  display: grid;
}

.add-to-cart-default {
  margin-bottom: 0;
}

.feature-item {
  grid-column-gap: 22px;
  grid-row-gap: 20px;
  color: #667479;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-weight: 400;
  display: grid;
}

.feature-item .body-display{
  display: flex;
  justify-content: space-between;
}

.feature-item .body-display span{
  display: inline-block;
}

.feature-icon {
  width: 22px;
  opacity: .55;
  filter: none;
}

.tab-list {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e4e9ec;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-title {
  z-index: 25;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #080808;
  letter-spacing: .15em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  display: grid;
  position: relative;
}

.hover-cover {
  background-color: #f4f8fa;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-bottom-content {
  border-top: 1px #e4e9ec;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 24px;
}

.stripe{
  text-decoration: line-through;
}

.tab-top {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 28px 0;
  text-decoration: none;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top:hover {
  padding-left: 0;
  padding-right: 0;
}

.lottie-tab-icon {
  z-index: 10;
  width: 14px;
  opacity: .5;
  filter: invert();
  position: relative;
}

.tab-bottom {
  background-color: #f4f8fa;
  border-top: 1px #e4e9ec;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.tab-item {
  border-bottom: 1px solid #e4e9ec;
  flex-direction: column;
  display: flex;
}

.product-page-hero {
  justify-content: center;
  display: flex;
}

.shop-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding-top: 0;
  display: grid;
}

.instagram-grid {
  width: 100%;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 6px;
  display: grid;
}

.instagram-image {
  min-height: 16vw;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-image.middle {
  min-width: 33.33vw;
  color: #07090c;
  letter-spacing: .15em;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.instagram-image-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.instagram-background {
  background-image: url('../images/Image003.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instagram-background.one {
  background-image: url('../images/Image002-1.jpg');
}

.instagram-background.two {
  background-image: url('../images/Image004-2.jpg');
}

.instagram-background.three {
  background-image: url('../images/Image001-1.jpg');
}

.instagram-background.four {
  background-image: url('../images/Image008-1.jpg');
}

.product-showcase {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 6px;
  display: grid;
}

.showcase-image {
  max-height: 100vh;
  margin-bottom: -65px;
  padding-bottom: 65px;
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  overflow: hidden;
}

.showcase-products {
  grid-column-gap: 6px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.showcase-products.single-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.hide-slide-nav {
  display: none;
}

.width-small {
  max-width: 425px;
}

.flying-image-wrapper {
  width: 22vw;
  height: 22vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: flex;
  position: relative;
}

.flying-image-item {
  width: 22vw;
  height: 22vw;
  position: absolute;
  overflow: hidden;
}

.flying-image-item.two {
  transform: rotate(-5deg);
}

.flying-image-item.one {
  transform: rotate(5deg);
}

.flying-background {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.flying-image {
  background-image: url('../images/brn-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flying-image.one {
  background-image: url('../images/brn-1.jpg');
}

.flying-image.two {
  background-image: url('../images/brn-2.jpg');
}

.flying-image.three {
  background-image: url('../images/brn-3.jpg');
  transform: rotate(0);
}

.about-us-hero {
  z-index: 25;
  min-height: 110vh;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-intro {
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 48px;
  display: flex;
}

.hero-image-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.hero-image-wrapper {
  height: 100%;
  min-height: 45vw;
  min-width: 33.33vw;
  position: relative;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.dual-column {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 180px;
  display: grid;
}

.scroll-link {
  width: 24px;
}

.product-detail-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 500px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: -65px;
  display: grid;
}

.large-showcase-image {
  max-height: 100vh;
  min-height: 100vh;
  align-items: center;
  margin-right: 6.5vw;
  padding-top: 65px;
  padding-bottom: 80px;
  padding-right: 48px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.showcase-grid {
  width: 100%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding-top: 65px;
  display: grid;
}

.showcase-grid-image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.slider-background-base {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-category {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.cart-form-wrapper {
  z-index: 25;
  max-height: 100vh;
  color: #080808;
  background-color: #fff;
  margin-top: -60px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.slider-arrow-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-arrow-wrapper {
  overflow: hidden;
}

.promo-strip {
  height: 48px;
  display: flex;
  overflow: hidden;
}

.rotating-promo-text {
  grid-column-gap: 10vw;
  grid-row-gap: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-right: 10vw;
  font-size: 11px;
  display: grid;
}

.scroll-trigger {
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.half-grid {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50vw 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.half-grid.reverse {
  grid-template-columns: 1fr 50vw;
}

.half-image {
  min-height: 700px;
  position: relative;
  overflow: hidden;
}

.half-content {
  max-width: 600px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: grid;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.checkout-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.checkout-right {
  min-width: 500px;
  background-color: #fff;
  padding: 80px 5vw 160px 80px;
  position: relative;
  top: 0;
}

.checkout-left {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 48px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 160px;
  display: grid;
}

.field {
  height: 52px;
  color: #667479;
  background-color: rgba(255, 255, 255, 0);
  border-color: #e4e9ec;
  border-radius: 2px;
  margin-bottom: 24px;
  padding: 14px 20px;
  font-size: 15px;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.field:focus, .field.-wfp-focus {
  border-color: #99a7ac;
}

.field.no-margin {
  margin-bottom: 0;
}

.field.short-margin {
  margin-bottom: 12px;
}

.field.large {
  height: auto;
  min-height: 150px;
}

.block-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
}

.block-header {
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  padding: 0 0 36px;
}

.customer-wrapper {
  margin-bottom: 0;
}

.field-label {
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6em;
}

.field-label.red {
  color: #ac4b4b;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 0 0 12px;
  font-size: 9px;
  line-height: 1.3em;
}

.shipping-method-list {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  border-left-style: none;
  border-right-style: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shipping-method {
  border: 1px solid #e4e9ec;
  border-radius: 2px;
  padding: 18px;
}

.sticky-checkout-sidebar {
  max-width: 450px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.web-payments {
  margin-bottom: -8px;
}

.checkout-nav {
  z-index: 25;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.checkout-banner {
  min-height: 260px;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 160px;
  padding-bottom: 60px;
  display: grid;
}

.order-item {
  border-top: 1px #e4e9ec;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 0;
}

.order-item:nth-child(2n+1) {
  border-radius: 4px;
}

.order-image {
  min-height: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.order-item-image {
  width: 80px;
  height: 80px;
  min-height: 100%;
  object-fit: cover;
}

.order-item-list {
  max-height: 425px;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
  overflow: auto;
}

.order-items, .order-summary {
  margin-bottom: 0;
}

.summary-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.order-quantity {
  color: #667479;
  font-size: 12px;
}

.quantity-number {
  margin-left: 2px;
}

.submit-button {
  height: 52px;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #080808;
  border-radius: 100px;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  display: flex;
}

.summary-text {
  color: #667479;
  font-size: 15px;
  font-weight: 400;
}

.summary-text.dark {
  color: #080808;
}

.summary-text.dark-bold {
  color: #080808;
  font-weight: 500;
}

.discounts {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0;
}

.discount-button-wrapper {
  height: auto;
  color: #080808;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e9ec;
  border-left-style: none;
  border-radius: 0 100px 100px 0;
  align-items: stretch;
  margin-left: 0;
  padding: 6px;
  font-size: 11px;
  display: flex;
}

.discount-code {
  height: 52px;
  color: #667479;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid none solid solid;
  border-color: #e4e9ec;
  border-radius: 100px 0 0 100px;
  padding-left: 30px;
}

.discount-code:focus {
  border-style: solid none solid solid;
  border-color: #e4e9ec;
}

.column {
  padding-left: 3px;
  padding-right: 3px;
}

.row {
  margin-left: -3px;
  margin-right: -3px;
}

.checkout-component {
  background-color: #fff;
  border: 1px solid rgba(228, 233, 236, 0);
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 48px 40px;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.checkout-component:hover {
  border: 1px solid #e4e9ec;
}

.billing-address-toggle {
  color: #667479;
  align-items: center;
  line-height: 1.3em;
}

.checkbox {
  background-color: #fff;
  border: 1px solid #e4e9ec;
  border-radius: 2px;
  margin-top: 0;
  margin-right: 3px;
}

.checkbox-label {
  margin-bottom: 0;
}

.shipping-text {
  font-size: 15px;
  font-weight: 500;
}

.radio-button {
  background-color: #080808;
  border: 1px solid #e4e9ec;
  margin-right: 18px;
}

.shipping-title {
  margin-left: 0;
  margin-right: 0;
}

.apply-button {
  height: auto;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(228, 233, 236, 0);
  border-radius: 100px;
  padding: 0 20px 0 24px;
  font-size: 11px;
  line-height: 1.3em;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.apply-button:hover {
  background-color: #e4e9ec;
}

.empty-state {
  border: 1px solid #e4e9ec;
  border-radius: 2px;
}

.checkout-nav-base {
  height: 80px;
  justify-content: flex-start;
  display: flex;
}

.contact-hero {
  justify-content: center;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.dual-contact {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, auto) 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.login-form{
  grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
    display: grid;
    justify-items: center
}

.links{
  display: flex;
  width: 100%;
  margin-top: 40px;
  justify-content: space-between;
}

.links a{
  color: #000;
  text-decoration: underline;
}

#w-node-_3c1ef55d-5572-3f7d-7917-2b4ce05a567a-4eab8d9f.login-form{
  grid-area: 1 / 2 / 2 / 3;
}

.login-form .contact-form-base{
  max-width: 600px;
}

.contact-image {
  position: relative;
  overflow: hidden;
}

.contact-form-base {
  min-width: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  background-color: #fff;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block {
  margin-bottom: 0;
}

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 28px;
  padding-bottom: 28px;
  display: grid;
}

.footer-grid {
  
  padding-bottom: 60px;
  display: block;
}

.footer-navigation {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: start;
  justify-items: end;
  display: grid;
}

.footer-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: grid;
}

.footer-list {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .8;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: end;
  font-size: 9px;
  display: grid;
}

.legal-link {
  color: #fff;
  text-decoration: none;
}

.arrow-clip {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.product-card-top {
  width: 100%;
  grid-column-gap: 9px;
  grid-row-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.product-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.new-tag {
  height: 28px;
  align-items: center;
  margin-right: 9px;
  display: flex;
}

.new-tag.product-page-tag {
  margin-bottom: 12px;
}

.label-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-left: 2px solid #07090c;
  padding-left: 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2em;
}

.label-text.discount {
  color: #a74030;
  border-left-style: none;
  margin-top: 0;
  line-height: 1em;
}

.stacked-product-title {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tag-icon {
  width: 16px;
  margin-right: 2px;
}

.discount-label {
  height: 28px;
  align-items: center;
  display: flex;
}

.discount-label.product-page-tag {
  margin-bottom: 12px;
}

.discount-text {
  color: #99a7ac;
  margin-top: 3px;
  font-size: 13px;
  text-decoration: line-through;
}

.deposit-text{
  color: #99a7ac;
  margin-top: 3px;
  font-size: 13px;
  margin-bottom: 10px;
}

.price-text {
  height: 28px;
  align-items: center;
  margin-top: 1px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  color: #000;
}

.product-tags {
  display: flex;
}

.special-pay-button {
  border-radius: 100px;
}

.special-pay-button.large {
  height: 48px;
}

.image-fav{
  position: absolute;
  top:20px;
  right:20px;
  z-index: 999;
}

.image-fav .image-fav-icon{
  background-color: rgb(255 255 255 / 50%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
}

.image-fav .product-card{
 display: none;
}

.image-fav .image-fav-icon .lottie-animation{
  width: 24px;
}

.compare-price {
  color: #99a7ac;
  font-size: 16px;
  text-decoration: line-through;
}

.dual-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.hyperlink {
  color: #667479;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
}

.hyperlink:hover {
  color: #07090c;
}

.feature-background {
  background-image: url('../images/Image004-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-background.two {
  background-image: url('../images/Image002-1.jpg');
}

.feature-background.three {
  background-image: url('../images/Bridal-Sarees-From-Ace-Designers.jpg');
  background-position: 50% 0;
}

.feature-background.one {
  background-image: url('../images/Image001-1.jpg');
}

.product-benefit-background {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.customer-image-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.customer-image {
  height: 28vw;
  position: relative;
}

.product-feature-image {
  height: 100%;
  max-width: none;
}

.product-detail-collection {
  margin-left: -6.5vw;
}

.hero-image-background {
  background-image: url('../images/abt-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image-background.two {
  background-image: url('../images/abt-2.jpg');
}

.hero-image-background.three {
  background-image: url('../images/abt-3.jpg');
}

.hero-image-background.four {
  background-image: url('../images/abt-4.jpg');
}

.about-background {
  background-image: url('../images/abt-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-background.two {
  background-image: url('../images/Image021-1.jpg');
}

.about-background.three {
  background-image: url('../images/abt-img.jpg');
}

.stacked-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-product-image {
  background-image: url('../images/3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-product-image.one {
  background-image: url('../images/1.png');
}

.featured-product-image.two {
  background-image: url('../images/3.png');
}

.featured-product-image.three {
  background-image: url('../images/2.png');
}

.width-large {
  max-width: 700px;
}

.product-page-top {
  flex-direction: column;
  display: flex;
}

.footer-logo {
  width: 100%;
  max-width: none;
  min-width: 100%;
}

.hero-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section-banner {
  min-height: 700px;
  position: relative;
}

.hero-title {
  max-width: 600px;
}

.sidebar-grid {
  width: 100%;
  grid-column-gap: 140px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-block {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-grid {
  max-width: 800px;
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
  padding-top: 120px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.faq-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.story-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: grid;
}

.story-image {
  width: 15vw;
  height: 21vw;
  border: 1px #000;
  position: relative;
  overflow: hidden;
}

.story-background-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.story-background {
  background-image: url('../images/Image010-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.story-background.right-image {
  background-image: url('../images/Image014-1.jpg');
}

.story-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.faq-right {
  width: 100%;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 120px 100px;
  display: flex;
}

.checkout-page {
  background-color: #f4f8fa;
}

.confirmation-block {
  font-size: 15px;
  line-height: 1.6em;
}

.cart-quantity-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  font-size: 11px;
  display: grid;
}

.preloader {
  z-index: 50000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pagination-button {
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: rgba(250, 250, 250, 0);
  border-color: #e4e9ec;
  border-radius: 100px;
  padding: 10px 24px;
  font-size: 11px;
  text-decoration: none;
}

.pagination-button.right, .pagination-button.left {
  padding-right: 19px;
}

.pagination {
  justify-content: center;
  padding-top: 48px;
}

.pagnation-wrapper {
  align-items: center;
  display: flex;
}

.pagination-text {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pagination-arrow {
  width: 14px;
}

.shop-collection-list {
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-categories {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-base {
  width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: stretch;
    display: grid;
}

.search-input {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0 0 0 18px;
  font-size: 14px;
}

.search-input::-ms-input-placeholder {
  line-height: 1.2em;
}

.search-input::placeholder {
  line-height: 1.2em;
}

.search-button {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border-radius: 100px;
  margin-left: -12px;
  padding: 0 0 0 2px;
  font-size: 10px;
  display: none;
  border-color: rgb(228, 233, 236);
}

.search-wrapper {
  flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 6px;
    display: flex;
}

.search {
  height: 32px;
  min-width: 100%;
  color: #fff;
  border: 1px rgba(255, 255, 255, .2);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-right: 32px;
  font-size: 12px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-icon {
  z-index: 25;
  width: 100%;
  height: 100%;
  border: 1px rgba(255, 255, 255, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0 1px 1px 0;
  display: flex;
}

.dropdown-search-list {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  display: none;
  position: relative;
}

.dropdown-search-list.w--open {
  justify-content: flex-end;
}

.dropdown-search {
  z-index: 25;
  min-height: 34px;
  min-width: 34px;
  outline-offset: 0px;
  border: none;
  border-radius: 100px;
  outline: none;
  background-color: #FFF;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.search-base {
  z-index: 5;
  width: 100%;
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-toggle {
  z-index: 25;
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  padding: 0;
}

.search-toggle.w--open {
  margin-left: -32px;
}

.lottie-animation {
  width: 13px;
  opacity: .6;
  justify-content: center;
  align-items: center;
  display: flex;
  will-change: filter;
    filter: invert(100%) !important;
}

.search-results {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-item {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4e9ec;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 0;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.result-info {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.search-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.search-result-list {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.result-title {
  color: #07090c;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.search-result-bar {
  background-color: #fff;
  border: 1px solid #e4e9ec;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.search-result-input {
  min-height: 50px;
  min-width: 350px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 16px;
}

.search-result-button {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #07090c;
  background-image: url('../images/search24x242x-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100px;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
}

.search-result-hero {
  color: #07090c;
  background-color: #f4f8fa;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.result-image {
  min-height: 22vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.empty-cart {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.empty-cart-content {
  width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-state {
  color: #a74030;
  border-radius: 2px;
  margin: 12px 48px 0;
  padding-left: 18px;
}

.testimonial-slide-nav {
  height: 12px;
  padding-top: 0;
  font-size: 6px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-items {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.size-guide-popup {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.size-guide-content {
  z-index: 25;
  max-width: 475px;
  background-color: #fff;
  padding: 0;
  position: relative;
}

.popup-top {
  background-color: #f4f8fa;
  justify-content: space-between;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.close-popup {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  color: #667479;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  display: grid;
}

.size-guide-bottom {
  padding: 36px 24px 24px;
}

.close-icon {
  width: 12px;
  min-width: 12px;
  opacity: .75;
}

.close-background {
  background-color: rgba(7, 9, 12, .35);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filter-bar {
  padding-top: 40px;
  padding-bottom: 6px;
  display: flex;
}

.filter-left {
  display: flex;
  width: 100%;
  justify-content: center;
  column-gap: 40px;
}

.filter-left .filter-options{
  width: 100%;
  flex: 1;
}

.filter-select{
  border-radius: 0;
  padding: 8px;
  border:1px #000 solid;
  width: 100%;
  margin-top: 10px;
  border-radius: 8px;
}

.category-wrapper {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.category-item-wrapper {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.category-item {
  color: #667479;
  letter-spacing: 5px;
  text-transform: uppercase;
  align-items: center;
  padding-right: 24px;
  font-size: 11px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.success-message {
  background-color: rgba(221, 221, 221, 0);
  padding: 0;
}

.success-content {
  height: 100%;
  min-height: 400px;
  background-color: #f4f8fa;
  justify-content: center;
  align-items: center;
  display: flex;
}

.width-medium {
  max-width: 550px;
}

.featured-product-list {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-arrow-hidden {
  display: none;
}

.brand-logo {
  width: 100%;
}

.lightbox-link {
  width: 100%;
  min-width: 100%;
}

.collection-item img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.collection-item:first-child img{
  height: auto;
}

.error-message {
  border-left: 3px solid #a74030;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 18px;
}

.width-extra-large {
  max-width: 975px;
}

.delete-me {
  z-index: 5000000;
  max-width: 22rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #f3f6f9;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: .5rem;
  left: auto;
  right: .5rem;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.top-nav {
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: stretch;
  display: block;
  background-color: #Fff;
}

.sml-menu {
  justify-content: flex-end;
  display: flex;
}

.mn-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper {
  width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 991px) {
  .slide-content.flex-bottom {
    min-height: 700px;
  }

  .slide-nav {
    bottom: 36px;
  }

  .slide-nav.tablet-mobile-slide-nav {
    display: flex;
  }

  .slide-arrow {
    bottom: 36px;
  }

  .slide-heading {
    font-size: 64px;
  }

  .slide-heading.xl {
    font-size: 100px;
  }

  .nav-link {
    color: #000;
    border-bottom: 1px solid #e4e9ec;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-content {
    grid-template-columns: 1fr 1fr;
  }

  .menu-wrapper {
    width: 100%;
    grid-row-gap: 0px;
    color: #000;
    background-color: #fff;
    border-top: 1px solid #e4e9ec;
    grid-auto-flow: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cart-list {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cart-container {
    width: 90%;
  }

  .right-nav {
    grid-column-gap: 30px;
    align-items: center;
  }

  .stacked-content.medium, .stacked-content.medium.centered {
    grid-row-gap: 60px;
  }

  .card-image {
    height: 70vw;
  }

  .card-image.extra-large, .card-image.large {
    height: 65vw;
  }

  .related-products {
    padding-left: 5vw;
    overflow: auto;
  }

  .action-heading-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-slider-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: hidden;
  }

  .product-mask {
    width: 45%;
  }

  .dark-slide-arrow {
    bottom: 140px;
  }

  .action-section {
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .featured-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
  }

  .featured-item-image {
    min-height: 45vw;
  }

  .heading {
    font-size: 32px;
  }

  .heading.large {
    font-size: 38px;
  }

  .heading.extra-large {
    font-size: 48px;
  }

  .sticky-heading {
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .image {
    width: 19vw;
    height: 14vw;
    margin-bottom: -50%;
  }

  .basic-slider {
    padding-bottom: 36px;
  }

  .basic-slide-wrapper {
    min-height: 65vw;
    padding: 48px;
  }

  .product-gallery {
    flex-wrap: wrap;
    margin-bottom: 0;
    row-gap: 10px;
  }

  

  .collection-item {
    margin-bottom: 0;
    padding-top: 0;
  }

  .collection-item:first-child {
    min-width: 50%;
  }

  .collection-item:last-child {
    padding-right: 6px;
  }

  .collection-list-wrapper {
    position: relative;
    top: 0;
  }

  .product-left {
    overflow: auto;
  }

  .product-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .product-sidebar {
    max-width: 675px;
    padding-top: 48px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .tab-list {
    max-width: none;
  }

  .hover-cover {
    display: none;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-grid {
    grid-template-columns: 1fr 1fr;
  }

  .instagram-grid {
    grid-row-gap: 6px;
  }

  .instagram-image {
    min-height: 18vw;
  }

  .instagram-image.middle {
    min-height: 10vw;
    min-width: 25vw;
    font-size: 15px;
  }

  .product-showcase {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .showcase-image {
    min-height: 90vw;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .showcase-products {
    padding-left: 6px;
    padding-right: 6px;
  }

  .showcase-products.single-column {
    padding-left: 0;
    padding-right: 0;
  }

  .about-intro {
    padding-top: 120px;
    padding-bottom: 36px;
  }

  .hero-image-wrapper {
    min-height: 35vw;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .large-showcase-image {
    max-height: none;
    min-height: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .showcase-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding-top: 0;
  }

  .half-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .half-grid.reverse {
    grid-template-columns: 1fr;
  }

  .half-image {
    height: 70vw;
    min-height: 500px;
  }

  .half-content {
    max-width: none;
    grid-row-gap: 36px;
    background-color: #fff;
    padding: 0 10vw 80px 5vw;
  }

  .half-content.left {
    padding-left: 0;
  }

  .half-content.right {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .checkout-form {
    padding-right: 5vw;
  }

  .checkout-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .checkout-right {
    min-width: auto;
    padding: 48px 40px 120px;
  }

  .checkout-left {
    grid-row-gap: 24px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .contact-hero {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .dual-contact {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-image {
    height: 60vw;
  }

  .contact-form-base {
    min-width: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .dual-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .product-detail-collection {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
    overflow: auto;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    width: 28px;
    will-change: filter;
    /* filter: invert(100%) !important; */
  }

  .nav-link-text {
    color: #000;
  }

  .showcase-item {
    width: 50vw;
    min-width: 50vw;
    padding-right: 0;
  }

  .large-collection-item {
    min-width: 40vw;
  }

  .hero-grid {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .section-banner {
    min-height: 500px;
  }

  .sidebar-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .faq-grid {
    width: 100%;
    max-width: none;
    grid-row-gap: 60px;
  }

  .faq-sidebar {
    margin-bottom: 0;
    padding-top: 80px;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }

  .story-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 80px;
    grid-template-columns: auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .story-image {
    width: 20vw;
    height: 29vw;
  }

  .faq-right {
    padding: 60px 5vw 100px;
  }

  .shop-collection-list {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-base {
    grid-row-gap: 0px;
    background-color: #fff;
    grid-template-columns: 1fr;
  }

  .search-input {
    min-height: 40px;
    color: #07090c;
    padding-left: 24px;
  }

  .search-button {
    min-height: 40px;
    min-width: 40px;
    background-color: #e4e9ec;
    background-image: url('../images/search-dark-small24x242x-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    margin-left: 0;
    display: block;
  }

  .search-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .search {
    height: auto;
    flex-direction: row;
    padding: 4px;
  }

  .search-icon {
    background-color: #f4f8fa;
    padding-right: 9px;
  }

  .dropdown-search-list {
    display: flex;
  }

  .dropdown-search {
    width: 100%;
    max-width: 500px;
    background-color: #f4f8fa;
    margin: 12px auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .search-base {
    width: auto;
    flex: 1;
  }

  .search-toggle {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-left: -40px;
    display: none;
  }

  .lottie-animation {
    filter: invert();
  }

  .search-result-list {
    grid-template-columns: 1fr;
  }

  .search-result-hero {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .result-image {
    min-height: 35vw;
  }

  .filter-bar {
    padding-top: 60px;
  }

  .featured-product-list {
    grid-row-gap: 36px;
  }
}

@media screen and (max-width: 767px) {
  .slide-content.flex-bottom {
    min-height: 525px;
    padding-top: 65vw;
  }

  .slide-heading {
    font-size: 48px;
  }

  .slide-heading.xl {
    font-size: 80px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cart-footer {
    padding-top: 24px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .cart-top {
    padding-left: 36px;
    padding-right: 36px;
  }

  .cart-list {
    grid-row-gap: 24px;
    margin-left: 36px;
  }

  .close-cart {
    padding-right: 24px;
  }

  .cart-item-top {
    margin-bottom: 24px;
  }

  .stacked-content.medium {
    grid-row-gap: 48px;
  }

  .wrapper-intro {
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
  }

  .dynamic-price {
    align-items: flex-start;
  }

  .card-info {
    padding-left: 14px;
    padding-right: 14px;
  }

  .card-image.extra-large {
    height: 100vw;
  }

  .action-heading-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial {
    max-width: none;
  }

  .mask-testimonials {
    width: 100%;
  }

  .wrapper-testimonials {
    width: 100%;
    justify-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: hidden;
  }

  .product-mask {
    width: 75%;
  }

  .action-section {
    padding-top: 48px;
  }

  .heading.large {
    font-size: 36px;
  }

  .heading.small {
    font-size: 22px;
  }

  .heading.extra-large {
    font-size: 44px;
  }

  .basic-slide-wrapper {
    padding: 36px;
  }

  .shop-hero {
    min-height: 325px;
    padding-top: 200px;
    padding-bottom: 60px;
  }

  .collection-item, .collection-item:first-child, .product-gallery .image-container {
    min-width: 100%;
  }

  .product-sidebar {
    padding-top: 36px;
  }

  .instagram-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .instagram-image {
    min-height: 23vw;
  }

  .showcase-products.single-column {
    padding-left: 0;
    padding-right: 0;
  }

  .flying-image-wrapper {
    width: 70vw;
    height: 60vw;
    min-height: 40vw;
    min-width: 40vw;
    padding: 20px;
    overflow: hidden;
  }

  .flying-image-item {
    width: 40vw;
    height: 40vw;
  }

  .dual-column {
    grid-row-gap: 60px;
    grid-template-columns: auto;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .large-showcase-image {
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .half-image {
    height: 75vw;
    min-height: 400px;
  }

  .half-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .half-content.left {
    padding-top: 0;
  }

  .half-content.right {
    padding-top: 60px;
  }

  .checkout-right {
    padding: 40px 36px 100px;
  }

  .checkout-left {
    padding-top: 48px;
  }

  .checkout-banner {
    min-height: 260px;
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .row {
    flex-direction: column;
  }

  .checkout-component {
    padding: 40px 36px;
  }

  .contact-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .dual-contact {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contact-form-base {
    padding: 60px 48px;
  }

  .footer-bottom {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer-navigation {
    grid-template-rows: auto;
    justify-items: start;
  }

  .product-card-top {
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
  }

  .discount-text {
    margin-top: 0;
  }

  .showcase-item {
    width: 75vw;
    min-width: 75vw;
  }

  .large-collection-item {
    min-width: 60vw;
  }

  .section-banner {
    min-height: 400px;
  }

  .sidebar-grid {
    grid-row-gap: 36px;
  }

  .faq-grid {
    grid-row-gap: 48px;
  }

  .faq-sidebar {
    padding-top: 48px;
  }

  .story-wrapper {
    grid-row-gap: 60px;
  }

  .story-image {
    width: 25vw;
    height: 35vw;
  }

  .faq-right {
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .search-result-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .result-info {
    grid-row-gap: 12px;
  }

  .search-grid {
    padding-top: 0;
  }

  .search-result-input {
    min-width: 65vw;
  }

  .search-result-hero {
    padding-bottom: 48px;
  }

  .result-image {
    min-height: 65vw;
  }

  .popup-top {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .filter-bar {
    padding-top: 48px;
  }

  .filter-left {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .error-message {
    margin-left: 36px;
    margin-right: 36px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    min-height: 85vh;
  }

  .slider.clip {
    max-width: none;
  }

  .slide-content.flex-bottom {
    padding-top: 60vw;
    padding-bottom: 100px;
  }

  .slide-heading {
    font-size: 40px;
  }

  .slide-heading.xl {
    font-size: 60px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .nav-content {
    grid-template-columns: 1fr 1fr;
  }

  .default-state {
    height: 100%;
  }

  .cart-footer {
    padding-top: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cart-top {
    padding: 9px 24px;
  }

  .cart-item-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-list {
    margin-left: 24px;
    margin-right: 12px;
  }

  .cart-line-item {
    margin-bottom: 24px;
    padding-bottom: 18px;
  }

  .cart-container {
    width: 93%;
    min-width: auto;
  }

  .quantity-cart-item {
    margin-bottom: 9px;
  }

  .cart-item-top {
    margin-bottom: 24px;
  }

  .stacked-content, .stacked-content.medium.centered {
    grid-row-gap: 36px;
  }

  .stacked-content, .stacked-content.medium.centered video{
    width: 100%;
  }

  .card-info {
    padding-left: 12px;
    padding-right: 12px;
  }

  .card-image.extra-large {
    height: 120vw;
  }

  .card-image.large {
    height: 75vw;
  }

  .related-products {
    padding-left: 5vw;
    overflow: auto;
  }

  .action-heading-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .dual-button {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .product-mask {
    width: 90%;
  }

  .dark-slide-arrow {
    width: 40px;
    height: 40px;
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .heading {
    font-size: 26px;
  }

  .heading.large {
    font-size: 32px;
  }

  .heading.small {
    font-size: 20px;
  }

  .heading.extra-large {
    font-size: 38px;
  }

  .basic-slide-wrapper {
    min-height: 70vw;
    padding: 36px 24px;
  }

  .footer-content {
    grid-row-gap: 0;
  }

  .footer-logo{
    padding: 36px 0;
  }

  .shop-hero {
    min-height: 350px;
    padding-top: 160px;
    padding-bottom: 48px;
    margin-top: 60px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .shop-grid {
    grid-row-gap: 18px;
    grid-template-columns: 45% 45%;
    justify-content: center;
    grid-column-gap: 8px;
  }

  .instagram-grid {
    grid-template-columns: 1fr 1fr;
  }

  .instagram-image {
    min-height: 48vw;
  }

  .instagram-image.middle {
    min-height: 20vw;
  }

  .product-showcase {
    overflow: hidden;
  }

  .showcase-products.single-column {
    padding-left: 0;
    padding-right: 0;
  }

  .flying-image-wrapper {
    width: 90vw;
    height: 80vw;
  }

  .flying-image-item {
    width: 55vw;
    height: 55vw;
  }

  .about-us-hero {
    min-height: auto;
  }

  .hero-image-wrapper {
    min-height: 65vw;
    min-width: 50vw;
  }

  .dual-column {
    padding-top: 72px;
  }

  .half-image {
    height: 80vw;
    min-height: 275px;
  }

  .half-content {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .half-content.right {
    padding-top: 48px;
  }

  .checkout-grid {
    grid-row-gap: 36px;
  }

  .checkout-right {
    padding: 30px 24px 80px;
  }

  .checkout-banner {
    min-height: 100px;
    padding-bottom: 36px;
  }

  .checkout-component {
    padding: 30px 24px;
  }

  .contact-hero {
    padding-bottom: 48px;
  }

  .dual-contact {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .contact-form-base {
    padding: 36px 24px;
  }

  .footer-grid {
    grid-template-rows: auto;
    padding-bottom: 0;
  }

  .footer-navigation {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }

  .legal-text {
    grid-row-gap: 6px;
    grid-template-rows: auto;
  }

  .discount-text {
    margin-top: -1px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
  }

  .large-collection-item {
    min-width: 85vw;
  }

  .section-banner {
    min-height: 300px;
  }

  .story-image {
    width: 30vw;
    height: 45vw;
  }

  .story-content {
    margin-top: -18px;
  }

  .faq-right {
    padding-top: 36px;
    padding-right: 5vw;
  }

  .shop-collection-list {
    padding-left: 6px;
    padding-right: 6px;
  }

  .search-result-input {
    min-width: 65vw;
  }

  .search-result-hero {
    padding-top: 120px;
    padding-bottom: 36px;
  }

  .size-guide-bottom {
    padding: 24px 9px 12px;
  }

  .filter-bar {
    padding-top: 48px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .error-message {
    margin-left: 24px;
    margin-right: 24px;
  }
}

#w-node-e5d2c644-3b43-9f7e-610f-fa8861005c4c-4eab8d3a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dc2b5b6f-8fe6-833b-8385-9552bf030c95-4eab8d3a, #w-node-_0922d6ef-f73c-3483-2c7b-5b4d64b94c59-4eab8d3a {
  justify-self: center;
}

#w-node-fd68be84-68f3-cbf8-a8f2-0343dc57e5dc-4eab8d3a {
  justify-self: start;
}

#w-node-a3454acf-4364-ed66-fffc-dfc75af8e083-4eab8d3a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f47044f8-3ae6-088c-a731-0aa1dd889c68-4eab8d3a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_20899853-bacb-0f3f-f4bc-e9f04aa28df3-4eab8d3a, #w-node-b06dce62-5a1f-8c54-5e6b-33ead2040713-4eab8d3a {
  justify-self: center;
}

#w-node-_0bd875bc-c6d1-a3b6-5a51-4d44630bbcbe-4eab8d3a, #w-node-f120e14c-d451-f10b-57f6-880518d62e85-4eab8d3a, #w-node-bc851bc1-cb0b-71c3-9b5d-3f830b804806-4eab8d3a, #w-node-_096c4d28-2ff3-ec49-3f42-fa6cf6d5938d-4eab8d3a, #w-node-_67d2c42d-47da-7987-5637-b2297df7aa83-4eab8d3a {
  justify-self: stretch;
}

#w-node-bfb2943d-5e36-5ece-ad06-498c55a6a85b-4eab8d3a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-afd7a728-112f-adb9-2783-2df7e21b924d-4eab8d3a {
  justify-self: stretch;
}

#w-node-cdb1a6c2-62c0-6227-e8af-071c4efc687d-4eab8d3a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5a66213e-1b6a-15c9-0130-4d61b757d682-4eab8d3a {
  justify-self: center;
}

#w-node-f5f6516b-fc44-2d50-083e-0cf5b4a02932-b4a0292f, #w-node-bfdd4a9c-cdc2-fcf7-e491-95e918d3e960-b4a0292f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ccacc0f4-c805-e8db-1fbd-ef0a6489c848-b4a0292f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac115d56-a478-e0bd-2eeb-37ae40630fc8-b4a0292f {
  justify-self: start;
}

#w-node-_93ca5de0-540c-2688-b405-63a583e2cc6a-83e2cc68 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_93ca5de0-540c-2688-b405-63a583e2cc73-83e2cc68, #w-node-b7d17d7e-9b5d-8b35-0f68-cb1a030115f5-83e2cc68, #w-node-e0d8752f-0075-4fae-143d-639067f3c1c3-83e2cc68, #w-node-_02461483-a2a7-4af0-4fb5-e76cb3b0e89e-83e2cc68 {
  justify-self: center;
}

#w-node-d9785a76-830f-e5f1-7849-e3c6ab30da14-ab30da0d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c8f62580-0ccc-e517-9f75-c00ad40810aa-c59d8011 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_1514a677-da13-10fe-8ee9-15c5c59d8014-c59d8011 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1514a677-da13-10fe-8ee9-15c5c59d8015-c59d8011 {
  justify-self: start;
}

#w-node-_1514a677-da13-10fe-8ee9-15c5c59d8018-c59d8011 {
  justify-self: stretch;
}

#w-node-_1514a677-da13-10fe-8ee9-15c5c59d8019-c59d8011 {
  /* grid-area: 1 / 2 / 2 / 3; */
  justify-self: center;
}

#w-node-_1514a677-da13-10fe-8ee9-15c5c59d8023-c59d8011, #w-node-_1514a677-da13-10fe-8ee9-15c5c59d801b-c59d8011, #w-node-_1514a677-da13-10fe-8ee9-15c5c59d801f-c59d8011, #w-node-_5e7d820f-75ef-b801-caac-93abc67e09ff-c59d8011 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9bea2f9-eaf7-7cba-0310-7bf28540b64f-c59d8011 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_1514a677-da13-10fe-8ee9-15c5c59d8029-c59d8011 {
  align-self: center;
  justify-self: end;
}

#w-node-_630f79e0-3b65-a4df-6dc5-38a136947f98-4eab8d62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22360311-05f3-d711-da51-390bedceea46-4eab8d62 {
  justify-self: center;
}

#w-node-af6ec958-8642-085a-06d2-25f079350b0d-4eab8d62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af6ec958-8642-085a-06d2-25f079350b22-4eab8d62 {
  justify-self: start;
}

#w-node-af6ec958-8642-085a-06d2-25f079350b2a-4eab8d62 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-af6ec958-8642-085a-06d2-25f079350b2d-4eab8d62 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-af6ec958-8642-085a-06d2-25f079350b30-4eab8d62 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9441c8af-10ba-a236-2bf1-251272d99c68-4eab8d62 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f334c44b-efff-3f5c-a629-d19db2ac975a-4eab8d62, #w-node-aa6e539a-2a8e-a9eb-d45e-be198bf1b346-4eab8d62 {
  justify-self: start;
}

#w-node-_2a1c459f-dc4b-2685-0f45-05b08a609a27-4eab8d62 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2a1c459f-dc4b-2685-0f45-05b08a609a36-4eab8d62 {
  justify-self: start;
}

#w-node-_90abf969-3c9a-210f-4c53-66ae2a9d4d22-4eab8d9c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61a7f3f99c97ebc4ce4a9a27an-4eab8d9c {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-eb022948-4dfa-a4b7-81ab-94d1efe7b02e-efe7b02c, #w-node-af8cc219-cdfc-6d73-e3c1-66f8fd60e759-4eab8d9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3c1ef55d-5572-3f7d-7917-2b4ce05a567a-4eab8d9f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5f79e206-8ae1-0cc2-cd7f-eb123d0a312a-4eab8d9f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_570b4794-f6f9-0d6c-0d92-3a4a49a4d375-4eab8d9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba86251-2cda-fb18-1e6c-1ebb5c718822-4eab8d9f {
  justify-self: center;
}

#w-node-e877e891-5068-35be-8ab0-dfbb5ddbe59c-4eab8da1, #w-node-_355f5000-32a2-9e14-df96-1cda1d318b38-4eab8da1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_355f5000-32a2-9e14-df96-1cda1d318b48-4eab8da1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_355f5000-32a2-9e14-df96-1cda1d318b55-4eab8da1 {
  justify-self: stretch;
}

#w-node-_1ea3cb08-ff9e-e395-3141-02fc606e6dad-4eab8da2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3c0c03e9-7338-a2ba-78b2-2779391bd4e8-4eab8da2 {
  grid-area: 1 / 1 / 2 / 2;
}

#buy.w-node-_563ff434-1443-2db3-f482-0ca148565d8a-4eab8da2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  justify-self: start;
}

#w-node-f59989fd-a716-e913-9e73-01ec47429b15-4eab8da2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_41d2a644-3414-98fa-4fd3-9c5776944cdd-4eab8da2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4a9ca632-777f-3877-b473-b9e09e957d63-4eab8da2 {
  justify-self: start;
}

#w-node-f5d86fe7-9b74-cde8-8a15-406635c4e79f-4eab8da2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ba79e7be-6e92-d2a3-ea55-61d6dab8033c-4eab8da2 {
  justify-self: start;
}

#w-node-_724f8b0a-14ee-a68e-cc2f-33d03f51f192-4eab8da2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_724f8b0a-14ee-a68e-cc2f-33d03f51f194-4eab8da2 {
  justify-self: center;
}

#w-node-d9a1172d-2ad9-8b17-4a05-596a96ef6370-4eab8da2 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_72602cd5-683c-6ea5-0d2f-7a3cbf8f4f27-4eab8da2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ffa86c75-f896-198a-f483-766bd5ccffe8-4eab8da2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ffa86c75-f896-198a-f483-766bd5ccffee-4eab8da2 {
  justify-self: end;
}

#w-node-ffa86c75-f896-198a-f483-766bd5ccfff6-4eab8da2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ffa86c75-f896-198a-f483-766bd5ccfff7-4eab8da2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ffa86c75-f896-198a-f483-766bd5cd0004-4eab8da2 {
  justify-self: stretch;
}

#w-node-_2ff8b9b9-bd46-93f4-293c-e5a2ccc3d144-4eab8da4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-b44e2700-f917-d8e0-4e37-9fa1939ffba1-4eab8da4 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b8ed105e-5804-6e88-89ed-cf50d029786b-4eab8da4 {
  align-self: start;
}

#w-node-db0dfc68-8dc0-5c4d-fbc1-b8d9d59f1201-4eab8da7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_632c4189-6cb9-87d2-1a91-482b2ac5a0a7-4eab8da7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_632c4189-6cb9-87d2-1a91-482b2ac5a0a8-4eab8da7 {
  justify-self: center;
}

#w-node-_61a7f3f99c97eb119a4a9a2dan-4eab8da7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_803b050a-d54e-408c-6a8b-b05009f14480-4eab8da9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61a7f3f99c97eb70974a9a2aan-4eab8da9 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ac335ec4-fbb2-80ee-abe4-ab75201e5d91-4eab8daa {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-aeace4a0-ba05-f582-866c-a1b2fcd8abc6-4eab8daa, #w-node-_8136c327-832c-a298-8f64-58469ebd3ef6-4eab8dab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1949e2ad-abbb-d87b-2cd0-b47504561014-4eab8dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f67b0300-8762-5011-7727-27cdef80a6f5-4eab8dab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_26a2c274-2a18-62d3-d5b9-92842812cb4c-4eab8dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0aee11a-934f-f8d1-e5a0-6921d6abb84f-4eab8dab {
  justify-self: stretch;
}

.slider-image{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  object-fit: cover;
  object-position: top;
}

.slider-image.web{
  display: block;
}

.slider-image.mob{
  display: none;
}
.nav-ovelay{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  transition: 0.3s linear;
  position: fixed;
  left:0;
  top:0;
  z-index: 9999;
}

.nav-ovelay.active {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

#nav {
  height: 100vh;
  width: 300px;
  
  background-color: #fff;
  color: black;
  position: fixed;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.3s linear;
  margin-left: 200px;
}

#nav.active {
  transform: translateX(0);
}

.nav-head{
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

li {
  padding: 0 16px;
}

li a{
  display: flex;
  justify-content: flex-start;
  line-height: 20px;
  font-size: 16px;
  color: #000;
  padding: 16px 0;
  /* border-bottom: 1px #CCC solid; */
  text-decoration: none;
  padding: 0;
}


@media screen and (min-width: 1440px) {
  #w-node-e5d2c644-3b43-9f7e-610f-fa8861005c4c-4eab8d3a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e5d2c644-3b43-9f7e-610f-fa8861005c4c-4eab8d3a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dbb377f7-9dd3-8a07-9d9d-5740cc63844c-4eab8d3a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: end;
  }

  #w-node-fe471cc8-3b1a-27ef-3dc5-95e1b34a4b8a-4eab8d3a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3af533f7-7653-c13b-b666-54c68819b8b6-4eab8d3a {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-f47044f8-3ae6-088c-a731-0aa1dd889c68-4eab8d3a {
    grid-column: 1 / 4;
  }

  #w-node-d332ea60-89cb-21a2-02c2-1e3ef71807cf-4eab8d3a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bfdd4a9c-cdc2-fcf7-e491-95e918d3e960-b4a0292f, #w-node-_1514a677-da13-10fe-8ee9-15c5c59d8019-c59d8011 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e9bea2f9-eaf7-7cba-0310-7bf28540b64f-c59d8011 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  /* #w-node-_1ea3cb08-ff9e-e395-3141-02fc606e6dad-4eab8da2 {
    grid-column-end: 4;
  } */

  #w-node-_3c0c03e9-7338-a2ba-78b2-2779391bd4e8-4eab8da2, #buy.w-node-_563ff434-1443-2db3-f482-0ca148565d8a-4eab8da2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41d2a644-3414-98fa-4fd3-9c5776944cdd-4eab8da2 {
    grid-column: 1 / 6;
  }

  #w-node-f5d86fe7-9b74-cde8-8a15-406635c4e79f-4eab8da2 {
    grid-column: 1 / 4;
  }

  #w-node-f5d86fe7-9b74-cde8-8a15-406635c4e7a0-4eab8da2 {
    order: 9999;
  }

  #w-node-ffa86c75-f896-198a-f483-766bd5ccfff6-4eab8da2 {
    grid-column: 1 / 4;
  }

  #w-node-b44e2700-f917-d8e0-4e37-9fa1939ffba1-4eab8da4 {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ac115d56-a478-e0bd-2eeb-37ae40630fc8-b4a0292f {
    justify-self: center;
  }

  #w-node-b7b03c9d-13c9-e902-1a21-48f013a5f5f2-13a5f5ea {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_93ca5de0-540c-2688-b405-63a583e2cc6a-83e2cc68 {
    grid-column: 1 / 4;
  }

  #w-node-ffa86c75-f896-198a-f483-766bd5ccffee-4eab8da2 {
    justify-self: start;
  }
  .w-nav-overlay{
    display: none !important;
  }
  .search-wrapper{
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4df58692-2d24-f2f0-39a9-87f51380a5b2-b4a0292f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b7b03c9d-13c9-e902-1a21-48f013a5f5f2-13a5f5ea {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_355f5000-32a2-9e14-df96-1cda1d318b38-4eab8da1 {
    grid-column: 1 / 4;
  }

  #w-node-ffa86c75-f896-198a-f483-766bd5ccfff6-4eab8da2 {
    grid-column-start: 1;
  }

  #w-node-f67b0300-8762-5011-7727-27cdef80a6f5-4eab8dab {
    grid-column: 1 / 4;
  }
  .slider-image.web{
    display: none;
  }
  
  .slider-image.mob{
    display: block;
  }
  #w-node-bfdd4a9c-cdc2-fcf7-e491-95e918d3e960-b4a0292f, #w-node-_1514a677-da13-10fe-8ee9-15c5c59d8019-c59d8011 {
    display: block;
  }
  .nav-link{
    height: auto;
  }
  .footer-items{
    margin-bottom: 0;
  }
  .footer-list{
    border: 1px #3d3d3d solid;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Bold.woff') format('woff'), url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Light.woff') format('woff'), url('../fonts/ClashDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Extralight.woff') format('woff'), url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Medium.woff') format('woff'), url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Regular.woff') format('woff'), url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Semibold.woff') format('woff'), url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay variable';
  src: url('../fonts/ClashDisplay-Variable.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Variable.woff') format('woff'), url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Bold.woff') format('woff'), url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-BoldItalic.woff') format('woff'), url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Extralight.woff') format('woff'), url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff'), url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-VariableItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Italic.woff') format('woff'), url('../fonts/GeneralSans-VariableItalic.woff') format('woff'), url('../fonts/GeneralSans-Italic.ttf') format('truetype'), url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Light.woff') format('woff'), url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-LightItalic.woff') format('woff'), url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Medium.woff') format('woff'), url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Regular.woff') format('woff'), url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-MediumItalic.woff') format('woff'), url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Semibold.woff') format('woff'), url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff'), url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans variable';
  src: url('../fonts/GeneralSans-Variable.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Variable.woff') format('woff'), url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.eot') format('embedded-opentype'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.eot') format('embedded-opentype'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.eot') format('embedded-opentype'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-LightItalic.woff') format('woff'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-MediumItalic.woff') format('woff'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.side-nav{
  display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.side-nav a{
  height: 100%;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 1.2em;
    text-decoration: none;
    display: flex;
    position: static;
}

.side-nav a:last-child{
  margin-right: 0;
  padding-right: 0;
}

.input-group{
  display: flex;
  column-gap: 30px;
}

.location-info{
  display: flex;
    flex-direction: row;
    align-items: center;
}

.location-info label{
  color: #000 !important;
  font-size: 12px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 4px;

}

.location-info select{
  box-shadow: none;
  border: none;
  border-bottom: 1px #000 solid;
  color: #000 !important;
  width: 150px;
  font-size: 12px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 5px;
}

.location-info input{
  box-shadow: none;
  border: none;
  border-bottom: 1px #000 solid;
  color: #000 !important;
  width: 150px;
  font-size: 12px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 5px;
}
.c-grid{
  grid-area: 1 / 2 / 2 / 3;
}

.category-box{
  display: flex;
  justify-content: center;
  column-gap: 35px;
  flex-wrap: wrap;
  row-gap: 35px;
}

.category-box .category-list{
  width: 18%;
}

.category-box .category-list img{
  height: 400px;
  object-fit: cover;
  width: 100%;
  object-position: top;
  border-radius: 16px;
  border: 1px #000 solid;
}

.category-link{
  display: block;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.subtitle a{
  color: #FFf;
  text-decoration: none;
}


.wrapper{
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
}

.category-box .category-list .category-title{
  letter-spacing: .07em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Generalsans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35em;
    color: #000;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    margin-top: 16px;
    text-decoration: none;

}

@media screen and (max-width: 1600px) {
  .category-box{
    column-gap: 30px;
    row-gap: 30px;
  }
  .category-box .category-list img{
    height: 300px;
  }
}

.locations{
}

.location-wrapper{
  grid-area: 1 / 2 / 2 / 3;
}

.location-wrapper .stacked-intro{
  width: 100%;
  text-align: center;
}

.location-wrapper .width-large{
  display: block;
  text-align: center;
  width: 100%;
  max-width: none;
} 

.location-wrapper .width-large .heading.large{
  width: 100%;
  display: block;
}

.width-large{
  margin-bottom: 48px;
}

.location-list{
  position: relative;
  width: 100%;
}

.location-list ul{
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none !important;
  padding: 0;
}

.location-list ul li{
  width: 16%;
  padding: 0 8px;
    margin-bottom: 16px;
  
}
.location-list ul li a{
  padding: 16px 0;
  background: #f7f1e3;
  border-radius: 10px;
}

.loc-image{
  margin-bottom: 16px;
}

.loc-image img{
  width: 240px;
  height: 240px;
  border-radius: 240px;
  object-fit: cover;
}

.location-list ul li a{
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #000;
  font-weight: 600;
  display: block;
}

.location-list ul li a span{
  display: block;
  color: #667479;
  font-size: 14px;
  line-height: 1.65em;
  font-weight: 400;
  margin-top: 5px;
}

.action-item{
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-top: 40px;
}

.action-item a{
  flex: 1;
}

ul.tabs {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	width: 100%;
  align-items: center;
  justify-content: center;
}

ul.tabs li {
	
	margin: 0 24px;
	cursor: pointer;
	padding: 16px 24px;
  font-size: 18px;
	background-color: #fff;
	color: #000;
	overflow: hidden;
	position: relative;
  text-transform: uppercase;
  border: 1px #000 solid;
  border-radius: 12px;
    overflow: hidden;
}


ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
	background-color: #000;
	color: #FFF;
	display: block;
}

.tab_container {

	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;

}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }

.login-icon{
  position: relative;
}



.login-icon a, .cart-button{
  display: flex;
    height: 32px;
    width: 35px;
    line-height: 32px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 32px;
    text-align: center;
    justify-content: center;
    border-color: rgb(228, 233, 236) !important;
    width: 32px;
    background-color: #FFF;
}

.login-icon img, .cart-button img{
  width: 16px;
  opacity: .6;
  /* will-change: filter;
    filter: invert(100%) !important; */
}

.cart-button .cart-wrapper{
  grid-column-gap: 0;
}

.app-list{
  margin-top: 0;
  display: flex;
  column-gap: 20px;
  width: 60%;
}

.footer-items.soical-link {
  display: flex !important;
  column-gap: 16px !important;
}

.soical-link a{
  width: 48px;
  display: block;
}

.soical-link img{
  width: 100%;
}

.app-list a{
  flex: 1;
}
.login-nav{
  display: none;
}

.locations{
  display: flex;
  column-gap: 40px;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px #ccc solid;
}

.locations .map{
  width: 50%;
}

.locations .location-name h3{
  margin-bottom: 16px;
}

.locations .location-name ul{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.locations .location-name ul li{
  margin-bottom: 16px;
  padding: 0;
}

.locations .location-name ul li span{
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.social{
  margin-top: 0;
  margin-bottom: 0;
}

.footer-list .subtitle.small{
  opacity: 0.5;
}

.footer-items.soical-link {
  grid-column-gap: 0;
    grid-row-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

@media screen and (max-width: 768px) {
  .category-box, .location-list ul{
    flex-wrap:wrap;
    row-gap: 40px;
    column-gap: 40px;
  }
  .location-list ul{
    justify-content: start;
  }
  .category-box .category-list{
    width: 290px;
  }
  ul.tabs li{
    padding: 16px;
    margin: 0 16px;
  }
  .location-list ul li{
    flex: initial;
    width: 290px;
  }
}

@media screen and (max-width: 640px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
  .login-icon.sr-box, .side-nav{
    display: none;
  }
  .login-nav{
    display: block;
  }
  .product-showcase .product-title{
    font-size: 12px; 
    text-align: center;
  }
  .location-list ul li{
    width: 50%;
  }
  .location-list ul{
    column-gap: 0;
    row-gap: 0;
  }
  .footer{
    position: relative;
    padding-bottom: 60px;
  }
  .showcase-products{
    grid-row-gap: 0px;
  }
  .footer .section{
    padding-top: 30px;
  }
  .app-logo{
    margin-bottom: 30px;
  }
  .app-list{
    width: 100%;
  }
  .right-nav{
    grid-column-gap: 8px;
  }
  .locations{
    flex-direction: column;
    row-gap: 40px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .locations .map{
    width: 100%;

  }
  .filter-left{
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .filter-left .filter-options {
    width: 48%;
    flex: initial;
  }

  .filter-bar{
    padding-top: 24px;
  }
  .login-icon.mobile-only{
    display: block;
  }
  .top-nav{
    display: none;
  }
  .category-box .category-list{
    width: 100%;
  }
}


.single-slider-post__content{
  margin-top: 40px;
}

.pricing-table{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: min(1600px, 100%);
  margin: auto;
  padding: 90px 0;
}

.pricing-card{
  flex: 1;
  max-width: 360px;
  background-color: #fff;
  margin: 20px 10px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #2d2d2d;
  transition: .3s linear;
  border:2px #000 solid;
}

.pricing-card-header{
  background-color: #000;
  display: block;
  color: #fff;
  padding: 12px 30px;
  
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: .4s linear;
}

.pricing-card:hover .pricing-card-header{
  box-shadow: 0 0 0 26em #000;
}

.price{
  font-size: 70px;
  color: #fff;
  padding: 40px 0;
  transition: .2s linear;
  background-color: #000;
}

.price sup, .price span{
  font-size: 22px;
  font-weight: 700;
}

.pricing-card:hover ,.pricing-card:hover .price{
  color: #fff;
}

.pricing-card ul{
  margin: 0;
  padding: 0;
}

.pricing-card li{
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
  list-style: none !important;
  text-align: left;
  padding: 16px 24px;
}

.pricing-card .button{
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 80px;
  padding: 18px 40px;
}

.order-btn{
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 80px;
  border: 2px solid #0fbcf9;
  color: #0fbcf9;
  padding: 18px 40px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .3s linear;
}

.order-btn:hover{
  background-color: #0fbcf9;
  color: #fff;
}

@media screen and (max-width:1100px){
  .pricing-card{
    flex: 50%;
  }
}
.pricing-table{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: min(1600px, 100%);
  margin: auto;
  padding: 90px 0;
}

.pricing-card{
  flex: 1;
  max-width: 360px;
  background-color: #fff;
  margin: 20px 10px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #2d2d2d;
  transition: .3s linear;
  border:2px #000 solid;
}

.pricing-card-header{
  background-color: #000;
  display: block;
  color: #fff;
  padding: 12px 30px;
  
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: .4s linear;
}

.pricing-card:hover .pricing-card-header{
  box-shadow: 0 0 0 26em #000;
}

.price{
  font-size: 70px;
  color: #fff;
  padding: 40px 0;
  transition: .2s linear;
  background-color: #000;
}

.price sup, .price span{
  font-size: 22px;
  font-weight: 700;
}

.pricing-card:hover ,.pricing-card:hover .price{
  color: #fff;
}

.pricing-card ul{
  margin: 0;
  padding: 0;
  min-height: 210px;
}

.pricing-card li{
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
  list-style: none !important;
  text-align: left;
  padding: 16px 24px;
}

.pricing-card .button{
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 10px;
  padding: 18px 40px;
}

.pricing-card:hover .button{
  background-color: #FFF;
  color: #000;
}

.order-btn{
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 80px;
  border: 2px solid #0fbcf9;
  color: #0fbcf9;
  padding: 18px 40px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .3s linear;
}

.order-btn:hover{
  background-color: #0fbcf9;
  color: #fff;
}

@media screen and (max-width:1100px){
  .pricing-card{
    flex: 50%;
  }
}



input:focus {outline: none;}
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {	
	background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {	
	left: 0;	
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.modalWindow {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999 !important;
  width: 500px;
  min-height: 200px;
  transform: translate(-50%,-50%);
  background: #FFF;
  cursor: default;
}
.modal.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 997;
  cursor: pointer;
}
.modalWindow .modalWrapper {
  margin: 30px;
  border: 1px solid #DADADA;
  padding: 15px;
  text-align: left;
  line-height: 20px !important;
height: 100%;
}
.closeBtn {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
}
.badge{
  position: absolute;
  top:-5px;
  right: -10px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  color: #fff;
  background: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 1;
  border-radius: 20px;
}

.f-box{
  position: relative;
  display: flex;
  column-gap: 5%;
  row-gap: 40px;
  flex-wrap: wrap;
}

.f-img{
  width: 45%;
}

.f-img img{
  width: 100%;
}

.form-fr{
  display: block;
}

.form-fr .container{
  width: 600px;
  margin: 0 auto;
}

.form-fr .section-title{
  text-align: center;
  margin-bottom: 60px;
}

.form-fr .text-center{
  display: flex;
  justify-content: center;
}

@media screen and (max-width:640px){
  .login-form .contact-form-base{
    width: 100%;
  }
  .dual-contact{
    padding-top: 120px !important;
  }
  .modalWindow{
    width: 90%;
    margin-left: 0;
  }
  .action-item{
    flex-direction: column;
    row-gap: 16px;
  }
  .product-title{
    font-weight: 400;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  .product-title span{
    font-size: 14px;
    font-weight: 600;
    float: right;
  }
  .product-card-info, .stacked-product-title, .dynamic-price{
    display: block;
    width: 100%;
  }
  body{
    width: 100%;
    overflow-x: hidden !important;
  }
}

.ui-datepicker-header{
  position: relative;
}

.ui-datepicker-header a.ui-datepicker-prev, .ui-datepicker-header a.ui-datepicker-next{
  background-color: rgba(0, 0, 0, .10);
  color: #FFF;
}

.footer .content-box{
  grid-area: 1 / 2 / 2 / 3;
  margin-bottom: 30px;
}

.footer .content-box .show-hide-box{
  color:#595959;
}

.seo-cn{
  position: relative;
  background-color: #080808;
  border-bottom: 1px rgba(255, 255, 255, .10) solid;
  margin-top: 60px;
}

.seo-cn .content-box{
  grid-area: 1 / 2 / 2 / 3;
  color:#666;
}

.more {display: none;}

.more-btn{
  border:none;
  color: #4b4b4b;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #232323;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 10px 16px 10px 18px;
    font-size: 11px;
    line-height: 1em;
    text-decoration: none;
    display: flex;
    margin-top: 24px;
}

.btn.btn-border{
  width: 100%;
  min-height: 40px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  margin-top: 24px;
  font-size: 12px;
  display: flex;
  border:1px #000 solid;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  color: #000;
}

.btn.btn-border:hover{
  border:red;
  background-color: red;
  color: #FFF;
}

/**
 * Simple fade transition,
 */
 .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Blog */

.single-slider-post__content .post-date a{
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: none !important;
}

.single-slider-post__content .post-title a{
  letter-spacing: 0;
    text-transform: none;
    font-size: 18px;
    line-height: 1.3em;
    display: flex;
    color: #000;
    justify-content: space-between;
    font-weight: 600;
    text-decoration: none !important;
    margin: 8px 0;
}

.single-slider-post__content p.post-excerpt span,.single-slider-post__content .MsoNormal span, .post-excerpt{
  color: #667479 !important;
  font-size: 14px !important;
  line-height: 1.6em !important;
}

.single-slider-post__content .blog-readmore-btn{
  color: #000;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.5em;
    margin-top: 16px;
    display: inline-block;
}

.blog-details{
  padding-top: 40px;
  text-align: left;
}

.blog-detail{
  text-align: left;
  justify-content: flex-start;
}

.blog-detail .body-display span{
  font-size: 16px !important;
  line-height: 1.9em !important;
  font-weight: 400 !important;
}

.blog-detail .body-display b span{
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #000 !important;
}

.search-area{
  position: fixed;
  left:0;
  right: 0;
  top:0;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
  align-items: start;
}

.search-area.selected{
  display: block;
}

.search-area .grid-wrapper{
  height: 150px;
  background-color: #FFF;
  /* border-top-right-radius: 24px;
    border-top-left-radius: 24px; */
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;

}

.search-content{
  grid-column-gap: 0;
    grid-row-gap: 16px;
    color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    display: grid;
    grid-area: 1 / 2 / 2 / 3;
    height: 150px;
    position: relative;
}

.close-btn{
  position: absolute;
  right: 0;
  top:5px;
  cursor: pointer;
  z-index: 99;
}

.search-inputs{
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.search-inputs .s-input{
  font-size: 16px;
  color: #000;
  display: flex;
  height: 40px;
  align-items: center;
  border:none;
  width: 80%;
  padding: 0 16px;
  border:1px #000 solid;
  border-radius: 40px;
  background-color: transparent;
}

.search-inputs .s-sub{
  font-size: 14px;
  background-color: #000;
  color: #FFF;
  border:none;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 15%;
  border-radius: 60px;
  cursor: pointer;
}

.search-inputs .s-sub:hover{
  background-color: #333;
}

.cls-btn{

  display: flex;
    height: 32px;
    width: 35px;
    line-height: 32px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 32px;
    text-align: center;
    justify-content: center;
    border-color: rgb(228, 233, 236) !important;
    width: 32px;
}

.close-btn{
  height: 32px;
    width: 32px;
    line-height: 32px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 32px;
    border-color: #000 !important;
    display: flex;
    text-align: center;
    justify-content: center;
    background: #000;
}

.cls-btn img, .close-btn img{
  width: 20px;
  
  will-change: filter;
  filter: invert(100%) !important; 
}

@media screen and (max-width:640px){
  .search-inputs .s-input{
    width: 68%;
  }
  .search-inputs .s-sub{
    width: 30%;
  }
  .search-area{
    display: none;
  }
  .search-area .cls-btn{
    display: none;
  }
}

/* My Account */
.membership-box{
  margin: 30px 0;
  border:1px #000 solid;
  display: flex;
  justify-content: start;
  align-items: center;
}

.mem-plan{
  background-color: #000;
  padding: 24px;
  color: #FFF;
}

.mem-plan h4{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mem-plan h2{
  font-size: 24px;
  font-weight: 600;
}

.mem-plan h2 span{
  font-size: 16px;
}

.mem-info{
  width: 30%;
}

.mem-info p{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 24px;
  margin-bottom: 8px;
}

.mem-info ul{
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 24px;
}

.mem-info ul li{
  font-size: 14px;
}

.faq-grid{
  width:100%;
  max-width: none;
}

.mem-action{
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  
}

.order-list{
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.order-box{
  display: flex;
  border:1px #000 solid;
  padding: 8px 16px;
  align-items: center;
  justify-content: space-between;
}

.order-box .pro-details{
  padding: 8px 0;
}

.order-box .pro-details h2{
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.order-box .pro-details p, .order-box .pro-details h2{
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pro-action a{
  color: red;
  padding: 0;
}

.order-box .pro-date p{
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.order-box .pro-price p{
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

@media screen and (max-width: 990px) {
  .membership-box{
    flex-direction: column;
    align-items: normal;
    row-gap: 8px;
    padding-bottom: 16px;
  }
  .mem-action{
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .mem-info{
    width: 100%;
  }
  .mem-action{
    flex-direction: column;
    row-gap: 16px;
    padding: 0 24px;
    margin-top: 24px;
  }
  .order-box{
    flex-direction: column;
    row-gap: 8px;
    justify-content: center;
    align-items: self-start;
  }
  .order-box .pro-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
  }
  .grid-wrapper{
    grid-template-columns: minmax(3vw, 1fr) minmax(auto, 1500px) minmax(3vw, 1fr);
  }
  .category-box .category-list{
    width: 48%;
  }
  .category-box{
    row-gap: 24px;
    column-gap: 8px;
    justify-content:space-between;
  }
  .category-box .category-list .category-title{
    font-size: 13px;
  }
  .category-box .category-list img{
    height: 250px;
  }
}

.mem-info p.small{
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 400;
 }

 .menu-footer{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #e31e25;
  box-shadow: 0 1px 12px 2px hsla(0,0%,56%,.3); 
  z-index: 999;
  display: none;
 }

 .bottom-nav{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
 }

 .nav-item{
  width: 25%;
  position: relative;
 }

 .nav-item a{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
  text-decoration: none !important;
 }

 .nav-item a img{
  width: 24px;
 }

 .nav-item a span{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  z-index: 99;
  font-weight: 600;
 }

 .badge-ft{
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #FFF;
  position: absolute;
  z-index: 1;
  left: 55%;
  top:-5px
 }

 .footer-list.app-logo{
  display: flex;
  flex-direction: column;
}

.nav-mb{
  margin: 0;
  padding: 0;
}

.nav-mb li a{
  font-size: 16px;
  padding: 8px;
  border-bottom: 1px #ccc solid;
}
.search-area.open{
  display: flex;
  align-items: start;
}


.cls-btn{
  display: none;
}

 @media screen and (max-width: 640px) {
  .menu-footer{
    display: block;
  }
  .search-area.open{
    display: flex;
  }
 }

 .white-popup-block{
  background-color: #FFF;
  max-width: 600px;
  margin:0 auto;
  padding: 12px;
  position: relative;
 }

 .white-popup-block h3{
  text-align: center;
 }

 .loc-sel{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
 }

 .loc-sel li{
  list-style: none;
  width: 33.33%;
  padding: 8px 16px;
  
  
 }

 .loc-sel li a{
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
 }

 .loc-sel li a span{
  font-size: 12px;
  color: #999;
 }

 .loc-sel li img{
  width: 100%;
  margin-bottom: 8px;
  border-radius: 12px;
 }

 .popup-modal-dismiss{
  position: absolute;
  top:10px;
  right: 10px;
 }

 @media screen and (max-width: 768px) {
  .loc-sel li{
    list-style: none;
    width: 33%;
    padding: 6px;
   }
 }