@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Pphatton;
  src: url('../fonts/PPHatton-Ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Pphatton;
  src: url('../fonts/PPHatton-UltralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

:root {
  --bg-light: #fff;
  --text-900: #402a00;
  --primary-500: #e3124d;
  --border-500: #80808080;
  --text-100: #fff;
  --black: #000;
  --text-500: gray;
  --untitled-ui-gray200: #eaecf0;
  --white: #fff;
  --second: #e9d49a;
  --bg-dark: #080808;
  --text-700: #666;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-gray500: #667085;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray50-501: #f9fafb;
  --untitled-ui-white: white;
  --untitled-ui-gray600: #475467;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-primary200: #e9d7fe;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-indigo700: #3538cd;
  --untitled-ui-indigo50: #eef4ff;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-pink50: #fdf2fa;
  --untitled-ui-pink700: #c11574;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-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-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-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

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

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

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--bg-light);
  color: var(--text-900);
  font-family: Pphatton, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

h1 {
  color: var(--text-900);
  letter-spacing: -.0625rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Pphatton, sans-serif;
  font-size: 6.375rem;
  font-style: italic;
  font-weight: 500;
  line-height: 107%;
}

h2 {
  color: var(--text-900);
  font-size: 4.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  color: var(--text-900);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Pphatton, sans-serif;
  font-size: 3.25rem;
  font-style: italic;
  font-weight: 200;
  line-height: 120%;
}

h4 {
  color: var(--text-900);
  letter-spacing: -.05rem;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 2.75rem;
  font-style: italic;
  font-weight: 200;
  line-height: 130%;
}

h5 {
  color: var(--text-900);
  text-align: left;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 200;
  line-height: 130%;
}

h6 {
  color: var(--text-900);
  letter-spacing: 0;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 200;
  line-height: 130%;
}

p {
  margin-bottom: .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 132%;
}

a {
  cursor: pointer;
  font-family: Satoshi Variable, sans-serif;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  color: var(--primary-500);
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

ul {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
  list-style-type: disc;
}

li {
  color: var(--text-900);
  margin-bottom: .625rem;
}

label {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
}

blockquote {
  color: var(--text-900);
  border-left: .3125rem solid #e2e2e2;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  padding: .9375rem 1.875rem;
  font-size: 1.25rem;
  line-height: 2.125rem;
}

figure {
  margin-top: 1.5625rem;
  padding-bottom: 1.25rem;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: .3125rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.divider {
  background-color: var(--border-500);
  opacity: .39;
  width: 100%;
  height: .0625rem;
  margin-top: 6%;
  margin-bottom: 6%;
}

.section {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 76.25rem;
  height: 100%;
  margin: auto;
  display: flex;
  position: relative;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 8.125rem;
  padding-bottom: 8.75rem;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 5rem;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  color: var(--text-100);
  font-size: .75rem;
  line-height: 1.25rem;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: .625rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2.125rem;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: var(--text-100);
}

.button {
  border: .125rem solid var(--primary-500);
  background-color: var(--primary-500);
  color: #fff;
  letter-spacing: .0375rem;
  text-transform: capitalize;
  border-radius: 6.1875rem;
  align-self: flex-start;
  padding: .75rem 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
  border-color: #32343b;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  border-radius: 3.75rem;
  padding: 1rem 2.1875rem;
  font-size: 1rem;
  line-height: 1.625rem;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-add-to-cart-btn {
  margin-top: .625rem;
  margin-right: .625rem;
}

.button.hide {
  display: none;
}

.button.black {
  background-color: var(--text-900);
  border-width: 0;
  font-size: 1.25rem;
}

.label {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: .25rem;
  margin-bottom: .3125rem;
  font-weight: 400;
  text-decoration: none;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.paragraph {
  color: var(--text-900);
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.paragraph.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5rem;
}

.heading-jumbo-small {
  color: var(--text-900);
  text-transform: none;
  margin-top: .625rem;
  margin-bottom: .9375rem;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.125rem;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  flex-direction: column;
  display: flex;
}

.cart-footer {
  padding-top: 1.25rem;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: .5625rem 1.875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.status-message.cc-error-message {
  color: #ff0004;
  background-color: #20202000;
  border: .125rem solid #ff0004;
  border-radius: .5rem;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 6.25rem auto;
  display: block;
}

.status-message.cc-success-message {
  color: var(--black);
  background-color: #ffbdd0;
  border-radius: .5rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.125rem;
  line-height: 2;
}

.product-name-text {
  color: var(--text-900);
  text-align: left;
  text-transform: uppercase;
  padding-top: .625rem;
  padding-bottom: .625rem;
  line-height: 150%;
}

.product-name-text:hover {
  color: var(--primary-500);
}

.product-name-text.cc-name-text-cart {
  font-size: .875rem;
  line-height: 1.625rem;
}

.product-name-text.cc-shipping-option {
  margin-bottom: .125rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.cart-item-info-wrap {
  margin-top: -.3125rem;
  margin-bottom: .3125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 1.25rem;
}

.navigation {
  z-index: 99;
  background-color: #ddd0;
  align-items: center;
  padding: .75rem 3rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.text-field {
  border: .0625rem solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 1.125rem;
  padding: 1.3125rem 1.25rem;
  font-size: .875rem;
  line-height: 1.625rem;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: var(--border-500);
}

.text-field.cc-subscribe-text-field {
  width: 20.625rem;
  margin-bottom: 0;
  margin-right: .625rem;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 1.5625rem;
  font-family: Satoshi Variable, sans-serif;
}

.text-field.cc-textarea {
  height: 12.5rem;
  padding-top: .75rem;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 5rem;
  height: auto;
  margin-top: .625rem;
  margin-bottom: 0;
  margin-right: .625rem;
  padding: .5rem .75rem .5rem 1.25rem;
}

.cart-list {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.cart-line-item {
  margin-bottom: .625rem;
}

.navigation-item {
  color: #000;
  mix-blend-mode: normal;
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--primary-500);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--primary-500);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon {
  display: block;
}

.logo-image {
  width: 8.75rem;
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navigation-wrap {
  display: flex;
}

.cart-container {
  min-width: 25rem;
  box-shadow: 0 2px .625rem #00000014;
}

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

.form-block {
  margin-top: 1.25rem;
}

.footer {
  background-color: #000;
  background-image: url('../images/saffron-land.webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 120vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-link {
  color: #fff;
  margin-bottom: .75rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 4.375rem;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  flex-direction: column;
  margin-top: 2.5rem;
  display: flex;
}

.webflow-logo-tiny {
  margin-top: -.125rem;
  margin-right: .5rem;
}

.wrap-picture {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: .625rem;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: .625rem;
}

.get-in-touch-form-wrap {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 6.25rem;
  margin-left: auto;
  margin-right: 3.125rem;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.number-contact-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 1.5625rem;
  margin-left: -.9375rem;
  margin-right: -.9375rem;
  display: none;
}

.products-category-link {
  opacity: .6;
  color: var(--text-900);
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-left: .9375rem;
  margin-right: .9375rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  color: var(--text-900);
  letter-spacing: .0625rem;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 1.875rem;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 1.25rem;
}

.protected-wrap {
  justify-content: center;
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.protected-heading {
  margin-bottom: 1.875rem;
}

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

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 1.875rem;
}

.product-details-wrap {
  width: 100%;
  margin: 20% 3% 3% 0%;
  padding-top: 20%;
  padding-bottom: 12%;
  padding-right: 20%;
}

.add-to-cart {
  margin-top: 1.875rem;
}

.product-image {
  object-fit: cover;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  height: 36.25rem;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: none;
}

.product-informations {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.product-detail-price {
  color: var(--primary-500);
  -webkit-text-stroke-width: .15625rem;
  margin-bottom: 1.25rem;
  font-family: Pphatton, sans-serif;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 200;
  line-height: 3.25rem;
}

.product-detail-name {
  -webkit-text-stroke-width: .15625rem;
  margin-bottom: .625rem;
  font-size: 4rem;
  font-weight: 200;
  line-height: 120%;
}

.product-detail-unit-text {
  margin-left: .375rem;
  font-family: Satoshi Variable, sans-serif;
}

.product-detail-unit-text.cc-middle-text {
  color: #402a00;
  margin-right: .375rem;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 1rem 1.5rem;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 1.5rem 1.5rem .75rem;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: .0625rem solid #e4e4e4;
  border-bottom: .0625rem solid #e4e4e4;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.order-item-list {
  margin-bottom: -.3125rem;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 1.5rem;
}

.order-item-price {
  font-size: .875rem;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: .875rem;
  line-height: 1.625rem;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 2.625rem;
  margin-bottom: 1rem;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 1.25rem 1.5rem;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.option-list {
  font-size: .875rem;
  line-height: 1.625rem;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: .875rem;
  line-height: 1.625rem;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 2.625rem;
}

.order-wrap {
  flex-basis: 46.875rem;
}

.order-summary {
  flex-basis: 23.125rem;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: .625rem;
}

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

.checkbox-2 {
  margin-top: .125rem;
}

.cc-quantity-field-label {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 1rem;
}

.logo-image-light {
  opacity: 0;
  width: 8.75rem;
  position: absolute;
}

.logo-image-dark {
  width: 8.75rem;
}

.recipe-section {
  transition: all .1s ease-in-out;
}

.recipes-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-header {
  z-index: 9;
  padding-top: 1.5625rem;
  padding-bottom: 1.875rem;
}

.recipe-image {
  height: auto;
  position: relative;
}

.image {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  transform: rotate(0);
}

.image._3 {
  transform: rotate(4deg);
}

.image._2 {
  transform: rotate(-9deg);
}

.image._1 {
  transform: rotate(4deg);
}

.image.brightness {
  filter: brightness(120%);
}

.padding {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6%;
  padding-bottom: 6%;
}

.rich-text-fullwidth {
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi Variable, sans-serif;
}

.rich-text-fullwidth p {
  opacity: .6;
  margin-top: .9375rem;
  margin-bottom: 1.5625rem;
}

.recipes-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1.0625rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.recipes-wrap:hover {
  color: var(--primary-500);
}

.radio-groups {
  grid-row-gap: .25rem;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: .625rem;
  display: flex;
}

.radio-button {
  border-color: var(--text-900);
  width: 1rem;
  height: 1rem;
}

.radio-button.w--redirected-checked {
  border-width: .25rem;
  border-color: var(--primary-500);
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 .1875rem .0625rem #e3134d;
}

.contact-phone-wrap {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-self: center;
  align-items: center;
  font-size: 1.5rem;
  display: inline-block;
}

.back-to-recipe {
  color: var(--primary-500);
}

.back-to-recipe:hover {
  color: var(--text-500);
}

.back-to-recipe:visited {
  color: var(--primary-500);
}

.heading-9 {
  color: var(--text-100);
  letter-spacing: -.125rem;
  mix-blend-mode: normal;
  background-image: linear-gradient(149deg, #f734ca, red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pphatton, sans-serif;
  font-size: 12vw;
  font-style: italic;
  font-weight: 500;
  line-height: 130%;
}

.heading-9.clipped {
  perspective-origin: 0%;
  transform-origin: 0%;
  letter-spacing: -.4375rem;
  -webkit-text-stroke-width: 0rem;
  text-shadow: 0 0 0 #b3000000, -.00625rem .025rem .00625rem #b3000017, -.01875rem .0625rem .025rem #b300001b, -.04375rem .14375rem .1125rem #b300001d, -.1rem .3375rem .3625rem #b300001f, -.2625rem .89375rem 1.13125rem #b3000022;
  mix-blend-mode: multiply;
  font-size: 11vw;
  position: relative;
  bottom: 2vh;
  transform: scale(.45);
}

.wrap-image-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.text-block {
  color: #ffffff82;
  width: 5.625rem;
  font-family: Satoshi, sans-serif;
}

.footer2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
}

.div-block-11 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.loading {
  z-index: 1001;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-69 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo-loading {
  color: #1a1b1f;
  width: 12.5rem;
  max-width: 12.5rem;
  display: block;
}

.paragraph-2 {
  color: var(--text-900);
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 130%;
}

.wrap-title-recipes {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  display: flex;
  position: static;
}

.paragraph-hero {
  z-index: 3;
  width: 30ch;
  margin-bottom: 1rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  top: 0;
}

.paragraph-footer {
  color: #fff;
  max-width: 70%;
  margin-bottom: 2.5rem;
  padding-right: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 130%;
}

.radio-button-label {
  letter-spacing: 0;
  text-transform: lowercase;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.field-label {
  font-family: Satoshi Variable, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.field-label-2 {
  font-family: Satoshi Variable, sans-serif;
}

.div-block-76 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.heading-15 {
  color: var(--text-900);
  text-transform: none;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 128%;
}

.wrap-about-story {
  margin-top: 8.75rem;
}

.about-main-wrap-interaction {
  position: relative;
}

.wrap-feature {
  width: 100%;
}

.grid-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.card-3 {
  flex-direction: column;
  justify-content: flex-end;
  height: 27.5rem;
  display: flex;
  position: sticky;
  top: 32vh;
}

.card-3._03 {
  margin-top: 40vh;
}

.card-3._04 {
  margin-top: 60vh;
}

.wrap-image-feature {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.wrap-test-feature {
  background-color: #fff;
  justify-content: center;
  padding: .75rem 2rem;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.image-8 {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 22.5rem;
}

.html-embed {
  width: 1.5rem;
  height: 1.5rem;
}

.html-embed:hover {
  color: var(--primary-500);
}

.lottie-animation {
  transition: opacity .2s;
}

.bg-main {
  z-index: -9999;
  object-fit: cover;
  width: 120vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.image-feature {
  opacity: .85;
}

.image-10 {
  mix-blend-mode: normal;
  width: 100%;
}

.wrap-text-card-team {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-direction: column;
  align-items: flex-start;
  width: 86%;
  display: flex;
  position: relative;
  top: -3.4375rem;
  left: 3.125rem;
}

.div-block-87 {
  margin-bottom: 3.75rem;
}

.heading-32 {
  font-size: 3rem;
}

.package-image {
  z-index: -2;
  position: relative;
}

.wrap-package-images {
  grid-template-rows: 50% auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80vw;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: flex;
  position: relative;
}

.div-block-89 {
  z-index: 0;
  background-image: linear-gradient(#fff0, #000);
  width: 100%;
  height: 34.375rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
}

.div-block-90 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright {
  color: #919191;
  letter-spacing: .03125rem;
  margin-bottom: 0;
  font-size: .8125rem;
  font-weight: 300;
  display: flex;
}

.bold-text-3 {
  color: #fff;
  font-weight: 300;
}

.uui-faq03_heading {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 130%;
}

.uui-faq03_content {
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  border-top: .0625rem solid var(--untitled-ui-gray200);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.uui-faq03_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-faq03_component {
  margin-top: 4rem;
}

.div-block-91 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.wrap-a-1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all 1s;
  display: flex;
  position: relative;
}

.wrap-a-1:hover {
  color: #585858;
  width: 120%;
}

.a-3, .a-2 {
  object-fit: cover;
  border-radius: .625rem;
  width: 100%;
  height: 25rem;
}

.wrap-a-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all 1s;
  display: flex;
  position: relative;
}

.wrap-a-2:hover {
  color: #585858;
  width: 120%;
  line-height: 130%;
}

.wrap-a-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all 1s;
  display: flex;
  position: relative;
}

.wrap-a-3:hover {
  color: #585858;
  width: 120%;
}

.a-1 {
  object-fit: cover;
  border-radius: .625rem;
  width: 100%;
  height: 25rem;
}

.wrap-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrap-13 {
  width: 100%;
  position: relative;
}

.wrap-56 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -5rem;
  left: 2rem;
}

.hero-about {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #d1e6ff;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 106.25rem;
  height: 165vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-12 {
  z-index: 0;
  filter: saturate(150%);
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-92 {
  z-index: 1;
  position: relative;
}

.grid-12 {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
  position: relative;
}

.div-block-93 {
  z-index: 0;
  position: relative;
  top: -6.6875rem;
}

.red-line {
  background-color: var(--primary-500);
  opacity: .8;
  border-radius: 1.25rem;
  min-width: 6.25rem;
  max-width: 6.25rem;
  height: .25rem;
}

.red-line.ae {
  margin-left: 2.0625rem;
}

.paragraph-5 {
  color: #402a00a1;
  width: 70%;
  font-family: Satoshi, sans-serif;
  font-weight: 300;
}

.div-block-95 {
  padding-top: 1.25rem;
}

.div-block-97 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-a {
  letter-spacing: .01875rem;
}

.lightbox-1 {
  border-radius: .8125rem;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.lightbox-1._1 {
  z-index: 1;
  top: 5%;
  right: 8%;
  transform: rotate(-9deg);
}

.lightbox-1._2 {
  z-index: 2;
  box-shadow: none;
  transform: scale3d(1none, 1none, 1none) translate(0rem, 12%);
  transform-style: preserve-3d;
  width: 75%;
  top: 44%;
  overflow: visible;
}

.lightbox-1._3 {
  z-index: 2;
  box-shadow: none;
  top: 25%;
  right: 54%;
  transform: rotate(-5deg);
}

.lightbox-1._4 {
  z-index: 1;
  top: 23%;
  left: 49%;
  transform: rotate(2deg);
}

.lightbox-1._5 {
  z-index: 2;
  top: -1%;
  left: 3%;
  transform: rotate(1deg);
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.collection-wrap-recipes-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.heading-325 {
  color: #1b1b1b;
  width: 50%;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 128%;
}

.title-recipes-5 {
  color: #e61436;
  text-align: left;
  text-transform: none;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

.div-block-100 {
  color: #e61436;
  align-items: center;
  display: flex;
}

.collection-item-recipes-2 {
  position: relative;
}

.icon-embed-xxsmall-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.image-recipes-3 {
  object-fit: cover;
  border-radius: 1rem;
  width: 28vw;
  height: 20vw;
}

.heading-327 {
  width: 24vw;
  padding-left: .5rem;
  padding-right: 1rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.image-33 {
  z-index: -1;
  width: 100%;
  position: relative;
  top: -3.8125rem;
  left: .6875rem;
}

.padding-bottom {
  margin-bottom: 3.75rem;
}

.text-block-5 {
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.icon-embed-small-2 {
  color: var(--text-900);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.wrap-con {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-direction: column;
  display: flex;
}

.heading-335 {
  font-weight: 200;
}

.div-block-107 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-top: 8.75rem;
  display: flex;
}

.footer-social-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .625rem;
  display: flex;
}

.footer-text {
  color: var(--white);
  font-family: Satoshi Variable, sans-serif;
  font-weight: 400;
}

.footer-contact {
  grid-column-gap: .25rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.social-team {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: flex;
}

.team-id {
  color: var(--text-900);
  margin-bottom: .3125rem;
  font-family: Satoshi Variable, sans-serif;
}

.icon-embed-xsmall {
  color: var(--text-100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 2rem;
  display: flex;
}

.footer-icons {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-right: .625rem;
  display: flex;
}

.footer-contact-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-bottom: .1875rem;
  display: flex;
}

.contact-wrap {
  align-self: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.75rem;
  padding-left: 2.5rem;
}

.contact-header {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 6.25rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: grid;
}

.contact-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #e3134d29;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2.5rem;
  padding: 2.5rem 1.25rem 1.25rem;
  display: grid;
}

.contact-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-link {
  color: var(--text-900);
  text-align: left;
  font-size: 1.3125rem;
  line-height: 125%;
}

.label-contact {
  opacity: 1;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2.125rem;
}

.heading-27-copy {
  text-align: left;
  border-radius: 1rem;
  align-items: center;
  height: 5.79883rem;
  padding: .625rem;
  font-size: 1.375rem;
  font-weight: 500;
}

.heading-27-copy:hover {
  color: var(--primary-500);
}

.image-recipies {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 31.25rem;
  position: sticky;
  top: 7.3125rem;
}

.text-block-9 {
  font-family: Satoshi Variable, sans-serif;
  font-size: 1rem;
}

.section-copy {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-109 {
  margin-top: 6.25rem;
}

.recipes-heading {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  font-size: 2.375rem;
}

.div-block-72-copy {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  padding: 4rem 4rem 1.875rem;
  display: flex;
}

.card-31 {
  flex-direction: column;
  display: flex;
}

.div-block-111 {
  justify-content: center;
  align-items: center;
  padding: .75rem 3rem;
  display: flex;
}

.grid-13-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

.flex-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  min-height: 45vh;
  padding: 4rem;
  display: grid;
}

.div-block-113 {
  grid-column-gap: 8vh;
  grid-row-gap: 8vh;
  flex-direction: column;
  margin-top: 8%;
  display: flex;
}

.center {
  text-align: center;
}

.lightbox-link-3 {
  height: 100%;
}

.lightbox-link-3.card-3 {
  transform: rotate(0);
}

.div-block-117 {
  margin-top: 3.75rem;
}

.cricle-section {
  background-color: #fff;
  border-top-left-radius: 624.938rem;
  border-top-right-radius: 624.938rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18.75rem;
}

.wrap-team {
  background-color: var(--second);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-118 {
  background-color: #e9d49a00;
  background-image: linear-gradient(to top, var(--second), #e9d49a00);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-119 {
  z-index: -1;
  position: relative;
  top: -5.4375rem;
}

.wrap-image {
  height: 100%;
  min-height: 31.25rem;
}

.page-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-interaction {
  filter: brightness(110%);
  mix-blend-mode: multiply;
  border-radius: 1.25rem;
  height: 220vh;
  margin-left: auto;
  margin-right: auto;
}

.sticky-hero {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.wrap-hero {
  width: 100vw;
}

.frame {
  z-index: 0;
  mix-blend-mode: multiply;
  border-radius: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 10vh;
  display: flex;
  position: relative;
}

.description-hero-wrap {
  z-index: 2;
  position: absolute;
  bottom: 61%;
  right: 11vw;
}

.button-10 {
  border: .125rem solid var(--primary-500);
  color: var(--primary-500);
  letter-spacing: .03125rem;
  -webkit-text-stroke-width: .03125rem;
  background-color: #fff;
  border-radius: 62.4375rem;
  padding: .625rem 1.25rem;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.button-10:hover {
  background-color: var(--primary-500);
  color: #fff;
  letter-spacing: .0625rem;
}

.big-rounded {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.25rem;
}

.image-hero-wrap {
  z-index: -3;
  filter: brightness(118%);
  flex-direction: column;
  align-items: center;
  width: 90vw;
  min-width: 90vw;
  max-width: 5.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  bottom: 10%;
}

.hero-h2-a {
  z-index: 1;
  perspective-origin: 0%;
  transform-origin: 0%;
  color: var(--text-900);
  text-align: left;
  -webkit-text-stroke-width: .0625rem;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pphatton, sans-serif;
  font-size: 3vw;
  font-style: italic;
  font-weight: 200;
  line-height: 130%;
  position: relative;
  bottom: -5.2vh;
  right: 23vw;
  transform: scale(.6);
}

.hero-h2-b {
  z-index: 1;
  perspective-origin: 0%;
  transform-origin: 0%;
  color: var(--text-900);
  text-align: left;
  -webkit-text-stroke-width: .0625rem;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pphatton, sans-serif;
  font-size: 3vw;
  font-style: italic;
  font-weight: 200;
  line-height: 140%;
  position: relative;
  bottom: 6vw;
  right: 22.3vw;
  transform: scale(.6);
}

.image-hero-v2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.columns {
  align-items: center;
  display: flex;
}

.scroll-down-wrap {
  opacity: .35;
  display: none;
  position: relative;
  left: -43.6vw;
}

.scroll-down-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.wrap-image-package {
  width: 100vw;
  position: static;
  overflow: hidden;
}

.div-block-9 {
  width: 190vw;
}

.image-package {
  border-radius: .75rem;
}

.div-block-120 {
  position: sticky;
  top: 6.25rem;
}

.heading-352 {
  font-weight: 500;
}

.bold-text-5 {
  font-weight: 200;
}

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

.bold-text-6 {
  font-family: Satoshi, sans-serif;
}

.heading-354 {
  -webkit-text-stroke-width: .15625rem;
  margin-bottom: 2.5rem;
}

.more-image-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.default-state {
  display: none;
}

.wrap-product-page {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product-left-side {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 15%;
  padding-bottom: 10%;
  padding-left: 5%;
  display: flex;
}

.lightbox-link-4 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: .75rem;
  align-items: center;
  height: 8.75rem;
  display: flex;
  overflow: hidden;
}

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

.collection-list-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 1rem 0;
  display: grid;
}

.collection-list-wrapper-3 {
  width: 38.75rem;
}

.collection-item-4 {
  width: 100%;
}

.collection-list-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.product-image-thumbnail {
  mix-blend-mode: multiply;
  object-fit: cover;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 38.75rem;
  height: 16.875rem;
  display: flex;
}

.heading-355 {
  text-align: left;
  padding: 4%;
}

.price {
  color: var(--primary-500);
  text-align: left;
  padding-right: .5rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.product-name-copy {
  text-align: left;
  letter-spacing: .03125rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.div-block-127 {
  background-color: #ffc0d138;
  border-radius: 1.25rem;
  overflow: hidden;
}

.div-block-128 {
  padding: .25rem .5rem .5rem;
}

.product-card {
  transition: all .2s;
}

.product-card:hover {
  transform: translate(0, -.25rem);
}

.heading-356 {
  text-align: left;
  letter-spacing: .03125rem;
  -webkit-text-stroke-width: .15625rem;
  padding-top: 2%;
  padding-bottom: 2%;
}

.description-product {
  color: #7e7057;
  column-count: 2;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
}

.image-product-wrap {
  position: sticky;
  top: 6.25rem;
}

.list-item-copy {
  justify-content: space-between;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
  display: flex;
}

.product-image-mobile-only {
  object-fit: cover;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 38.75rem;
  height: 38.125rem;
  display: none;
}

.nav-menu {
  flex: 0 auto;
}

.red-line-2 {
  background-color: var(--primary-500);
  opacity: .8;
  border-radius: 1.25rem;
  max-width: 3.75rem;
  height: .25rem;
}

.modal-order {
  z-index: 999;
  -webkit-backdrop-filter: blur(.875rem);
  backdrop-filter: blur(.875rem);
  letter-spacing: .0625rem;
  background-color: #e614360f;
  border-radius: 1.25rem;
  width: 22.5rem;
  height: 86vh;
  position: fixed;
  top: 8%;
  bottom: 4%;
  right: 2%;
}

.wrap-form-order {
  padding: 2rem;
}

.text-field-3 {
  color: var(--text-900);
  background-color: #fff;
  border: .125rem solid #fff;
  border-radius: .5625rem;
  height: 3.25rem;
  font-size: 1.125rem;
  box-shadow: 0 2px .3125rem #79031624;
}

.text-field-3:hover {
  border-color: var(--primary-500);
  height: 3.25rem;
}

.text-field-3:focus {
  color: var(--text-900);
  -webkit-text-stroke-width: .0625rem;
  border-color: #fff;
  font-size: 1.125rem;
  font-weight: 200;
}

.text-field-3._02 {
  box-shadow: none;
  border-color: #ff91b0;
}

.form-3 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  padding-top: 3.125rem;
  padding-bottom: 2rem;
  display: flex;
}

.field-label-4 {
  -webkit-text-stroke-width: .0625rem;
  text-transform: capitalize;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 200;
}

.heading-357 {
  letter-spacing: 0;
  -webkit-text-stroke-width: .0625rem;
}

.heading-358 {
  color: var(--black);
}

.image-35 {
  opacity: 1;
  background-color: #fff;
  border-radius: .9375rem;
  padding: 1rem;
  position: absolute;
  inset: 2% 2% auto auto;
}

.image-35:hover {
  opacity: 1;
  background-color: #fddee7;
  border-radius: 1.1875rem;
}

.animation-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-130 {
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background-color: #ffffff4a;
  border-radius: 1rem;
  padding: .875rem 1.875rem .75rem;
  position: absolute;
  inset: 5% 3% 63% 49%;
}

.text-block-3-copy {
  color: #ac0030;
  mix-blend-mode: multiply;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-3 {
  grid-row-gap: 0rem;
  color: #7e7057;
  padding-left: 1.5rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 101%;
}

.footer-copyright-io {
  color: #919191;
  letter-spacing: .03125rem;
  margin-bottom: 0;
  font-size: .8125rem;
  font-weight: 300;
  display: flex;
}

.nav-shop-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 6.1875rem;
  flex-direction: row;
  align-items: center;
  padding: .75rem 1.25rem;
  transition: all .1s;
  display: flex;
}

.nav-shop-link:hover {
  background-color: #f3dbdc;
}

.text-type-3 {
  text-transform: none;
  width: 90%;
  margin-top: .625rem;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.title-type-3 {
  font-family: Pphatton, sans-serif;
  font-size: 2.75rem;
}

.click-hover {
  z-index: 3;
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  color: var(--primary-500);
  border-radius: 62.4375rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.5rem;
  display: flex;
}

.text-click-hover {
  font-size: 1.25rem;
}

.knot-text {
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 120%;
}

.card-typ-saffron {
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 6.25rem;
  display: flex;
}

.div-block-134 {
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: #000;
}

.wrap-order {
  background-color: #e614360f;
  border-radius: 2.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.wrap-order.white {
  background-color: #e6143600;
}

.wrap-form-order-section {
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.form-33 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 3.125rem;
  padding-bottom: 2rem;
  display: flex;
}

.button-copy {
  border: .125rem solid var(--primary-500);
  background-color: var(--primary-500);
  color: #fff;
  letter-spacing: .0375rem;
  text-transform: capitalize;
  border-radius: 6.1875rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .75rem 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-copy:hover {
  color: #fff;
  background-color: #32343a;
  border-color: #32343b;
}

.button-copy:active {
  background-color: #43464d;
}

.wrap-title {
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6%;
  padding-bottom: 6%;
}

.text-block-12 {
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 200;
  line-height: 130%;
}

.column {
  mix-blend-mode: multiply;
}

.div-block-135 {
  background-image: linear-gradient(#fff0, #fff);
  height: 8.75rem;
}

.div-block-136 {
  background-image: linear-gradient(#fff0, #ffffff42 26%, #ffffff80 50%, #fffffff0 84%, #fff);
  height: 20rem;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-137 {
  margin-bottom: 1.25rem;
}

.div-block-138 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.div-block-139 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 3rem 2rem;
  display: grid;
}

.wrap-image-type-saffron {
  height: 31.25rem;
  margin-bottom: 3.75rem;
  position: sticky;
  top: 8.75rem;
}

.div-block-140 {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-direction: column;
  padding-top: 6.25rem;
  display: flex;
}

.image-saffron-type {
  border-radius: .8125rem;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

  .container {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .button {
    justify-content: center;
  }

  .paragraph.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 3.5rem;
    line-height: 4.375rem;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .cart {
    margin-left: 0;
    margin-right: 1.875rem;
  }

  .navigation {
    padding: 1.5625rem 1.875rem;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: .625rem;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: .9375rem 1.875rem;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .number-contact-wrap {
    margin-bottom: 1.25rem;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 2.5rem;
  }

  .order-summary {
    flex-basis: 20rem;
  }

  .heading-9.clipped {
    position: static;
    transform: scale(1);
  }

  .footer2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
  }

  .div-block-11 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .paragraph-footer {
    max-width: none;
    padding-right: 1.25rem;
  }

  .heading-15 {
    width: auto;
  }

  .wrap-about-story {
    margin-top: 6.25rem;
  }

  .wrap-feature {
    width: 95%;
  }

  .grid-2 {
    z-index: 1;
    grid-template-rows: auto auto;
    position: relative;
  }

  .card-3._03, .card-3._04 {
    margin-top: 0;
    position: static;
  }

  .card-3._01 {
    position: static;
  }

  .wrap-image-feature {
    height: 12.5rem;
  }

  .bg-main {
    width: 100vw;
  }

  .heading-32 {
    font-size: 2.375rem;
  }

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

  .div-block-89 {
    height: 33.75rem;
  }

  .uui-faq03_content {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .wrap-customer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .a-1 {
    object-fit: cover;
    object-position: 50% 40%;
    height: 18.75rem;
    max-height: 18.75rem;
  }

  .wrap-56 {
    left: 1rem;
  }

  .hero-about {
    height: 120vh;
  }

  .h3 {
    font-size: 2rem;
  }

  .grid-12 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 95vw;
  }

  .paragraph-a {
    font-size: 1.75rem;
  }

  .lightbox-1:hover {
    transform: none;
  }

  .container-2 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .collection-wrap-recipes-3 {
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .heading-325 {
    width: 100%;
  }

  .collection-item-recipes-2 {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-recipes-3 {
    width: 100%;
  }

  .heading-327 {
    width: auto;
  }

  .wrap-con {
    grid-row-gap: 1rem;
  }

  .heading-335 {
    font-size: 3.75rem;
  }

  .heading-336 {
    font-size: 4rem;
  }

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

  .div-block-107 {
    margin-top: 3.75rem;
  }

  .footer-contact {
    padding-right: .625rem;
  }

  .image-recipies {
    height: 22.5rem;
  }

  .div-block-72-copy {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-13-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .hero-interaction, .sticky-hero {
    height: auto;
  }

  .frame {
    align-items: flex-start;
    height: auto;
    padding-top: 6.125rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .description-hero-wrap {
    margin-top: 2.5rem;
    position: static;
    bottom: 43.6vh;
  }

  .image-hero-wrap {
    position: static;
    top: 65vh;
  }

  .hero-h2-a {
    line-height: 160%;
    position: static;
    transform: scale(1);
  }

  .hero-h2-b {
    position: static;
    transform: scale(1);
  }

  .div-block-9 {
    width: 280vw;
  }

  .more-image-wrap {
    flex-direction: column;
  }

  .wrap-product-page {
    grid-template-columns: .25fr .75fr;
  }

  .collection-list-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .product-image-mobile-only {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .div-block-130 {
    bottom: 36%;
  }

  .wrap-order {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-copy {
    justify-content: center;
  }

  .div-block-139 {
    flex-direction: column;
    display: flex;
  }

  .wrap-image-type-saffron {
    width: 22.5rem;
    height: 22.5rem;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .container.cc-heading-wrap {
    margin-bottom: 3.125rem;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .label {
    text-align: left;
  }

  .heading-jumbo-tiny {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .paragraph.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 3.125rem;
    line-height: 4rem;
  }

  .heading-jumbo-small {
    font-size: 1.875rem;
    line-height: 3.25rem;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 29.375rem;
  }

  .cart-item-info-wrap {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .navigation {
    padding: 1.25rem 1.875rem;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: .625rem;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 22.5rem;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 29.375rem;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 160vh;
    padding-top: 6.25rem;
    display: flex;
  }

  .footer-link {
    text-align: left;
  }

  .logo-footer {
    margin-bottom: 4.375rem;
  }

  .links-section-footer {
    margin-top: .625rem;
    margin-bottom: 1.25rem;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 29.375rem;
    margin-right: auto;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: .625rem;
  }

  .collection-list {
    flex-direction: column;
  }

  .utility-page-wrap {
    padding: .9375rem;
  }

  ._404-wrap {
    padding: 1.875rem;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 31.25rem;
  }

  .full-width-form {
    padding: 1.875rem;
  }

  .recipes-content {
    grid-template-columns: 1fr;
  }

  .content-header {
    text-align: left;
  }

  .rich-text-fullwidth {
    text-align: left;
    width: 90%;
    max-width: 29.375rem;
  }

  .heading-9.clipped {
    letter-spacing: -.1875rem;
    font-size: 10vw;
  }

  .paragraph-2 {
    text-align: left;
  }

  .paragraph-hero {
    top: .875rem;
  }

  .paragraph-footer {
    text-align: left;
    max-width: none;
    font-size: 1.125rem;
  }

  .wrap-feature {
    width: 90%;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .grid-2 {
    width: 95%;
  }

  .card-3._03, .card-3._04 {
    width: 95%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .card-3._01 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .package-image {
    z-index: 0;
  }

  .div-block-89 {
    height: 44.375rem;
  }

  .uui-faq03_heading {
    text-align: left;
  }

  .uui-faq03_content {
    grid-row-gap: .5rem;
    border-top-style: none;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-faq03_list {
    grid-row-gap: 2.5rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-faq03_component {
    margin-top: 3rem;
  }

  .wrap-12 {
    flex-direction: column;
  }

  .wrap-13 {
    width: 100%;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .grid-12 {
    flex-direction: column;
    align-items: stretch;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph-5 {
    text-align: left;
  }

  .paragraph-a {
    text-align: left;
    font-size: 1.875rem;
  }

  .lightbox-1:hover {
    transform: none;
  }

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

  .collection-wrap-recipes-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-325 {
    width: 100%;
  }

  .image-recipes-3 {
    height: 14.375rem;
  }

  .heading-335 {
    font-size: 3.25rem;
  }

  .heading-336 {
    font-size: 3rem;
  }

  .logo {
    order: -1;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-345 {
    font-size: 3rem;
  }

  .contact-wrap {
    padding-left: 0;
  }

  .contact-header {
    width: 100%;
  }

  .contact-link, .label-contact {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .heading-348 {
    text-align: left;
  }

  .div-block-109 {
    width: 95%;
  }

  .recipes-heading {
    text-align: left;
  }

  .div-block-72-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-interaction {
    height: auto;
  }

  .wrap-hero {
    align-items: center;
  }

  .hero-h2-a, .hero-h2-b {
    line-height: 130%;
  }

  .div-block-9 {
    width: 490vw;
  }

  .heading-354 {
    text-align: left;
  }

  .product-image-thumbnail, .product-image-mobile-only {
    height: 31.25rem;
  }

  .field-label-4, .text-type-3, .title-type-3 {
    text-align: left;
  }

  .form-33 {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block-3 {
    width: 100%;
  }

  .wrap-image-type-saffron {
    object-fit: cover;
    width: 100%;
  }

  .image-saffron-type {
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.25rem;
    line-height: 3.25rem;
  }

  h2 {
    text-align: left;
    font-size: 2.25rem;
    line-height: 2.875rem;
  }

  h3 {
    text-align: left;
    -webkit-text-stroke-width: .0625rem;
    font-size: 2.125rem;
    font-weight: 200;
  }

  p {
    text-align: left;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.cc-subscription-form {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .paragraph-bigger.cc-bigger-light {
    display: none;
  }

  .button.cc-cart {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .label {
    text-align: left;
  }

  .paragraph {
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
    line-height: 140%;
  }

  .paragraph.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .cart {
    margin-right: 1.25rem;
  }

  .navigation {
    -webkit-backdrop-filter: blur(1.25rem);
    backdrop-filter: blur(1.25rem);
    background-color: #ffffff75;
    padding: .75rem 1.25rem;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 20rem;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .footer {
    background-image: linear-gradient(#00000091, #00000091), url('../images/saffron-land.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 119vh;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link {
    text-align: left;
    margin-bottom: .5rem;
    line-height: 130%;
  }

  .links-section-footer {
    grid-column-gap: .0625rem;
    grid-row-gap: .0625rem;
    margin-bottom: 0;
  }

  .get-in-touch-form-wrap {
    width: 100%;
    max-width: none;
    margin-bottom: 2.5rem;
  }

  .product-details-wrap {
    margin-bottom: 0;
    padding: 0%;
  }

  .product-image {
    height: 18.75rem;
    margin-bottom: .625rem;
    display: none;
  }

  .product-detail-price {
    text-align: left;
    -webkit-text-stroke-width: .125rem;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .product-detail-name {
    -webkit-text-stroke-width: .0625rem;
    font-size: 2.3125rem;
    font-weight: 500;
  }

  .full-width-form {
    padding: .9375rem;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: .3125rem;
  }

  .logo-image-dark {
    width: 6.875rem;
  }

  .image {
    border-radius: .625rem;
    height: 27vh;
  }

  .image.animation-text {
    height: 46vh;
  }

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

  .heading-9.clipped {
    text-align: left;
    letter-spacing: -.0625rem;
    width: 95%;
    padding-top: 0;
    padding-bottom: .625rem;
    font-size: 16vw;
    line-height: 110%;
    bottom: auto;
  }

  .text-block {
    width: 5.625rem;
    font-style: normal;
  }

  .footer2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: .75rem;
    display: grid;
  }

  .loading {
    z-index: 999;
    display: none;
  }

  .logo-loading {
    width: 8.125rem;
    max-width: 8.125rem;
    margin-right: .625rem;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
    line-height: 140%;
  }

  .wrap-title-recipes {
    padding-left: .375rem;
    padding-right: .375rem;
  }

  .paragraph-hero {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    position: static;
  }

  .paragraph-footer {
    text-align: left;
    max-width: none;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 132%;
  }

  .heading-15 {
    text-align: center;
    font-size: 1.375rem;
    line-height: 110%;
  }

  .wrap-about-story {
    margin-top: 5.625rem;
  }

  .wrap-feature {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .card-3 {
    height: 20rem;
  }

  .card-3._03 {
    margin-top: 0;
    top: 0;
  }

  .card-3._01 {
    position: static;
  }

  .wrap-image-feature {
    padding-bottom: 0;
  }

  .wrap-test-feature {
    padding: 0 1.5rem;
  }

  .wrap-text-card-team {
    left: 2rem;
  }

  .heading-32 {
    text-align: left;
    font-size: 2rem;
  }

  .package-image {
    z-index: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-package-images {
    flex-direction: column;
    display: flex;
  }

  .div-block-89 {
    background-image: linear-gradient(#fff0, #000);
    height: auto;
  }

  .div-block-90 {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1rem 1.25rem;
  }

  .footer-copyright {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    font-family: Satoshi Variable, sans-serif;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
  }

  .uui-faq03_heading {
    text-align: left;
    font-style: normal;
    line-height: 130%;
  }

  .uui-faq03_question {
    font-style: normal;
  }

  .wrap-customer {
    width: 100%;
  }

  .wrap-a-1 {
    margin-bottom: -2.5625rem;
  }

  .wrap-a-1:hover {
    width: 100%;
  }

  .a-3 {
    height: 16.25rem;
  }

  .a-2 {
    height: 18.125rem;
  }

  .wrap-a-2 {
    margin-bottom: -2.5rem;
  }

  .wrap-a-2:hover {
    width: 100%;
  }

  .wrap-a-3 {
    margin-bottom: -2.5rem;
  }

  .wrap-a-3:hover {
    width: 100%;
    height: 300120%;
  }

  .a-1 {
    height: 16.25rem;
  }

  .wrap-12 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    width: 90vw;
    margin-bottom: 0;
  }

  .wrap-56 {
    width: auto;
    top: -4.6875rem;
    left: 0;
  }

  .hero-about {
    border-radius: 0;
    height: 120vh;
  }

  .image-12 {
    object-fit: cover;
    height: 30rem;
  }

  .h3 {
    text-align: left;
    font-size: 1.5rem;
  }

  .grid-12.left {
    align-items: flex-start;
  }

  .div-block-93 {
    top: -1.8125rem;
  }

  .paragraph-5 {
    text-align: left;
    width: 100%;
  }

  .div-block-95 {
    top: -3.3125rem;
  }

  .paragraph-a {
    font-size: 1.375rem;
  }

  .lightbox-1 {
    left: 0;
  }

  .lightbox-1._1 {
    width: auto;
    transform: none;
  }

  .lightbox-1._2 {
    flex-direction: column;
    width: auto;
    position: static;
    transform: none;
  }

  .lightbox-1._3 {
    width: auto;
    display: none;
  }

  .lightbox-1._4, .lightbox-1._5 {
    width: auto;
    transform: none;
  }

  .container-2 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .collection-wrap-recipes-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    width: auto;
  }

  .heading-325 {
    text-align: left;
    width: auto;
  }

  .title-recipes-5 {
    text-align: left;
  }

  .collection-item-recipes-2 {
    margin-bottom: .625rem;
  }

  .image-recipes-3 {
    height: 12.5rem;
    max-height: 12.5rem;
  }

  .heading-327 {
    text-align: left;
  }

  .padding-bottom {
    margin-bottom: 0;
  }

  .heading-335 {
    text-align: left;
    font-size: 2.125rem;
  }

  .heading-335.animation-text {
    margin-bottom: 0;
  }

  .heading-336 {
    text-align: left;
    font-size: 3.125rem;
    line-height: 100%;
  }

  .logo {
    order: -1;
  }

  .heading-345 {
    text-align: left;
    font-size: 2.375rem;
    line-height: 120%;
  }

  .footer-social-media {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-text {
    font-size: 1rem;
  }

  .footer-contact {
    grid-row-gap: .1875rem;
    text-align: left;
    grid-template-rows: auto auto auto;
    grid-template-columns: .3fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 0;
    display: grid;
  }

  .footer-contact-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    padding-top: 0;
    display: grid;
  }

  .contact-wrap {
    padding-top: 1.25rem;
  }

  .image-recipies {
    border-radius: .625rem;
  }

  .section-copy {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-109 {
    margin-top: 0;
  }

  .div-block-72-copy {
    height: auto;
    padding: 0;
  }

  .div-block-111 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-13-copy {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .flex-block {
    grid-template-columns: 1fr;
    padding: .75rem 1rem;
  }

  .center {
    font-size: 2.75rem;
  }

  .lightbox-link-3.card-3 {
    height: 16.25rem;
  }

  .cricle-section {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6.25rem;
  }

  .wrap-team {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .wrap-image {
    min-height: auto;
  }

  .page-wrapper {
    overflow: visible;
  }

  .hero-interaction {
    text-align: left;
    overflow: hidden;
  }

  .sticky-hero {
    height: auto;
    overflow: visible;
  }

  .wrap-hero {
    width: 95vw;
    padding-top: 3.125rem;
  }

  .frame {
    justify-content: flex-start;
    align-items: flex-start;
    width: 95vw;
    height: auto;
    padding-top: 2.5rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .description-hero-wrap {
    padding-top: .625rem;
    position: static;
    top: 18.75rem;
  }

  .button-10 {
    font-size: 1.125rem;
  }

  .image-hero-wrap {
    width: 95vw;
    height: 24.375rem;
    position: relative;
    top: 0;
  }

  .image-hero-wrap.w--current {
    perspective-origin: 50% 0;
    transform-origin: 50% 0;
    transform: scale(1.4);
  }

  .hero-h2-a {
    z-index: 0;
    -webkit-text-stroke-width: .03125rem;
    font-size: 6.2vw;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .hero-h2-b {
    z-index: 0;
    -webkit-text-stroke-width: .03125rem;
    font-size: 6.2vw;
    bottom: auto;
    right: auto;
  }

  .columns {
    flex-direction: column;
  }

  .div-block-9 {
    width: 470vw;
  }

  .heading-352, .bold-text-6 {
    text-align: left;
  }

  .heading-353 {
    font-size: 1.875rem;
  }

  .heading-354 {
    -webkit-text-stroke-width: .0625rem;
    font-size: 1.875rem;
    font-weight: 500;
  }

  .wrap-product-page {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    width: 94vw;
  }

  .product-left-side {
    flex-direction: row;
    padding: 2%;
  }

  .lightbox-link-4 {
    height: 5.625rem;
  }

  .collection-list-5 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list-wrapper-3 {
    width: auto;
  }

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

  .product-image-thumbnail {
    height: 100%;
    min-height: 16.25rem;
  }

  .heading-356 {
    font-size: 2.75rem;
    font-weight: 500;
  }

  .description-product {
    text-align: left;
    column-count: 1;
    margin-top: 2.5rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 140%;
  }

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

  .product-image-mobile-only {
    height: 18.75rem;
    margin-bottom: .625rem;
    display: flex;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    justify-content: center;
    display: flex;
    position: absolute;
  }

  .nav-menu._2 {
    top: 3.5rem;
  }

  .nav-menu._3 {
    top: 7rem;
  }

  .nav-menu._4 {
    background-color: var(--bg-light);
    top: 10.5rem;
  }

  .modal-order {
    display: none;
    right: 0%;
  }

  .heading-357 {
    text-align: left;
    letter-spacing: 0;
    -webkit-text-stroke-width: .09375rem;
    font-size: 2rem;
  }

  .heading-358 {
    text-align: left;
    font-size: 1.25rem;
  }

  .div-block-129 {
    display: flex;
  }

  .div-block-130 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -2.5625rem;
    padding-bottom: 1.5625rem;
    display: flex;
    position: static;
  }

  .text-block-3-copy {
    font-size: 1.25rem;
    font-weight: 500;
  }

  .heading-3228 {
    padding-left: 0;
    padding-right: 0;
    line-height: 110%;
  }

  .paragraph-3 {
    text-align: left;
    padding-left: 1.25rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 140%;
  }

  .footer-copyright-io {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    margin-top: .5rem;
    margin-bottom: .75rem;
    font-family: Satoshi Variable, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
  }

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

  .text-type-3 {
    color: var(--text-900);
    text-align: left;
    width: 100%;
  }

  .title-type-3 {
    font-size: 2rem;
  }

  .knot-text {
    font-size: 1.5625rem;
  }

  .card-typ-saffron {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .order-now-section {
    width: 100vw;
  }

  .wrap-order {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .wrap-form-order-section {
    padding: 1rem .75rem;
  }

  .form-33 {
    padding-top: .625rem;
    padding-bottom: 0;
  }

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

  .div-block-136 {
    height: 10.625rem;
  }

  .div-block-139 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
    display: flex;
    position: relative;
  }

  .wrap-image-type-saffron {
    z-index: 3;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--bg-light);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 15.625rem;
    margin-bottom: 0;
    display: flex;
    top: 0;
  }

  .div-block-140 {
    z-index: 1;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #fff;
    padding-top: 0;
  }

  .image-saffron-type {
    height: 15.625rem;
    left: auto;
    overflow: visible;
  }
}

#w-node-d17d76ef-84fd-fdf6-21b6-7f05556397b6-7e517b57 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_98177764-5e58-8d6f-3076-86048c217e44-7e517b57 {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-e13d487a-3bb7-6ede-76ff-272c3dd67fa5-7e517b57 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_91c38cef-ff3f-089e-4c54-06be7ed6e0ec-7e517b57 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_2cac477e-342d-de6a-e140-28ad33f3db93-7e517b57 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a3117d2a-9868-81f8-a26d-cb033484d724-7e517b57 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-f7dbce0c-a30a-ec68-dbd0-8d213852d2cc-7e517b57 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-c6d74732-e4a8-3455-60d2-f8fce376cfe2-7e517b57, #w-node-_225bd4a0-a49b-2bb7-e119-ebb7d91c329a-7e517b57, #w-node-_89946861-e187-b959-6c63-3d7e93c71ac2-7e517b57, #w-node-e4f18bab-ff89-7d29-f292-8698343a7c7a-7e517b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b8026ab-2ecc-feda-7f8f-a91d4dc5454c-7e517b57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27b20a5a-671e-844b-a4fb-c11859c30b65-7e517b57 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_594e9053-64e3-b70f-9023-ed90d2ff3a5f-7e517b57 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_530aa00d-2d37-c62e-cd06-0771f2081c69-7e517b57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5847f27d-e72b-f107-08b5-3181be9e371b-7e517b57 {
  align-self: center;
}

#w-node-c5d4a4af-66fb-ecf6-1a9b-cd7d9256409a-7e517b57, #w-node-_7cc7b98f-3590-773a-e2f0-462400bdd042-7e517b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_925bb3d2-359d-b430-3907-5de1a4c327e8-7e517b57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f5aa10f2-5fe2-5da0-3cfa-50344cb624f3-7e517b57 {
  align-self: center;
}

#w-node-f5aa10f2-5fe2-5da0-3cfa-50344cb624f4-7e517b57, #w-node-f5aa10f2-5fe2-5da0-3cfa-50344cb624f6-7e517b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9b8a498-1858-e4fb-ed61-1e6029daa9dd-7e517b57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9b8a498-1858-e4fb-ed61-1e6029daa9df-7e517b57 {
  align-self: center;
}

#w-node-c9b8a498-1858-e4fb-ed61-1e6029daa9e0-7e517b57, #w-node-c9b8a498-1858-e4fb-ed61-1e6029daa9e2-7e517b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fa2481e-8d14-bf2f-fe6a-0579971da3da-7e517b57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fa2481e-8d14-bf2f-fe6a-0579971da3dc-7e517b57 {
  align-self: center;
}

#w-node-_1fa2481e-8d14-bf2f-fe6a-0579971da3dd-7e517b57, #w-node-_1fa2481e-8d14-bf2f-fe6a-0579971da3df-7e517b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_540d2a88-4001-1e5e-2847-6782df04f2e4-7e517b57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_553d1a76-d57b-7166-de15-f773984ae4e3-7e517b57 {
  align-self: center;
}

#w-node-_553d1a76-d57b-7166-de15-f773984ae4e4-7e517b57, #w-node-_553d1a76-d57b-7166-de15-f773984ae4e6-7e517b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_214ef2aa-478b-a5f3-d135-7738f69318ab-7e517b57 {
  grid-area: 1 / 2 / 2 / 10;
}

#w-node-_214ef2aa-478b-a5f3-d135-7738f69318af-7e517b57, #w-node-_214ef2aa-478b-a5f3-d135-7738f69318bb-7e517b57, #w-node-_214ef2aa-478b-a5f3-d135-7738f69318c1-7e517b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7efdef59-bb3f-751d-f55c-3693519b3fdc-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_20f157dc-9316-818c-9b11-28137cd3d8c3-87e29718 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d2431583-0c7e-2da1-6f59-b0b38c102b96-87e29718, #w-node-a31e7a85-79f2-21bf-94b2-519351dceeaf-87e29718, #w-node-d2431583-0c7e-2da1-6f59-b0b38c102b9a-87e29718, #w-node-_75789577-35f3-f141-b20f-78f1b4b66b9c-87e29718, #w-node-d2431583-0c7e-2da1-6f59-b0b38c102b9e-87e29718, #w-node-d5f9133d-fd17-b306-f943-a0e9833ff48c-87e29718, #w-node-d2431583-0c7e-2da1-6f59-b0b38c102b92-87e29718, #w-node-e2357852-dc09-1202-6986-4f51ddb6d82f-87e29718, #w-node-_6820dbc8-ac7e-ff91-eaed-01bb9a7c3da0-87e29718 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  grid-area: 2 / 3 / 3 / 5;
  align-self: end;
}

#w-node-_3b00a91e-efe6-af03-2a05-9395f2d8f821-7e517ba0, #w-node-_4bde9797-dc08-e716-2ebc-81afcf638813-7e517ba0 {
  grid-area: 1 / 12 / 2 / 3;
}

#w-node-b259bdec-34cc-8f4a-1980-73786018ba36-7e517ba0 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-dbce1633-0dda-3878-6e99-6717a1c35fb5-7e517ba0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f6c86523-5c02-657b-d7ca-77787fb82d1f-7e517ba0 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_0a66c17c-28d5-ccac-d4d4-6ff1097d23e9-7e517ba0 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-c6673360-827d-ac1c-d070-6e7dfa1d52cf-7e517ba0 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_7effe12d-3e48-1df7-6115-0c27572c2367-7e517ba0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7822b99d-ecb5-1ca6-f4e6-49689437bb1b-7e517ba0 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-dd5e198d-3a8e-0b8e-b15c-67c06be6e262-7e517ba0 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_91fe4343-275f-7ae4-12e2-8761fb0bc69b-7e517ba0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba175460-3614-6e15-9f13-c55358626dfb-7e517ba0 {
  grid-area: 1 / 11 / 2 / 3;
}

#w-node-_57f7bfc0-8db7-0363-690d-357884d2c530-7e517ba0 {
  grid-area: 2 / 2 / 2 / 12;
}

#w-node-_9c3086bf-58cd-168f-e167-3ab7da88a474-7e517ba0 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-a42705f2-4d1a-d710-d7a2-e75054ff212c-7e517ba0 {
  grid-area: 1 / 9 / 6 / 14;
}

#w-node-_9d96e0e1-e7d7-d331-6613-0c41f0a7a63b-7e517ba0 {
  grid-area: 2 / 1 / 4 / 10;
}

#w-node-_08486a3b-b117-8f64-44ec-291456ece980-7e517ba0 {
  grid-area: 4 / 2 / 5 / 10;
}

#w-node-a1e3ec30-f3e2-4634-840f-42185c8ae0a3-7e517ba0 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_54c4d5b1-48ee-216f-8243-f98a6bd8be15-7e517ba0 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_222caf9d-0d95-d53f-db9d-99c54a84e276-7e517ba0 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_222caf9d-0d95-d53f-db9d-99c54a84e27b-7e517ba0 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_104ccec9-ea22-1b45-b1de-15ca2bb291fd-7e517ba0 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-bf2e2a88-84e0-aa6f-61e1-b90f246bb73c-7e517ba0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1c2078df-62d3-98c9-8bfd-1bb2177e920c-7e517ba0, #w-node-_1f9af26a-1402-5972-50a2-e8d2ff33bf9d-7e517ba0 {
  grid-area: 1 / 1 / 1 / 13;
}

#w-node-_38d38f7f-6b1d-c639-2ba7-0e5a35b019f8-7e517ba0 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_38d38f7f-6b1d-c639-2ba7-0e5a35b01a00-7e517ba0 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_75f264b1-2154-6062-f667-63194448c1e4-7e517ba0 {
  grid-area: 1 / 2 / 1 / 9;
}

#w-node-ecbd41cd-5b2d-78be-ec94-d855601f6275-7e517bb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_92187f5e-93fe-6d2b-3c7d-1a64c890f0b9-7e517bb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_272c58e7-0869-7485-3077-889028da4739-7e517bb8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_272c58e7-0869-7485-3077-889028da473e-7e517bb8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_272c58e7-0869-7485-3077-889028da4743-7e517bb8 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-f0b9337d-2fad-8de6-f1c3-3494b9231144-7e517bb8, #w-node-f18a9c99-1e1b-4db3-e58f-0439c1c0bf51-7e517bbc, #w-node-_7dfab329-f083-ce35-efcd-4b5373d93c5a-7e517bbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_98177764-5e58-8d6f-3076-86048c217e44-7e517b57 {
    grid-area: 2 / 3 / 2 / 12;
  }

  #w-node-_91c38cef-ff3f-089e-4c54-06be7ed6e0ec-7e517b57 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-c6d74732-e4a8-3455-60d2-f8fce376cfe2-7e517b57 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_225bd4a0-a49b-2bb7-e119-ebb7d91c329a-7e517b57 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_89946861-e187-b959-6c63-3d7e93c71ac2-7e517b57 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e4f18bab-ff89-7d29-f292-8698343a7c7a-7e517b57 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_594e9053-64e3-b70f-9023-ed90d2ff3a5f-7e517b57 {
    grid-area: 2 / 2 / 3 / 11;
  }

  #w-node-_214ef2aa-478b-a5f3-d135-7738f69318ab-7e517b57 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_214ef2aa-478b-a5f3-d135-7738f69318af-7e517b57, #w-node-_214ef2aa-478b-a5f3-d135-7738f69318bb-7e517b57, #w-node-_214ef2aa-478b-a5f3-d135-7738f69318c1-7e517b57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7efdef59-bb3f-751d-f55c-3693519b3fdc-87e29718 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_20f157dc-9316-818c-9b11-28137cd3d8c3-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
    grid-row: 2 / 3;
  }

  #w-node-_3b00a91e-efe6-af03-2a05-9395f2d8f821-7e517ba0, #w-node-_4bde9797-dc08-e716-2ebc-81afcf638813-7e517ba0 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-f6c86523-5c02-657b-d7ca-77787fb82d1f-7e517ba0 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_7822b99d-ecb5-1ca6-f4e6-49689437bb1b-7e517ba0 {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-ba175460-3614-6e15-9f13-c55358626dfb-7e517ba0 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_9c3086bf-58cd-168f-e167-3ab7da88a474-7e517ba0 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_9d96e0e1-e7d7-d331-6613-0c41f0a7a63b-7e517ba0 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-a1e3ec30-f3e2-4634-840f-42185c8ae0a3-7e517ba0, #w-node-_1f9af26a-1402-5972-50a2-e8d2ff33bf9d-7e517ba0 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_38d38f7f-6b1d-c639-2ba7-0e5a35b019f8-7e517ba0 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_38d38f7f-6b1d-c639-2ba7-0e5a35b01a00-7e517ba0 {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-_75f264b1-2154-6062-f667-63194448c1e4-7e517ba0 {
    grid-area: 1 / 2 / 1 / 12;
  }

  #w-node-ecbd41cd-5b2d-78be-ec94-d855601f6275-7e517bb8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_92187f5e-93fe-6d2b-3c7d-1a64c890f0b9-7e517bb8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_272c58e7-0869-7485-3077-889028da4739-7e517bb8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_272c58e7-0869-7485-3077-889028da473e-7e517bb8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_272c58e7-0869-7485-3077-889028da4743-7e517bb8 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_98177764-5e58-8d6f-3076-86048c217e44-7e517b57 {
    grid-area: 2 / 1 / 2 / 12;
  }

  #w-node-e13d487a-3bb7-6ede-76ff-272c3dd67fa5-7e517b57 {
    grid-row: 3 / 4;
  }

  #w-node-f7dbce0c-a30a-ec68-dbd0-8d213852d2cc-7e517b57 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-c6d74732-e4a8-3455-60d2-f8fce376cfe2-7e517b57, #w-node-_225bd4a0-a49b-2bb7-e119-ebb7d91c329a-7e517b57, #w-node-_89946861-e187-b959-6c63-3d7e93c71ac2-7e517b57, #w-node-e4f18bab-ff89-7d29-f292-8698343a7c7a-7e517b57 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c5d4a4af-66fb-ecf6-1a9b-cd7d9256409a-7e517b57, #w-node-_7cc7b98f-3590-773a-e2f0-462400bdd042-7e517b57, #w-node-f5aa10f2-5fe2-5da0-3cfa-50344cb624f4-7e517b57, #w-node-f5aa10f2-5fe2-5da0-3cfa-50344cb624f6-7e517b57, #w-node-c9b8a498-1858-e4fb-ed61-1e6029daa9e0-7e517b57, #w-node-c9b8a498-1858-e4fb-ed61-1e6029daa9e2-7e517b57, #w-node-_1fa2481e-8d14-bf2f-fe6a-0579971da3dd-7e517b57, #w-node-_1fa2481e-8d14-bf2f-fe6a-0579971da3df-7e517b57, #w-node-_553d1a76-d57b-7166-de15-f773984ae4e4-7e517b57, #w-node-_553d1a76-d57b-7166-de15-f773984ae4e6-7e517b57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_214ef2aa-478b-a5f3-d135-7738f69318af-7e517b57, #w-node-_214ef2aa-478b-a5f3-d135-7738f69318bb-7e517b57, #w-node-_214ef2aa-478b-a5f3-d135-7738f69318c1-7e517b57 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b6823ea8-8099-c06c-60fb-fe0c8bbe860f-7e517b57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20f157dc-9316-818c-9b11-28137cd3d8c3-87e29718 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
    grid-area: 3 / 2 / 4 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_91c38cef-ff3f-089e-4c54-06be7ed6e0ec-7e517b57 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_2cac477e-342d-de6a-e140-28ad33f3db93-7e517b57 {
    grid-row: 1 / 2;
  }

  #w-node-c6d74732-e4a8-3455-60d2-f8fce376cfe2-7e517b57 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_225bd4a0-a49b-2bb7-e119-ebb7d91c329a-7e517b57, #w-node-_89946861-e187-b959-6c63-3d7e93c71ac2-7e517b57, #w-node-_214ef2aa-478b-a5f3-d135-7738f69318c1-7e517b57 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_20f157dc-9316-818c-9b11-28137cd3d8c3-87e29718 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5e8ec66c-ba9e-55aa-2131-280cc974c84d-87e29718 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a31e7a85-79f2-21bf-94b2-519351dceeaf-87e29718 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_75789577-35f3-f141-b20f-78f1b4b66b9c-87e29718 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d5f9133d-fd17-b306-f943-a0e9833ff48c-87e29718 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_00b8468b-1ef4-76dd-1161-78cc0dc8dc27-87e29718 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_70dc5feb-fa43-e8bb-a530-1fe0f1624c18-7e517bbb {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f07e8694-07da-74f3-2a8c-b76eaf91a40e-7e517bbb {
    order: -9999;
    grid-area: 1 / 1 / 2 / 4;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}