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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, .w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

.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;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

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

  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .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 {
    font-size: 16px;
  }
}

body {
  color: #212127;
  background-color: #f5f5f7;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

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

p {
  color: #919197;
  margin-bottom: 10px;
  font-weight: 500;
}

a {
  color: #919197;
  text-decoration: underline;
}

figure {
  margin-top: 30px;
  margin-bottom: 10px;
}

.page-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  background-color: #fff;
  height: 850px;
  padding: 0 30px;
}

.banner.sub {
  height: 200px;
}

.section {
  background-color: #fff;
  padding: 20px 15px 120px;
}

.section.less {
  padding: 20px 20px 30px;
}

.section.less-space {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  max-width: 1200px;
}

.container.center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.navbar {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
}

.nav-menu {
  float: none;
  text-align: center;
  flex-wrap: nowrap;
  place-content: flex-start flex-end;
  align-items: center;
  display: block;
}

.brand {
  float: left;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-banner {
  text-align: center;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-link {
  color: #818187;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.nav-link:hover, .nav-link.w--current {
  color: #212127;
}

.nav-link.dropdown {
  z-index: 1;
  float: left;
}

.nav-link.in-footer {
  color: #fff;
  text-decoration: none;
}

.nav-link.in-footer:hover {
  text-decoration: underline;
}

.logo-title {
  color: #919197;
  margin-bottom: 0;
  margin-left: 10px;
}

.cart-button {
  color: #212127;
  background-color: #0000;
  display: block;
}

.cat-text {
  color: #919197;
  font-weight: 500;
}

.cart {
  margin-right: 3px;
}

.top-icon-flex {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.top-icon-flex.no-space {
  margin-left: 0;
}

.top-icon-flex._5px-space {
  margin-left: 5px;
}

.top-text {
  margin-bottom: 0;
  margin-left: 10px;
}

.top-text.white-text {
  color: #fff;
  margin-left: 0;
  margin-right: 10px;
  font-size: 15px;
  font-style: italic;
}

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

.banner-second {
  background-color: #515157;
  background-image: url('../images/parker-burchfield-tvG4WvjgsEY-unsplash.jpg'), linear-gradient(#0000004d, #0000004d);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-second.normal {
  background-color: #212127;
  background-image: linear-gradient(#0000004d, #0000004d);
  background-position: 0 0;
  padding-top: 10px;
}

.categories-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #212127;
  background-color: #111;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  display: grid;
  position: relative;
}

.category-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  position: absolute;
  bottom: 20px;
  right: 25px;
}

.category-title.in-square {
  color: #fff;
  text-decoration: none;
}

.icon {
  margin-top: 24px;
  margin-right: 5px;
  font-size: 12px;
}

.dropdown-list {
  margin-top: 0;
}

.dropdown-list.w--open {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.collection-list {
  background-color: #fff;
}

.cat-shirts {
  color: #919197;
  background-color: #fff;
  width: 100%;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.cat-shirts:hover {
  color: #212127;
}

.cat-shirts.w--current {
  color: #414147;
}

.cat-shirts.no-left-padding {
  padding-left: 0;
}

.cat-shirts.no-left-padding.biger {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
}

.top-title {
  text-align: center;
  margin-bottom: 60px;
}

.top-title-text {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider {
  background-color: #000;
  width: 50px;
  height: 1px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.margin-page {
  margin-top: 120px;
}

.logo-wrapper {
  justify-content: space-between;
  display: flex;
}

.client-logo {
  cursor: default;
  padding: 0 45px;
}

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

.heading-banner {
  color: #fff;
  margin-top: 0;
  font-size: 60px;
  line-height: 70px;
}

.heading-banner.smaller {
  font-size: 50px;
  line-height: 60px;
}

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

.button {
  color: #212127;
  background-color: #212127;
  padding: 15px 20px;
  font-weight: 500;
}

.button:hover {
  background-color: #3e3e49;
}

.button.white {
  color: #fff;
  background-color: #212127;
  font-family: Poppins, sans-serif;
}

.button.white:hover {
  background-color: #414147;
}

.button.white.dark {
  color: #212127;
  background-color: #fff;
}

.button.white.full {
  text-align: center;
  width: 100%;
  display: block;
}

.footer {
  background-color: #212127;
  padding: 50px 30px 30px;
}

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

.subscribe-text {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 17px;
  font-style: italic;
}

.form-block {
  width: 400px;
  margin-bottom: 0;
}

.text-field {
  float: left;
  border-style: solid none solid solid;
  border-top-width: 1px;
  border-top-color: #ededed;
  border-bottom-width: 1px;
  border-bottom-color: #ededed;
  border-left-width: 1px;
  border-left-color: #ededed;
  width: 65%;
  height: 50px;
  margin-bottom: 0;
}

.text-field.full {
  float: none;
  border: 1px solid #ededed;
  width: 100%;
  margin-top: -1px;
}

.text-field.full.area {
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 90px;
}

.text-field.full.add-space {
  margin-top: 15px;
  margin-bottom: 5px;
}

.submit-button {
  float: left;
  background-color: #212127;
  width: 35%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #414147;
}

.submit-button.normal {
  float: none;
  width: 100%;
}

.submit-button.normal.center {
  text-align: center;
  justify-content: center;
}

.product-wrapper {
  color: #212127;
  text-align: center;
  text-decoration: none;
}

.product-wrapper.with-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.product-image {
  margin-bottom: 20px;
}

.price {
  color: #bdbdc3;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
}

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

.footer-left-part {
  justify-content: flex-end;
  display: flex;
}

.social-icon {
  margin-right: 12px;
}

.copyright {
  color: #b7b7bb;
  margin-bottom: 0;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.align-right {
  text-align: right;
}

.stripe-image {
  opacity: 1;
  background-color: #7a7a7a;
  background-image: url('../images/white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 30px;
  width: 80px;
  height: 35px;
  display: inline-block;
}

.preloader {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: minmax(200px, 1fr) auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.top-title-text-2 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  position: relative;
}

.top-title-text-2.in-left {
  padding-left: 0;
}

.footer-top-title {
  align-items: center;
  height: 60px;
}

.footer-column {
  width: 90%;
}

.footer-column.add-top-margin {
  margin-top: 40px;
}

.line-title {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  position: absolute;
}

.top-title-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.top-title-2.zero-margin {
  margin-bottom: 0;
}

.top-title-2.zero-margin.left {
  justify-content: flex-start;
}

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

.success-message {
  color: #fff;
  background-color: #00da83ba;
}

.error-message {
  color: #9e0000;
  text-align: center;
}

.form-block-2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cart-order-value {
  font-size: 17px;
  font-weight: 400;
}

.remove-button {
  margin-top: 4px;
}

.text-block {
  color: #818187;
  font-size: 16px;
}

.cart-product-name {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 400;
}

.field-label {
  color: #919197;
  font-weight: 400;
}

.right-padding {
  padding-left: 50px;
}

.product-item {
  flex: 1;
  min-height: 510px;
}

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

.collection-list-wrapper-3 {
  mix-blend-mode: normal;
  position: static;
  transform: translate(0);
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-3 {
  color: #515157;
}

.algin-center {
  text-align: center;
  position: relative;
}

.paragraph-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-wrapper {
  text-align: center;
  padding: 40px;
}

.button-wrapper.with-color {
  background-color: #212127;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 25%;
  margin-bottom: 10px;
  margin-right: 10px;
}

.link-4 {
  color: #818187;
  text-decoration: none;
}

.empty-state {
  text-align: center;
  background-color: #f5f5f7;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
}

.text-block-2 {
  font-size: 20px;
  font-weight: 400;
}

.order-confirmation-container {
  background-color: #0000;
  min-height: auto;
}

.cart-quantity {
  color: #fff;
  background-color: #121217;
  border-radius: 20px;
  min-width: 21px;
  height: 21px;
}

.paypal {
  margin-bottom: 5px;
}

.center {
  text-align: center;
}

.big {
  color: #000;
  font-size: 26px;
  font-weight: 500;
}

.discounts {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-quote, .block-quote.algin-center {
  width: auto;
}

.div-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image {
  text-align: center;
}

.paragraph {
  font-size: 16px;
}

.list {
  text-align: left;
  justify-content: center;
  font-size: 16px;
  line-height: 28px;
  display: block;
}

.image-2 {
  text-align: center;
  line-height: 14px;
}

.div-block-3 {
  justify-content: center;
  display: flex;
}

.div-block-4, .div-block-5 {
  text-align: center;
}

.paragraph-2, .paragraph-3 {
  -webkit-text-stroke-color: #000;
}

.paragraph-4 {
  color: #000;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 24px;
}

.image-3 {
  display: inline-block;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  word-break: normal;
  vertical-align: baseline;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: grid;
  position: static;
  overflow: visible;
}

.div-block-7 {
  height: 100%;
}

.image-4 {
  flex: 0 auto;
  padding-left: 0;
}

.image-5 {
  flex: 1;
  padding-left: 0;
}

.image-6, .image-7 {
  flex: 1;
}

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

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

.container-2.center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.top-title-text-3 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  position: relative;
}

.top-title-text-3.in-left {
  padding-left: 0;
}

.section-2 {
  background-color: #fff;
  padding: 120px 15px;
}

.section-2.less-space {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.top-title-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.top-title-3.zero-margin {
  margin-bottom: 0;
}

.top-title-3.zero-margin.left {
  justify-content: flex-start;
}

.heading {
  color: #000;
  text-align: center;
  display: block;
}

.heading-2, .heading-3, .heading-4 {
  color: #000;
  text-align: center;
}

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

.container-3 {
  max-width: 1200px;
}

.container-3.center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.top-title-text-4 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  position: relative;
}

.top-title-text-4.in-left {
  padding-left: 0;
}

.div-block-10 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-3 {
  background-color: #fff;
  padding: 120px 15px;
}

.section-3.less-space {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.top-title-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.top-title-4.zero-margin {
  margin-bottom: 0;
}

.top-title-4.zero-margin.left {
  justify-content: flex-start;
}

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

.container-4.center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.top-title-text-5 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  position: relative;
}

.top-title-text-5.in-left {
  padding-left: 0;
}

.div-block-11, .div-block-12, .div-block-13 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cat-hommes {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.list-item, .list-item-2 {
  padding: 10px 20px;
}

.list-item-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-6 {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.list-item-link {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price-2 {
  color: #bdbdc3;
  font-size: 22px;
  line-height: 30px;
}

.form-block-3 {
  padding-top: 40px;
}

.select-field {
  color: #919197;
  background-color: #f3f3f3;
}

.text-block-3 {
  width: 20px;
  display: block;
}

.text-field-2 {
  color: var(--black);
  width: 60px;
}

.button-2 {
  color: #fff;
  vertical-align: sub;
  background-color: #212127;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.div-block-15, .div-block-16 {
  display: flex;
}

.list-item-link-15 {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.price-center {
  color: #bdbdc3;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}

.column, .column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-8 {
  text-align: left;
}

.column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.link-block {
  padding-top: 40px;
  text-decoration: none;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  text-decoration: none;
}

.heading-5, .heading-6, .heading-7, .heading-8 {
  color: #000;
  text-align: center;
}

.link-block-9, .link-block-10 {
  text-decoration: none;
}

.link-block-11 {
  padding-top: 40px;
  text-decoration: none;
}

.link-block-12, .link-block-13, .link-block-14 {
  text-decoration: none;
}

.link-block-15 {
  padding-top: 40px;
  text-decoration: none;
}

.link-block-16 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .page-content {
    width: 100%;
  }

  .banner {
    height: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #f5f5f7;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    display: block;
  }

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

  .nav-link.in-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .top-icon-flex.no-left {
    margin-left: 0;
  }

  .categories-wrapper {
    height: 340px;
  }

  .logo-wrapper {
    display: block;
  }

  .client-logo {
    width: 33.333%;
    margin-bottom: 10px;
  }

  .heading-banner, .heading-banner.smaller.order {
    font-size: 40px;
    line-height: 50px;
  }

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

  .flex-row.make-vertical {
    flex-direction: column;
  }

  .footer-left-part.right-now {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .copyright {
    margin-bottom: 20px;
  }

  .align-right.make-left {
    text-align: left;
  }

  .sidebar {
    margin-bottom: 40px;
    padding-left: 7.5px;
  }

  .form-block-2 {
    width: 80%;
  }

  .utility-page-content {
    width: 260px;
  }

  .right-padding {
    margin-top: 50px;
    padding-left: 0;
  }

  .category-item {
    width: 100%;
  }

  .product-item {
    width: 50%;
    margin-bottom: 40px;
  }

  .menu-button {
    float: none;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    display: inline-block;
  }

  .menu-button.w--open {
    background-color: #212127;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .licens-image {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .banner.sub {
    height: 120px;
  }

  .navbar {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand.w--current {
    margin-bottom: 0;
  }

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

  .categories-wrapper {
    height: 280px;
  }

  .client-logo {
    width: 33.333%;
    padding: 20px 30px;
  }

  .heading-banner.smaller {
    font-size: 34px;
    line-height: 46px;
  }

  .heading-banner.smaller.order {
    font-size: 30px;
    line-height: 40px;
  }

  .subscribe-flex {
    flex-direction: column;
  }

  .subscribe-text {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .product-wrapper.with-padding {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-column.no-top-margin {
    margin-top: 0;
  }

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

  .cart-product-name {
    text-align: left;
  }

  .product-item {
    width: 100%;
    min-height: auto;
  }

  .menu-button {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    height: 320px;
  }

  .section {
    padding: 60px 10px;
  }

  .section.less {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand.w--current {
    width: 100px;
    margin-bottom: 0;
  }

  .categories-wrapper {
    height: 200px;
  }

  .top-title-text {
    font-size: 24px;
    line-height: 32px;
  }

  .client-logo {
    width: 50%;
    padding: 20px;
  }

  .heading-banner {
    font-size: 21px;
    line-height: 34px;
  }

  .heading-banner.smaller.order {
    font-size: 24px;
    line-height: 36px;
  }

  .form-block {
    width: 300px;
  }

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

  .section-2, .section-3 {
    padding: 60px 10px;
  }
}

#w-node-_622e0b1f-f732-417f-a8ee-26e844fddc6e-ed70b580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_46dfa73d-e8dc-224f-8604-173e62219ed3-ed70b580, #w-node-_5f895ec3-3cf8-c0db-f9eb-506473eb8f37-ed70b580, #w-node-_03ecb99d-b104-3d5f-b620-7b34b6407a3b-ed70b580, #w-node-d4dd778f-7e27-380b-6bba-05c8dcee0eeb-ed70b580, #w-node-ff6b7aec-9ae9-0caa-8b6c-1dbebb102f9f-ed70b580, #w-node-ce1c0a22-59a9-cfa8-e3d9-ff1937c55217-ed70b580, #w-node-f3ac251c-3d62-4274-a4bc-eb392db25154-ed70b580 {
  place-self: center;
}

#w-node-_00f8e208-b217-e2bb-c456-438b592bd8c2-ed70b580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_486fc246-1d88-e907-feb3-eedf622f4ec4-ed70b580, #w-node-d6015085-513d-4d37-627f-402e031dc6a5-ed70b580, #w-node-_487e5b56-2243-b678-2428-d21237f5c032-ed70b580 {
  place-self: center;
}

#w-node-c26b17ea-6c44-c7ce-0f50-29ff24eab59d-ed70b580 {
  justify-self: center;
}

#w-node-_930103a6-b123-edda-3810-900adfd9a1b7-ed70b580 {
  place-self: center;
}

#w-node-_41ebbc77-e3ff-7a03-39ac-cc3c13abbea2-08a0be2a {
  place-self: stretch stretch;
}

#w-node-e04ce329-d72b-19a9-6092-56ad42e012b2-08a0be2a, #w-node-e04ce329-d72b-19a9-6092-56ad42e012ba-08a0be2a, #w-node-_38991fe1-c421-a805-615c-b186e838e771-08a0be2a, #w-node-e04ce329-d72b-19a9-6092-56ad42e012b4-08a0be2a, #w-node-e04ce329-d72b-19a9-6092-56ad42e012bc-08a0be2a, #w-node-_0cabca50-0064-bbda-35bf-cfbdaab90c5a-08a0be2a, #w-node-e04ce329-d72b-19a9-6092-56ad42e012b6-08a0be2a, #w-node-e04ce329-d72b-19a9-6092-56ad42e012be-08a0be2a, #w-node-_499ddb47-d7f8-cf97-06e8-094690c7aa0e-08a0be2a {
  place-self: center;
}

#w-node-e04ce329-d72b-19a9-6092-56ad42e012b8-08a0be2a {
  justify-self: center;
}

#w-node-e04ce329-d72b-19a9-6092-56ad42e012c0-08a0be2a, #w-node-_4ec484ba-b794-17a0-f36b-d6c70dec0dc4-9baf5216, #w-node-_4ec484ba-b794-17a0-f36b-d6c70dec0dc6-9baf5216, #w-node-_4ec484ba-b794-17a0-f36b-d6c70dec0dc8-9baf5216, #w-node-_4ec484ba-b794-17a0-f36b-d6c70dec0dca-9baf5216, #w-node-_4ec484ba-b794-17a0-f36b-d6c70dec0dcc-9baf5216, #w-node-_4ec484ba-b794-17a0-f36b-d6c70dec0dce-9baf5216 {
  place-self: center;
}

#w-node-b0966888-efaf-35ef-02c3-38c67baeca07-bfc864ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-b0966888-efaf-35ef-02c3-38c67baeca09-bfc864ea, #w-node-b0966888-efaf-35ef-02c3-38c67baeca0b-bfc864ea, #w-node-b0966888-efaf-35ef-02c3-38c67baeca19-bfc864ea {
  place-self: center;
}

#w-node-b0966888-efaf-35ef-02c3-38c67baeca1b-bfc864ea {
  justify-self: center;
}

#w-node-b0966888-efaf-35ef-02c3-38c67baeca1d-bfc864ea {
  place-self: center;
}

#w-node-_35d50a80-c9f4-2fcd-4b57-0735f0564a7b-b60faf63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_35d50a80-c9f4-2fcd-4b57-0735f0564a7d-b60faf63, #w-node-_35d50a80-c9f4-2fcd-4b57-0735f0564a7f-b60faf63, #w-node-_35d50a80-c9f4-2fcd-4b57-0735f0564a81-b60faf63, #w-node-_35d50a80-c9f4-2fcd-4b57-0735f0564a83-b60faf63, #w-node-_35d50a80-c9f4-2fcd-4b57-0735f0564a85-b60faf63, #w-node-_3ff1237b-3f93-631c-d836-d519b6bbd712-7848994b, #w-node-_3ff1237b-3f93-631c-d836-d519b6bbd714-7848994b, #w-node-_3ff1237b-3f93-631c-d836-d519b6bbd716-7848994b, #w-node-_3ff1237b-3f93-631c-d836-d519b6bbd718-7848994b {
  place-self: center;
}

#w-node-_3ff1237b-3f93-631c-d836-d519b6bbd71a-7848994b {
  justify-self: center;
}

#w-node-_3ff1237b-3f93-631c-d836-d519b6bbd71c-7848994b {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1ad4df91-8135-e871-369d-04d327908c8a-27908c89 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


