:root {
  --body: #222;
  --title: black;
  --bg: #f4f1e7;
  --black: black;
  --white: white;
}

.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;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

@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);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 150%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 150%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 170%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 170%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

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

a:hover {
  text-decoration: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-bottom: 15px;
}

blockquote {
  background-color: var(--bg);
  text-align: center;
  border-left: 0 solid #000;
  margin-bottom: 10px;
  padding: 40px;
  font-size: 16px;
  line-height: 170%;
}

.header-v1 {
  z-index: 111;
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.header-v1.demo {
  background-color: var(--black);
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
}

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

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

.nav-link {
  color: var(--black);
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.nav-link.w--current {
  font-weight: 600;
}

.nav-link.white {
  color: var(--white);
}

.divider {
  background-color: #0000001a;
  width: 1px;
  height: 40px;
}

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

.header-btn {
  border: 1px solid var(--black);
  color: var(--black);
  border-radius: 45px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.header-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.header-btn.mobile {
  display: none;
}

.header-btn.v2 {
  text-transform: uppercase;
}

.header-btn.white {
  border-color: var(--white);
}

.header-btn.white:hover {
  background-color: var(--white);
  color: var(--black);
}

.nav-right {
  grid-column-gap: 40px;
  display: flex;
}

.cart-btn {
  background-color: #0000;
  padding: 0;
  position: relative;
}

.cart-quantity {
  background-color: var(--black);
  color: var(--white);
  font-size: 10px;
  position: absolute;
  top: -3px;
  right: -8px;
}

.cart-quantity.white {
  background-color: var(--white);
  color: var(--black);
}

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

.page-title.v2 {
  margin-top: 0;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.page-heading.white {
  color: var(--white);
}

.page-heading.v2 {
  max-width: 60%;
}

.page-heading.center-title {
  text-align: center;
}

.type-body-text {
  color: #000;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.primary-color {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 120px;
  display: flex;
}

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

.primary-btn {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 50px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.primary-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.primary-btn:focus-visible {
  color: #000;
}

.primary-btn[data-wf-focus-visible] {
  color: #000;
}

.primary-btn.white {
  border-color: var(--white);
  color: var(--white);
}

.primary-btn.white:hover {
  background-color: var(--white);
  color: var(--black);
}

.primary-btn.full {
  width: 100%;
}

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

.sg-font, .sg-section, .sg-section.last-sg-block {
  margin-bottom: 150px;
}

.t-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0000001a;
  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;
}

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

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

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

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

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

.body-large.white {
  color: var(--white);
}

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

.font-title {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

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

.sg-title {
  padding-top: 0;
  padding-bottom: 150px;
}

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

.table-text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.sg-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.button-wrap {
  align-items: flex-start;
  margin-top: 40px;
  display: inline-block;
}

.button-wrap.style-btn {
  grid-column-gap: 25px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button-wrap.bw-v2 {
  margin-top: 25px;
}

.button-wrap.right {
  justify-content: flex-end;
  display: flex;
}

.button-wrap.center {
  justify-content: center;
  display: flex;
}

.button-wrap.mobile {
  justify-content: flex-end;
  width: 100%;
  display: none;
}

.type-heading-text {
  color: #000;
  text-transform: none;
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.page-wrapper {
  background-color: #0000;
  margin-bottom: 150px;
}

.footer {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-wrap {
  justify-content: space-between;
  display: flex;
}

.ft-left {
  flex-direction: column;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.ft-right {
  justify-content: space-between;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.ft-link {
  color: var(--white);
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.ft-link.last {
  padding-bottom: 0;
}

.ft-bottom {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-top: 30px;
  display: flex;
}

.ft-address {
  color: var(--white);
  width: 232px;
  margin-bottom: 12px;
  font-size: 14px;
}

.ph-number {
  color: var(--white);
  padding-bottom: 12px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.email-form {
  margin-top: 20px;
  margin-bottom: 0;
}

.email-field {
  position: relative;
}

.email-input {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/ic-email.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  min-height: 52px;
  margin-bottom: 0;
  padding: 14px 140px 14px 48px;
}

.email-input:focus {
  border-color: var(--white);
}

.email-input::placeholder {
  color: var(--white);
  font-size: 14px;
  line-height: 150%;
}

.subscribe-btn {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 45px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s, background-color .3s;
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: 6px;
}

.subscribe-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

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

.success-message.boarder {
  border: 1px solid #00000080;
}

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

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

.social-link {
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: #edf7ff1a;
  border-color: #edf7ff0d;
}

.social-link:active {
  background-color: #edf7ff1a;
}

.social-link:focus {
  background-color: #edf7ff1a;
  border-color: #edf7ff0d;
}

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

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

.footer-link:hover {
  color: var(--white);
}

.humburg-menu {
  margin-left: 10px;
}

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

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

._404-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.center-data-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-image {
  margin-bottom: 50px;
}

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

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

.utility-page-content {
  background-color: var(--bg);
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

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

.input {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--black);
  background-color: #0000;
  margin-bottom: 0;
  padding: 0 0 20px;
}

.input:focus {
  border-bottom-color: var(--black);
}

.input::placeholder {
  color: var(--black);
  font-size: 14px;
  line-height: 150%;
}

.input.date {
  background-image: url('../images/ic-calendar.svg');
  background-position: 96% 0;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.input.time {
  background-image: url('../images/ic-time.svg');
  background-position: 96% 0;
  background-repeat: no-repeat;
  background-size: 18px;
}

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

.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;
  margin-top: 60px;
  display: grid;
}

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

.version-name {
  color: #333;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 150%;
}

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

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

.single-text.small {
  font-size: 14px;
}

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

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

.disclamer-block {
  grid-row-gap: 10px;
  border: 1px solid var(--black);
  flex-direction: column;
  margin-bottom: 60px;
  padding: 30px;
}

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

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

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

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

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

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

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

.cs-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

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

.cs-title {
  margin-bottom: 15px;
  font-weight: 700;
}

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

.d-none {
  display: none;
}

.login-form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  margin-top: 50px;
  margin-left: 50px;
}

.login-text {
  text-align: center;
  font-size: 14px;
}

.login-heading {
  margin-bottom: 55px;
}

.login-title {
  text-align: center;
  margin-bottom: 5px;
}

.login-btn-wrap {
  text-align: center;
}

.login-right {
  background-image: url('../images/login.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 55%;
  height: 100vh;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.login-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.login-form-box {
  justify-content: space-around;
  width: 100%;
  max-width: 370px;
  margin-bottom: 0;
}

.form-field {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.login-form-wrap {
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: flex;
}

.login-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 45%;
  height: 100vh;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.page-title-wrap.white {
  color: var(--white);
}

.page-title-wrap.v2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.contact-form-section {
  margin-bottom: 150px;
}

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

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

.form-block {
  margin-bottom: 0;
}

.contact-form {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  margin-bottom: 0;
  padding: 0 0 20px;
}

.field:focus {
  border-bottom-color: var(--white);
}

.field::placeholder {
  color: var(--white);
}

.two-field {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-area-contact {
  border-style: none none solid;
  border-width: 0 1px 1px;
  border-color: black black var(--black);
  background-color: #0000;
  min-height: 148px;
  margin-bottom: 0;
  padding: 0 0 20px;
}

.text-area-contact:focus {
  border-bottom-color: var(--black);
}

.text-area-contact::placeholder {
  color: #333;
}

.text-area-contact.white, .text-area-contact.white:focus {
  border-bottom-color: var(--white);
}

.text-area-contact.white:focus-visible {
  color: var(--white);
}

.text-area-contact.white[data-wf-focus-visible], .text-area-contact.white::placeholder {
  color: var(--white);
}

.cf-right {
  width: 100%;
  max-width: 60%;
}

.contact-image {
  width: 100%;
}

.form-wrap {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
}

.features {
  background-color: var(--bg);
  margin-bottom: 150px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.feature-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.feature-icon {
  width: 100%;
  max-width: 80px;
  max-height: 65px;
}

.feature-title {
  margin-bottom: 4px;
}

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

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

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

.section-title.white {
  color: var(--white);
}

.vertical-line {
  background-color: #000;
  width: 1px;
  height: 15px;
  position: absolute;
}

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

.faq {
  z-index: 1;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 0;
  font-size: 24px;
}

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

.faq-answer {
  background-color: #0000;
  margin-bottom: 25px;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-answer.w--open {
  position: relative;
}

.icon-block {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.faq-aswer-wrapper {
  padding-top: 15px;
}

.faq-paragraph {
  color: var(--body);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.faq-question-block {
  grid-column-gap: 24px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: static;
}

.horizontal-line {
  background-color: #000;
  width: 15px;
  height: 1px;
}

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

.insta-img {
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  display: flex;
}

.insta-image {
  object-fit: cover;
  background-color: #f4f2f3;
  width: 100%;
  max-width: 100%;
  min-height: 320px;
  max-height: 320px;
}

.insta-link {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
}

.contact-icon-box {
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.contact-list {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.contact-icon {
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-links {
  color: var(--black);
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

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

.contact-links.white {
  color: var(--white);
}

.address {
  color: var(--black);
  width: 232px;
  margin-bottom: 0;
  font-size: 14px;
}

.address.white {
  color: var(--white);
}

.contact-info {
  margin-top: 20px;
  margin-bottom: 20px;
}

.get-in-touch {
  margin-bottom: 150px;
}

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

.contact-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
}

.lets-talk {
  width: 100%;
  max-width: 40%;
}

.contact-text {
  margin-top: 20px;
  margin-bottom: 15px;
}

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

.faq-right {
  width: 100%;
  max-width: 60%;
}

.faq-contain-block {
  flex-direction: column;
  width: 100%;
  max-width: 736px;
  display: flex;
}

.faq-block-v2 {
  width: 100%;
}

.faq-question-v2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #00000040;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 0;
  display: flex;
}

.faq-question-v2.top {
  padding-top: 0;
}

.faq-arrow-v3 {
  width: 100%;
  min-width: 24px;
}

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

.faq-main-v2 {
  padding-top: 15px;
  padding-left: 49px;
}

.faq-text, .question {
  margin-bottom: 0;
}

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

.cf-left-white {
  width: 100%;
  max-width: 60%;
}

.contact-info-v3 {
  width: 100%;
  max-width: 40%;
}

.contact-icon-v2 {
  border: 1px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.navbar-wrap-v4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-menu-wrapper {
  flex-direction: column;
  width: 100%;
}

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

.navbar-v4 {
  background-color: #221e19;
  border-bottom: 1px solid #ffffff1a;
  padding: 20px 30px;
}

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

.login {
  width: 24px;
  height: 24px;
}

.nav-menu-wrap-v4 {
  grid-column-gap: 32px;
  display: flex;
}

.service {
  background-image: linear-gradient(#0006, #0006), url('../images/machine_1.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 530px;
  margin-bottom: 150px;
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 72px;
  display: flex;
}

.service-text {
  color: var(--white);
  width: 825px;
  margin-bottom: 0;
  padding-top: 20px;
}

.contact-faq-v3 {
  border-bottom: 1px solid #ffffff26;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-faq-v3.top {
  padding-top: 0;
}

.contact-faq-v3.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

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

.question-v3 {
  color: var(--white);
  margin-bottom: 0;
}

.question-v3.dark {
  color: var(--title);
}

.faq-arrow {
  width: 100%;
  min-width: 30px;
  height: 30px;
}

.faq-aswer-v3 {
  padding-top: 16px;
  padding-bottom: 0;
}

.faq-question-v3 {
  grid-column-gap: 20px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.cta {
  background-color: var(--bg);
  padding-top: 90px;
  padding-bottom: 90px;
}

.cta.v2 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/store.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-text-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-sub-heading {
  text-transform: uppercase;
  font-size: 14px;
}

.cta-title {
  width: 418px;
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 150%;
}

.newsletter {
  width: 100%;
  max-width: 380px;
  margin-bottom: 0;
}

.newslwtter-email {
  border: 1px solid var(--black);
  background-color: #0000;
  border-radius: 45px;
  height: 100%;
  min-height: 52px;
  margin-bottom: 0;
  padding: 18px 130px 18px 28px;
  position: relative;
}

.newslwtter-email:focus {
  border-color: var(--black);
}

.newslwtter-email::placeholder {
  color: var(--body);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.newslwtter-email.white {
  border-color: var(--white);
}

.newslwtter-email.white::placeholder {
  color: var(--white);
}

.subscribe-btn-v2 {
  border-left: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 14px;
  line-height: 120%;
  transition: color .3s, background-color .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.subscribe-btn-v2:hover {
  background-color: var(--black);
  color: var(--white);
}

.subscribe-btn-v2.white {
  border-left-color: var(--white);
}

.subscribe-btn-v2.white:hover {
  background-color: var(--white);
  color: var(--black);
}

.faq-section-v1 {
  margin-bottom: 150px;
}

.faq-block-v1 {
  border-bottom: 1px solid #0003;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.faq-block-v1.top {
  padding-top: 0;
}

.cta-2 {
  background-color: var(--bg);
  justify-content: flex-end;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-wrap-2 {
  justify-content: flex-end;
  width: 100%;
  max-width: 80%;
  display: flex;
  position: relative;
}

.cta-data {
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.cta-heading {
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 150%;
}

.cta-img {
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
}

.cta-img.v2 {
  left: auto;
  right: 0;
}

.cta-image {
  width: 100%;
  max-height: 240px;
}

.cta-image.large {
  max-height: 280px;
  position: relative;
}

.cta-image.right {
  margin-left: -10px;
}

.cta-image.left {
  margin-right: -10px;
}

.cta-wrapper {
  justify-content: center;
  display: flex;
}

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

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

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

.store-data {
  padding-top: 20px;
}

.store-name {
  margin-bottom: 0;
  font-size: 24px;
}

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

.review-block {
  border-bottom: 1px solid #00000026;
  padding-bottom: 60px;
}

.review-text {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 160%;
}

.customer-data {
  grid-column-gap: 22px;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.review-img {
  background-color: var(--bg);
  border-radius: 50%;
  overflow: hidden;
}

.review-image {
  width: 100%;
  min-height: 80px;
  max-height: 80px;
}

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

.customer-name.v2 {
  text-transform: uppercase;
}

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

.menu-v1-block {
  grid-column-gap: 30px;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.menu-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 136px;
}

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

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

.menu-title-wrap {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
}

.menu-title {
  margin-bottom: 0;
  font-size: 20px;
}

.menu-title.pb {
  padding-bottom: 5px;
}

.menu-price {
  font-size: 18px;
  line-height: 150%;
}

.video-section {
  background-color: var(--bg);
  background-image: linear-gradient(#00000026, #00000026), url('../images/food.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 150px;
}

.video-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
}

.video-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 100;
}

.video-btn {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  mix-blend-mode: normal;
  background-color: #ffffff4d;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  transition: background-color .3s;
  display: flex;
}

.video-btn:hover {
  background-color: #ffffff80;
}

.ic-video {
  padding-left: 8px;
}

.menu {
  margin-bottom: 150px;
}

.menu-v2-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 40px;
  display: grid;
}

.menu-v2-block {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.menu-v2-block.white {
  border-bottom-color: #ffffff80;
}

.menu-v2-data {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.book-table {
  background-image: url('../images/cart.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 150px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.book-table.v2 {
  margin-bottom: 0;
}

.bt-form-v1 {
  background-color: var(--white);
  width: 100%;
  max-width: 394px;
  margin-bottom: 0;
  margin-left: auto;
  padding: 40px;
}

.bt-title {
  text-align: center;
  margin-bottom: 40px;
}

.bt-field {
  grid-row-gap: 40px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.bt-form-wrap {
  text-align: center;
}

.bt-two-field {
  grid-column-gap: 24px;
  display: flex;
}

.feature-v2, .category {
  margin-bottom: 150px;
}

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

.category-left {
  background-color: var(--bg);
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/category.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 40%;
  min-height: 502px;
  max-height: 502px;
  padding: 50px;
  display: flex;
}

.category-title {
  color: var(--white);
  margin-bottom: 15px;
}

.category-title.v2 {
  text-transform: uppercase;
}

.category-btn {
  grid-column-gap: 8px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 55px;
  align-items: center;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.category-btn:hover {
  background-color: #ffffff4d;
}

.category-btn-wrap {
  display: flex;
}

.category-right {
  grid-column-gap: 15px;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.ct-center {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.ct-right {
  background-color: var(--bg);
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/tea.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30%;
  text-decoration: none;
  display: flex;
}

.category-top {
  grid-column-gap: 15px;
  width: 100%;
  height: 100%;
  min-height: 242px;
  max-height: 242px;
  display: flex;
}

.category-block {
  background-color: var(--bg);
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/coffee.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.category-block.accessories {
  background-image: linear-gradient(#0000, #0000), url('../images/accessories.jpg');
  background-size: auto, cover;
}

.category-bottom {
  background-color: var(--bg);
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/machine.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 242px;
  max-height: 242px;
  text-decoration: none;
  display: flex;
}

.menu-grid-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-grid-block {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.review {
  margin-bottom: 150px;
}

.review-slider {
  background-color: #0000;
  height: auto;
}

.right-arrow {
  border: 1px solid var(--black);
  background-image: url('../images/ic-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s, border-color .3s;
  display: flex;
  top: 14%;
  bottom: auto;
}

.right-arrow:hover {
  background-color: var(--black);
  background-image: url('../images/ic-right-white.svg');
  background-position: 50%;
  background-size: auto;
}

.review-name {
  color: #000;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.review-text-wrap {
  border-top: 1px solid #00000026;
  border-bottom: 1px solid #00000026;
  width: 100%;
  max-width: 70%;
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}

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

.review-img-wrap {
  background-color: var(--bg);
  width: 100%;
  max-width: 32%;
}

.left-arrow {
  border: 1px solid var(--black);
  background-image: url('../images/ic-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s, border-color .3s;
  display: flex;
  position: absolute;
  inset: 14% 50px auto auto;
}

.left-arrow:hover {
  background-color: var(--black);
  background-image: url('../images/ic-left-white.svg');
  background-position: 50%;
  background-size: auto;
}

.review-data-text {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 170%;
}

.review-data {
  grid-column-gap: 70px;
  align-items: center;
  display: flex;
}

.menu-v3-wrap {
  display: flex;
}

.menu-left {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/menu.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.menu-right {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  padding: 70px 100px;
}

.menu-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.about-menu {
  margin-bottom: 150px;
}

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

.am-left {
  width: 100%;
  max-width: 50%;
}

.am-right {
  grid-column-gap: 18px;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.am-text {
  margin-top: 20px;
  margin-bottom: 15px;
}

.am-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
}

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

.about {
  margin-bottom: 150px;
}

.about-v1 {
  grid-column-gap: 100px;
  display: flex;
}

.about-v1-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.about-v1-wrap.split {
  flex-direction: column-reverse;
}

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

.facts {
  margin-bottom: 150px;
}

.facts-wrap {
  grid-column-gap: 40px;
  justify-content: flex-start;
  display: flex;
}

.fact-block {
  border-bottom: 1px solid #00000026;
  width: 100%;
  padding-bottom: 30px;
}

.our-story {
  background-color: var(--black);
  margin-bottom: 150px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.our-story-wrap {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.story-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.os-title-wrap {
  width: 100%;
  max-width: 35%;
}

.os-text {
  color: var(--white);
  width: 100%;
  max-width: 45%;
  margin-bottom: 0;
}

.os-sub-heading {
  color: var(--white);
  text-transform: uppercase;
}

.os-title {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 5px;
}

.gallery {
  margin-bottom: 150px;
  overflow: hidden;
}

.slider-track {
  grid-column-gap: 40px;
  display: flex;
}

.gallery-img {
  background-color: var(--bg);
  width: 100%;
  min-width: 335px;
}

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

.gallery-img-block {
  background-color: var(--bg);
  width: 100%;
  min-width: 422px;
}

.gallery-big-image {
  object-fit: cover;
  width: 100%;
  min-height: 310px;
  max-height: 310px;
}

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

.team-img {
  background-color: var(--bg);
  width: 100%;
  overflow: hidden;
}

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

.team-data {
  border: 1px solid #0000001a;
  padding: 20px;
}

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

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

.about-v2-data {
  grid-column-gap: 50px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.about-v2-title {
  width: 100%;
  max-width: 55%;
  margin-bottom: 0;
}

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

.about-v2-text {
  width: 100%;
  max-width: 45%;
}

.our-mission {
  margin-bottom: 150px;
}

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

.section-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
}

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

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

.empowering {
  margin-bottom: 150px;
}

.sd-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.empowering-data {
  grid-column-gap: 52px;
  align-items: center;
  display: flex;
}

.fact-title {
  color: var(--black);
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}

.sd-wrapper {
  width: 100%;
  max-width: 25%;
}

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

.innovating {
  margin-bottom: 150px;
}

.innovating-list {
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 30px;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.il-list {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 0;
  padding-left: 34px;
}

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

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

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

.blog-img-v1 {
  background-color: var(--bg);
  overflow: hidden;
}

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

.blog-data-v1 {
  margin-top: 15px;
}

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

.blog-date.white {
  color: var(--white);
}

.blog-title {
  margin-top: 8px;
  margin-bottom: 0;
}

.pagination {
  grid-column-gap: 20px;
  justify-content: flex-end;
  margin-top: 60px;
}

.next-btn {
  grid-column-gap: 8px;
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  background-image: url('../images/ic-right.svg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 45px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 58px 14px 30px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.next-btn:hover {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/ic-right-white.svg');
  background-position: 70%;
}

.next-btn.white {
  border-color: var(--white);
  color: var(--white);
  background-image: url('../images/ic-btn-arrow-white.svg');
}

.next-btn.white:hover {
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/ic-btn-arrow.svg');
}

.previous-btn {
  border-width: 1px;
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
  background-image: url('../images/ic-left.svg');
  background-position: 22%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 45px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 30px 14px 58px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .2s, background-color .3s, color .3s;
}

.previous-btn:hover {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/ic-left-white.svg');
}

.previous-btn.white {
  border-color: var(--white);
  color: var(--white);
  background-image: url('../images/ic-back-white.svg');
}

.previous-btn.white:hover {
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/ic-back.svg');
}

.blog-list-v2 {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.blog-link-v2 {
  grid-column-gap: 40px;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-img-v2 {
  background-color: var(--bg);
  width: 100%;
  max-width: 42%;
  overflow: hidden;
}

.blog-image-v2 {
  object-fit: cover;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
}

.blog-dtat-v2 {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  max-width: 58%;
  display: flex;
}

.blog-title-v2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.blog-link {
  grid-column-gap: 8px;
  color: var(--black);
  align-items: center;
  display: flex;
}

.blog-link.white {
  color: var(--white);
}

.body-brown {
  background-color: #1c1915;
}

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

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

.blog-img-v3 {
  background-color: #ffffff4d;
  overflow: hidden;
}

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

.blog-data-v3 {
  border-bottom: 1px solid #fff3;
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
  padding: 22px 30px;
}

.blog-title-v3 {
  color: var(--white);
  margin-top: 8px;
  margin-bottom: 25px;
}

.blog-title-v3.black {
  color: var(--black);
}

.blog-title-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-heading {
  width: 100%;
  max-width: 50%;
}

.date-wrap, .time-wrap {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.blog-data-wrap {
  grid-column-gap: 22px;
  align-items: center;
  display: flex;
}

.blog-main-img {
  background-color: var(--bg);
  width: 100%;
  margin-bottom: 80px;
}

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

.blog-details {
  margin-bottom: 150px;
}

.blog-info {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.similar-post {
  margin-bottom: 150px;
}

.section-title-v2 {
  text-transform: uppercase;
  margin-bottom: 5px;
}

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

.similar-post-item {
  width: 100%;
}

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

.sp-img {
  width: 100%;
  overflow: hidden;
}

.sp-data {
  margin-top: 15px;
}

.sp-title {
  margin-top: 8px;
  margin-bottom: 30px;
}

.product {
  margin-bottom: 150px;
}

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

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

.product-img-v1 {
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 470px;
  max-height: 470px;
  display: flex;
}

.product-image-v1 {
  object-fit: cover;
  max-width: 300px;
  max-height: 300px;
}

.product-data-v1 {
  grid-row-gap: 2px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.price.dark {
  color: var(--body);
}

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

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

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

.old-price {
  color: #666;
  text-decoration: line-through;
}

.old-price.light {
  color: #8c8c8c;
}

.product-list-v2 {
  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-link-v2 {
  grid-row-gap: 50px;
  background-color: var(--bg);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 480px;
  max-height: 480px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

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

.product-image-v2 {
  object-fit: cover;
  max-width: 225px;
  max-height: 283px;
}

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

.product-link-v3 {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.product-img-v3 {
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 785px;
  max-height: 785px;
  display: flex;
}

.product-image-v3 {
  max-width: 420px;
  min-height: 0;
  max-height: 500px;
}

.product-data-v3 {
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.product-list-v4 {
  grid-column-gap: 20px;
  grid-row-gap: 100px;
  grid-template: ". Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-link-v4 {
  grid-row-gap: 10px;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.product-image-v4 {
  max-width: 240px;
  max-height: 250px;
}

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

.product-link-v5 {
  grid-row-gap: 15px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.product-img-v5 {
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  min-height: 470px;
  max-height: 470px;
  display: flex;
}

.product-img-v5.featured {
  background-color: var(--white);
}

.product-image-v5 {
  max-width: 320px;
  max-height: 320px;
}

.product-section {
  margin-top: 74px;
  margin-bottom: 150px;
  padding-top: 60px;
}

.product-hero {
  grid-column-gap: 60px;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.product-img {
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45%;
  min-height: 762px;
  max-height: 762px;
  display: flex;
  position: relative;
}

.product-image {
  max-width: 300px;
  max-height: 518px;
}

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

.product-title {
  margin-bottom: 25px;
}

.product-price {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.main-price {
  color: var(--black);
  font-family: Sora, sans-serif;
  font-size: 26px;
  line-height: 150%;
}

.compare-price {
  color: #666;
  font-family: Sora, sans-serif;
  font-size: 26px;
  line-height: 150%;
  text-decoration: line-through;
}

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

.qty-and-btn {
  grid-column-gap: 15px;
  align-items: stretch;
  display: flex;
}

.quantity {
  background-color: var(--white);
  text-align: center;
  border-color: #0000001a;
  border-radius: 0;
  width: 100%;
  min-width: 70px;
  max-width: 70px;
  height: auto;
  margin-bottom: 0;
}

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

.fill-btn {
  border: 1px solid var(--black);
  background-color: var(--black);
  border-radius: 45px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: border-color .3s, color .3s, background-color .3s;
}

.fill-btn:hover {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
}

.additional-info {
  padding-top: 50px;
}

.ai-list {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.ai-label {
  font-weight: 500;
}

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

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

.p-none {
  display: none;
}

.cart-title {
  margin-bottom: 0;
  font-size: 20px;
}

.checkout-form, .order-confirmation {
  background-color: var(--white);
}

.block-header {
  align-items: flex-end;
  padding: 10px 20px;
}

.answer-v3 {
  color: var(--white);
  margin-bottom: 0;
}

.store-info {
  font-size: 18px;
}

.product-v4-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  display: flex;
}

.small-container {
  max-width: 1170px;
}

.hero-v1 {
  margin-top: 74px;
  margin-bottom: 150px;
  padding-top: 60px;
}

.hero-wrap-v1 {
  grid-column-gap: 150px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-v2 {
  z-index: 111;
  border-bottom: 1px solid #0003;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrap-v2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.navbar-v2 {
  background-color: var(--white);
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.menu-wrap-v2 {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.header-v3 {
  border-bottom: 1px solid #00000026;
}

.navbar-v3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrap-v3 {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.menu-wrap-v3 {
  display: inline-block;
}

.top-bar-wrap {
  color: #b2b2b2;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  display: flex;
}

.topbar-data {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.top-bar {
  background-color: var(--black);
}

.nav-cart-v3 {
  grid-column-gap: 28px;
  align-items: center;
  display: flex;
}

.home-hero-v5 {
  object-fit: cover;
  background-image: linear-gradient(#0006, #0006), url('../images/store.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 870px;
  max-height: 870px;
  margin-bottom: 150px;
  display: flex;
}

.middle-line-v5 {
  background-color: #fff;
  width: 20px;
  height: 1px;
  margin-left: auto;
}

.navbar-wrapper-v5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-v5 {
  z-index: 1;
  background-color: #0000;
  padding: 20px 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.white {
  color: #fff;
}

.navbar-right-v5 {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.nav-menu-v5 {
  background-color: #000;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.menu-button-v5 {
  flex-direction: column;
  align-items: flex-end;
  padding: 5px 0;
  display: flex;
}

.menu-button-v5.w--open {
  background-color: #0000;
}

.top-line-v5 {
  background-color: #fff;
  width: 26px;
  height: 1px;
  margin-bottom: 6px;
}

.bottom-line-v5 {
  background-color: #fff;
  width: 14px;
  height: 1px;
  margin-top: 6px;
  margin-left: auto;
}

.nm-wrap-v5 {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.nav-link-v5 {
  color: var(--white);
  font-size: 24px;
  line-height: 150%;
  text-decoration: none;
}

.nav-mrenu-wrap-v5 {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.nm-data {
  justify-content: space-between;
  width: 100%;
  max-width: 40%;
  display: flex;
}

.nav-contact-data {
  color: var(--white);
  text-align: left;
  width: 100%;
  max-width: 40%;
}

.nav-address {
  margin-bottom: 15px;
}

.link-white {
  color: var(--white);
  text-decoration: none;
}

.link-white:hover, .link-white.v5 {
  text-decoration: underline;
}

.link-white.v5:hover {
  text-decoration: none;
}

.nav-social {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.category-item {
  max-height: 430px;
}

.category-link {
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.ctg-img {
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.overlay {
  object-fit: cover;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.ctg-btn-wrap {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.hero-v1-left {
  width: 100%;
  max-width: 45%;
}

.hero-v1-right {
  grid-column-gap: 20px;
  width: 100%;
  max-width: 55%;
  display: flex;
  position: relative;
}

.hero-title-v1 {
  margin-bottom: 20px;
}

.hero-btn-wrap-v1 {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.link-btn {
  grid-column-gap: 6px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.hero-v1-small-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 30%;
  height: 100%;
}

.hero-v1-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 70%;
}

.hero-v1-small-image {
  object-fit: cover;
  width: 100%;
  min-height: 380px;
  max-height: 380px;
}

.hero-v1-image {
  object-fit: cover;
  width: 100%;
  min-height: 626px;
  max-height: 626px;
}

.review-box {
  grid-column-gap: 15px;
  background-color: var(--white);
  border: 1px solid #0000001a;
  align-items: center;
  padding: 25px 20px;
  display: flex;
  position: absolute;
  bottom: 70px;
}

.ri-wrap {
  display: flex;
}

.happy-customer {
  background-color: var(--bg);
  border: 1px solid #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: -10px;
  overflow: hidden;
}

.happy-customer.last {
  margin-right: 0;
}

.hr-text {
  color: var(--black);
  max-width: 100px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.hero-v2 {
  background-color: var(--black);
  margin-top: 75px;
  margin-bottom: 150px;
  padding-top: 100px;
  padding-bottom: 60px;
}

.hero-wrap-v2 {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.hero-data-v2 {
  width: 100%;
  max-width: 976px;
  margin-left: 70px;
  position: relative;
}

.hero-v2-bottom {
  position: relative;
}

.hero-title-v2 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 120px;
  line-height: 120%;
}

.review-box-v2 {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 35%;
  display: flex;
  position: absolute;
  top: 20px;
  right: 0;
}

.hero-v2-image {
  object-fit: cover;
  width: 100%;
  min-height: 512px;
  max-height: 512px;
}

.badge {
  width: 140px;
  height: 140px;
  position: absolute;
  top: -70px;
  right: 50px;
}

.hero-img-v2 {
  background-color: #ffffff26;
  border-radius: 60px;
  width: 100%;
  overflow: hidden;
}

.hero-v3 {
  margin-bottom: 150px;
}

.hero-v3-data {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-title-v3 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 200;
  line-height: 120%;
}

.hero-title-v3.right {
  margin-left: auto;
}

.hero-title-v3.middle {
  padding-left: 100px;
}

.hero-wrap-v3 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 830px;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
}

.hero-v3-text {
  color: var(--white);
  width: 100%;
  max-width: 360px;
  margin-bottom: 0;
}

.hero-v3-video {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
}

.hero-v4 {
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 150px;
}

.hero-wrap-v4 {
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-v4-left {
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
  position: relative;
}

.hero-v4-right {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
}

.hero-title-v4 {
  color: var(--bg);
  margin-top: 10px;
  margin-bottom: 0;
}

.hero-v4-left-data {
  width: 100%;
  max-width: 576px;
  position: absolute;
}

.hero-v4-img {
  background-color: #ffffff80;
  width: 100%;
  height: 100%;
}

.hero-v4-image {
  object-fit: cover;
  width: 100%;
  min-height: 720px;
  max-height: 720px;
}

.hero-v4-right-data {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-v4-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
}

.hero-v4-title {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 170%;
}

.hero-v4-text-data {
  padding-bottom: 40px;
}

.hero-wrap-v5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.hero-title-v5 {
  color: var(--white);
  margin-bottom: 20px;
}

.secondary-btn {
  grid-column-gap: 8px;
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 45px;
  align-items: center;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.secondary-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.secondary-btn.white {
  border-color: var(--white);
  color: var(--white);
}

.secondary-btn.white:hover {
  background-color: var(--white);
  color: var(--black);
}

.btn-wrap-v2 {
  display: inline-block;
}

.about-section {
  margin-bottom: 150px;
}

.about-wrap-v1 {
  grid-column-gap: 150px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.about-v1-left {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.about-v1-right {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  max-width: 40%;
  display: flex;
}

.about-v1-text {
  width: 100%;
  max-width: 480px;
  margin-bottom: 0;
}

.ab-v1-img {
  background-color: var(--bg);
  width: 100%;
}

.ab-v1-image {
  object-fit: cover;
  width: 100%;
  min-height: 545px;
  max-height: 545px;
}

.featured-products, .products-v1 {
  background-color: var(--bg);
  margin-bottom: 150px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.best-selling {
  margin-bottom: 150px;
}

.title-wrap-v2 {
  text-align: center;
  margin-bottom: 40px;
}

.journey, .products-v2, .review-v2 {
  margin-bottom: 150px;
}

.rr-arrow {
  border: 1px solid #00000026;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: border-color .3s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto 0% 3% auto;
}

.rr-arrow:hover {
  background-color: var(--black);
}

.lr-arrow {
  border: 1px solid #00000026;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: border-color .3s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto 5% 3% auto;
}

.lr-arrow:hover {
  background-color: var(--black);
}

.review-quote {
  color: var(--body);
  text-align: left;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 34px;
  font-weight: 200;
  line-height: 160%;
}

.review-wrap-v2 {
  position: relative;
}

.review-title {
  text-transform: uppercase;
  margin-bottom: 0;
}

.blog-section {
  margin-bottom: 150px;
}

.blog-data {
  padding-top: 15px;
}

.features-v3 {
  border-top: 1px solid var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
}

.feature-wrap-v3 {
  justify-content: space-between;
  display: flex;
}

.feature-block-v3 {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.feature-icon-v3 {
  width: 34px;
  height: 34px;
}

.feature-title-v3 {
  margin-bottom: 0;
}

.featured-products-v2 {
  margin-bottom: 150px;
}

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

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

.about-bottom {
  grid-column-gap: 40px;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

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

.reservation {
  margin-bottom: 150px;
}

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

.rv-left {
  width: 100%;
  max-width: 45%;
}

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

.reservation-form {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.rv-text {
  margin-bottom: 0;
  padding-top: 15px;
}

.rv-form-wrap {
  text-align: right;
}

.coffee-lover {
  margin-bottom: 150px;
}

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

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

.cl-right {
  width: 100%;
  max-width: 60%;
}

.cl-data {
  grid-column-gap: 90px;
  padding-top: 50px;
  display: flex;
}

.cl-data-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cl-title {
  margin-bottom: 4px;
}

.cta-v2 {
  background-color: var(--bg);
  margin-bottom: 150px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-data-v2 {
  width: 100%;
  max-width: 55%;
}

.cta-wrap-v2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 85%;
  display: flex;
  position: relative;
}

.about-data {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  display: flex;
}

.about-title-wrap {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  max-width: 40%;
  display: flex;
}

.about-v4-text {
  color: var(--white);
  margin-bottom: 30px;
}

.about-wrap-v4 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.products-v4 {
  background-color: var(--bg);
  margin-bottom: 150px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.menu-v4 {
  margin-bottom: 150px;
}

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

.menu-v4-left {
  width: 100%;
  max-width: 30%;
}

.menu-v4-right {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.menu-text {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 0;
}

.review-v3 {
  margin-bottom: 150px;
}

.review-block-3 {
  grid-column-gap: 80px;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.reviewer-name {
  color: var(--white);
  margin-bottom: 0;
}

.review-quote-v2 {
  color: var(--white);
  text-align: left;
  background-color: #0000;
  border-left-width: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
}

.review-data-v2 {
  grid-row-gap: 120px;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.slide-nav {
  justify-content: flex-end;
  display: flex;
  bottom: 65px;
}

.review-img-v2 {
  background-color: var(--bg);
  width: 100%;
  max-width: 35%;
}

.hide {
  display: none;
}

.blog-v2 {
  background-color: var(--bg);
  margin-bottom: 150px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brands {
  margin-bottom: 150px;
}

.brands-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand-left {
  width: 100%;
  max-width: 35%;
}

.brand-right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 50%;
  display: grid;
}

.brand-text {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 0;
}

.brand-logo {
  filter: grayscale();
}

.products-v5 {
  margin-bottom: 150px;
}

.title-wrap-v4 {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
}

.title-wrap-v4.left {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sub-heading {
  text-transform: uppercase;
}

.about-v5 {
  margin-bottom: 150px;
}

.about-wrap-v5 {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.about-left-v5 {
  grid-column-gap: 30px;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
  position: relative;
}

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

.abt-img {
  background-color: #ffffff26;
  margin-top: 60px;
}

.abt-img.v2 {
  margin-top: 0;
}

.about-tag {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 55px;
  align-items: center;
  padding: 14px 24px;
  display: flex;
  position: absolute;
  bottom: 30%;
  left: 30%;
}

.about-v5-text {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 15px;
}

.abt-fact-wrap {
  grid-column-gap: 80px;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.abt-fact {
  color: var(--white);
}

.fact-text {
  color: var(--white);
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
}

.sub-text {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.opening-hours {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 150px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.oh-wrap {
  background-color: var(--white);
  width: 100%;
  max-width: 454px;
  margin-left: auto;
  padding: 60px;
}

.oh-title {
  text-align: center;
  border-bottom: 1px solid #00000026;
  margin-bottom: 35px;
  padding-bottom: 25px;
}

.oh-time {
  color: var(--black);
  justify-content: space-between;
  display: flex;
}

.oh-time-wap {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.facts-v2 {
  margin-bottom: 150px;
}

.facts-v2-wrap {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #ffffff80;
  border: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.facts-block {
  background-color: var(--black);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  padding: 20px;
  transition: background-color .3s;
  display: flex;
}

.fact-data {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fact-title-v2 {
  color: var(--white);
  margin-bottom: 0;
}

.fact-text-v2 {
  text-align: right;
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
}

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

.login-field {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 150%;
}

.login-agreement {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.checkbox-label {
  padding-left: 5px;
  font-size: 14px;
  line-height: 150%;
}

.checkbox {
  margin: 4px 0 0 -20px;
}

.success-state, .sign-up-verification {
  text-align: center;
}

.password-wrapper {
  max-width: 370px;
}

.subscription-cancel-button {
  color: var(--body);
  font-size: 14px;
  text-decoration: underline;
}

.subscription-cancel-button:hover, .subscription-cancel-button:focus {
  text-decoration: none;
}

.account-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.account-btn {
  grid-column-gap: 12px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.error-state {
  font-size: 14px;
}

.category-tab {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.category-tab-list {
  grid-column-gap: 40px;
  display: flex;
}

.category-tab-link {
  text-decoration: none;
}

.category-tab-link.w--current {
  font-weight: 600;
}

.demo-hero {
  margin-top: 74px;
  padding-top: 100px;
  padding-bottom: 150px;
}

.demo-title {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.demo-pages-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  width: 100%;
  padding-top: 100px;
  display: grid;
}

.home-block {
  width: 100%;
  text-decoration: none;
}

.demo-img {
  background-color: #ffffff26;
  border: 1px solid #ffffff26;
}

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

.demo-label {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 20px;
}

.demo-product {
  background-color: #0d0d0d;
  padding-top: 150px;
  padding-bottom: 150px;
}

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

.product-block {
  background-color: #ffffff26;
  border: 1px solid #ffffff26;
  width: 100%;
  text-decoration: none;
}

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

.demo-blog {
  padding-top: 150px;
  padding-bottom: 150px;
}

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

.blog-block {
  background-color: #ffffff26;
  border: 1px solid #ffffff26;
  width: 100%;
}

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

.demo-inner-page {
  background-color: #0d0d0d;
  padding-top: 150px;
  padding-bottom: 150px;
}

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

.di-bottom {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
  transform: translate(-50px);
}

.inner-page-block {
  background-color: #fff;
  width: 338px;
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
}

.di-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.di-top {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.demo-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ds-wrap {
  grid-column-gap: 40px;
  display: flex;
}

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

.ds-right {
  width: 100%;
  max-width: 60%;
}

.ds-title {
  color: var(--white);
  margin-bottom: 40px;
}

.demo-header {
  background-color: #0d0d0d;
  padding-top: 150px;
  padding-bottom: 150px;
}

.dh-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 80px;
  display: flex;
}

.dh-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dh-title-wrap {
  width: 100%;
  max-width: 50%;
}

.dh-text {
  color: var(--white);
  font-size: 28px;
  line-height: 150%;
}

.header-style {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 152px;
  line-height: 150%;
  display: flex;
}

.header-number {
  color: var(--white);
  margin-bottom: 0;
  line-height: 140%;
}

.footer-demo {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 20px;
}

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

.demo-footer-logo {
  margin-bottom: 30px;
}

.espresso-logo {
  width: 100%;
  min-height: 68px;
}

.fd-text {
  color: var(--white);
  margin-bottom: 50px;
}

.copy-right-text {
  color: #999;
  text-align: center;
}

.fd-wrap {
  grid-row-gap: 110px;
  flex-direction: column;
  display: flex;
}

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

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

.all-category {
  text-decoration: none;
}

.all-category.w--current {
  font-weight: 600;
}

.hero-v3-text-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.video-section-copy {
  background-color: var(--bg);
  background-image: linear-gradient(#00000026, #00000026), url('../images/food.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-color: var(--bg);
  background-image: linear-gradient(#00000026, #00000026), url('../images/food.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 150px;
}

.bakery-section {
  background-color: var(--bg);
  background-image: linear-gradient(#00000026, #00000026), url('../images/food.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 150px;
}

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

.bakery-video-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
}

.bakery-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 100;
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  .header-v1.demo {
    border-bottom-color: #ffffff26;
  }

  .nav-menu {
    background-color: var(--white);
    margin-top: 15px;
  }

  .nav-menu-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    border-bottom: 1px solid #0003;
    flex-direction: column;
    padding: 20px;
  }

  .nav-link.white {
    color: var(--black);
  }

  .divider, .header-btn {
    display: none;
  }

  .header-btn.mobile {
    display: block;
  }

  .nav-right {
    grid-column-gap: 20px;
    align-items: center;
  }

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

  .page-heading.v2 {
    max-width: 100%;
  }

  .primary-btn {
    padding: 12px 28px;
  }

  .sg-font, .sg-section, .sg-section.last-sg-block {
    margin-bottom: 60px;
  }

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

  .sg-title {
    padding-bottom: 60px;
  }

  .button-wrap {
    margin-top: 40px;
    display: flex;
  }

  .page-wrapper {
    margin-bottom: 150px;
  }

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

  .ft-left {
    max-width: 60%;
  }

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

  .humburg-menu {
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding: 0;
  }

  .top-line {
    background-color: var(--black);
    width: 30px;
  }

  .top-line.white {
    background-color: var(--white);
  }

  .middle-line {
    background-color: var(--black);
    width: 30px;
  }

  .middle-line.white {
    background-color: var(--white);
  }

  .bottom-line {
    background-color: var(--black);
    width: 30px;
  }

  .bottom-line.white {
    background-color: var(--white);
  }

  .version-info {
    margin-top: 50px;
  }

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

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

  .disclamer-block {
    margin-bottom: 40px;
  }

  .login-right {
    display: none;
  }

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

  .page-title-wrap.v2 {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-section {
    margin-bottom: 100px;
  }

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

  .features {
    margin-bottom: 100px;
  }

  .feature-wrap {
    grid-column-gap: 40px;
  }

  .feature-block {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-section {
    margin-bottom: 100px;
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .insta-image {
    min-height: auto;
  }

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

  .get-in-touch {
    margin-bottom: 100px;
  }

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

  .navbar-wrap-v4 {
    justify-content: space-between;
  }

  .navbar-brand {
    position: relative;
  }

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

  .nav-menu-v4 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-v4 {
    padding: 16px 20px;
  }

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

  .nav-menu-wrap-v4 {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-direction: column;
    width: 100%;
  }

  .service {
    height: 400px;
    margin-bottom: 100px;
    padding: 0 0 40px;
  }

  .service-text {
    width: 100%;
  }

  .cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .faq-section-v1 {
    margin-bottom: 100px;
  }

  .cta-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-wrap-2 {
    justify-content: flex-start;
    max-width: 100%;
  }

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

  .cta-heading {
    font-size: 34px;
  }

  .cta-img {
    display: none;
  }

  .store-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }

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

  .store-data {
    padding-top: 10px;
  }

  .store-name {
    font-size: 24px;
  }

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

  .review-block {
    padding-bottom: 50px;
  }

  .review-text {
    font-size: 20px;
  }

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

  .menu-v1-wrap {
    grid-column-gap: 40px;
  }

  .menu-img {
    max-width: 100px;
  }

  .menu-image {
    min-height: 130px;
    max-height: 130px;
  }

  .video-section {
    margin-bottom: 100px;
  }

  .video-wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .video-title {
    font-size: 70px;
  }

  .menu {
    margin-bottom: 100px;
  }

  .menu-v2-wrap {
    grid-column-gap: 40px;
  }

  .menu-v2-block {
    grid-column-gap: 12px;
  }

  .book-table {
    margin-bottom: 100px;
  }

  .book-table.v2 {
    margin-bottom: 0;
  }

  .bt-form-v1 {
    margin-right: auto;
  }

  .feature-v2, .category {
    margin-bottom: 100px;
  }

  .category-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .review {
    margin-bottom: 100px;
  }

  .right-arrow {
    top: 6%;
  }

  .review-name {
    margin-top: 30px;
    font-size: 16px;
  }

  .review-text-wrap {
    max-width: 60%;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .review-slide-image {
    min-height: 320px;
    max-height: 320px;
  }

  .review-img-wrap {
    max-width: 40%;
  }

  .left-arrow {
    top: 6%;
  }

  .review-data-text {
    font-size: 18px;
  }

  .review-data {
    grid-column-gap: 30px;
  }

  .menu-v3-wrap {
    flex-direction: column;
  }

  .menu-left {
    max-width: 100%;
    min-height: 618px;
    max-height: 618px;
  }

  .menu-right {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .about-menu {
    margin-bottom: 100px;
  }

  .am-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .am-image {
    min-height: 500px;
    max-height: 500px;
  }

  .about {
    margin-bottom: 100px;
  }

  .about-v1 {
    grid-column-gap: 50px;
  }

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

  .facts {
    margin-bottom: 100px;
  }

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

  .our-story {
    margin-bottom: 100px;
  }

  .os-text {
    max-width: 60%;
  }

  .gallery {
    margin-bottom: 100px;
  }

  .slider-track {
    grid-column-gap: 20px;
    padding-bottom: 10px;
  }

  .gallery-img {
    min-width: 280px;
  }

  .gallery-img-block {
    min-width: 380px;
  }

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

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

  .about-v2-data {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-v2-title {
    max-width: 100%;
  }

  .about-image {
    min-height: 340px;
    max-height: 340px;
  }

  .about-v2-text {
    max-width: 100%;
  }

  .our-mission {
    margin-bottom: 100px;
  }

  .section-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .section-wrap.split {
    flex-direction: column;
  }

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

  .empowering, .innovating {
    margin-bottom: 100px;
  }

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

  .blog-image-v1 {
    min-height: 420px;
    max-height: 420px;
  }

  .blog-list-v3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .blog-image-v3 {
    min-height: 280px;
    max-height: 280px;
  }

  .blog-data-v3 {
    padding: 20px 25px;
  }

  .blog-title-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-heading {
    max-width: 100%;
  }

  .blog-main-img {
    margin-bottom: 40px;
  }

  .blog-main-image {
    min-height: 380px;
    max-height: 380px;
  }

  .blog-details {
    margin-bottom: 100px;
  }

  .blog-info {
    max-width: 100%;
  }

  .similar-post, .product {
    margin-bottom: 100px;
  }

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

  .product-img-v1 {
    min-height: 400px;
    max-height: 400px;
  }

  .product-image-v1 {
    max-width: 250px;
    max-height: 250px;
  }

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

  .product-list-v3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .product-img-v3 {
    min-height: 460px;
    max-height: 460px;
  }

  .product-image-v3 {
    max-width: 260px;
    max-height: 300px;
  }

  .product-list-v4 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-link-v4 {
    grid-row-gap: 25px;
    justify-content: flex-end;
    height: 100%;
  }

  .product-image-v4 {
    max-width: 200px;
    max-height: 210px;
  }

  .product-img-v5 {
    min-height: 300px;
    max-height: 300px;
  }

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

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

  .product-hero {
    grid-column-gap: 30px;
    align-items: flex-start;
    margin-bottom: 40px;
  }

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

  .product-image {
    max-width: 250px;
    max-height: 380px;
  }

  .product-v4-img {
    min-height: 220px;
    max-height: 220px;
  }

  .hero-v1 {
    margin-top: 65px;
    margin-bottom: 100px;
  }

  .hero-wrap-v1 {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

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

  .nav-menu-v2 {
    background-color: var(--white);
    border-bottom: 1px solid #0003;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .nav-cart-v2 {
    width: auto;
  }

  .menu-wrap-v2 {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .nav-menu-wrap-v3 {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    background-color: #0000;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

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

  .nav-menu-v3 {
    background-color: var(--white);
    border-bottom: 1px solid #0003;
    flex-direction: column;
    padding: 20px;
  }

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

  .home-hero-v5 {
    height: 100vh;
    min-height: 680px;
    max-height: 680px;
    margin-bottom: 100px;
  }

  .navbar-v5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-v5 {
    font-size: 20px;
  }

  .nm-data {
    max-width: 50%;
  }

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

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

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

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

  .hero-v2 {
    margin-top: 66px;
    margin-bottom: 100px;
    padding-top: 50px;
  }

  .hero-data-v2 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .hero-title-v2 {
    font-size: 82px;
  }

  .review-box-v2 {
    display: none;
  }

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

  .badge {
    width: 120px;
    height: 120px;
    top: -60px;
    right: 40px;
  }

  .hero-v3 {
    margin-bottom: 100px;
  }

  .hero-v3-data {
    max-width: 620px;
  }

  .hero-title-v3 {
    font-size: 64px;
  }

  .hero-wrap-v3 {
    min-height: 700px;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hero-v4 {
    margin-bottom: 100px;
  }

  .hero-title-v4 {
    font-size: 30px;
  }

  .hero-v4-left-data {
    max-width: 80%;
  }

  .hero-v4-image {
    min-height: 380px;
    max-height: 380px;
  }

  .hero-v4-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .hero-v4-text-data {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrap-v5 {
    max-width: 70%;
  }

  .about-section {
    margin-bottom: 100px;
  }

  .about-wrap-v1 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .about-v1-right {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    max-width: 100%;
  }

  .ab-v1-image {
    min-height: 650px;
    max-height: 650px;
  }

  .featured-products, .products-v1, .best-selling, .journey, .products-v2, .review-v2 {
    margin-bottom: 100px;
  }

  .rr-arrow {
    bottom: 8%;
  }

  .lr-arrow {
    bottom: 8%;
    right: 8%;
  }

  .review-quote {
    max-width: 100%;
    font-size: 30px;
  }

  .blog-section {
    margin-bottom: 100px;
  }

  .feature-block-v3 {
    grid-column-gap: 12px;
  }

  .featured-products-v2 {
    margin-bottom: 100px;
  }

  .about-image-v3 {
    min-height: 340px;
    max-height: 340px;
  }

  .about-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
  }

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

  .reservation {
    margin-bottom: 100px;
  }

  .rv-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .coffee-lover {
    margin-bottom: 100px;
  }

  .cl-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .cta-v2 {
    margin-bottom: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-data-v2 {
    max-width: 100%;
  }

  .about-data {
    max-width: 100%;
    margin-left: 0;
  }

  .about-title-wrap {
    max-width: 100%;
  }

  .about-v4-text {
    margin-bottom: 15px;
  }

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

  .products-v4, .menu-v4 {
    margin-bottom: 100px;
  }

  .menu-v4-left {
    max-width: 35%;
  }

  .review-v3 {
    margin-bottom: 100px;
  }

  .review-block-3 {
    grid-column-gap: 30px;
  }

  .review-quote-v2 {
    font-size: 18px;
  }

  .review-data-v2 {
    grid-row-gap: 120px;
  }

  .slide-nav {
    bottom: 10px;
  }

  .review-img-v2 {
    max-width: 40%;
  }

  .blog-v2, .brands {
    margin-bottom: 100px;
  }

  .brands-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-left {
    max-width: 70%;
  }

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

  .products-v5, .about-v5 {
    margin-bottom: 100px;
  }

  .about-wrap-v5 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .opening-hours {
    margin-bottom: 100px;
  }

  .oh-wrap {
    margin-right: auto;
  }

  .facts-v2 {
    margin-bottom: 100px;
  }

  .facts-block {
    min-height: 200px;
  }

  .fact-data {
    margin-top: 60px;
  }

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

  .demo-hero {
    margin-top: 65px;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .demo-title {
    max-width: 100%;
  }

  .demo-pages-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    padding-top: 80px;
  }

  .demo-image {
    min-height: 280px;
    max-height: 280px;
  }

  .demo-product {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .dp-image {
    min-height: 150px;
    max-height: 150px;
  }

  .demo-blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .demo-inner-page, .demo-section, .demo-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .dh-wrap {
    margin-top: 60px;
  }

  .dh-title-wrap {
    max-width: 70%;
  }

  .dh-text {
    font-size: 20px;
  }

  .header-style {
    width: 140px;
    height: 140px;
  }

  .footer-demo {
    padding-top: 80px;
  }

  .faq-v1-wrap {
    grid-column-gap: 50px;
  }

  .video-section-copy, .bakery-section {
    margin-bottom: 100px;
  }

  .bakery-video-wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .bakery-title {
    font-size: 70px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    font-size: 14px;
  }

  .brand {
    padding-left: 0;
  }

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

  .type-body-text {
    font-size: 80px;
  }

  .primary-color {
    max-width: 80px;
  }

  .sg-section {
    margin-bottom: 60px;
  }

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

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

  .button-wrap.mobile {
    display: flex;
  }

  .type-heading-text {
    font-size: 80px;
  }

  .page-wrapper {
    margin-bottom: 80px;
  }

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

  .humburg-menu {
    position: relative;
  }

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

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

  .utility-page-form {
    padding: 50px;
  }

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

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

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

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

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

  .disclamer-block {
    margin-bottom: 40px;
  }

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

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

  .logo {
    left: 34%;
  }

  .login-form-box {
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-section {
    margin-bottom: 80px;
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .contact-form {
    grid-row-gap: 30px;
  }

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

  .features {
    margin-bottom: 80px;
  }

  .feature-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-block {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .faq-section {
    margin-bottom: 80px;
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-direction: column;
  }

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

  .faq-question {
    font-size: 16px;
    line-height: 150%;
  }

  .faq-aswer-wrapper {
    padding-top: 15px;
  }

  .faq-paragraph {
    font-size: 14px;
  }

  .faq-question-block {
    grid-column-gap: 60px;
  }

  .instgram-grid {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
  }

  .insta-link {
    width: 45px;
    height: 45px;
  }

  .get-in-touch {
    margin-bottom: 80px;
  }

  .contact-data, .contact-img, .lets-talk {
    max-width: 100%;
  }

  .faq-question-v2 {
    white-space: normal;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-left-white, .contact-info-v3 {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-v4 {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .service {
    height: 350px;
    margin-bottom: 80px;
  }

  .service-text {
    padding-top: 10px;
    font-size: 14px;
  }

  .contact-faq-v3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-title {
    font-size: 18px;
    line-height: 170%;
  }

  .faq-section-v1 {
    margin-bottom: 80px;
  }

  .cta-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-heading {
    font-size: 30px;
  }

  .cta-wrapper {
    justify-content: flex-start;
  }

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

  .store-image {
    min-height: 220px;
    max-height: 220px;
  }

  .store-name {
    font-size: 22px;
  }

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

  .review-block {
    padding-bottom: 40px;
  }

  .review-text {
    font-size: 18px;
  }

  .review-image {
    min-height: 70px;
    max-height: 70px;
  }

  .customer-name {
    font-size: 16px;
  }

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

  .menu-img {
    max-width: 110px;
  }

  .menu-image {
    min-height: 140px;
    max-height: 140px;
  }

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

  .menu-price {
    font-size: 16px;
  }

  .video-section {
    margin-bottom: 80px;
  }

  .video-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-title {
    font-size: 50px;
  }

  .video-btn {
    width: 70px;
    height: 70px;
  }

  .menu {
    margin-bottom: 80px;
  }

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

  .book-table, .feature-v2, .category {
    margin-bottom: 80px;
  }

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

  .review {
    margin-bottom: 80px;
  }

  .review-slide {
    margin-right: 20px;
  }

  .right-arrow {
    display: none;
  }

  .review-text-wrap {
    border-top-width: 0;
    border-bottom-width: 0;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-slide-image {
    min-height: 500px;
    max-height: 500px;
  }

  .review-img-wrap {
    max-width: 100%;
  }

  .left-arrow {
    display: none;
  }

  .review-data {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-menu {
    margin-bottom: 80px;
  }

  .am-image {
    min-height: 400px;
    max-height: 400px;
  }

  .about, .facts, .our-story {
    margin-bottom: 80px;
  }

  .our-story-wrap {
    grid-row-gap: 80px;
  }

  .story-block {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .os-title-wrap, .os-text {
    max-width: 100%;
  }

  .gallery {
    margin-bottom: 80px;
  }

  .gallery-img {
    min-width: 200px;
  }

  .gallery-image {
    min-height: 228px;
    max-height: 228px;
  }

  .gallery-img-block {
    min-width: 280px;
  }

  .gallery-big-image {
    min-height: 228px;
    max-height: 228px;
  }

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

  .team-image, .about-image {
    min-height: 280px;
    max-height: 280px;
  }

  .our-mission, .empowering, .innovating {
    margin-bottom: 80px;
  }

  .blog-list-v1 {
    grid-column-gap: 20px;
  }

  .blog-image-v1 {
    min-height: 310px;
    max-height: 310px;
  }

  .blog-list-v2 {
    grid-row-gap: 50px;
  }

  .blog-link-v2 {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-img-v2 {
    max-width: 100%;
  }

  .blog-dtat-v2 {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .blog-list-v3 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-image-v3 {
    min-height: 420px;
    max-height: 420px;
  }

  .blog-main-img {
    margin-bottom: 30px;
  }

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

  .blog-details, .similar-post {
    margin-bottom: 80px;
  }

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

  .product {
    margin-bottom: 80px;
  }

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

  .product-img-v1 {
    min-height: 300px;
    max-height: 300px;
  }

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

  .product-link-v2 {
    grid-row-gap: 30px;
    min-height: 380px;
    max-height: 380px;
  }

  .product-image-v2 {
    max-width: 200px;
    max-height: 200px;
  }

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

  .product-img-v3 {
    min-height: 340px;
    max-height: 340px;
  }

  .product-image-v3 {
    max-width: 180px;
    max-height: 240px;
  }

  .product-list-v4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

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

  .product-section {
    margin-bottom: 80px;
    padding-top: 40px;
  }

  .product-hero {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .product-img {
    max-width: 100%;
    min-height: 600px;
    max-height: 600px;
  }

  .product-image {
    max-width: 330px;
    max-height: 420px;
  }

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

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

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

  .ai-list {
    margin-bottom: 10px;
  }

  .store-info {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .hero-v1 {
    margin-bottom: 80px;
    padding-top: 40px;
  }

  .nav-menu-v2 {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .home-hero-v5 {
    min-height: 460px;
    max-height: 460px;
    margin-bottom: 80px;
  }

  .navbar-v5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-v5 {
    font-size: 18px;
  }

  .nm-data {
    max-width: 50%;
  }

  .nav-contact-data {
    max-width: 100%;
  }

  .nav-social {
    display: none;
  }

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

  .category-item {
    max-height: 200px;
  }

  .ctg-btn-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .hero-title-v1 {
    margin-bottom: 10px;
  }

  .hero-btn-wrap-v1 {
    grid-column-gap: 25px;
  }

  .hero-v1-small-image {
    min-height: 340px;
    max-height: 340px;
  }

  .hero-v1-image {
    min-height: 550px;
    max-height: 550px;
  }

  .hero-v2 {
    margin-bottom: 80px;
  }

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

  .hero-title-v2 {
    font-size: 64px;
  }

  .hero-v2-image {
    min-height: 280px;
    max-height: 280px;
  }

  .hero-img-v2 {
    border-radius: 40px;
  }

  .hero-v3 {
    margin-bottom: 80px;
  }

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

  .hero-title-v3 {
    font-size: 48px;
  }

  .hero-wrap-v3 {
    min-height: 540px;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .hero-v4 {
    margin-bottom: 80px;
  }

  .hero-wrap-v4 {
    flex-direction: column;
  }

  .hero-v4-left {
    max-width: 100%;
  }

  .hero-v4-right {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-v4-image {
    min-height: 500px;
    max-height: 500px;
  }

  .hero-wrap-v5 {
    max-width: 80%;
  }

  .secondary-btn.mobile {
    display: none;
  }

  .about-section {
    margin-bottom: 80px;
  }

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

  .about-v1-text {
    max-width: 100%;
  }

  .ab-v1-image {
    min-height: 450px;
    max-height: 450px;
  }

  .featured-products, .products-v1 {
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .best-selling {
    margin-bottom: 80px;
  }

  .title-wrap-v2 {
    margin-bottom: 30px;
  }

  .journey, .products-v2, .review-v2 {
    margin-bottom: 80px;
  }

  .rr-arrow {
    bottom: 10%;
  }

  .lr-arrow {
    bottom: 10%;
    right: 12%;
  }

  .review-quote {
    font-size: 28px;
  }

  .blog-section {
    margin-bottom: 80px;
  }

  .features-v3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature-wrap-v3 {
    grid-row-gap: 25px;
    flex-wrap: wrap;
  }

  .featured-products-v2 {
    margin-bottom: 80px;
  }

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

  .reservation, .coffee-lover {
    margin-bottom: 80px;
  }

  .cl-data {
    grid-column-gap: 30px;
    padding-top: 40px;
  }

  .cta-v2 {
    margin-bottom: 80px;
  }

  .cta-wrap-v2 {
    max-width: 100%;
  }

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

  .products-v4, .menu-v4 {
    margin-bottom: 80px;
  }

  .menu-wrap-v4 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

  .review-v3 {
    margin-bottom: 80px;
  }

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

  .review-data-v2 {
    grid-row-gap: 30px;
    margin-top: 25px;
  }

  .slide-nav {
    display: none;
  }

  .review-img-v2 {
    max-width: 100%;
  }

  .blog-v2, .brands {
    margin-bottom: 80px;
  }

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

  .brand-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .products-v5 {
    margin-bottom: 80px;
  }

  .title-wrap-v4 {
    margin-bottom: 30px;
  }

  .title-wrap-v4.left {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .sub-heading {
    font-size: 14px;
  }

  .about-v5 {
    margin-bottom: 80px;
  }

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

  .opening-hours {
    margin-bottom: 80px;
  }

  .oh-wrap {
    padding: 40px;
  }

  .facts-v2 {
    margin-bottom: 80px;
  }

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

  .facts-block {
    min-height: auto;
    padding: 15px;
  }

  .facts-block.two {
    border-right-width: 1px;
  }

  .fact-data {
    margin-top: 50px;
  }

  .fact-text-v2 {
    font-size: 14px;
  }

  .category-tab {
    grid-column-gap: 30px;
  }

  .demo-hero {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .demo-pages-wrap {
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
  }

  .demo-image {
    min-height: 330px;
    max-height: 330px;
  }

  .demo-product {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .dp-image {
    min-height: 170px;
    max-height: 170px;
  }

  .demo-blog {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .demo-inner-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .row {
    grid-column-gap: 15px;
  }

  .inner-page-block {
    width: 156px;
    min-height: 130px;
    max-height: 130px;
  }

  .demo-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ds-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .demo-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .dh-text {
    font-size: 18px;
  }

  .header-style {
    width: 120px;
    height: 120px;
    font-size: 14px;
  }

  .footer-demo {
    padding-top: 60px;
    padding-bottom: 15px;
  }

  .fd-wrap {
    grid-row-gap: 100px;
  }

  .faq-v1-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .video-section-copy, .bakery-section {
    margin-bottom: 80px;
  }

  .bakery-video-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bakery-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding: 25px;
  }

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

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

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

  .t-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 {
    flex-wrap: wrap;
  }

  .title-top {
    display: none;
  }

  .button-wrap {
    margin-top: 30px;
  }

  .button-wrap.style-btn {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .button-wrap.bw-v2 {
    margin-top: 25px;
  }

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

  .page-wrapper {
    margin-bottom: 60px;
  }

  .footer-wrap {
    grid-row-gap: 100px;
  }

  .ft-left {
    grid-row-gap: 10px;
    align-items: center;
  }

  .ft-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ft-bottom {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ft-address {
    width: auto;
  }

  .email-input {
    min-height: 45px;
    margin-bottom: 15px;
  }

  .subscribe-btn {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 45px;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .utility-page-form {
    padding: 40px;
  }

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

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

  .info-block {
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    display: flex;
    overflow: hidden;
  }

  .info-inner.pb-none {
    padding-bottom: 0;
  }

  .logo {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    display: flex;
    top: 6%;
    left: 22%;
  }

  .login-form-box {
    max-width: 90%;
  }

  .form-field {
    grid-row-gap: 30px;
    width: 100%;
  }

  .login-form-wrap {
    grid-row-gap: 18px;
  }

  .contact-form-section {
    margin-bottom: 60px;
  }

  .contact-form {
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .two-field {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .text-area-contact {
    min-height: 120px;
  }

  .features {
    margin-bottom: 60px;
  }

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

  .feature-icon {
    max-width: 70px;
    max-height: 60px;
  }

  .faq-section {
    margin-bottom: 60px;
  }

  .title-wrap {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .vertical-line {
    height: 18px;
  }

  .faq-answer {
    margin-bottom: 20px;
  }

  .icon-block {
    width: 100%;
    max-width: 30px;
    height: 30px;
  }

  .faq-question-block {
    grid-column-gap: 40px;
  }

  .horizontal-line {
    width: 18px;
  }

  .instgram-grid {
    flex-wrap: wrap;
  }

  .insta-image {
    max-height: 138px;
  }

  .insta-link {
    width: 40px;
    height: 40px;
  }

  .insta-icon {
    width: 20px;
    height: 20px;
  }

  .get-in-touch {
    margin-bottom: 60px;
  }

  .faq-question-v2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    white-space: normal;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-main-v2 {
    padding-left: 0;
  }

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

  .question {
    font-size: 16px;
  }

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

  .service {
    height: 380px;
    margin-bottom: 60px;
  }

  .question-v3 {
    font-size: 16px;
  }

  .faq-arrow {
    min-width: 25px;
    height: 25px;
  }

  .cta-title {
    width: 100%;
  }

  .newsletter {
    max-width: 100%;
  }

  .faq-section-v1 {
    margin-bottom: 60px;
  }

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

  .store-image {
    min-height: 280px;
    max-height: 280px;
  }

  .customer-data {
    grid-column-gap: 18px;
    margin-top: 20px;
  }

  .review-image {
    min-height: 60px;
    max-height: 60px;
  }

  .menu-v1-block {
    grid-column-gap: 22px;
  }

  .menu-img {
    max-width: 95px;
  }

  .menu-image {
    min-height: 120px;
    max-height: 120px;
  }

  .menu-title-wrap {
    grid-column-gap: 10px;
  }

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

  .menu-price {
    font-size: 14px;
  }

  .video-section {
    margin-bottom: 60px;
  }

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

  .menu {
    margin-bottom: 60px;
  }

  .menu-v2-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .menu-v2-block {
    padding-bottom: 20px;
  }

  .book-table {
    margin-bottom: 60px;
  }

  .bt-form-v1 {
    max-width: 96%;
  }

  .feature-v2, .category {
    margin-bottom: 60px;
  }

  .category-left {
    padding: 30px 20px;
  }

  .category-right {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

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

  .ct-right {
    max-width: 100%;
    min-height: 242px;
    max-height: 242px;
  }

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

  .review {
    margin-bottom: 60px;
  }

  .review-slide {
    width: 100%;
  }

  .right-arrow {
    display: none;
    transform: translate(0, -70px);
  }

  .review-slide-image {
    min-height: 340px;
    max-height: 340px;
  }

  .left-arrow {
    display: none;
    transform: translate(0, -72px);
  }

  .review-data-text {
    font-size: 18px;
  }

  .menu-left {
    min-height: 450px;
    max-height: 450px;
  }

  .menu-right {
    padding: 50px 20px;
  }

  .about-menu {
    margin-bottom: 60px;
  }

  .am-right {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .am-img {
    max-width: 100%;
  }

  .am-image {
    min-height: 440px;
    max-height: 440px;
  }

  .about {
    margin-bottom: 60px;
  }

  .about-v1 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-v1-wrap {
    max-width: 100%;
  }

  .about-v1-wrap.split {
    flex-direction: column;
  }

  .facts {
    margin-bottom: 60px;
  }

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

  .fact-block {
    padding-bottom: 10px;
  }

  .our-story {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-story-wrap {
    grid-row-gap: 60px;
  }

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

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

  .gallery {
    margin-bottom: 60px;
  }

  .slider-track {
    grid-column-gap: 15px;
    padding-bottom: 0;
    overflow: visible;
  }

  .gallery-img {
    min-width: 160px;
  }

  .team {
    margin-bottom: 60px;
  }

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

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

  .team-data {
    padding: 10px;
  }

  .member-name {
    margin-bottom: 0;
    font-size: 16px;
  }

  .about-image {
    min-height: 220px;
    max-height: 220px;
  }

  .our-mission, .empowering {
    margin-bottom: 60px;
  }

  .empowering-data {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .sd-wrapper {
    max-width: 100%;
  }

  .innovating {
    margin-bottom: 60px;
  }

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

  .blog-image-v1 {
    min-height: 410px;
    max-height: 410px;
  }

  .pagination {
    margin-top: 40px;
  }

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

  .blog-data-v3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .blog-details, .similar-post {
    margin-bottom: 60px;
  }

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

  .product {
    margin-bottom: 60px;
  }

  .product-list-v1 {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .product-img-v1 {
    min-height: 220px;
    max-height: 220px;
  }

  .product-image-v1 {
    max-width: 110px;
    max-height: 150px;
  }

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

  .product-name {
    font-size: 16px;
  }

  .price-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .price-wrap.left-align {
    justify-content: flex-start;
  }

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

  .product-list-v2 {
    grid-column-gap: 15px;
    grid-template-columns: 1fr;
  }

  .product-link-v2 {
    grid-row-gap: 20px;
    min-height: 0;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-image-v2 {
    max-width: 160px;
    max-height: 200px;
  }

  .product-list-v3 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .product-img-v3 {
    min-height: 220px;
    max-height: 220px;
  }

  .product-image-v3 {
    max-width: 100px;
    max-height: 150px;
  }

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

  .product-link-v4 {
    grid-row-gap: 15px;
  }

  .product-image-v4 {
    max-width: 140px;
    max-height: 150px;
  }

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

  .product-img-v5 {
    min-height: 220px;
    max-height: 220px;
  }

  .product-image-v5 {
    max-width: 110px;
    max-height: 150px;
  }

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

  .product-hero {
    grid-row-gap: 20px;
  }

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

  .product-image {
    max-width: 250px;
    max-height: 320px;
  }

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

  .product-price {
    grid-column-gap: 15px;
    margin-bottom: 20px;
  }

  .main-price, .compare-price {
    font-size: 22px;
  }

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

  .answer-v3 {
    font-size: 14px;
  }

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

  .blog-icon {
    width: 20px;
    height: 20px;
  }

  .product-v4-img {
    min-height: 160px;
    max-height: 160px;
  }

  .hero-v1 {
    margin-bottom: 60px;
    padding-top: 30px;
  }

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

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

  .home-hero-v5 {
    min-height: 400px;
    max-height: 400px;
    margin-bottom: 60px;
  }

  .nm-wrap-v5 {
    max-width: 100%;
  }

  .nav-mrenu-wrap-v5 {
    grid-row-gap: 100px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nm-data {
    grid-row-gap: 40px;
    border-top: 1px solid #fff3;
    flex-direction: column-reverse;
    max-width: 100%;
    padding-top: 30px;
  }

  .nav-contact-data {
    max-width: 100%;
  }

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

  .category-item {
    max-height: 260px;
  }

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

  .hero-v1-right {
    grid-column-gap: 14px;
  }

  .hero-btn-wrap-v1 {
    margin-top: 30px;
  }

  .hero-v1-small-img {
    max-width: 32%;
  }

  .hero-v1-small-image {
    min-height: 232px;
    max-height: 232px;
  }

  .hero-v1-image {
    min-height: 350px;
    max-height: 350px;
  }

  .review-box {
    display: none;
  }

  .hr-text {
    max-width: 80px;
    font-size: 12px;
  }

  .hero-v2 {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .hero-title-v2 {
    font-size: 40px;
  }

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

  .badge {
    width: 80px;
    height: 80px;
    top: -40px;
    right: 25px;
  }

  .hero-img-v2 {
    border-radius: 25px;
  }

  .hero-v3 {
    margin-bottom: 60px;
  }

  .hero-title-v3 {
    font-size: 36px;
  }

  .hero-wrap-v3 {
    min-height: 470px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .hero-v3-text {
    max-width: 100%;
  }

  .hero-v4 {
    margin-bottom: 60px;
  }

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

  .hero-wrap-v5 {
    max-width: 90%;
  }

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

  .about-section {
    margin-bottom: 60px;
  }

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

  .featured-products, .products-v1, .best-selling {
    margin-bottom: 60px;
  }

  .title-wrap-v2 {
    margin-bottom: 20px;
  }

  .journey, .products-v2, .review-v2 {
    margin-bottom: 60px;
  }

  .rr-arrow, .lr-arrow {
    display: none;
  }

  .review-quote {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .blog-section {
    margin-bottom: 60px;
  }

  .features-v3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .featured-products-v2 {
    margin-bottom: 60px;
  }

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

  .reservation, .coffee-lover {
    margin-bottom: 60px;
  }

  .cl-data {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    padding-top: 30px;
  }

  .cta-v2 {
    margin-bottom: 60px;
  }

  .products-v4 {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menu-v4 {
    margin-bottom: 60px;
  }

  .menu-v4-right {
    grid-row-gap: 20px;
  }

  .review-v3 {
    margin-bottom: 60px;
  }

  .review-data-v2 {
    margin-top: 30px;
  }

  .blog-v2, .brands {
    margin-bottom: 60px;
  }

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

  .brand-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .products-v5 {
    margin-bottom: 60px;
  }

  .title-wrap-v4 {
    margin-bottom: 20px;
  }

  .about-v5 {
    margin-bottom: 60px;
  }

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

  .about-left-v5 {
    grid-column-gap: 20px;
  }

  .about-tag {
    padding: 12px 22px;
    bottom: 25%;
    left: 25%;
  }

  .abt-fact-wrap {
    grid-column-gap: 50px;
    padding-top: 20px;
  }

  .opening-hours {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .oh-wrap {
    max-width: 96%;
  }

  .facts-v2 {
    margin-bottom: 60px;
  }

  .fact-title-v2 {
    font-size: 24px;
  }

  .fact-text-v2 {
    font-size: 12px;
  }

  .account-btn {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .category-tab {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .category-tab-list {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .demo-hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .demo-pages-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
  }

  .demo-image {
    min-height: 210px;
    max-height: 210px;
  }

  .demo-label {
    padding-top: 8px;
    font-size: 16px;
  }

  .demo-product {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dp-image {
    min-height: 110px;
    max-height: 110px;
  }

  .demo-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bd-image {
    min-height: 160px;
    max-height: 160px;
  }

  .demo-inner-page, .demo-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .demo-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dh-wrap {
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .dh-top {
    grid-row-gap: 12px;
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .dh-title-wrap {
    max-width: 100%;
  }

  .header-style {
    width: 70px;
    height: 70px;
    font-size: 10px;
  }

  .header-number {
    font-size: 18px;
  }

  .fd-wrap {
    grid-row-gap: 80px;
  }

  .hero-v3-text-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .video-section-copy, .bakery-section {
    margin-bottom: 60px;
  }

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

#w-node-_1042e579-95c9-64c7-1b46-127eea351467-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea351469-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea35146c-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea351471-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea351476-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea351479-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea35147d-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea351482-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea351485-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea351489-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea35148e-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea351491-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea351495-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea35149a-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea35149d-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514a1-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514a6-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514a9-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514ad-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514b2-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514b5-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514b9-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514be-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514c1-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514c5-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514ca-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514cd-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514d1-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514d6-15d58c4a, #w-node-_1042e579-95c9-64c7-1b46-127eea3514d9-15d58c4a, #w-node-_21209872-c263-4669-da24-9bf957a2f00f-15d58c4d, #w-node-_21209872-c263-4669-da24-9bf957a2f012-15d58c4d, #w-node-_21209872-c263-4669-da24-9bf957a2f013-15d58c4d, #w-node-_21209872-c263-4669-da24-9bf957a2f015-15d58c4d, #w-node-_924de26d-52cb-df57-441a-951ee807344e-15d58c4e, #w-node-_924de26d-52cb-df57-441a-951ee807345d-15d58c4e, #w-node-_924de26d-52cb-df57-441a-951ee8073470-15d58c4e, #w-node-_7c8278b1-ea4f-3aa7-4d31-421788c48000-d4ef60a2, #w-node-_55a52212-1024-ec93-8b76-8fbe319a41ee-d4ef60a2, #w-node-aa50d5d8-4ea5-7121-56eb-5ba35ffe1d87-d4ef60a2, #w-node-_93033803-ffd8-b8ed-af1f-582122f25f8f-d4ef60a2, #w-node-c3f1f772-e2a5-d39d-06df-b510f46e1da9-d4ef60a2, #w-node-_002c9db5-77c5-7de6-d981-e62e15b0c433-15d58c54, #w-node-_002c9db5-77c5-7de6-d981-e62e15b0c438-15d58c54, #w-node-_002c9db5-77c5-7de6-d981-e62e15b0c43d-15d58c54, #w-node-_002c9db5-77c5-7de6-d981-e62e15b0c442-15d58c54, #w-node-_002c9db5-77c5-7de6-d981-e62e15b0c447-15d58c54, #w-node-_4fb4bf34-1d08-cb87-7a1b-836021f9d49c-15d58c6d, #w-node-_788f320e-a0be-6897-79f7-784d5d942f29-15d58c6d, #w-node-dd8b44c6-80e2-2fd7-a4ed-e5dec92f7236-15d58c6d, #w-node-_533a6124-1bfa-ab77-b3f8-76d78cf5e3cc-15d58c6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69e891d2-94e4-5636-03e3-74c4abeec7b1-15d58c6e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


