@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --body: #333;
  --title: black;
  --bg: #e0dbc8;
  --white: white;
  --desktop-space: 150px;
  --tablet-space: 100px;
  --landscape-mobile-space: 80px;
  --portrait-mobile-spcae: 60px;
  --primary: #533f34;
}

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

.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-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-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

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

body {
  color: var(--body);
  background-color: #f9f8f4;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

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

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

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

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

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

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

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

a:hover {
  text-decoration: none;
}

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

li {
  margin-bottom: 12px;
}

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

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

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

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

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

.navbar.home {
  background-color: #0000;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.brand {
  padding-left: 0;
}

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

.nav-text.hover {
  position: absolute;
}

.cart-button {
  grid-column-gap: 2px;
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: 14px;
  line-height: 130%;
}

.cart-qty {
  grid-column-gap: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-quantity {
  color: #000;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.cart-icon {
  margin-right: 8px;
}

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

.sub-title {
  grid-column-gap: 8px;
  color: #000;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.sub-title.white {
  color: #fff;
}

.title-icon {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}

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

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

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

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

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

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

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

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

.text-heading {
  margin-top: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 120%;
}

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

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

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

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

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

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

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

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

.body-large {
  font-size: 18px;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  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(--primary);
  border-radius: 4px;
  width: 120px;
  height: 120px;
}

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

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

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

.primary-button {
  grid-column-gap: 10px;
  background-color: var(--primary);
  color: #fff;
  border-style: none;
  border-width: 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.primary-button.hover {
  transition: background-color .3s;
}

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

.btn-text-wrap {
  position: relative;
  overflow: hidden;
}

.btn-text {
  grid-column-gap: 4px;
  display: flex;
}

.btn-hover-text {
  grid-column-gap: 4px;
  display: flex;
  position: absolute;
}

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

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

.secondary-btn {
  grid-column-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.button-icon {
  border: 1px solid #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  transition: background-color .3s;
  display: flex;
}

.footer {
  background-color: #222;
}

.footer-wrap {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.footer-info {
  grid-row-gap: 15px;
  color: #d9d9d9;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

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

.footer-label {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 14px;
}

.address {
  color: #d9d9d9;
  width: 180px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

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

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

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

.footer-bottom {
  grid-column-gap: 60px;
  color: #999;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.app-download {
  grid-column-gap: 6px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.ft-bottom-link {
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.ft-bottom-link:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

.policy-text {
  margin-bottom: 30px;
}

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

.disclaimer {
  grid-row-gap: 10px;
  background-color: var(--bg);
  border-radius: 4px;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 30px;
  box-shadow: 0 20px 40px #0000000d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cs-title {
  margin-bottom: 15px;
  font-size: 72px;
  font-weight: 800;
  line-height: 150%;
}

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

.cs-text-title {
  margin-bottom: 4px;
}

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

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

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

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  padding: 50px;
  display: flex;
}

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

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

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

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

.pass-input {
  color: #000;
  border: 0 #000;
  border-bottom: 1px solid #0003;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 150%;
}

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

.pass-input::placeholder {
  color: #999;
  font-size: 12px;
  line-height: 150%;
}

.field-label {
  text-align: left;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

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

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

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

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

.contact-left {
  background-color: var(--white);
  border-radius: 4px;
  width: 100%;
  max-width: 52%;
  position: relative;
  overflow: hidden;
}

.contact-right {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 48%;
  display: flex;
}

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

.textarea {
  color: var(--body);
  background-color: #0000;
  background-image: url('../images/ic-message.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  border-radius: 0;
  height: auto;
  min-height: 140px;
  margin-bottom: 0;
  padding: 0 0 12px 28px;
}

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

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

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

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

.success-message {
  background-color: var(--primary);
  color: #fff;
  border-radius: 6px;
}

.input {
  color: #333;
  background-color: #0000;
  background-image: url('../images/ic-user.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 10px 28px;
}

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

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

.input.email {
  color: var(--body);
  background-image: url('../images/ic-mail.svg');
}

.input.phone {
  background-image: url('../images/ic-phone.svg');
}

.form-btn {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.error-message {
  text-align: center;
  border-radius: 6px;
}

.contact-data {
  grid-column-gap: 60px;
  border-top: 1px solid #0003;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
}

.contact-label {
  margin-bottom: 6px;
}

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

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

.contact-links {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.contact-socials {
  grid-column-gap: 60px;
  background-image: linear-gradient(#0000, #0009);
  border-top: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.social-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

.section-title.center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title {
  margin-bottom: 0;
}

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

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

.faq-img {
  background-color: var(--white);
  border-radius: 4px;
  width: 100%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
}

.faq-image {
  width: 100%;
}

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

.faq-info {
  background-color: var(--white);
  border: 1px solid #0000;
  border-radius: 5px;
  width: 100%;
  padding: 15px 25px;
}

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

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

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

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

.ans-box {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  padding-right: 40px;
  display: flex;
}

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

.faq-title {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ans-label {
  white-space: nowrap;
}

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

.insta-wrap {
  grid-column-gap: 6px;
  display: flex;
}

.insta-left {
  grid-row-gap: 6px;
  flex-flow: column;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.insta-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 70%;
  display: grid;
}

.instagram-img {
  background-color: var(--white);
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

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

.instagram-block {
  background-color: var(--primary);
  border-radius: 4px;
  padding: 25px 40px 60px;
}

.insta-title {
  color: #fff;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.insta-title:hover {
  text-decoration: underline;
}

.insta-text {
  color: #d9d9d9;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

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

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

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

.post-item {
  display: flex;
}

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

.post-link {
  border: 1px solid #0000001a;
  border-radius: 4px;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.post-data {
  background-color: var(--white);
  padding: 20px 25px;
}

.post-title {
  margin-bottom: 8px;
}

.post-info {
  grid-column-gap: 10px;
  border-bottom: 1px solid #0003;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.divider {
  background-color: #0003;
  width: 14px;
  height: 1px;
}

.divider.white {
  background-color: #d9d9d9;
}

.post-img {
  background-color: var(--white);
  overflow: hidden;
}

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

.post-botttom {
  background-color: var(--white);
  padding: 18px 25px;
}

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

.outline-button {
  grid-column-gap: 10px;
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.outline-button.white {
  color: #fff;
  border-color: #fff;
}

.post-main-title {
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
}

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

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

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

.post-details {
  width: 100%;
  max-width: 900px;
  margin-top: 25px;
}

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

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

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

.category-item {
  display: flex;
}

.category-link {
  background-color: var(--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.category-name {
  background-color: var(--white);
  color: #000;
  border: 1px solid #0003;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  position: absolute;
}

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

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

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

.product-item {
  display: flex;
}

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

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

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

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

.product-name {
  text-align: center;
  margin-bottom: 5px;
}

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

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

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

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

.product-main-img {
  background-color: var(--white);
  border-radius: 4px;
  width: 100%;
  min-width: 748px;
  max-width: 748px;
  position: relative;
  overflow: hidden;
}

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

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

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

.review-text {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

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

.d-none {
  display: none;
}

.review-block {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.review-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 200px;
  overflow: hidden;
}

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

.client-name {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 150%;
}

.right-arrow {
  background-color: #f9f8f4;
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: background-color .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow:hover {
  background-color: var(--white);
}

.left-arrow {
  background-color: #f9f8f4;
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: background-color .3s;
  display: flex;
  inset: auto 34px 0% auto;
}

.left-arrow:hover {
  background-color: var(--white);
}

.product-right {
  width: 100%;
}

.vintage {
  grid-column-gap: 5px;
  background-color: var(--bg);
  color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.product-top-data {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.price-wrap {
  grid-column-gap: 25px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

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

.compare-price {
  color: #666;
  font-weight: 300;
  text-decoration: line-through;
}

.add-to-cart {
  align-items: center;
}

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

.quantity-field {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-color: #000;
  border-radius: 50px;
  width: 65px;
  height: auto;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}

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

.add-cart {
  background-color: var(--primary);
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/ic-cart.svg');
  background-position: 124px;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 0;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 48px 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .3s;
  position: relative;
  overflow: hidden;
}

.add-cart:hover {
  background-color: #000;
}

.product-info {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

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

.product-label {
  color: #000;
  font-weight: 500;
}

.product-bottom {
  grid-row-gap: 15px;
  border-top: 1px solid #0003;
  flex-flow: column;
  padding-top: 15px;
  display: flex;
}

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

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

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

.product-details {
  width: 100%;
  max-width: 748px;
  margin-top: 60px;
}

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

.about-wrap {
  margin-bottom: 40px;
}

.about-title {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.about-info {
  grid-column-gap: 270px;
  border-top: 1px solid #0003;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.about-text {
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
}

.about-img {
  background-color: var(--white);
  background-image: url('../images/about.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.facts {
  grid-row-gap: 60px;
  background-image: linear-gradient(270deg, #0006, #0000);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 50px;
  display: flex;
}

.fact-block {
  color: #fff;
}

.fact-text {
  color: #fff;
  margin-bottom: 8px;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

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

.about-block {
  grid-row-gap: 100px;
  background-color: var(--white);
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 300px;
  padding: 20px;
  transition: background-color .3s;
  display: flex;
}

.about-block:hover {
  background-color: var(--primary);
}

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

.vision-number {
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 150%;
}

.vision-dot {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  max-height: 15px;
  display: flex;
}

.vision-text {
  color: var(--white);
  margin-bottom: 20px;
}

.inner-dot {
  background-color: var(--white);
  border-radius: 50%;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
}

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

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

.culture-right {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 52%;
  position: relative;
  overflow: hidden;
}

.culture-left {
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100%;
  max-width: 48%;
  display: flex;
}

.culture-image {
  width: 100%;
}

.culture-data {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.culture-thumb {
  object-fit: cover;
  width: 100%;
  min-height: 280px;
  max-height: 280px;
}

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

.story-wrap {
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}

.story-left {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  position: relative;
}

.story-right {
  grid-row-gap: 60px;
  background-color: var(--white);
  background-image: url('../images/map.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000001a;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  padding: 44px 80px 44px 60px;
  display: flex;
}

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

.story-data {
  grid-row-gap: 40px;
  background-image: linear-gradient(-45deg, #0000000d, #00000080);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.since-year {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}

.story-title {
  color: var(--white);
  margin-bottom: 0;
}

.story-inner {
  width: 100%;
  max-width: 50%;
}

.map-data {
  width: 100%;
  max-width: 250px;
  margin-top: 76px;
}

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

.champagne-icon {
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
}

.team {
  margin-bottom: var(--desktop-space);
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

.team-data {
  color: var(--white);
  margin-top: 14px;
}

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

.member-name {
  color: var(--white);
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

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

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

.review-left {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 30%;
  position: relative;
  overflow: hidden;
}

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

.review-right {
  border-left: 1px solid #533f3433;
  width: 100%;
  max-width: 70%;
  padding-left: 60px;
}

.review-details {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.video {
  object-fit: cover;
  background-image: linear-gradient(#8f7f63, #8f7f6300 70%);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.vinsy-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vinsy {
  position: absolute;
}

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

.hero-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.hero-sub-title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
}

.hero-title {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 100px;
  font-weight: 900;
  line-height: 130%;
}

.hero-img {
  background-color: var(--white);
}

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

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

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

.feature-block {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-icon {
  min-width: 52px;
  max-width: 52px;
  min-height: 52px;
  max-height: 52px;
}

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

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

.bestseller {
  display: flex;
}

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

.best-sell {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
}

.bestseller-title {
  margin-bottom: 8px;
}

.wines {
  font-weight: 500;
}

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

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

.bestsell-image {
  background-color: var(--bg);
  border-radius: 4px 4px 0;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.founded {
  display: flex;
}

.founded-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 80px;
  display: flex;
}

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

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

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

.wine-info {
  grid-column-gap: 12px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.span-text {
  color: #000;
  font-weight: 500;
}

.our-journey {
  margin-bottom: var(--desktop-space);
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.journey-wrap {
  grid-column-gap: 30px;
  color: var(--body);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.journy-title {
  color: var(--white);
  width: 100%;
  max-width: 40%;
  margin-bottom: 0;
}

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

.journey-image {
  width: 100%;
}

.journey-data {
  grid-row-gap: 140px;
  flex-flow: column;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.journey-info {
  grid-column-gap: 10px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.journey-tag {
  color: #d9d9d9;
}

.journey-text {
  color: #d9d9d9;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.journey-block {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.journey-block.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.banner-wrap {
  grid-column-gap: 26px;
  display: flex;
}

.banner-01 {
  background-image: linear-gradient(270deg, #0000, #0006), url('../images/cafe-shop-home.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  width: 100%;
  max-width: 70%;
  min-height: 470px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

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

.banner-title {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.banner-sub-title {
  color: var(--white);
  text-transform: uppercase;
}

.banner-02 {
  background-color: var(--white);
  background-image: linear-gradient(270deg, #0000, #0006), url('../images/cafe-ethiopien.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  width: 100%;
  max-width: 30%;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.banner-info {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

.on-scroll {
  z-index: 1;
  background-color: #fdfcfb;
  display: none;
  position: absolute;
  inset: -1%;
}

.image {
  box-sizing: content-box;
  vertical-align: sub;
  object-fit: contain;
  max-width: 200px;
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
  position: static;
  overflow: clip;
}

.list-item {
  list-style-type: none;
}

.list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: none;
  display: grid;
}

.image-2 {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  min-height: 380px;
  max-height: 380px;
  text-decoration: none;
  display: inline-block;
  overflow: clip;
}

.product {
  text-align: center;
  text-decoration: none;
}

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

.heading-3 {
  text-align: center;
  text-decoration: none;
}

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

.div-block, .link-block, .div-block-2, .link-block-2, .div-block-3, .link-block-3 {
  text-decoration: none;
}

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

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

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

  .top-line {
    background-color: #000;
    width: 24px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

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

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    padding: 20px;
  }

  .btm-line {
    background-color: #000;
    width: 24px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .container {
    max-width: 100%;
  }

  .nav-text.hover {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .disclaimer {
    margin-bottom: 40px;
    padding: 25px;
  }

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

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

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

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

  .contact-left, .contact-right {
    max-width: none;
  }

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

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

  .faq-img {
    max-width: none;
  }

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

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

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

  .insta-left {
    max-width: 40%;
  }

  .insta-right {
    max-width: 60%;
  }

  .instagram-image {
    min-height: auto;
    max-height: none;
  }

  .instagram-block {
    padding: 20px;
  }

  .insta-image {
    height: auto;
  }

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

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

  .post-title {
    max-height: 3em;
    overflow: hidden;
  }

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

  .post-main-title {
    max-width: none;
  }

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

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

  .post-details {
    max-width: none;
  }

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

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

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

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

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

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

  .product-name {
    font-size: 16px;
  }

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

  .product-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-flow: column;
    position: static;
  }

  .product-main-img {
    min-width: auto;
    max-width: none;
  }

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

  .product-right {
    max-width: none;
  }

  .price-wrap {
    margin-bottom: 30px;
  }

  .product-price-data {
    margin-top: 40px;
  }

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

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

  .product-details {
    max-width: none;
    margin-top: 40px;
  }

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

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

  .about-info {
    grid-column-gap: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-text {
    max-width: 70%;
  }

  .facts {
    grid-row-gap: 45px;
    padding: 40px;
  }

  .vision-mission {
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr;
  }

  .about-block {
    grid-row-gap: 45px;
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
  }

  .about-block:hover {
    background-color: var(--white);
  }

  .vision-dot {
    display: none;
  }

  .vision-text {
    color: var(--body);
    margin-bottom: 0;
  }

  .inner-dot {
    background-color: #000;
  }

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

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

  .culture-right {
    max-width: none;
  }

  .culture-left {
    grid-row-gap: 50px;
    max-width: none;
  }

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

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

  .story-left {
    max-width: none;
  }

  .story-right {
    background-size: 25%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .story-inner {
    max-width: 70%;
  }

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

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

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

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

  .review-left {
    display: none;
  }

  .review-right {
    border-left-width: 0;
    max-width: none;
    padding-left: 0;
  }

  .video {
    height: 360px;
  }

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

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

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

  .hero-image {
    min-height: 370px;
  }

  .features {
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

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

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

  .bestseller {
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 80px;
  }

  .best-sell {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .bs-image {
    min-height: 280px;
    max-height: 280px;
  }

  .bestsell-image {
    border-radius: 4px;
    max-width: none;
  }

  .founded {
    grid-row-gap: 30px;
    flex-flow: column-reverse wrap;
  }

  .founded-left {
    grid-row-gap: 15px;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .founded-img {
    border-radius: 4px;
    max-width: none;
  }

  .our-journey {
    margin-bottom: var(--tablet-space);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .journey-wrap {
    margin-top: 30px;
  }

  .journy-title {
    max-width: none;
  }

  .journey-img {
    max-width: 24%;
  }

  .journey-data {
    grid-row-gap: 40px;
    max-width: 38%;
  }

  .journey-info {
    margin-bottom: 10px;
  }

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

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

  .banner-wrap {
    grid-column-gap: 15px;
  }

  .banner-01 {
    max-width: 60%;
    min-height: auto;
  }

  .banner-inner {
    max-width: none;
  }

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

  .banner-02 {
    max-width: 40%;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  ul, ol {
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px;
    font-size: 16px;
  }

  .container {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

  .body-font {
    font-size: 60px;
  }

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

  .button-wrap.right {
    margin-top: 30px;
  }

  .footer-wrap {
    padding-top: 40px;
  }

  .address {
    width: 140px;
    font-size: 12px;
  }

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

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

  .disclaimer {
    padding: 20px;
  }

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

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

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

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

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

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

  .utility-page-content, .error-data {
    max-width: 90%;
  }

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

  .contact {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 30px;
  }

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

  .contact-right {
    grid-row-gap: 40px;
  }

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

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

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

  .faq-info {
    padding: 16px 22px;
  }

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

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

  .ans-box {
    padding-top: 12px;
  }

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

  .insta-wrap {
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .insta-left {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
  }

  .insta-right {
    max-width: none;
  }

  .instagram-img {
    height: auto;
  }

  .instagram-img.mobile {
    display: none;
  }

  .instagram-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

  .product-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

  .review-img {
    max-width: 150px;
  }

  .review-image {
    min-height: 160px;
    max-height: 160px;
  }

  .product-price-data {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .product-bottom {
    grid-row-gap: 12px;
  }

  .product-data-info {
    font-size: 14px;
  }

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

  .about-info {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about-text {
    max-width: none;
  }

  .fact-text {
    font-size: 38px;
  }

  .vision-mission {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .about-block {
    grid-row-gap: 30px;
  }

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

  .culture-wrap {
    grid-row-gap: 15px;
  }

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

  .culture-images {
    grid-column-gap: 15px;
  }

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

  .story-right {
    background-position: 85%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .story-image {
    min-height: 520px;
    max-height: 520px;
  }

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

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

  .champagne-icon {
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
  }

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

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

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

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

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

  .video {
    height: 280px;
  }

  .vinsy {
    max-width: 25%;
  }

  .blend-text {
    max-width: 80%;
  }

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

  .hero-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .features {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feature-icon {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .feature-title {
    margin-bottom: 2px;
    font-size: 16px;
  }

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

  .bestseller {
    margin-bottom: 60px;
  }

  .best-sell {
    grid-row-gap: 30px;
    justify-content: center;
    align-items: stretch;
  }

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

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

  .founded-data {
    grid-row-gap: 30px;
  }

  .wine-info {
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

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

  .journey-img {
    display: none;
  }

  .journey-data {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 50%;
    display: grid;
  }

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

  .banner-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .banner-01 {
    max-width: none;
    padding: 30px;
  }

  .banner-inner {
    grid-row-gap: 40px;
  }

  .banner-02 {
    max-width: none;
    padding: 30px;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    padding: 25px;
  }

  .nav-right {
    grid-column-gap: 16px;
  }

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

  .navbar.home {
    border-bottom: 1px solid #0000001a;
  }

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

  .title-top {
    display: none;
  }

  .page-data {
    margin-bottom: var(--portrait-mobile-spcae);
  }

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

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

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

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

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

  .sg-section {
    margin-bottom: var(--portrait-mobile-spcae);
  }

  .body-font {
    font-size: 70px;
  }

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

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

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

  .footer-wrap {
    grid-row-gap: 30px;
    padding-bottom: 30px;
  }

  .footer-right {
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-label {
    margin-bottom: 10px;
  }

  .address {
    width: auto;
  }

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

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

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

  .disclaimer {
    font-size: 14px;
  }

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

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

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

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

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

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

  .error-info {
    grid-row-gap: 30px;
  }

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

  .field-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .form-btn {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-data {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contact-address {
    width: auto;
  }

  .contact-socials {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    padding: 15px;
  }

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

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

  .que {
    grid-column-gap: 12px;
  }

  .faq-info {
    padding: 14px;
  }

  .faq-left {
    grid-row-gap: 12px;
  }

  .instagram {
    margin-bottom: var(--portrait-mobile-spcae);
  }

  .insta-title {
    margin-bottom: 10px;
  }

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

  .post-data {
    padding: 15px 20px;
  }

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

  .outline-button {
    padding: 10px 20px;
  }

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

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

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

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

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

  .videos, .products {
    margin-bottom: var(--portrait-mobile-spcae);
  }

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

  .product-image {
    min-height: auto;
    max-height: none;
  }

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

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

  .product-price {
    flex-flow: column;
    font-size: 12px;
  }

  .product-main {
    margin-bottom: var(--portrait-mobile-spcae);
  }

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

  .product-main-image {
    min-height: auto;
    max-height: none;
  }

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

  .review-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .review-block {
    grid-column-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .review-img {
    max-width: 125px;
  }

  .review-image {
    min-height: 140px;
    max-height: 140px;
  }

  .product-title {
    margin-bottom: 6px;
    font-size: 22px;
  }

  .product-text {
    font-size: 14px;
    line-height: 149%;
  }

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

  .product-price-data {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .default-state {
    grid-column-gap: 12px;
    margin-top: 20px;
  }

  .quantity-field {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .add-cart {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-info {
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

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

  .product-bottom {
    grid-row-gap: 10px;
    padding-top: 10px;
  }

  .product-data-info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-icon {
    display: none;
  }

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

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

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

  .facts {
    grid-row-gap: 30px;
    text-align: center;
    background-image: linear-gradient(#0000004d, #0000004d);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px;
  }

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

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

  .vision-mission {
    grid-row-gap: 15px;
  }

  .our-culture {
    margin-bottom: var(--portrait-mobile-spcae);
  }

  .culture-thumb {
    min-height: 160px;
    max-height: 160px;
  }

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

  .story-right {
    background-position: 85% 80%;
    background-size: 30%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .story-image {
    min-height: 330px;
    max-height: 330px;
  }

  .story-data {
    padding: 20px;
  }

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

  .story-inner {
    max-width: none;
  }

  .map-data {
    max-width: 230px;
    margin-top: 0;
  }

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

  .champagne-icon {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .location {
    margin-bottom: 6px;
  }

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

  .team-wrap {
    grid-column-gap: 15px;
  }

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

  .team-data {
    margin-top: 6px;
  }

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

  .testimonials {
    margin-bottom: var(--portrait-mobile-spcae);
  }

  .video {
    height: 200px;
  }

  .vinsy {
    max-width: 22%;
  }

  .blend-text {
    max-width: 60%;
  }

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

  .hero-sub-title {
    font-size: 16px;
  }

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

  .feature-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
  }

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

  .bestseller {
    grid-row-gap: 30px;
  }

  .bs-list {
    grid-column-gap: 12px;
  }

  .bs-image {
    min-height: auto;
    max-height: none;
  }

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

  .founded-left {
    grid-row-gap: 10px;
  }

  .founded-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .our-journey {
    margin-bottom: var(--portrait-mobile-spcae);
  }

  .journey-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

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

  .journey-data {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    max-width: none;
  }

  .journey-info.reverse {
    flex-flow: row-reverse wrap;
  }

  .journey-block, .journey-block.left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .banner {
    margin-bottom: var(--portrait-mobile-spcae);
  }

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

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

#w-node-_64554c0b-719d-b9fe-848e-547ab06e5994-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e5999-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59a1-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59a3-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59a6-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59ab-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59b0-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59b3-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59b7-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59bc-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59bf-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59c3-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59c8-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59cb-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59cf-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59d4-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59d7-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59db-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59e0-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59e3-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59e7-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59ec-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59ef-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59f3-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59f8-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59fb-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e59ff-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e5a04-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e5a07-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e5a0b-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e5a10-56021efd, #w-node-_64554c0b-719d-b9fe-848e-547ab06e5a13-56021efd, #w-node-eb49de73-cf3f-05ab-2839-d49e1352e569-56021f02, #w-node-eb49de73-cf3f-05ab-2839-d49e1352e572-56021f02, #w-node-fc5bc3a7-3ddd-08ff-8a10-dddf64902ba0-56021f03, #w-node-fc5bc3a7-3ddd-08ff-8a10-dddf64902ba3-56021f03, #w-node-fc5bc3a7-3ddd-08ff-8a10-dddf64902ba4-56021f03, #w-node-fc5bc3a7-3ddd-08ff-8a10-dddf64902ba6-56021f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b0ed643c-cc90-e80e-085d-bbe88436dee1-8436ded3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0ed643c-cc90-e80e-085d-bbe88436dedc-8436ded3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}