:root {
  --body: #a8aaab;
  --title: white;
  --bg: #292f32;
  --white: white;
  --primary: #c69a6b;
  --desktop-space: 150px;
  --tablet-space: 100px;
  --landscape-mobile-space: 80px;
  --portrait-mobile-space: 60px;
}

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

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  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 {
  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;
  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;
  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;
  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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commerceaddtocartquantityinput {
  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;
  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-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-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: var(--body);
  background-color: #262b2e;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 130%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 12px;
}

blockquote {
  background-color: var(--bg);
  color: var(--white);
  text-align: center;
  border-left: 0 solid #e2e2e2;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  line-height: 170%;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 18px;
  padding-bottom: 18px;
}

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

.nav-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.brand {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrap {
  width: 100%;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 12px;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.nav-link:hover {
  color: #000;
  background-color: #fff;
}

.menu-icon {
  grid-row-gap: 4px;
  cursor: pointer;
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.menu-line {
  background-color: var(--white);
  width: 18px;
  height: 1px;
}

.humburg-menu.w--open {
  background-color: #0000;
  padding-left: 0;
}

.top-line {
  background-color: var(--white);
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.middle-line {
  background-color: var(--white);
  width: 24px;
  height: 1px;
}

.bottom-line {
  background-color: var(--white);
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

.nav-open-menu {
  background-color: var(--bg);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  min-height: 100vh;
  padding: 110px 50px 30px;
  position: relative;
}

.nav-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.open-menu {
  z-index: 9999;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.nav-close {
  z-index: 999;
  cursor: pointer;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  display: flex;
  position: absolute;
  inset: 22px 51px auto auto;
}

.nav-links {
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-data {
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-bg {
  width: 100%;
  max-width: 50%;
}

.nav-menu-link {
  grid-column-gap: 20px;
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 40px;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-menu-link:hover {
  color: var(--primary);
}

.nav-text {
  color: var(--white);
  margin-top: 4px;
  font-weight: 500;
  line-height: 150%;
}

.nav-socials {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-social {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  transition: background-color .3s;
  display: flex;
}

.nav-social:hover {
  background-color: var(--primary);
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.page-data, .sg-section {
  margin-bottom: var(--desktop-space);
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
}

.text-heading {
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.body-font {
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.font-title {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.body-large {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.table-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.color-main {
  background-color: var(--primary);
  border-radius: 6px;
  width: 120px;
  height: 120px;
}

.color-main.title {
  background-color: var(--title);
}

.color-main.body {
  background-color: var(--body);
}

.color-main.bg {
  background-color: var(--bg);
  border: 1px solid #ffffff1a;
}

.button-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrap.right {
  justify-content: flex-end;
  align-items: center;
}

.primary-button {
  grid-column-gap: 10px;
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  border-width: 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white);
  color: #000;
}

.secondary-button {
  grid-column-gap: 10px;
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.footer {
  background-color: var(--bg);
  border-top: 1px solid #fff3;
  padding-top: 72px;
}

.footer-wrap {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 106px;
  display: flex;
}

.footer-left {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 24%;
  display: flex;
}

.footer-text {
  color: #999;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 150%;
}

.footer-info {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-label {
  width: 68px;
  margin-bottom: 0;
}

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

.footer-link {
  color: #999;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #fff;
}

.footer-inner {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.footer-center {
  grid-column-gap: 160px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-label {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 150%;
}

.footer-links {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.insta-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.insta-img {
  background-color: #262b2e;
  border-radius: 6px;
  min-width: 92px;
  max-width: 92px;
  min-height: 92px;
  max-height: 92px;
  overflow: hidden;
}

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

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-info-text {
  color: #999;
  font-size: 14px;
  line-height: 150%;
}

.single-text, .licensing-title {
  margin-bottom: 0;
}

.disclaimer {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 60px;
}

.info-inner {
  padding-bottom: 30px;
}

.license-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  color: var(--white);
  margin-bottom: 0;
  font-size: 26px;
  line-height: 150%;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.version-title, .changelog-text {
  margin-bottom: 0;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.cs-title {
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
}

.cs-text {
  margin-bottom: 50px;
}

.plain-link {
  text-decoration: none;
}

.plain-link:hover {
  text-decoration: underline;
}

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

.error-data {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.error-info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #262b2e;
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  padding: 60px 50px;
  display: flex;
}

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

.pass-body {
  background-color: var(--bg);
}

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

.pass-field {
  margin-top: 50px;
  margin-bottom: 25px;
}

.field-label {
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.input {
  height: auto;
  color: var(--body);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff1a;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 0 10px;
  transition: border-color .3s;
}

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

.input::placeholder {
  color: #888;
  font-size: 14px;
  line-height: 150%;
}

.policy-block {
  padding-top: 50px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.contact {
  margin-bottom: var(--desktop-space);
}

.contact-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.contact-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.contact-right {
  width: 100%;
  max-width: 50%;
}

.contact-data {
  grid-column-gap: 38px;
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.contact-link {
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-inner {
  grid-column-gap: 38px;
  display: flex;
}

.contact-social {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.social-title {
  margin-bottom: 0;
}

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

.social-link {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.social-link:hover {
  background-color: #ffffff59;
}

.contact-title {
  margin-top: 30px;
  margin-bottom: 0;
}

.contact-form {
  margin-top: 40px;
  margin-bottom: 0;
}

.field-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  height: auto;
  min-height: 110px;
  color: var(--body);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff1a;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 0 10px;
  transition: border-color .3s;
}

.textarea:focus {
  border-bottom-color: #ffffff80;
}

.textarea::placeholder {
  color: #888;
  font-size: 14px;
  line-height: 150%;
}

.form-bottom {
  justify-content: flex-end;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.success-message {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
}

.error-message {
  color: #000;
  text-align: center;
  padding: 20px;
}

.facts {
  margin-bottom: var(--desktop-space);
}

.facts-wrap {
  grid-column-gap: 45px;
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 22px;
  display: grid;
}

.fact-block {
  grid-row-gap: 90px;
  border-right: 1px solid #ffffff1a;
  flex-flow: column;
  padding-right: 45px;
  display: flex;
}

.fact-block.last {
  border-right-width: 0;
  padding-right: 0;
}

.fact-title {
  color: var(--title);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.fact-text {
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.fact-info {
  margin-bottom: 0;
}

.faq-section {
  margin-bottom: var(--desktop-space);
}

.faq-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.sub-title {
  grid-column-gap: 8px;
  color: var(--primary);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 130%;
  display: flex;
}

.title {
  margin-bottom: 0;
}

.section-title {
  margin-bottom: 20px;
}

.title-line {
  background-color: var(--primary);
  width: 20px;
  height: 1px;
}

.faq-left {
  width: 100%;
  max-width: 40%;
}

.faq-info {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-links {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.faq-right {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.faq {
  border-bottom: 1px solid #ffffff1a;
  width: 100%;
  padding: 20px;
  transition: background-color .2s;
}

.que {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.que-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.que-text {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 170%;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.ans-box {
  padding-top: 10px;
  padding-left: 34px;
}

.ans-text {
  word-break: break-all;
  margin-bottom: 0;
}

.faq-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 40%;
  overflow: hidden;
}

.faq-wrapper {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews {
  margin-bottom: var(--desktop-space);
}

.review-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-block {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.review-data {
  grid-row-gap: 40px;
  background-color: var(--bg);
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.review-text {
  margin-bottom: 0;
}

.review-img {
  background-color: var(--bg);
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
}

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

.store {
  margin-bottom: var(--desktop-space);
}

.store-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.store-img {
  background-color: var(--bg);
  border-radius: 6px;
  overflow: hidden;
}

.store-image {
  width: 100%;
}

.store-grid {
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.store-block {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 35px;
  transition: border-color .3s;
}

.store-block:hover {
  border-bottom-color: #fff;
}

.store-location {
  margin-bottom: 25px;
}

.store-address {
  margin-bottom: 5px;
}

.store-links {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.store-info {
  color: var(--white);
}

.store-timing {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blogs {
  margin-bottom: var(--desktop-space);
}

.post-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-item {
  display: flex;
}

.post-link {
  background-color: var(--bg);
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.post-img {
  background-color: var(--bg);
}

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

.post-data {
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.post-title {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 170%;
}

.pagination {
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

.empty-state {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
}

.post-main {
  margin-bottom: var(--desktop-space);
  padding-top: 60px;
}

.post-main-data {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.post-main-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 42px;
}

.post-info {
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.post-author {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.authot-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  overflow: hidden;
}

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

.author-name {
  color: var(--white);
  font-size: 14px;
  line-height: 150%;
}

.post-main-img {
  background-color: var(--bg);
  border-radius: 6px;
  overflow: hidden;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.post-details {
  margin-top: 60px;
}

.products {
  margin-bottom: var(--desktop-space);
}

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

.product-item {
  display: flex;
}

.product-link {
  width: 100%;
  text-decoration: none;
}

.product-img {
  background-color: var(--bg);
  border-radius: 6px;
  overflow: hidden;
}

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

.product-data {
  margin-top: 12px;
}

.product-name {
  color: var(--white);
  margin-bottom: 4px;
}

.price-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.cancel-price {
  color: #999;
  text-decoration: line-through;
}

.product-main {
  margin-top: 40px;
  margin-bottom: 60px;
}

.product-plus {
  background-color: var(--primary);
  background-image: url('../images/ic-add.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 32px;
  height: 32px;
  transition: transform .3s;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.product-plus:hover {
  transform: rotate(90deg);
}

.product-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.p-none {
  display: none;
}

.product-main-img {
  object-fit: cover;
  width: 100%;
  min-height: 700px;
  max-height: 700px;
}

.product-image-wrap {
  background-color: #faf4ee;
  border-radius: 6px;
  width: 100%;
  max-width: 46%;
  position: relative;
  overflow: hidden;
}

.product-right {
  width: 100%;
  max-width: 54%;
}

.product-title {
  font-size: 34px;
}

.product-price {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.product-text {
  margin-bottom: 0;
}

.add-to-cart {
  align-items: center;
  margin-bottom: 40px;
}

.default-state {
  grid-column-gap: 20px;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.quantity-field {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-color: #ffffff1a;
  border-radius: 6px;
  width: 65px;
  height: auto;
  margin-bottom: 0;
  font-size: 14px;
}

.quantity-field:focus {
  border-color: #0000001a;
}

.cart-button {
  grid-column-gap: 10px;
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/cart-icon.svg');
  background-position: 124px;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 0;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 50px 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.cart-button:hover {
  background-color: var(--white);
  color: #000;
  background-image: url('../images/cart-icon-black.svg');
}

.product-info {
  grid-column-gap: 16px;
  border-top: 1px solid #eaeaea1a;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
}

.product-label {
  color: var(--white);
}

.sku {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider {
  background-color: #ffffff1a;
  width: 1px;
  height: 21px;
}

.product-info-data {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-info-block {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.product-features {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot {
  background-color: #ffffff1a;
  border-radius: 50%;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
}

.product-details {
  margin-bottom: var(--desktop-space);
}

.product-overview {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.our-menu {
  margin-bottom: var(--desktop-space);
}

.menu-wrap {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.menu-image {
  width: 100%;
}

.menu-data {
  width: 100%;
  max-width: 50%;
}

.menu-heading {
  text-align: center;
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.coffee-menu {
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.menu-block {
  border-bottom: 1px dashed #ffffff1a;
  flex-flow: column;
  padding-bottom: 22px;
  display: flex;
}

.menu-title {
  color: var(--title);
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.menu-text {
  width: 100%;
  max-width: 60%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.menu-info {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.price {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.reservation {
  margin-bottom: var(--desktop-space);
  background-image: url('../images/reserve.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
}

.reserve-data {
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 45%;
  padding: 30px;
  display: flex;
}

.reserve-title {
  color: #000;
}

.reserve-text {
  color: #333;
  margin-bottom: 0;
}

.categories {
  margin-bottom: var(--desktop-space);
}

.category-list {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-item {
  display: flex;
}

.category-link {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.category-data {
  background-image: linear-gradient(#0000, #0000004d);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.experience {
  margin-bottom: var(--desktop-space);
}

.experience-wrap {
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

.exp-left {
  background-color: var(--bg);
  width: 100%;
  max-width: 38%;
}

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

.exp-center {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 42%;
  display: grid;
}

.exp-right {
  background-color: var(--bg);
  width: 100%;
  max-width: 20%;
}

.exp-thumb {
  background-color: var(--bg);
  position: relative;
  overflow: hidden;
}

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

.exp-block {
  grid-row-gap: 60px;
  background-color: var(--bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.exp-text {
  margin-bottom: 0;
}

.about {
  margin-bottom: var(--desktop-space);
}

.about-wrap {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-left {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 56%;
  display: flex;
  position: relative;
}

.about-right {
  width: 100%;
  max-width: 44%;
}

.about-title {
  margin-bottom: 0;
}

.about-left-img {
  background-color: var(--bg);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-image {
  width: 100%;
}

.about-tags {
  z-index: 1;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: absolute;
  left: -48px;
}

.about-tag {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff3;
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 12px;
  line-height: 130%;
}

.beans {
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-img {
  background-color: var(--bg);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.about-data {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.about-text {
  margin-bottom: 0;
}

.about-inner {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 70%;
  display: flex;
  position: relative;
}

.about-facts {
  margin-bottom: var(--desktop-space);
  background-color: var(--bg);
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-fact-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.about-fact-left {
  grid-row-gap: 85px;
  flex-flow: column;
  width: 100%;
  max-width: 38%;
  display: flex;
}

.about-fact-title {
  margin-bottom: 14px;
}

.about-fact-data {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-fact-inner {
  grid-column-gap: 34px;
  border-top: 1px solid #ffffff1a;
  padding-top: 30px;
  display: flex;
}

.about-fact-text {
  color: var(--white);
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 130%;
}

.about-fact-right {
  grid-column-gap: 10px;
  width: 100%;
  max-width: 62%;
  display: flex;
}

.about-fact-img {
  background-color: #262b2e;
  border-radius: 6px;
  width: 100%;
  max-width: 62%;
  overflow: hidden;
}

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

.fact-img {
  background-color: #262b2e;
  border-radius: 6px;
  width: 100%;
  max-width: 38%;
  overflow: hidden;
}

.process {
  margin-bottom: var(--desktop-space);
}

.process-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.process-data {
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.process-list {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.process-block {
  grid-column-gap: 20px;
  border-bottom: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.process-icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.process-title {
  margin-bottom: 4px;
  font-size: 20px;
}

.team {
  margin-bottom: var(--desktop-space);
}

.team-wrap {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-block {
  background-color: var(--bg);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

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

.team-data {
  grid-column-gap: 20px;
  background-color: var(--white);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 15px;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.member-name {
  color: #000;
}

.hero {
  margin-bottom: var(--desktop-space);
}

.hero-wrap {
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.hero-data {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.hero-title {
  margin-bottom: 15px;
}

.hero-text {
  width: 100%;
  max-width: 62%;
  margin-bottom: 35px;
}

.hero-button {
  grid-column-gap: 10px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.hero-button:hover {
  background-color: var(--white);
  color: #000;
}

.hero-images {
  grid-column-gap: 15px;
  width: 100%;
  display: flex;
}

.hero-block {
  grid-row-gap: 46px;
  background-color: var(--bg);
  text-align: center;
  border: 1px solid #c69a6b33;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 30%;
  padding: 40px;
  display: flex;
}

.hero-inner-title {
  margin-bottom: 15px;
  font-size: 22px;
}

.hero-center {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 35%;
  position: relative;
  overflow: hidden;
}

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

.hero-tags {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.hero-tag {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  text-transform: uppercase;
  background-color: #fff3;
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 12px;
  line-height: 130%;
}

.hero-right {
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 35%;
  display: grid;
}

.hero-box {
  background-color: var(--bg);
  border: 1px solid #c69a6b33;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.hero-info-text {
  font-size: 14px;
  line-height: 150%;
  position: absolute;
  top: 25px;
  left: 25px;
}

.hero-bottom {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.hero-info {
  grid-column-gap: 20px;
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.coffee-icon {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff3;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 68px;
  max-height: 68px;
  display: flex;
}

.hero-title-wrap {
  overflow: hidden;
}

.our-story {
  margin-bottom: var(--desktop-space);
}

.story-wrap {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.story-left {
  width: 100%;
  max-width: 48%;
}

.story-title {
  margin-bottom: 16px;
}

.story-right {
  width: 100%;
  max-width: 35%;
}

.timing-title {
  margin-bottom: 30px;
}

.time-schedule {
  color: var(--white);
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.time-schedule.last {
  border-bottom: 1px solid #ffffff1a;
}

.story-images {
  grid-column-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-img {
  background-color: var(--bg);
  border-radius: 6px;
  overflow: hidden;
}

.category {
  margin-bottom: var(--desktop-space);
}

.category-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.category-left {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 24%;
  display: grid;
}

.category-block {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.category-block.radius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.category-block.last {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.category-image-v2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.category-data-v2 {
  background-image: linear-gradient(#00000080, #0000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 34px;
  padding-left: 34px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.category-center {
  flex-flow: column;
  width: 100%;
  max-width: 32%;
  display: flex;
}

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

.category-right {
  flex-flow: column;
  width: 100%;
  max-width: 42%;
  display: flex;
}

.reservation-form {
  margin-top: 40px;
  margin-bottom: 0;
}

.contact-copy, .opening-hours {
  margin-bottom: var(--desktop-space);
}

.oh-wrap {
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.oh-img {
  background-color: var(--bg);
  position: relative;
  overflow: hidden;
}

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

.oh-block {
  background-color: var(--bg);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 100px 40px;
  display: flex;
}

.cart-link {
  grid-column-gap: 14px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: 40px;
  line-height: 100%;
}

.cart-quantity {
  min-width: auto;
  height: auto;
  color: var(--white);
  background-color: #0000;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.cart-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.on-scroll {
  background-color: var(--bg);
  width: 102%;
  display: none;
  position: absolute;
  inset: 0%;
}

.on-scroll.black {
  background-color: #262b2e;
}

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

.block-header {
  background-color: var(--bg);
  border-color: #ffffff1a;
}

.block-content {
  background-color: #0000;
  border-bottom-color: #ffffff1a;
  border-left-color: #ffffff1a;
  border-right-color: #ffffff1a;
}

.cart-title {
  margin-bottom: 0;
}

.default-input {
  color: var(--body);
  background-color: #0000;
  border-color: #c4c4c41a;
}

.default-input:focus, .default-input.-wfp-focus {
  border-color: #ffffff80;
}

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

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.nav-cart {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-block {
  color: #000;
}

.cart-mobile {
  grid-column-gap: 4px;
  color: var(--white);
  background-color: #0000;
  padding: 0;
  font-size: 14px;
  line-height: 140%;
  display: none;
}

.cart-qty {
  align-items: center;
  display: flex;
}

.cart-item-mobile {
  min-width: auto;
  height: auto;
  color: var(--white);
  background-color: #0000;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.fiil-button {
  grid-column-gap: 10px;
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.fiil-button:hover {
  color: #fff;
  background-color: #000;
}

.post-date, .post-category {
  font-size: 14px;
  line-height: 150%;
}

.faq-title {
  margin-bottom: 0;
}

.video-button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  margin-left: auto;
  padding-left: 4px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.video-button:hover {
  border-color: #fff;
}

.play-icon {
  margin-left: 2px;
}

.reservation-wrap {
  grid-row-gap: 126px;
  flex-flow: column;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  blockquote {
    padding: 30px;
  }

  .container {
    max-width: 100%;
  }

  .nav-wrap {
    justify-content: space-between;
  }

  .brand {
    position: relative;
  }

  .nav-menu-wrap {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 5px;
    background-color: var(--bg);
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
  }

  .nav-link-wrap {
    grid-column-gap: 5px;
    justify-content: center;
    align-items: center;
  }

  .menu-icon {
    display: none;
  }

  .humburg-menu {
    grid-row-gap: 4px;
    margin-left: 0;
    padding: 0;
  }

  .top-line, .middle-line, .bottom-line {
    width: 26px;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-data, .sg-section {
    margin-bottom: var(--tablet-space);
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .title-top, .table-row {
    grid-column-gap: 20px;
  }

  .rich-text {
    max-width: 100%;
  }

  .footer-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    padding-bottom: 60px;
    display: grid;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-center {
    grid-column-gap: 120px;
  }

  .instagram {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .disclaimer {
    margin-bottom: 40px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .contact {
    margin-bottom: var(--tablet-space);
  }

  .contact-wrap {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .contact-img, .contact-right {
    max-width: 100%;
  }

  .facts {
    margin-bottom: var(--tablet-space);
  }

  .facts-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    border-top-width: 0;
    border-bottom-width: 0;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fact-block {
    grid-row-gap: 40px;
    border-bottom: 1px solid #ffffff1a;
    border-right-width: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .faq-section {
    margin-bottom: var(--tablet-space);
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-left, .faq-right, .faq-img {
    max-width: 100%;
  }

  .faq-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .reviews {
    margin-bottom: var(--tablet-space);
  }

  .review-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .review-text {
    font-size: 14px;
    line-height: 150%;
  }

  .review-image {
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .store {
    margin-bottom: var(--tablet-space);
  }

  .store-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .store-img {
    display: none;
  }

  .store-location {
    margin-bottom: 20px;
  }

  .store-address {
    font-size: 14px;
    line-height: 150%;
  }

  .blogs {
    margin-bottom: var(--tablet-space);
  }

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

  .post-image {
    min-height: 270px;
    max-height: 270px;
  }

  .post-main {
    margin-bottom: var(--tablet-space);
  }

  .post-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .post-details {
    margin-top: 50px;
  }

  .products {
    margin-bottom: var(--tablet-space);
  }

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

  .product-image {
    min-height: 260px;
    max-height: 260px;
  }

  .product-main {
    margin-bottom: 50px;
  }

  .product-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-main-img {
    min-height: 750px;
    max-height: 750px;
  }

  .product-image-wrap, .product-right {
    max-width: 100%;
  }

  .default-state {
    margin-top: 30px;
  }

  .product-details, .our-menu {
    margin-bottom: var(--tablet-space);
  }

  .menu-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-wrap.reverse {
    flex-flow: column;
  }

  .menu-img, .menu-data {
    max-width: 100%;
  }

  .reservation {
    margin-bottom: var(--tablet-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reserve-data {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 80%;
  }

  .categories {
    margin-bottom: var(--tablet-space);
  }

  .category-list {
    grid-column-gap: 10px;
  }

  .category-image {
    min-height: 240px;
    max-height: 240px;
  }

  .category-data {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .category-name {
    font-size: 18px;
  }

  .experience {
    margin-bottom: var(--tablet-space);
  }

  .experience-wrap {
    flex-flow: column;
  }

  .exp-left {
    max-width: 100%;
    display: none;
  }

  .exp-center {
    max-width: 100%;
  }

  .exp-right {
    display: none;
  }

  .about {
    margin-bottom: var(--tablet-space);
  }

  .about-wrap {
    grid-column-gap: 30px;
  }

  .about-title {
    font-size: 20px;
  }

  .beans {
    width: 100%;
    max-width: 20%;
  }

  .about-data {
    grid-row-gap: 30px;
    margin-top: 15px;
  }

  .about-text {
    font-size: 14px;
    line-height: 150%;
  }

  .about-facts {
    margin-bottom: var(--tablet-space);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-fact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-fact-left {
    grid-row-gap: 50px;
    max-width: 100%;
  }

  .about-fact-right {
    max-width: 100%;
  }

  .process {
    margin-bottom: var(--tablet-space);
  }

  .process-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process-img, .process-data {
    max-width: 100%;
  }

  .team {
    margin-bottom: var(--tablet-space);
  }

  .team-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .team-image {
    min-height: 430px;
    max-height: 430px;
  }

  .team-data {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }

  .hero {
    margin-bottom: var(--tablet-space);
  }

  .hero-wrap {
    grid-row-gap: 60px;
    padding-top: 40px;
  }

  .hero-data {
    max-width: 100%;
  }

  .hero-images {
    grid-column-gap: 15px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-block, .hero-center {
    max-width: none;
  }

  .hero-right {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .our-story {
    margin-bottom: var(--tablet-space);
  }

  .story-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .story-left, .story-right {
    max-width: 100%;
  }

  .category {
    margin-bottom: var(--tablet-space);
  }

  .category-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .category-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .category-block.radius, .category-block.last {
    border-radius: 6px;
  }

  .category-title {
    font-size: 22px;
  }

  .category-center, .category-right {
    max-width: none;
  }

  .contact-copy, .opening-hours {
    margin-bottom: var(--tablet-space);
  }

  .oh-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .oh-img.last {
    display: none;
  }

  .oh-image {
    min-height: 360px;
    max-height: 360px;
  }

  .oh-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cart-mobile {
    text-transform: none;
    font-weight: 500;
    line-height: 120%;
    display: flex;
  }

  .cart-qty {
    grid-column-gap: 0px;
  }

  .cart-item-mobile {
    font-weight: 500;
    line-height: 120%;
  }

  .nav-right {
    grid-column-gap: 22px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .video-button {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
    margin-left: 0;
  }

  .reservation-wrap {
    grid-row-gap: 50px;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 25px;
  }

  ol {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 25px;
    font-size: 16px;
    line-height: 150%;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu, .nav-link-wrap {
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .humburg-menu {
    position: relative;
  }

  .humburg-menu.w--open {
    z-index: 10;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-data, .sg-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .font-inner {
    flex-wrap: wrap;
  }

  .font-block {
    font-size: 16px;
  }

  .text-heading, .body-font {
    font-size: 60px;
  }

  .font-title, .body-large {
    font-size: 16px;
  }

  .table-text {
    font-size: 14px;
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .footer-left {
    grid-row-gap: 30px;
  }

  .footer-text {
    margin-bottom: 20px;
  }

  .footer-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .info-inner {
    padding-bottom: 40px;
  }

  .license-field {
    font-size: 16px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 14px;
  }

  .cs-title {
    font-size: 56px;
  }

  .error-data {
    max-width: 90%;
  }

  .utility-page-content {
    max-width: 90%;
    padding: 40px;
  }

  .policy-block {
    padding-top: 40px;
  }

  .contact {
    margin-bottom: var(--landscape-mobile-space);
  }

  .contact-data {
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-inner {
    grid-column-gap: 50px;
  }

  .field-wrap {
    grid-row-gap: 30px;
  }

  .form-bottom {
    margin-top: 30px;
  }

  .facts {
    margin-bottom: var(--landscape-mobile-space);
  }

  .facts-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .fact-title {
    font-size: 16px;
  }

  .faq-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .faq {
    padding: 16px;
  }

  .que-text {
    font-size: 16px;
    line-height: 170%;
  }

  .ans-box {
    padding-left: 0;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .faq-wrapper {
    grid-row-gap: 30px;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .review-data {
    grid-row-gap: 30px;
    padding: 15px;
  }

  .review-quote {
    margin-bottom: 6px;
  }

  .store {
    margin-bottom: var(--landscape-mobile-space);
  }

  .store-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .store-grid {
    grid-row-gap: 25px;
  }

  .store-block {
    padding-bottom: 25px;
  }

  .store-links, .store-timing {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blogs {
    margin-bottom: var(--landscape-mobile-space);
  }

  .post-list {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .post-image {
    min-height: 200px;
    max-height: 200px;
  }

  .post-data {
    padding: 15px;
  }

  .post-title {
    font-size: 16px;
    font-weight: 500;
  }

  .pagination {
    margin-top: 30px;
  }

  .post-main {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 40px;
  }

  .post-main-image {
    min-height: 350px;
    max-height: 350px;
  }

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

  .products {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .product-image {
    min-height: 290px;
    max-height: 290px;
  }

  .product-data {
    margin-top: 10px;
  }

  .product-main {
    margin-bottom: 40px;
  }

  .product-wrap {
    grid-row-gap: 30px;
  }

  .product-main-img {
    min-height: 630px;
    max-height: 630px;
  }

  .product-image-wrap {
    max-width: 100%;
  }

  .product-details, .our-menu {
    margin-bottom: var(--landscape-mobile-space);
  }

  .menu-wrap {
    grid-row-gap: 30px;
  }

  .menu-heading {
    margin-bottom: 40px;
  }

  .reservation {
    height: auto;
    margin-bottom: var(--landscape-mobile-space);
  }

  .categories {
    margin-bottom: var(--landscape-mobile-space);
  }

  .category-list {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .experience {
    margin-bottom: var(--landscape-mobile-space);
  }

  .exp-block {
    padding: 20px;
  }

  .about {
    margin-bottom: var(--landscape-mobile-space);
  }

  .about-tags {
    grid-row-gap: 15px;
  }

  .about-facts {
    margin-bottom: var(--landscape-mobile-space);
  }

  .about-fact-wrap, .about-fact-left {
    grid-row-gap: 30px;
  }

  .about-fact-title {
    margin-bottom: 10px;
  }

  .about-fact-inner {
    padding-top: 25px;
  }

  .about-fact-text {
    font-size: 28px;
  }

  .process {
    margin-bottom: var(--landscape-mobile-space);
  }

  .process-wrap, .process-data {
    grid-row-gap: 30px;
  }

  .team {
    margin-bottom: var(--landscape-mobile-space);
  }

  .team-image {
    min-height: 300px;
    max-height: 300px;
  }

  .team-data {
    flex-flow: column;
    padding: 10px;
  }

  .member-name {
    margin-bottom: 2px;
  }

  .hero {
    margin-bottom: var(--landscape-mobile-space);
  }

  .hero-wrap {
    grid-row-gap: 50px;
  }

  .hero-text {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .hero-images {
    grid-template-columns: 1fr;
  }

  .hero-block {
    padding: 30px;
  }

  .hero-inner-title {
    font-size: 20px;
  }

  .hero-image {
    max-height: 300px;
  }

  .hero-right {
    display: none;
  }

  .our-story {
    margin-bottom: var(--landscape-mobile-space);
  }

  .time-schedule {
    font-size: 14px;
    line-height: 150%;
  }

  .story-images {
    grid-column-gap: 10px;
  }

  .category {
    margin-bottom: var(--landscape-mobile-space);
  }

  .category-data-v2 {
    padding-top: 25px;
    padding-left: 25px;
  }

  .category-thumb {
    max-height: 300px;
  }

  .contact-copy, .opening-hours {
    margin-bottom: var(--landscape-mobile-space);
  }

  .oh-wrap {
    grid-template-columns: 1fr;
  }

  .oh-block {
    padding: 30px;
  }

  .play-icon {
    max-width: 30%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    padding: 20px;
  }

  .navbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .container {
    max-width: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  .page-title {
    padding-bottom: 30px;
  }

  .page-data, .sg-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading, .body-font {
    font-size: 70px;
  }

  .title-top {
    display: none;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .button-wrap {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .primary-button {
    padding: 10px 20px;
    font-size: 12px;
  }

  .secondary-button {
    font-size: 12px;
  }

  .footer-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
  }

  .footer-info {
    grid-column-gap: 20px;
  }

  .footer-center {
    grid-column-gap: 100px;
  }

  .single-text {
    font-size: 14px;
    line-height: 150%;
  }

  .disclaimer {
    font-size: 14px;
  }

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

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .version-info {
    align-items: start;
  }

  .changelog-text {
    font-size: 14px;
  }

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .cs-text {
    margin-bottom: 40px;
  }

  .error-info {
    margin-top: 30px;
    line-height: 150%;
  }

  .utility-page-content {
    padding: 20px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile-space);
  }

  .contact-social {
    bottom: 20px;
    right: 20px;
  }

  .field-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .form-bottom {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .facts {
    margin-bottom: var(--portrait-mobile-space);
  }

  .facts-wrap {
    grid-row-gap: 20px;
  }

  .fact-block {
    grid-row-gap: 30px;
    padding-bottom: 20px;
  }

  .fact-info {
    font-size: 14px;
    line-height: 150%;
  }

  .faq-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .faq {
    padding: 14px;
  }

  .que-icon {
    width: 22px;
    height: 22px;
  }

  .faq-wrapper {
    grid-row-gap: 25px;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile-space);
  }

  .review-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .review-block {
    grid-row-gap: 10px;
  }

  .review-block.mobile {
    flex-flow: column-reverse;
  }

  .store {
    margin-bottom: var(--portrait-mobile-space);
  }

  .store-links, .store-info, .store-timing {
    font-size: 14px;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile-space);
  }

  .post-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .post-image {
    min-height: 250px;
    max-height: 250px;
  }

  .post-main {
    margin-bottom: var(--portrait-mobile-space);
  }

  .post-main-title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .post-info {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .authot-img {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .author-image {
    min-height: 40px;
    max-height: 40px;
  }

  .author-name {
    margin-bottom: 2px;
  }

  .post-main-image {
    min-height: 230px;
    max-height: 230px;
  }

  .post-details {
    margin-top: 35px;
  }

  .products {
    margin-bottom: var(--portrait-mobile-space);
  }

  .product-list {
    grid-column-gap: 15px;
  }

  .product-image {
    min-height: 180px;
    max-height: 180px;
  }

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

  .product-name {
    font-size: 14px;
    line-height: 150%;
  }

  .price-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-flow: column;
    font-size: 12px;
  }

  .product-main {
    margin-bottom: 30px;
  }

  .product-plus {
    width: 30px;
    height: 30px;
  }

  .product-wrap {
    grid-row-gap: 30px;
  }

  .product-main-img {
    min-height: 406px;
    max-height: 406px;
  }

  .product-title {
    font-size: 28px;
  }

  .product-price {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .add-to-cart {
    margin-bottom: 20px;
  }

  .default-state {
    grid-column-gap: 15px;
  }

  .cart-button {
    padding: 10px 20px;
    font-size: 12px;
  }

  .product-info {
    padding-top: 20px;
  }

  .sku {
    font-size: 14px;
    line-height: 150%;
  }

  .divider {
    display: none;
  }

  .product-info-data {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-info-block {
    margin-top: 20px;
  }

  .product-features {
    font-size: 14px;
    line-height: 150%;
  }

  .product-details, .our-menu {
    margin-bottom: var(--portrait-mobile-space);
  }

  .menu-heading {
    margin-bottom: 30px;
  }

  .menu-block {
    grid-row-gap: 5px;
  }

  .menu-text {
    max-width: 100%;
  }

  .reservation {
    margin-bottom: var(--portrait-mobile-space);
  }

  .reserve-data {
    max-width: 100%;
    padding: 25px;
  }

  .reserve-text {
    font-size: 14px;
    line-height: 150%;
  }

  .categories {
    margin-bottom: var(--portrait-mobile-space);
  }

  .category-image {
    min-height: 230px;
    max-height: 230px;
  }

  .experience {
    margin-bottom: var(--portrait-mobile-space);
  }

  .exp-block {
    padding: 15px;
  }

  .exp-text {
    font-size: 14px;
    line-height: 150%;
  }

  .about {
    margin-bottom: var(--portrait-mobile-space);
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .about-left {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .about-right {
    max-width: 100%;
  }

  .about-tags, .beans, .about-img {
    display: none;
  }

  .about-data {
    margin-top: 0;
  }

  .about-inner {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
  }

  .about-facts {
    margin-bottom: var(--portrait-mobile-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-fact-inner {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-fact-block {
    font-size: 14px;
    line-height: 150%;
  }

  .process {
    margin-bottom: var(--portrait-mobile-space);
  }

  .process-list {
    grid-row-gap: 15px;
  }

  .process-block {
    padding-bottom: 15px;
  }

  .process-icon {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .process-info {
    font-size: 14px;
    line-height: 150%;
  }

  .process-title {
    font-size: 18px;
  }

  .team {
    margin-bottom: var(--portrait-mobile-space);
  }

  .team-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero {
    margin-bottom: var(--portrait-mobile-space);
  }

  .hero-wrap {
    grid-row-gap: 40px;
  }

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

  .hero-text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 150%;
  }

  .hero-button {
    padding: 10px 20px;
    font-size: 12px;
  }

  .hero-block {
    grid-row-gap: 30px;
    padding: 25px;
  }

  .hero-image {
    max-height: 240px;
  }

  .our-story {
    margin-bottom: var(--portrait-mobile-space);
  }

  .story-wrap {
    grid-row-gap: 0px;
    margin-bottom: 30px;
  }

  .timing-title {
    margin-bottom: 20px;
  }

  .category {
    margin-bottom: var(--portrait-mobile-space);
  }

  .category-wrap, .category-left {
    grid-template-columns: 1fr;
  }

  .category-image-v2 {
    min-height: 250px;
    max-height: 250px;
  }

  .category-thumb {
    max-height: 250px;
  }

  .contact-copy, .opening-hours {
    margin-bottom: var(--portrait-mobile-space);
  }

  .oh-image {
    min-height: 300px;
    max-height: 300px;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .fiil-button {
    padding: 10px 20px;
    font-size: 12px;
  }

  .post-date, .post-category {
    font-size: 12px;
  }

  .faq-title {
    font-size: 24px;
  }

  .video-button {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }
}

#w-node-_1cb3568e-1601-392a-ee26-11d8793d83f5-04219df6, #w-node-_1cb3568e-1601-392a-ee26-11d8793d83fa-04219df6, #w-node-f607bdba-22f2-a22c-ea7d-e71b811e9273-04219df6, #w-node-f607bdba-22f2-a22c-ea7d-e71b811e9275-04219df6, #w-node-f607bdba-22f2-a22c-ea7d-e71b811e9278-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f65fb-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6600-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6603-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6607-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f660c-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f660f-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6613-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6618-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f661b-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f661f-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6624-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6627-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f662b-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6630-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6633-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6637-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f663c-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f663f-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6643-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6648-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f664b-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f664f-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6654-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6657-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f665b-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6660-04219df6, #w-node-_9d230d9a-1344-054a-8fa5-9351163f6663-04219df6, #w-node-df1fbd95-2541-0d71-533a-d4e1a36e7eba-04219df7, #w-node-df1fbd95-2541-0d71-533a-d4e1a36e7ec7-04219df7, #w-node-_5e4d9dcf-b2d8-8215-f92b-e68a4d3ac4e2-04219df8, #w-node-_5e4d9dcf-b2d8-8215-f92b-e68a4d3ac4e5-04219df8, #w-node-_5e4d9dcf-b2d8-8215-f92b-e68a4d3ac4e6-04219df8, #w-node-_5e4d9dcf-b2d8-8215-f92b-e68a4d3ac4e8-04219df8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7e0299-a076-7a9b-bbaf-a43bc92ba8b2-04219e00, #w-node-_18ec87bc-fede-a793-2f0d-d2d6dd77e691-04219e11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5dbb02a8-3e1e-4d9f-a4b8-01942feeb04a-04219df5, #w-node-_2b076dd1-7189-6727-b949-565051d48817-04219df5, #w-node-_696f2ce5-3870-20cf-4d88-04e3ddca74af-ddca74ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eb978c45-3386-f580-e19e-4780b9b06b38-04219df5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_696f2ce5-3870-20cf-4d88-04e3ddca74af-ddca74ac {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b076dd1-7189-6727-b949-565051d48817-04219df5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_696f2ce5-3870-20cf-4d88-04e3ddca74e6-ddca74ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f7e0299-a076-7a9b-bbaf-a43bc92ba8b2-04219e00, #w-node-_18ec87bc-fede-a793-2f0d-d2d6dd77e691-04219e11 {
    grid-column: span 1 / span 1;
  }
}


