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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .w-commerce-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 {
    font-size: 16px;
  }
}

body {
  color: #58595b;
  background-color: #e7e7e8;
  font-family: Journalsansnew, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.35em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

p {
  margin-bottom: 0;
}

a {
  color: #58595b;
  text-decoration: none;
}

.grid-wrapper {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.nav-link {
  height: 100%;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  position: static;
}

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

.section {
  z-index: 10;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.section.no-padding {
  padding: 0;
}

.section.no-top-padding {
  padding-top: 0;
}

.overlay {
  background-color: rgba(8, 8, 8, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px 14px 28px;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.subtitle {
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
}

.subtitle.light {
  color: #fff;
}

.option-list {
  color: #667479;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}

.cart-item-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.order-details {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 24px;
  margin-right: 0;
  display: flex;
}

.cart-item-top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 36px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cart-item-top.small {
  margin-bottom: 12px;
}

.cart-title {
  letter-spacing: .02em;
  text-transform: none;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 500;
}

.cart-title.small {
  margin-bottom: 4px;
}

.cart-item-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price {
  color: #667479;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.product-card {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #080808;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.page-wrapper {
  color: #080808;
  background-color: #fff;
  font-family: Generalsans;
  font-weight: 400;
  display: block;
}

.background {
  background-image: url('../images/Image001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.checkout-background {
  background-image: url('../images/Image001-1.jpg');
}

.background-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.page-content {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.arrow-cover {
  z-index: 25;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.centered-intro {
  max-width: 525px;
  grid-column-gap: 40px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.body-display {
  color: #667479;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display.small {
  font-size: 15px;
}

.dark-slide-arrow {
  width: 48px;
  height: 48px;
  background-color: #080808;
  border: 1px #e4e9ec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 90px;
}

.heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35em;
}

.heading.large {
  font-size: 42px;
}

.underline-link {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px #e4e9ec;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: grid;
}

.arrow-icon {
  width: 14px;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.stacked-intro.small {
  grid-row-gap: 18px;
}

.stacked-intro.centered {
  text-align: center;
  justify-content: center;
  justify-items: center;
}

.tab-top {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 28px 0;
  text-decoration: none;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top:hover {
  padding-left: 0;
  padding-right: 0;
}

.button-text-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.menu-category {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.link-arrow-wrapper {
  overflow: hidden;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.checkout-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.checkout-right {
  min-width: 500px;
  background-color: #fff;
  padding: 80px 5vw 160px 80px;
  position: relative;
  top: 0;
}

.checkout-left {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 48px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 160px;
  display: grid;
}

.field {
  height: 52px;
  color: #667479;
  background-color: rgba(255, 255, 255, 0);
  border-color: #e4e9ec;
  border-radius: 2px;
  margin-bottom: 24px;
  padding: 14px 20px;
  font-size: 15px;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.field:focus, .field.-wfp-focus {
  border-color: #99a7ac;
}

.field.no-margin {
  margin-bottom: 0;
}

.field.short-margin {
  margin-bottom: 12px;
}

.block-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
}

.block-header {
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  padding: 0 0 36px;
}

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

.field-label {
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6em;
}

.field-label.red {
  color: #ac4b4b;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 0 0 12px;
  font-size: 9px;
  line-height: 1.3em;
}

.shipping-method-list {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  border-left-style: none;
  border-right-style: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shipping-method {
  border: 1px solid #e4e9ec;
  border-radius: 2px;
  padding: 18px;
}

.sticky-checkout-sidebar {
  max-width: 450px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

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

.checkout-banner {
  min-height: 260px;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 160px;
  padding-bottom: 60px;
  display: grid;
}

.order-item {
  border-top: 1px #e4e9ec;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 0;
}

.order-item:nth-child(2n+1) {
  border-radius: 4px;
}

.order-image {
  min-height: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.order-item-image {
  width: 80px;
  height: 80px;
  min-height: 100%;
  object-fit: cover;
}

.order-item-list {
  max-height: 425px;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
  overflow: auto;
}

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

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

.order-quantity {
  color: #667479;
  font-size: 12px;
}

.quantity-number {
  margin-left: 2px;
}

.submit-button {
  height: 52px;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #080808;
  border-radius: 100px;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  display: flex;
}

.summary-text {
  color: #667479;
  font-size: 15px;
  font-weight: 400;
}

.summary-text.dark {
  color: #080808;
}

.summary-text.dark-bold {
  color: #080808;
  font-weight: 500;
}

.discounts {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0;
}

.discount-button-wrapper {
  height: auto;
  color: #080808;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e9ec;
  border-left-style: none;
  border-radius: 0 100px 100px 0;
  align-items: stretch;
  margin-left: 0;
  padding: 6px;
  font-size: 11px;
  display: flex;
}

.discount-code {
  height: 52px;
  color: #667479;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid none solid solid;
  border-color: #e4e9ec;
  border-radius: 100px 0 0 100px;
  padding-left: 30px;
}

.discount-code:focus {
  border-style: solid none solid solid;
  border-color: #e4e9ec;
}

.column {
  padding-left: 3px;
  padding-right: 3px;
}

.row {
  margin-left: -3px;
  margin-right: -3px;
}

.checkout-component {
  background-color: #fff;
  border: 1px solid rgba(228, 233, 236, 0);
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 48px 40px;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.checkout-component:hover {
  border: 1px solid #e4e9ec;
}

.billing-address-toggle {
  color: #667479;
  align-items: center;
  line-height: 1.3em;
}

.checkbox {
  background-color: #fff;
  border: 1px solid #e4e9ec;
  border-radius: 2px;
  margin-top: 0;
  margin-right: 3px;
}

.checkbox-label {
  margin-bottom: 0;
}

.shipping-text {
  font-size: 15px;
  font-weight: 500;
}

.radio-button {
  background-color: #080808;
  border: 1px solid #e4e9ec;
  margin-right: 18px;
}

.shipping-title {
  margin-left: 0;
  margin-right: 0;
}

.apply-button {
  height: auto;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(228, 233, 236, 0);
  border-radius: 100px;
  padding: 0 20px 0 24px;
  font-size: 11px;
  line-height: 1.3em;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.apply-button:hover {
  background-color: #e4e9ec;
}

.empty-state {
  border: 1px solid #e4e9ec;
  border-radius: 2px;
}

.footer-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: grid;
}

.special-pay-button {
  border-radius: 100px;
}

.special-pay-button.large {
  height: 48px;
}

.checkout-page {
  background-color: #f4f8fa;
}

.confirmation-block {
  font-size: 15px;
  line-height: 1.6em;
}

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

.search-result-item {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4e9ec;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 0;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.result-info {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.search-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

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

.result-title {
  color: #07090c;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.search-result-bar {
  background-color: #fff;
  border: 1px solid #e4e9ec;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.search-result-input {
  min-height: 50px;
  min-width: 350px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 16px;
}

.search-result-button {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #07090c;
  background-image: url('../images/search24x242x-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100px;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
}

.search-result-hero {
  color: #07090c;
  background-color: #f4f8fa;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.result-image {
  min-height: 22vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-item {
  color: #667479;
  letter-spacing: 5px;
  text-transform: uppercase;
  align-items: center;
  padding-right: 24px;
  font-size: 11px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

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

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

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

.text-block-104 {
  color: #cfa043;
  margin-bottom: 10px;
  font-size: 16px;
}

.progress-line {
  width: 100%;
  height: 20px;
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: rgba(165, 127, 72, .5);
  display: none;
  position: absolute;
}

.text-block-102 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.top-bar-block {
  width: 100%;
  flex: 0 auto;
  justify-content: space-between;
  padding-left: 10vh;
  display: flex;
}

.logo-html {
  color: #cfa043;
}

.div-block-236 {
  width: 31vw;
  height: 100vh;
  max-width: 438px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 45px 100px 25px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-260 {
  justify-content: space-between;
  margin-top: 7px;
  margin-bottom: 26px;
  display: flex;
}

.link-block-2 {
  border: 1px solid #595757;
  border-radius: 30px;
  align-items: center;
  padding: 6px 14px 6px 18px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.menu .link-block-2 {
  justify-content: space-between;
}

.progress-bar {
  height: 20px;
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: rgba(223, 223, 223, .5);
  justify-content: flex-start;
  display: flex;
  position: fixed;
  bottom: 5vh;
  right: 60px;
  transform: translate(0);
}

.progress-bar.hide {
  display: none;
}

.image-26 {
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.progress-link {
  height: 20px;
  color: #1a1813;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.progress-link:hover {
  color: #9d2435;
  font-size: 12px;
}

.progress-link.w--current {
  justify-content: center;
  align-items: center;
}

.div-block-245 {
  width: 100%;
  margin-bottom: 50px;
}

.div-block-235 {
  padding-left: 185px;
  display: flex;
  position: relative;
}

.text-block-99 {
      width: 330px;
    color: #b6b6b6;
    white-space: nowrap;
    font-size: 50px;
    font-weight: 700;
    line-height: 120px;
    position: absolute;
}

.big-menu-block {
  height: 100%;
  flex-direction: column;
  flex: 1;
  padding-top: 0;
  padding-left: 185px;
  display: flex;
  position: relative;
}

.div-block-246 {
  width: 1px;
  height: 90%;
  background-color: #9c9c9c;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.top-bar-left-block {
  align-items: center;
  display: flex;
}

.top-bar-logo {
  height: 70px;
  margin-right: 60px;
  display: none;
}

.c-icon {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.top-bar-logo-link {
  margin-top: 0;
}

.div-block-255 {
  width: 100%;
  height: 1px;
  background-color: #cacaca;
}

.div-block-261 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column dense;
  margin-top: 60px;
}

.top-bar {
  height: 13vh;
  max-height: 116px;
  border-bottom: 2px solid #ccbc9c;
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top-bar.phone {
  display: none;
}

.text-block-116 {
  width: 45px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.image-24 {
  width: 8px;
  height: 8px;
}

.text-block-105 {
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-256 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 40px;
}

.div-block-257 {
  width: 200px;
  height: 100px;
  margin-right: 15px;
}

.div-block-259 {
  width: 345px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  margin-right: 40px;
  display: inline-block;
}

.text-block-117 {
  color: #cfa043;
  font-size: 16px;
  line-height: 21px;
}

.text-block-117.phone {
  display: none;
}

.text-block-113 {
  font-size: 21px;
}

.big-menu {
  z-index: 97;
  width: 100vw;
  height: 100vh;
  background-color: #e7e7e8;
  justify-content: space-between;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: -100vw;
  right: 0%;
}

.text-block-112 {
  width: 27px;
  height: 27px;
  border: 1px solid #cfa043;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.text-block-111 {
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-114, .text-block-98 {
  color: #595757;
  margin-right: 4px;
}

.menu-c-block {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  display: flex;
}

.div-block-248 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  width: 100%;
}

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

.div-block-233 {
  width: 1px;
  height: 1px;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 0%;
  transform: rotate(-90deg);
}

.menu-stripe {
  width: 30px;
  height: 1px;
  background-color: #58595b;
  border-radius: 25px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.top-bar-right-block {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.top-bar-right-block.progress {
  height: 20px;
  padding-right: 0;
  font-size: 12px;
  line-height: 12px;
}

.text-block-115 {
  width: 130px;
  color: #000;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
}

.div-block-254 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-logo {
  width: 92px;
  height: 135px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 60px;
  right: auto;
}

.div-block-258 {
  width: 100%;
  height: 1px;
  background-color: #cacaca;
}

.image-27 {
  width: 200px;
  height: 100px;
  object-fit: cover;
}

.text-block-103 {
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.menu {
  z-index: 99;
  width: 164px;
  color: #333;
  background-color: #e7e7e8;
  border-right: 1px solid #9c9c9c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 200px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-block-3 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-253 {
  height: 100vh;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 126px;
  padding-bottom: 80px;
  padding-left: 126px;
  display: flex;
}

.text-block-118 {
  color: #595757;
  margin-right: 4px;
}

.div-block-262 {
  padding-left: 185px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.link-block-4 {
  border: 1px solid #595757;
  border-radius: 30px;
  align-items: center;
  padding: 6px 14px 6px 18px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

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

.text-block-107 {
  color: #cfa043;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}

.left-arrow-2 {
  width: 30px;
  height: 30px;
  background-color: #9c9c9c;
  border-radius: 100%;
  font-size: 12px;
  left: -25px;
}

.text-block-119 {
  width: 350px;
  color: #292f3e;
  font-size: 90px;
  font-weight: 700;
  line-height: 120px;
  position: absolute;
}

.right-arrow-2 {
  width: 30px;
  height: 30px;
  background-color: #9c9c9c;
  border-radius: 1005px;
  font-size: 12px;
  right: -25px;
}

.hide {
  display: none;
}

.slider-2 {
  z-index: 0;
  height: 30vw;
  margin-bottom: 2vw;
}

.div-block-249 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 200px;
  display: flex;
}

.image-29 {
  width: 100%;
  height: 13vw;
  object-fit: cover;
}

.image-30 {
  width: 8px;
  height: 8px;
}

.div-block-264 {
  width: 1px;
  height: 1px;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 0%;
  transform: rotate(-90deg);
}

.text-block-109 {
  color: #58595b;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-120 {
  font-size: 21px;
}

.text-block-121 {
  width: 27px;
  height: 27px;
  border: 1px solid #cfa043;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.text-block-122 {
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-123 {
  color: #595757;
  margin-right: 4px;
}

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

.div-block-250 {
  width: 60vw;
  padding-left: 30px;
  padding-right: 45px;
}

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

.div-block-251 {
  flex: 1;
  padding-right: 20px;
}

.link-block-6 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-266 {
  height: 100vh;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 126px;
  padding-bottom: 80px;
  padding-left: 126px;
  display: flex;
}

.slider-3 {
  height: 26px;
  background-color: rgba(221, 221, 221, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  left: 30px;
}

.div-block-267 {
  z-index: 0;
  display: flex;
  position: relative;
}

.left-arrow-3 {
  width: 30px;
  height: 30px;
  color: #58595b;
  font-size: 14px;
  left: -30px;
}

.right-arrow-3 {
  width: 30px;
  height: 30px;
  color: #58595b;
  font-size: 15px;
  right: -30px;
}

.mask-2 {
  width: 45px;
}

.icon {
  color: #58595b;
}

.top-menu-heading {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Journalsansnew, sans-serif;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.top-menu-block {
  flex-direction: column;
  font-size: 1.1em;
}

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

.text-block-27 {
  color: #fff;
  font-weight: 200;
}

.top-menu-wrapper-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(63, 49, 11, .7);
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.top-menu-wrapper-overlay.mbm-multiply {
  width: 100%;
  height: 100%;
}

.top-menu-wrapper-overlay.mbm-multiply.y, .top-menu-wrapper-overlay.mbm-multiply.y._4354 {
  display: none;
}

.top-menu-wrapper-overlay.mbm-multiply {
  width: 100%;
  height: 100%;
}

.top-menu-link {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .4s;
}

.top-menu-link:hover {
  transform: scale(1.1);
}

.top-menu-wrapper {
  width: 33.3%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-item-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.menu-item-block.last {
  margin-bottom: 0;
}

.link {
  color: #fff;
  margin-right: 25px;
  font-weight: 200;
  text-decoration: none;
}

._1-st-below-text {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 200;
  text-decoration: none;
}

._1-st-below-text._1 {
  margin-right: 15px;
  font-weight: 200;
}

._2-nd-top-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 10%;
}

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

._2-nd-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: red;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 100%;
  left: 0%;
  right: 0%;
}

._2-nd-below-text-block {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
}

.c-menu-btn {
  cursor: pointer;
}

.logo-ember {
  color: #fff;
}

.close-menu-block {
  z-index: 25;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  bottom: 15px;
}

.menu-stripe-2 {
  width: 30px;
  height: 1px;
  background-color: #fff;
  border-radius: 25px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.menu-stripe-2.short {
  width: 30px;
}

.close-menu-image {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.c-menu {
  z-index: 26;
  position: absolute;
  bottom: 15px;
  left: auto;
  right: auto;
}

.logo-menu-block {
  width: 92px;
  height: 135px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: relative;
}

.logo-menu-block._2 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 60px;
  right: auto;
}

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

.div-block-269 {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  display: flex;
  position: fixed;
  bottom: 100%;
}

.over-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(63, 49, 11, .7);
  position: absolute;
}

.over-2.mbm-multiply {
  width: 33%;
  background-color: rgba(63, 49, 11, .7);
  margin-left: auto;
  margin-right: auto;
}

.over-2.mbm-multiply._2 {
  background-color: rgba(216, 170, 51, .5);
}

.html-embed {
  width: 0;
  height: 0;
}

.sdfef.mbm-multiply {
  background-color: #3f310b;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-270, .div-block-271 {
  width: 100vw;
  height: 100vh;
}

.image-31 {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.div-block-272 {
  width: 100%;
  height: 100%;
  background-image: url('../images/336686243_203682825742265_4431457204181268434_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.div-block-273 {
  z-index: 19;
  position: relative;
}

.link-3 {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .div-block-249 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #000;
    border-bottom: 1px solid #e4e9ec;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .dark-slide-arrow {
    bottom: 140px;
  }

  .heading {
    font-size: 32px;
  }

  .heading.large {
    font-size: 38px;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .checkout-form {
    padding-right: 5vw;
  }

  .checkout-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .checkout-right {
    min-width: auto;
    padding: 48px 40px 120px;
  }

  .checkout-left {
    grid-row-gap: 24px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .search-result-list {
    grid-template-columns: 1fr;
  }

  .search-result-hero {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .result-image {
    min-height: 35vw;
  }

  .top-bar-block {
    padding-left: 60px;
  }

  .div-block-236 {
    width: auto;
    max-width: none;
    padding-left: 10px;
    padding-right: 15px;
  }

  .div-block-235 {
    width: 100%;
    padding-left: 135px;
  }

  .big-menu-block {
    padding-left: 8vh;
  }

  .div-block-256 {
    flex: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-248 {
    width: 260px;
  }

  .menu-logo {
    left: 0;
  }

  .menu {
    width: 130px;
  }

  .div-block-262 {
    width: 100%;
    padding-left: 135px;
  }

  .text-block-110 {
    text-align: justify;
  }

  .slider-2 {
    height: 40vw;
  }

  .div-block-249 {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .image-29 {
    height: 14vw;
  }

  .div-block-250 {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-251 {
    padding-left: 30px;
    padding-right: 45px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cart-item-top {
    margin-bottom: 24px;
  }

  .heading.large {
    font-size: 36px;
  }

  .checkout-right {
    padding: 40px 36px 100px;
  }

  .checkout-left {
    padding-top: 48px;
  }

  .checkout-banner {
    min-height: 260px;
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .row {
    flex-direction: column;
  }

  .checkout-component {
    padding: 40px 36px;
  }

  .search-result-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .result-info {
    grid-row-gap: 12px;
  }

  .search-grid {
    padding-top: 0;
  }

  .search-result-input {
    min-width: 65vw;
  }

  .search-result-hero {
    padding-bottom: 48px;
  }

  .result-image {
    min-height: 65vw;
  }

  .text-block-104 {
    margin-left: 32px;
    margin-right: 32px;
    font-size: 26px;
    line-height: 26px;
  }

  .text-block-102 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .top-bar-block {
    width: auto;
    padding-left: 17px;
  }

  .div-block-236 {
    width: 100%;
    height: auto;
    align-items: flex-start;
    padding: 40px 0;
    position: relative;
  }

  .div-block-260 {
    flex-direction: column;
  }

  .link-block-2 {
    background-color: #e7e7e8;
  }

  .link-block-2._32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .progress-bar {
    display: none;
  }

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

  .div-block-235 {
    flex-direction: column;
    padding-top: 60px;
    padding-left: 0;
  }

  .big-menu-block {
    padding-top: 118px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .top-bar-logo {
    height: 60px;
  }

  .top-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .top-bar.phone {
    z-index: 98;
    width: 100vw;
    height: auto;
    border-bottom-style: none;
    display: none;
  }

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

  .text-block-105 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .div-block-256 {
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-257 {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }

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

  .text-block-117 {
    margin-bottom: 10px;
    font-size: 26px;
    display: none;
  }

  .text-block-117.phone, .big-menu {
    display: block;
  }

  .menu-c-block {
    margin-bottom: 10px;
  }

  .div-block-248 {
    width: auto;
    margin-top: 140px;
  }

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

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

  .menu-stripe {
    width: 25px;
  }

  .text-block-115 {
    width: 100%;
    font-size: 19px;
    line-height: 24px;
  }

  .menu-logo {
    width: 75px;
    height: 120px;
    padding-left: 24px;
    padding-right: 24px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-27 {
    width: 100%;
    height: 100%;
  }

  .link-block {
    width: 40px;
    height: 40px;
    opacity: 1;
    background-color: #fff;
    background-image: url('../images/Group-61.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    padding: 0;
    position: fixed;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 5%;
    transform: rotate(-90deg);
  }

  .link-block.w--current {
    bottom: 5%;
  }

  .text-block-103 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .menu {
    width: 100%;
    background-color: rgba(231, 231, 232, 0);
    border-bottom: 1px #9c9c9c;
    border-right-style: none;
    flex-direction: row-reverse;
    padding: 20px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-253 {
    padding-top: 60px;
    padding-left: 0;
  }

  .div-block-262 {
    flex-direction: column;
    padding-top: 115px;
    padding-left: 0;
  }

  /*.left-arrow-2 {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }

  .right-arrow-2 {
    width: 25px;
    height: 25px;
    padding: 20px;
    font-size: 16px;
  }*/

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

  .div-block-264, .div-block-263, .div-block-265 {
    display: none;
  }

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

  .div-block-250 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .link-block-5 {
    width: 40px;
    height: 40px;
    opacity: 1;
    background-color: #fff;
    background-image: url('../images/Group-61.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    padding: 0;
    position: fixed;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 5%;
    transform: rotate(-90deg);
  }

  .link-block-5.w--current {
    bottom: 5%;
  }

  .div-block-251 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-266 {
    padding-top: 60px;
    padding-left: 0;
  }

  .top-menu-heading {
    font-size: 24px;
  }

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

  .top-menu-wrapper-overlay.mbm-multiply {
    z-index: 3;
    z-index: 3;
    background-color: rgba(216, 170, 51, .9);
  }

  .top-menu-wrapper {
    z-index: 3;
  }

  ._1-st-below-text, ._1-st-below-text._1 {
    font-size: 12px;
  }

  ._2-nd-below-text-block {
    bottom: 2%;
  }

  .logo-ember {
    color: #fff;
  }

  .menu-stripe-2 {
    width: 25px;
  }

  .logo-menu-block._2 {
    z-index: 99;
    width: 75px;
    height: 120px;
    padding-top: 15px;
    padding-bottom: 10px;
    left: 0%;
  }

  .over-2.mbm-multiply._2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cart-item-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-item-top {
    margin-bottom: 24px;
  }

  .dark-slide-arrow {
    width: 40px;
    height: 40px;
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .heading {
    font-size: 26px;
  }

  .heading.large {
    font-size: 32px;
  }

  .checkout-grid {
    grid-row-gap: 36px;
  }

  .checkout-right {
    padding: 30px 24px 80px;
  }

  .checkout-banner {
    min-height: 100px;
    padding-bottom: 36px;
  }

  .checkout-component {
    padding: 30px 24px;
  }

  .search-result-input {
    min-width: 65vw;
  }

  .search-result-hero {
    padding-top: 120px;
    padding-bottom: 36px;
  }

  .image-26 {
    height: auto;
  }

  .big-menu-block {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-bar-logo {
    height: 45px;
  }

  .link-block {
    bottom: 3%;
  }

  .menu {
    border-bottom-style: none;
  }

  .div-block-253 {
    padding-left: 0;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 14px;
  }

  .link-block-5 {
    bottom: 3%;
  }

  .div-block-266 {
    padding-left: 0;
  }

  .top-menu-heading {
    margin-bottom: 7px;
    font-size: 24px;
  }

  .text-block-27 {
    line-height: 16px;
  }

  .top-menu-link {
    margin-bottom: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
  }

  .menu-item-block {
    margin-bottom: 20px;
  }

  ._1-st-below-text, ._1-st-below-text._1 {
    line-height: 16px;
  }

  ._2-nd-top-block {
    top: 3%;
  }

  ._2-nd-below-text-block {
    bottom: 1%;
  }
}

#w-node-_90abf969-3c9a-210f-4c53-66ae2a9d4d22-732c67eb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61a7f3f99c97ebc4ce4a9a27an-732c67eb {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-db0dfc68-8dc0-5c4d-fbc1-b8d9d59f1201-5d2c67f4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_632c4189-6cb9-87d2-1a91-482b2ac5a0a7-5d2c67f4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_632c4189-6cb9-87d2-1a91-482b2ac5a0a8-5d2c67f4 {
  justify-self: center;
}

#w-node-_61a7f3f99c97eb119a4a9a2dan-5d2c67f4 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_803b050a-d54e-408c-6a8b-b05009f14480-6d2c67f6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61a7f3f99c97eb70974a9a2aan-6d2c67f6 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ac335ec4-fbb2-80ee-abe4-ab75201e5d91-862c67f7 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-aeace4a0-ba05-f582-866c-a1b2fcd8abc6-862c67f7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2154bf23-05bd-f8b8-3ec9-9cd460d9a261-dea3e6fc, #w-node-_2154bf23-05bd-f8b8-3ec9-9cd460d9a262-dea3e6fc, #w-node-_2154bf23-05bd-f8b8-3ec9-9cd460d9a263-dea3e6fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Journalsansnew';
  src: url('../fonts/JournalSansNew-Oblique.ttf') format('truetype'), url('../fonts/JournalSansNew-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Journalsansnew';
  src: url('../fonts/JournalSansNew-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Journalsansnew';
  src: url('../fonts/JournalSansNew.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}