@font-face {
  font-family: MATERIAL ICONS;
  src: url('../fonts/materialiconsoutlined-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --linen: #e5ded2;
  --tan-2: #c39e83;
  --brown: #422e00;
  --dim-grey: #706356;
  --white-smoke: #f5f1ed;
  --tan: #b2a391;
  --antique-white: #e4d7ca;
}

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

.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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-commercelayoutsidebar {
  flex: 0 0 320px;
  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-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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.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-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 {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

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

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-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 {
  background-color: var(--linen);
  color: #333;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

h5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

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

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container.menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.container._100 {
  height: 100%;
  position: absolute;
}

.container.view-all-mobile-container {
  display: none;
  overflow: visible;
}

.logo {
  z-index: 999999;
  width: 150px;
  max-width: 150px;
  margin-right: 20px;
  position: relative;
}

.navbar {
  background-color: var(--linen);
  border-bottom: 0 solid #e0e0e0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  position: relative;
  inset: 0 0% auto;
}

.product-card-link-block {
  color: #333;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  transition: all .2s;
  position: static;
  inset: 0%;
}

.product-card-link-block:hover {
  transform: scale(1.005);
}

.product-card-link-block.left-margin {
  margin-left: 0;
}

.icon {
  color: #333;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 28px;
  line-height: 100%;
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.products-home {
  background-color: var(--tan-2);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.default {
  margin-top: 50px;
  margin-bottom: 100px;
}

.section.categorie-heading {
  background-color: var(--tan-2);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading {
  text-shadow: none;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 120%;
}

.heading.line {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  font-family: Crimson Text, sans-serif;
  font-size: 48px;
  text-decoration: none;
}

.heading.line.big {
  font-size: 48px;
  line-height: 105%;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  font-family: Noticia Text, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-3.line {
  color: #000;
  border-bottom: 2px solid #000;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Crimson Text, sans-serif;
  line-height: 100%;
  text-decoration: none;
}

.heading-4 {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.heading-4.nt {
  font-family: Noticia Text, sans-serif;
  font-weight: 400;
}

.heading-5 {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 120%;
}

.heading-6 {
  margin-top: 0;
  font-size: 16px;
  line-height: 120%;
}

.hero-text-block {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph {
  color: #494949;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph.small {
  color: #7e7e7e;
  font-weight: 300;
}

.paragraph.small h2 {
  color: #333;
  font-size: 14px;
  line-height: 100%;
}

.paragraph.small h1 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph.small h3, .paragraph.small h4 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph.big {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph.big.no-margin {
  margin-bottom: 0;
}

.paragraph.huge {
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 120%;
}

.paragraph.huge.no-margin {
  margin-bottom: 0;
}

.paragraph h3 {
  font-size: 20px;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #473028;
  border: 1px solid #473028;
  border-radius: 1px;
  margin-right: 15px;
  padding: 16px 32px;
  font-size: 16px;
}

.button.alt {
  color: var(--brown);
  background-color: #0000;
}

.button.alt.white {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  border-color: #fff;
  transition: all .2s;
}

.button.alt.white:hover {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  transform: translate(0, -5px);
}

.button.alt.white.no-margin {
  text-shadow: 1px 1px 6px #00000080;
  margin-left: 0;
}

.button.alt.white.no-margin:hover {
  text-shadow: none;
}

.button.alt.no-margin {
  color: #fff;
  margin-left: 10px;
}

.button.alt.no-margin.left {
  color: #fff;
  margin-left: 0;
}

.button.no-margin {
  text-transform: uppercase;
  background-color: #473028;
  margin-right: 0;
}

.button-block {
  margin-top: 25px;
}

.categories-container-horizontal {
  white-space: nowrap;
  align-items: center;
  margin-left: 0%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0%;
  display: none;
  overflow: scroll;
}

.div-block {
  background-color: #fff;
  width: 300px;
  min-width: 300px;
  height: 350px;
  margin-right: 25px;
  box-shadow: 0 0 25px #44444424;
}

.nav-menu {
  height: auto;
  margin-left: 0;
  padding-right: 0;
  position: static;
}

.categories-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.categories-grid.mirror {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 10px;
}

.categorie-block {
  height: 475px;
  transition: all .2s;
  position: relative;
}

.categorie-block:hover {
  transform: none;
}

.black-overlay-absolute {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#0003, #0003), linear-gradient(#0000, #0000);
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 25px;
  padding-left: 25px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.black-overlay-absolute:hover {
  background-image: linear-gradient(#0003, #0003);
}

.mobile-nav-main {
  align-items: center;
  display: flex;
}

.notice-block {
  background-color: var(--tan-2);
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.product-archive-section {
  margin-top: 8px;
  margin-bottom: 8px;
}

.products-archive-grid-swipeable {
  grid-column-gap: 5px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-card-info {
  text-align: left;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.regular-price {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

.product-card-image-container {
  width: 100%;
  height: 450px;
  max-height: 450px;
  position: relative;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 450px;
  max-height: 450px;
}

.hover-image-collection {
  z-index: 1;
  opacity: 1;
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hover-image {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 450px;
  max-height: 450px;
}

.shop-header {
  background-image: url('../images/slider_cat_.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
  position: relative;
}

.title-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.title-block.center {
  text-align: center;
  justify-content: center;
}

.title-block.no-margin {
  margin-bottom: 0;
}

.title-block.home {
  margin-bottom: 35px;
}

.footer-dark {
  background-color: #fbf8f4;
  border-bottom: 0 solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.footer-link {
  color: #333;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

.footer-divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

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

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

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

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

.footer-form-submit {
  text-transform: uppercase;
  background-color: #473028;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 48px;
  transition: all .2s;
}

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

.div-block-3 {
  margin-top: 12px;
}

.icons-section {
  background-color: #efece7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: News Cycle, sans-serif;
}

.big-usp-icon {
  width: 50px;
}

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

.horizontal-divider {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
}

.scroll-down-block {
  z-index: 50;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.scoll-down-animation {
  width: 35px;
}

.categories-section {
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.single-product-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.default-state {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
}

.quantity {
  border-color: var(--brown);
  background-color: #0000;
  height: 51px;
  margin-bottom: 0;
  margin-right: 15px;
}

.add-to-cart {
  margin-top: 25px;
}

.product-colors {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: none;
}

.color {
  background-color: #e6e6e6;
  border-radius: 9999px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  margin-right: 0;
}

.color.red {
  background-color: #c42a2a;
}

.color.green {
  background-color: #35bb26;
}

.color.blue {
  background-color: #5562c2;
}

.color.brown {
  background-color: #997a41;
}

.color.yellow {
  background-color: #ebe241;
}

.color-container {
  border-bottom: 0 solid #000;
  width: 25px;
  height: auto;
  margin-bottom: 0;
  margin-right: 10px;
  padding-bottom: 5px;
}

.color-container:active, .color-container:focus, .color-container.selected {
  border-bottom-width: 2px;
}

.single-product-section {
  margin-top: 0;
  margin-bottom: 100px;
}

.tabbed {
  margin-top: 50px;
}

.tabs {
  width: 100%;
}

.tab-link-info {
  background-color: #0000;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-info.w--current {
  background-color: #0000;
  border-bottom: 1px solid #000;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2 {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
}

.tabs-content {
  margin-top: 25px;
}

.product-content {
  padding-top: 0;
}

.breadcrumbs {
  align-items: center;
  margin-top: 0;
  margin-bottom: 25px;
  display: flex;
}

.breadcrumbs.checkout {
  font-family: Roboto, sans-serif;
}

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

.collection-list-wrapper {
  width: 20%;
  margin-top: 0;
  margin-bottom: -16px;
  margin-right: 16px;
  overflow: scroll;
}

.product-images-block {
  align-items: stretch;
  max-height: 800px;
  display: flex;
  position: sticky;
  top: 50px;
  overflow: hidden;
}

.more-images {
  margin-bottom: 0;
}

.mobile-block {
  z-index: 10000;
  background-color: var(--dim-grey);
  display: none;
  position: fixed;
  inset: 0%;
}

.variantions {
  align-items: center;
  font-size: 10px;
  display: flex;
}

.size-selection {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  min-height: 25px;
  max-height: 25px;
  margin-right: 5px;
  display: flex;
}

.size-selection.trans {
  background-color: #0000;
  border-color: #000;
}

.breadcrumb-icon {
  margin-left: 5px;
  margin-right: 5px;
  font-family: MATERIAL ICONS, sans-serif;
}

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

.cart-quantity {
  color: var(--brown);
  margin-top: -8px;
  margin-right: -8px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.usp-grid {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.nav-link {
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
}

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

.remove-link {
  color: #c52020;
  text-decoration: underline;
}

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

.lightbox-link {
  width: 80%;
  max-width: 80%;
}

.scroll-down-block-wrapper {
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-8 {
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.text-block-2 {
  font-family: News Cycle, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.gifts-section {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000040, #00000040);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.collection-item-2 {
  height: 100%;
  position: relative;
}

.product-card-link-block-2 {
  z-index: 10;
  color: #333;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.lightbox-link-2 {
  padding-bottom: 16px;
}

.div-block-9 {
  margin-top: 0;
  display: flex;
}

.variable-option {
  border-color: var(--brown);
  color: var(--brown);
  white-space: nowrap;
  background-color: #0000;
  margin-right: 0;
}

.variable-option.w--ecommerce-pill-selected {
  background-color: var(--brown);
  color: var(--white-smoke);
}

.option-list {
  flex-direction: column-reverse;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.black-overlay {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.black-overlay:hover {
  background-image: linear-gradient(#0000004d, #0000004d);
}

.pagination {
  justify-content: center;
  margin-top: 25px;
  padding-left: 40px;
}

.products-archive-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.option {
  margin-bottom: 15px;
}

.tabs-menu {
  border-bottom: 1px solid #e0e0e0;
}

.dropdown-list {
  background-color: #865b5b;
}

.dropdown-list.w--open {
  border-top: 0px solid var(--tan);
  background-color: #0000;
  padding-top: 0;
  position: fixed;
  left: 0;
  overflow: visible;
}

.mega-menu-container {
  border-top: 1px solid var(--tan);
  background-color: var(--linen);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.mega-menu-categories {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mega-menu-category-1 {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0;
  display: block;
}

.div-block-11 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  transition: all .2s;
}

.mega-menu-category-2, .mega-menu-category-3 {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0;
  display: none;
}

.mega-menu-side-1 {
  border-top: 1px solid var(--tan);
  background-color: var(--linen);
  width: 1200px;
  margin-top: 45px;
  margin-left: -1200px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mega-menu-side-2 {
  z-index: -1;
  border-top: 1px solid var(--tan);
  background-color: var(--linen);
  width: 1200px;
  margin-top: 22px;
  margin-left: 0;
  margin-right: -500px;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-link-2 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.nav-link-2.left {
  text-transform: lowercase;
  margin-right: 0;
  padding: 0;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.nav-link-2.left:hover {
  color: var(--tan);
  background-color: #0000;
}

.nav-link-2.left:visited {
  color: #494949;
}

.nav-link-2.left.w--current {
  color: #000;
}

.button-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
}

.horizontal-fade-scroll {
  display: none;
}

.main-category {
  text-align: left;
  border-bottom: 0 solid #0000;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  font-weight: 300;
}

.main-category:hover {
  border-bottom: 0px solid var(--brown);
}

.shop-category-wrapper {
  align-items: flex-start;
  width: auto;
  display: flex;
}

.mega-menu-grid {
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.divider-vertical {
  background-color: var(--tan);
  width: 1px;
  height: 100%;
  margin-left: 35px;
  margin-right: 35px;
}

.dropdown-toggle {
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
}

.dropdown-toggle.w--open {
  color: var(--tan);
  border-bottom: 0 solid #000;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-toggle.left {
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
}

.dropdown-toggle-2 {
  padding-top: 25px;
}

.dropdown-toggle-2.w--open {
  padding-top: 25px;
  padding-bottom: 25px;
}

.mobile-nav, .nav-mobile {
  display: none;
}

.nav-menu-wrapper {
  justify-content: center;
  display: flex;
  position: static;
}

.checkout-form {
  background-color: #f4f1ec;
}

.order-confirmation {
  background-color: #0000;
}

.hero-section {
  color: #fff;
  text-shadow: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 75vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-17 {
  text-align: center;
  margin-top: 10px;
}

.dark-layer-menu {
  z-index: -10;
  background-color: #00000080;
  height: 100vh;
  margin-top: 200px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.main-category-text {
  color: #333;
  text-decoration: none;
}

.menu-nieuw {
  z-index: 999999999;
  background-color: #000;
  height: 151px;
  margin-top: 151px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.mega-menu-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 5px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: -170px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
}

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

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

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

.product-search {
  z-index: 2147483647;
  background-color: #00000080;
  position: fixed;
  inset: 0%;
}

.search-block {
  width: 100%;
}

.search-input-2 {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--tan);
  background-color: #0000;
  align-self: flex-end;
  height: 100%;
  margin-right: 25px;
  padding-bottom: 0;
  font-size: 22px;
}

.search-input-2:active, .search-input-2:focus {
  border-bottom-color: var(--tan);
}

.container-2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.button-2 {
  text-transform: uppercase;
  background-color: #f47022;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .4s;
}

.button-2:hover {
  filter: saturate(150%);
}

.div-block-281 {
  justify-content: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.search-wrapper {
  background-color: #f4f1ec;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-around;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.image-logo {
  height: 62px;
}

.search-2 {
  border-radius: 5px;
  align-items: center;
  height: 75px;
  margin-top: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.x {
  z-index: 1000;
  cursor: pointer;
  width: 40px;
  margin-top: 0;
  margin-right: 0;
  padding: 10px;
  position: static;
  inset: 0% 0% auto auto;
}

.search-pop-up {
  z-index: 2147483647;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-blok-heading {
  width: 800px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.empty-state {
  background-color: #0000;
  padding: 0;
  position: relative;
}

.empty {
  text-align: center;
}

.dropdown-list-brand {
  background-color: #865b5b;
}

.dropdown-list-brand.w--open {
  border-top: 0px solid var(--tan);
  background-color: #0000;
  width: 100vw;
  padding-top: 0;
  overflow: visible;
}

.dropdown-list-brand.brands {
  margin-left: -250px;
}

.cart-container {
  background-color: #f4f1ec;
}

.out-of-stock-state {
  background-color: var(--antique-white);
  display: inline-block;
}

.spreuk {
  width: 75%;
}

.hero-subsection {
  padding-top: 50px;
  padding-bottom: 60px;
}

.usp-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.collection-list-wrapper-2 {
  margin-bottom: 10px;
}

.title-grid-categories {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}

.hero-title-block {
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-284 {
  flex-direction: row;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.customer-info {
  display: block;
  transform: translate(0);
}

.payment {
  display: block;
}

.payment._2 {
  position: relative;
  inset: 0%;
}

.discounts {
  border-width: 1px 0 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.order-items {
  margin-bottom: 0;
}

.body {
  font-family: Roboto, sans-serif;
}

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

.mega-menu {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-2 {
  display: inline;
}

.dropdown-list-3 {
  background-color: #dddddd26;
  font-weight: 300;
}

.dropdown-list-3.w--open {
  background-color: #ddd0;
}

.text-block-4 {
  text-transform: uppercase;
  font-weight: 300;
}

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

.menu-x {
  width: 25px;
  padding-left: 5px;
  padding-right: 5px;
}

.text-block-5, .text-block-6 {
  text-transform: lowercase;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.body-2, .body-3 {
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.dropdown-link {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 300;
}

.dropdown-link.w--current {
  color: #494949;
  font-weight: 700;
}

.dropdown-link-2, .dropdown-link-3 {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 300;
}

.hide-desktop, .hide-desktop.w--current {
  display: none;
}

.dropdown-link-4 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.heading-7, .heading-8 {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.text-block-7, .text-block-8 {
  font-family: Roboto, sans-serif;
}

.block-content {
  font-size: 13px;
  font-weight: 300;
}

.heading-9 {
  font-size: 22px;
  font-weight: 400;
}

.hero-background-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 75vh;
}

.hero-background-image.footer {
  height: 600px;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-3 {
  padding-left: 20px;
  padding-right: 20px;
  display: inline;
}

.link-4 {
  display: inline;
}

.div-block-285 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 10px;
  display: grid;
}

.dropdown-toggle-4 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.text-block-9 {
  padding-right: 20px;
}

.menu-item {
  color: #222;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.div-block-286 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.div-block-287 {
  position: relative;
  overflow: hidden;
}

.grid-6 {
  width: 200%;
  transform: translate(0);
}

.categorie-title {
  color: #000;
  margin-top: 0;
  font-family: Crimson Text, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.categorie-title.line {
  color: #000;
  border-bottom: 2px solid #000;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Crimson Text, sans-serif;
  line-height: 100%;
  text-decoration: none;
}

.rich-text-block {
  text-decoration: none;
}

.div-block-288 {
  text-align: center;
}

.big-icon {
  margin-right: 25px;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 66px;
  line-height: 120%;
}

.div-block-289 {
  background-color: var(--tan-2);
  text-align: left;
  align-items: center;
  width: 600px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
}

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

.div-block-290 {
  margin-top: 24px;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-count {
  text-align: left;
  padding-left: 10px;
}

.empty-state-2 {
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

.footer-copyright-center-2 {
  color: #fff;
  text-align: left;
  margin-top: 25px;
  font-size: 14px;
  line-height: 16px;
}

.trigger-up {
  position: absolute;
  inset: 0% 0% auto;
}

.decription {
  margin-top: 5px;
}

.dropdown {
  position: static;
}

.waitlist-shortcode {
  margin-top: 15px;
}

.product-h1 {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.product-h1.nt {
  font-family: Noticia Text, sans-serif;
  font-weight: 400;
}

.collection-item-2-copy {
  height: 100%;
  position: relative;
}

.heading-skeleton {
  background-color: #c4c4c4;
  width: 85%;
  height: 20px;
}

.heading-skeleton.sub {
  background-color: #d1d1d1;
  width: 65%;
  height: 15px;
}

.image-skeleton {
  object-fit: cover;
  background-color: #c4c4c4;
  width: 100%;
  height: 450px;
  max-height: 450px;
}

.categories-heading {
  text-shadow: none;
  margin-top: 0;
  font-family: Crimson Text, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 120%;
}

.categories-heading.line {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  font-size: 48px;
  text-decoration: none;
}

.categories-heading.line.big {
  font-size: 48px;
  line-height: 105%;
}

.notice-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #000;
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.notice-link, .noticelink {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.empty-state-3 {
  height: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .container.menu {
    grid-column-gap: 2px;
    grid-template-columns: 1fr 1fr .75fr;
  }

  .logo {
    margin-right: 0;
  }

  .nav-menu {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .categories-grid, .categories-grid.mirror {
    grid-template-columns: 1fr;
  }

  .categorie-block {
    height: 250px;
  }

  .notice-block {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .products-archive-grid-swipeable {
    width: 150%;
  }

  .title-block.center {
    text-align: left;
    justify-content: flex-start;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

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

  .single-product-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .collection-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 0;
    margin-right: 0;
    display: grid;
    overflow: visible;
  }

  .product-images-block {
    flex-direction: column-reverse;
    position: static;
  }

  .more-images {
    width: 100%;
  }

  .mobile-block {
    display: none;
  }

  .icon-2 {
    padding-right: 0;
  }

  .swipeable-collection {
    margin-left: -5%;
    margin-right: -5%;
    padding-bottom: 10px;
    padding-left: 5%;
    overflow: scroll;
  }

  .usp-grid {
    width: 100%;
  }

  .lightbox-link {
    width: 100%;
    max-width: 100%;
  }

  .div-block-8 {
    text-align: center;
  }

  .lightbox-link-2 {
    margin-right: 0;
  }

  .products-archive-grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .products-collection {
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 10px;
    padding-left: 0%;
    overflow: scroll;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .menu-button {
    margin-left: 20px;
  }

  .menu-button.w--open {
    background-color: var(--dim-grey);
    border-radius: 5px;
    margin-left: 20px;
  }

  .nav-link-2 {
    display: inline-block;
  }

  .main-category, .dropdown-toggle.left {
    padding-left: 20px;
  }

  .hero-section {
    max-height: 500px;
  }

  .container-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .search-blok-heading {
    width: auto;
  }

  .dropdown-list-brand.w--open {
    padding-top: 0;
  }

  .hero-background-image {
    height: 100%;
  }

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

  .footer-content-2 {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 100px;
    padding-top: 0;
  }

  .container.menu {
    grid-template-columns: 1fr 1fr;
  }

  .logo {
    z-index: 999;
    width: 100px;
  }

  .navbar {
    position: fixed;
  }

  .icon {
    font-size: 24px;
  }

  .paragraph.huge {
    font-size: 22px;
  }

  .nav-menu {
    height: auto;
  }

  .black-overlay-absolute {
    padding-left: 25px;
    padding-right: 25px;
  }

  .notice-block {
    display: flex;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-block.menu {
    align-items: flex-start;
  }

  .title-small {
    font-size: 12px;
  }

  .footer-link {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 12px;
  }

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

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .scroll-down-block {
    display: flex;
  }

  .tab-link-tab-2 {
    border-bottom-color: #0000;
  }

  .collection-list-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link {
    font-size: 14px;
    font-weight: 400;
  }

  .scroll-down-block-wrapper {
    display: block;
  }

  .div-block-8 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .black-overlay {
    padding-left: 25px;
    padding-right: 25px;
  }

  .products-archive-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .products-collection {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
  }

  .divider-vertical._100 {
    align-self: stretch;
    width: 2px;
    height: 100vh;
    margin-left: -1px;
    margin-right: -1px;
    position: static;
  }

  .mobile-nav {
    z-index: 2147483647;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .dark-overlay {
    z-index: -10;
    background-color: #00000080;
    margin-top: 200px;
    position: fixed;
    inset: 0%;
  }

  .nav-mobile {
    background-color: #f4f1ec;
    height: 80vh;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    display: block;
    overflow: scroll;
  }

  .mobile-nav-title-block {
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .nav-menu-wrapper {
    display: none;
  }

  .grid-3 {
    grid-column-gap: 1px;
    grid-row-gap: 0px;
    border-top: 0px solid var(--tan);
    white-space: normal;
    background-color: #0000;
    grid-template-rows: auto;
    place-content: space-between;
    align-items: start;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .mobile-main-cateogries {
    grid-column-gap: 1px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--tan);
    background-color: #f4f1ec;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    max-width: 50vw;
    padding: 0;
    display: block;
  }

  .mobile-menu-block {
    border-top: 1px solid var(--tan);
    background-color: #f4f1ec;
    height: auto;
    padding: 25px;
  }

  .grid-4 {
    grid-column-gap: 1px;
    grid-row-gap: 0px;
    background-color: var(--tan);
    grid-template-rows: auto;
  }

  .main-category-mobile {
    border-right: 0px solid var(--tan);
    text-align: center;
    cursor: pointer;
    background-color: #b2a39140;
    width: 100%;
    padding: 12px 15px;
    position: relative;
  }

  .main-category-mobile.w--current {
    background-color: #b2a39140;
    border-right-width: 0;
  }

  .main-category-mobile.right {
    border-left: 1px solid var(--tan);
    background-color: #0000;
  }

  .mobile-nav-filler {
    border-top: 0px solid var(--tan);
    background-color: #f4f1ec;
    height: auto;
    padding: 25px;
  }

  .dropdown-toggle-3 {
    margin-top: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .dropdown-list-2 {
    position: relative;
  }

  .dropdown-list-2.w--open {
    background-color: #0000;
    padding-top: 5px;
  }

  .mobile-nav-categories {
    border-top: 0px solid var(--tan);
    white-space: normal;
    background-color: #f4f1ec;
    height: auto;
    padding: 20px 25px 25px;
  }

  .div-block-18 {
    width: 100%;
    max-width: 50vw;
  }

  .main-category-text {
    z-index: 10;
    font-size: 14px;
    position: relative;
  }

  .mobile-nav-brands {
    border-top: 0px solid var(--tan);
    white-space: normal;
    background-color: #f4f1ec;
    height: auto;
    padding: 20px 25px 25px;
    display: none;
  }

  .tabs-menu-2 {
    border-bottom: 1px solid var(--tan);
    align-items: center;
    display: flex;
  }

  .grid-5 {
    grid-row-gap: 5px;
    text-align: left;
    grid-template-rows: auto;
    justify-items: start;
    width: 100%;
  }

  .search-input-2 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .button-2 {
    font-size: 14px;
  }

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

  .search-2 {
    height: 50px;
  }

  .title-grid-categories {
    display: block;
  }

  .div-block-288 {
    margin-top: 150px;
  }

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

  .title-small-2 {
    font-size: 12px;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

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

  .container.menu {
    grid-template-columns: 1fr 1fr;
  }

  .container._100 {
    height: 0%;
    bottom: 0;
  }

  .container.view-all-mobile-container {
    display: block;
  }

  .logo {
    width: 80px;
  }

  .navbar {
    font-size: 14px;
  }

  .section.products-home {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .heading, .heading.line {
    font-size: 32px;
  }

  .heading-3 {
    font-size: 26px;
  }

  .heading-3.line {
    margin-bottom: 0;
    font-size: 18px;
  }

  .heading-3.line.view-all-mobile {
    align-self: flex-end;
    font-size: 15px;
  }

  .heading-3.line.view-all-desktop {
    display: none;
  }

  .heading-5 {
    font-size: 16px;
  }

  .paragraph.big {
    font-size: 18px;
  }

  .categories-grid {
    grid-template-columns: 1fr;
  }

  .mobile-nav-main {
    display: none;
  }

  .notice-block {
    font-size: 13px;
  }

  .products-archive-grid-swipeable {
    width: 225%;
  }

  .product-card-image-container {
    height: 275px;
  }

  .image {
    height: 275px;
    max-height: 275px;
  }

  .title-block {
    justify-content: space-between;
  }

  .title-block.home {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-block.home.view-all-title-mobile {
    margin-bottom: 0;
  }

  .footer-block.menu {
    text-align: left;
  }

  .footer-link {
    white-space: normal;
  }

  .div-block-4 {
    margin-bottom: 50px;
  }

  .tab-link-info.w--current {
    width: auto;
    margin-right: 0;
  }

  .tab-link-tab-2 {
    background-color: #0000;
    margin-right: 0;
  }

  .tab-link-tab-2.w--current {
    background-color: #0000;
  }

  .collection-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .usp-grid {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .nav-link {
    display: none;
  }

  .lightbox-link {
    width: 100%;
    max-width: 100%;
  }

  .scroll-down-block-wrapper {
    padding-bottom: 100px;
  }

  .div-block-8 {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .gifts-section {
    height: 400px;
  }

  .variable-option {
    background-color: #0000;
  }

  .products-archive-grid {
    width: 100%;
  }

  .option {
    position: relative;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    display: flex;
  }

  .button-group {
    flex-flow: row;
    width: 90vw;
    overflow: scroll;
  }

  .horizontal-fade-scroll {
    background-image: linear-gradient(90deg, transparent, var(--linen) 83%);
    width: 50px;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .divider-vertical._100 {
    height: 100%;
    min-height: 100vh;
  }

  .mobile-nav {
    display: none;
  }

  .nav-mobile {
    height: 100vh;
    max-height: 100vh;
    display: block;
    overflow: scroll;
  }

  .hero-section {
    max-height: none;
  }

  .div-block-17 {
    text-align: center;
  }

  .mobile-nav-brands {
    display: none;
  }

  .search-input-2 {
    margin-bottom: 25px;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .div-block-281 {
    margin-bottom: 25px;
  }

  .search-wrapper {
    padding-bottom: 0;
  }

  .search-2 {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .spreuk {
    width: 100%;
  }

  .title-block-categories {
    width: auto;
  }

  .button-mobile-menu {
    border: 1px solid var(--brown);
    color: var(--brown);
    background-color: #0000;
    margin-top: 25px;
    font-size: 12px;
  }

  .cart-quantity-2 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .container-3 {
    flex-direction: column-reverse;
  }

  .body {
    margin-top: 0;
  }

  .order-summary {
    height: 50px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
  }

  .text-block-3 {
    margin-top: 16px;
    margin-right: 20px;
    font-family: MATERIAL ICONS, sans-serif;
    font-size: 24px;
    line-height: 100%;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .hide-mobile, .hide-mobile.w--current {
    display: none;
  }

  .hide-desktop, .hide-desktop.w--current {
    display: block;
  }

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

  .categorie-title.line {
    margin-bottom: 0;
    font-size: 18px;
  }

  .categorie-title.line.view-all-mobile {
    align-self: flex-end;
    font-size: 15px;
  }

  .categorie-title.line.view-all-desktop {
    display: none;
  }

  .div-block-288 {
    margin-top: 100px;
  }

  .big-icon {
    margin-right: 0;
    font-size: 32px;
  }

  .div-block-289 {
    text-align: center;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-skeleton {
    height: 275px;
    max-height: 275px;
  }

  .categories-heading, .categories-heading.line {
    font-size: 32px;
  }
}

#w-node-c149e583-a633-3b2e-6c52-280a89905ce5-6f5c2aca, #w-node-_1053721c-833f-1fdf-f2f1-4ad34009f997-6f5c2aca, #w-node-_4d1eb3ba-9189-ba5e-84dd-8e0b45b3269e-7574955a, #w-node-_4d1eb3ba-9189-ba5e-84dd-8e0b45b326a7-7574955a, #w-node-_4d1eb3ba-9189-ba5e-84dd-8e0b45b326b0-7574955a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4fac400-9faa-85a2-7d9e-77ab33d1a6da-33d1a625 {
  justify-self: center;
}

#w-node-c4fac400-9faa-85a2-7d9e-77ab33d1a6dc-33d1a625 {
  justify-self: end;
}

#w-node-c4fac400-9faa-85a2-7d9e-77ab33d1a6e8-33d1a625 {
  justify-self: center;
}

#w-node-c4fac400-9faa-85a2-7d9e-77ab33d1a6ea-33d1a625 {
  justify-self: end;
}

#w-node-_7ff2ef14-c519-8844-4e9a-0efbc26636e0-0d5c2acd, #w-node-_58c26c11-fd52-bb81-43e9-426d37bffa4e-0d5c2acd, #w-node-_0b4de628-80e9-b996-c180-ba0162034d8f-2a5c2ace {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad4d2399-d304-3983-f9ca-6536aee12295-2a5c2ace {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

@media screen and (max-width: 991px) {
  #w-node-c4fac400-9faa-85a2-7d9e-77ab33d1a6da-33d1a625 {
    order: -9999;
    justify-self: start;
  }

  #w-node-c4fac400-9faa-85a2-7d9e-77ab33d1a6dc-33d1a625 {
    order: 9999;
  }

  #w-node-c4fac400-9faa-85a2-7d9e-77ab33d1a715-33d1a625 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fa20a52f-23f5-82b3-2975-e1c101f9e74b-33d1a625, #w-node-fa20a52f-23f5-82b3-2975-e1c101f9e777-33d1a625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}


@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/materialiconsoutlined-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}