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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --hot-pink: #f282bc;
  --dark-red: #b73f41;
  --fade-black: #000000b3;
  --color: white;
  --bold-red: #be1e2d;
  --silver: #bbb;
  --light-pink: #ffedf6;
  --red: #ec3b4a;
  --linen: #ebe6dd;
  --dim-grey: #61533a;
  --aqua: #58daa9;
  --blue: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-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-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #6d6d6d;
  background-color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  line-height: 1.4em;
}

h1 {
  color: #000;
  letter-spacing: -.3vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 7.5vw;
  font-weight: 700;
  line-height: 7vw;
}

h2 {
  color: #000;
  letter-spacing: -.2vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 5.5vw;
  text-decoration: none;
}

h3 {
  color: #000;
  letter-spacing: -.1vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3.3vw;
  font-weight: 700;
  line-height: 3.6vw;
}

h4 {
  color: #000;
  letter-spacing: -.05vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sentient, sans-serif;
  font-size: 2.25vw;
  font-weight: 300;
  line-height: 2.75vw;
}

h5 {
  color: #000;
  letter-spacing: -.05vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 2.1vw;
}

h6 {
  border-top: 1px solid var(--hot-pink);
  color: var(--hot-pink);
  letter-spacing: -.015vw;
  margin-top: -.5vw;
  margin-bottom: 0;
  padding-top: .5vw;
  padding-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.5vw;
}

p {
  color: #6d6d6d;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 2.1vw;
}

a {
  color: #6d6d6d;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 2vw;
  padding-left: 3vw;
}

li {
  color: #6d6d6d;
  margin-bottom: .75vw;
  font-family: Satoshi, sans-serif;
  font-size: 1.4vw;
  line-height: 1.8vw;
}

img {
  display: inline-block;
}

strong {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

blockquote {
  color: #000;
  letter-spacing: -.05vw;
  border-left: 5px solid #e2e2e2;
  margin-top: 2vw;
  margin-bottom: 3vw;
  padding: 0 0 0 2vw;
  font-family: Sentient, sans-serif;
  font-size: 3.3vw;
  font-weight: 300;
  line-height: 1.2em;
}

figure {
  width: 100%;
  margin-bottom: 2vw;
}

figcaption {
  color: #9b9b9b;
  text-align: left;
  margin-top: 1vw;
  font-size: 1em;
}

.nb-link {
  margin-right: 2vw;
  text-decoration: none;
}

.subnav-link {
  margin-right: 4vw;
}

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

.image.expand-animation {
  height: 100%;
}

.image.contain {
  object-fit: contain;
}

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

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

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

.h1-style-1 {
  letter-spacing: -.3vw;
  font-family: Satoshi, sans-serif;
  font-size: 7.75vw;
  font-weight: 400;
  line-height: 7vw;
  text-decoration: none;
}

.h2-style-1 {
  letter-spacing: -.15vw;
  font-family: Satoshi, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 5.5vw;
  text-decoration: none;
}

.h3-style-1 {
  font-family: Satoshi, sans-serif;
  font-size: 3.3vw;
  font-weight: 400;
  line-height: 3.6vw;
  text-decoration: none;
}

.h4-style-1 {
  font-family: Satoshi, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  line-height: 2.75vw;
  text-decoration: none;
}

.pxs {
  font-family: Poppins, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.5em;
}

.pxs.white {
  color: #fff;
}

.pxs.webflow-link {
  color: #ffffff80;
}

.pxs.webflow-link:hover, .footer-link-old {
  color: #fff;
}

.tablet-rows {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.margin-row {
  background-color: #f003;
  width: 100%;
  height: 1.5vw;
}

.mobile-rows {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.gutter {
  width: .5vw;
  height: 100%;
}

.row {
  background-color: #ff00000d;
  flex: 1;
  width: 100%;
}

.grid {
  z-index: 10000;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.row-gutter {
  width: 100%;
  height: .5vw;
}

.margin-column {
  background-color: #f003;
  width: 1.5vw;
  height: 100%;
}

.desktop-columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.desktop-rows {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.column {
  background-color: #ff00000d;
  flex: 1;
  height: 100%;
}

.tablet-columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.mobile-columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.desktop-grid {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tablet-grid, .mobile-grid {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.statement-nav-links {
  z-index: 5;
  margin-top: 1.5vw;
  margin-right: 1.5vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-color-white {
  color: #fff;
}

.float-top-left {
  margin-top: 1.5vw;
  margin-left: 1.5vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.h5-style-1 {
  width: 100%;
  font-family: Satoshi, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.7vw;
  text-decoration: none;
}

.h5-style-1:hover {
  color: var(--dark-red);
}

.h5-style-1.inline {
  text-align: justify;
  font-family: Satoshi, sans-serif;
  display: inline;
}

.h5-style-1.multiply {
  color: var(--fade-black);
  mix-blend-mode: multiply;
}

.h5-style-1.multiply:hover {
  color: var(--fade-black);
}

.h5-style-1.locations {
  display: none;
}

.h5-style-1.phone {
  width: 100%;
}

.h5-style-1.phone:hover {
  color: var(--color);
}

.h5-style-1.footer {
  color: var(--fade-black);
}

.h5-style-1.footer:hover {
  color: var(--color);
}

.h5-style-1.address {
  width: 90%;
}

.h5-style-1.address:hover {
  color: var(--color);
}

.h6-style-1 {
  letter-spacing: .05em;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.3vw;
  text-decoration: none;
}

.h6-style-1:hover {
  color: var(--bold-red);
}

.h6-style-1.text-color-white {
  color: #fff;
}

.h6-style-1.eyebrow {
  color: var(--hot-pink);
  font-weight: 500;
}

.h6-style-1._1 {
  font-family: p22-underground, sans-serif;
  font-size: 1.3vw;
  line-height: 1.7vw;
}

.h6-style-1._2 {
  font-family: Satoshi, sans-serif;
  font-size: 1.5vw;
  line-height: 1.8vw;
}

.black-overlay {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.black-overlay.scroll-in {
  display: none;
}

.button-style-large {
  background-color: #000;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1vw 4vw;
  font-size: 1.1vw;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-style-large:hover {
  background-color: var(--hot-pink);
}

.button-style-large.button-large {
  width: 100%;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  font-size: 1.5vw;
}

.button-background {
  background-color: #000;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-arrow {
  background-color: #fff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.om-background {
  background-color: var(--color);
  perspective-origin: 100%;
  transform-origin: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-menu {
  z-index: 200;
  justify-content: flex-end;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay-menu.show {
  display: flex;
}

.h1-style-2 {
  color: #000;
  letter-spacing: -.3vw;
  font-family: Poppins, sans-serif;
  font-size: 7.5vw;
  font-weight: 700;
  line-height: 7vw;
  text-decoration: none;
}

.h1-style-2.text-color-white {
  color: #fff;
}

.h1-style-2.menu-title {
  font-size: 6.5vw;
  line-height: 7vw;
}

.h1-style-2.mobile-display {
  color: #fff;
  letter-spacing: 0;
  font-family: juniper-std, sans-serif;
  font-size: 9vw;
  line-height: 8vw;
}

.h2-style-2 {
  letter-spacing: -.15vw;
  font-family: Poppins, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 5vw;
  text-decoration: none;
}

.h2-style-2.side-nav-style {
  font-size: 4.25vw;
  line-height: 1.1em;
}

.h2-style-2.h1-title {
  letter-spacing: -.3vw;
  font-size: 7vw;
  line-height: 7vw;
}

.h2-style-2.om-style {
  font-family: termina, sans-serif;
  font-size: 8.5vh;
  line-height: 10vh;
}

.h2-style-2.om-style.text-color-white {
  color: var(--dark-red);
  font-family: termina, sans-serif;
}

.h2-style-2.om-style.faded {
  opacity: .3;
}

.h3-style-2 {
  color: #000;
  letter-spacing: -.1vw;
  font-family: termina, sans-serif;
  font-size: 2.9vw;
  font-weight: 700;
  line-height: 3.6vw;
  text-decoration: none;
}

.h3-style-2.text-color-pink {
  color: var(--bold-red);
  font-family: termina, sans-serif;
}

.h3-style-2.article-category-link {
  font-size: 3vw;
}

.h4-style-2 {
  letter-spacing: -.05vw;
  font-family: Poppins, sans-serif;
  font-size: 2.25vw;
  font-weight: 700;
  line-height: 2.75vw;
  text-decoration: none;
}

.h5-style-2 {
  letter-spacing: -.025vw;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.9vw;
  text-decoration: none;
}

.h5-style-2.text-color-pink {
  color: var(--hot-pink);
}

.h5-style-2.second-price {
  color: var(--hot-pink);
  margin-right: -.5vw;
}

.h6-style-2 {
  letter-spacing: -.015vw;
  font-family: Poppins, sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.5vw;
  text-decoration: none;
}

.main-menu-links {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: -.5vw;
  display: flex;
  position: relative;
}

.hero-big-logo {
  z-index: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.big-logo-row-1 {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  height: 50%;
  display: flex;
}

.html-embed {
  position: absolute;
}

.big-logo-row-2 {
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5vw;
}

.big-logo-column-1 {
  flex: 1;
  height: 100%;
  padding: 1.5vw;
  position: relative;
}

.big-logo-column-2 {
  border-left: 1px solid #000;
  width: 23%;
  height: 100%;
  padding: 1.5vw;
  position: relative;
}

.home-logo {
  width: 20vw;
}

.big-logo-text {
  flex-direction: column;
  justify-content: flex-end;
  width: 32vw;
  height: 100%;
  display: flex;
}

.paragraph-indent {
  width: 30%;
  display: inline-block;
}

.paragraph-indent.article {
  width: 26%;
}

.big-logo-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.big-logo-image {
  float: right;
  background-color: var(--silver);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30.75vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.big-logo-text-wrapper {
  text-align: justify;
  font-family: p22-underground, sans-serif;
  line-height: 1.1em;
}

.content-sections {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.content-sections.margin-top {
  margin-top: 100vh;
}

.content-sections.shop-category-margin {
  margin-top: 30vh;
}

.content-sections.shop-item-top {
  margin-top: 100vh;
}

.content-sections.info-content-sections {
  margin-top: 23vw;
}

.section-image {
  border-top: 1px solid #000;
  width: 100%;
  position: relative;
}

.section-faves {
  background-color: #fff;
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: none;
}

.section-faves.bg-pink {
  background-color: var(--light-pink);
}

.faves-row-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 40vw;
  padding: 1.5vw;
  display: flex;
  position: relative;
}

.menu-section-list {
  width: 100%;
  position: relative;
}

.faves-headline {
  width: 64.5vw;
  margin-bottom: -1.5vw;
  position: sticky;
  top: 1vw;
}

.trigger-wrapper {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5vw;
  display: flex;
}

.trigger-wrapper.nav-trigger-wrapper {
  border-top-style: none;
  padding: 0;
}

.trigger-column-1 {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.trigger-title {
  width: 30.75%;
  margin-right: .5vw;
}

.legend-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 5vw;
  display: flex;
}

.legend-wrapper.single-price {
  justify-content: flex-end;
}

.trigger-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 66.5%;
  display: flex;
}

.trigger-content.trigger-narrow {
  width: 85.4%;
}

.faves-size-wrapper {
  margin-bottom: 1vw;
  margin-right: 1.5vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.faves-image {
  object-fit: contain;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 40vw;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.faves-image.position-1 {
  margin-top: -12vw;
  margin-left: -18vw;
  inset: 0% auto auto 0%;
}

.faves-image.position-2 {
  margin-bottom: -29vw;
  margin-left: 14vw;
  inset: auto auto 0% 0%;
}

.faves-image.position-3 {
  margin-top: -34vh;
  margin-right: -23vw;
  inset: 0% 0% auto auto;
}

.alert {
  background-color: var(--hot-pink);
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  height: 3vw;
  padding: 1vw;
  display: none;
  position: static;
}

.h7-style-1 {
  font-family: Satoshi, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.3vw;
  text-decoration: none;
}

.h7-style-1.text-color-white {
  color: #fff;
}

.section-grid {
  background-color: #fff;
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.section-grid.bg-pink {
  background-color: var(--light-pink);
  background-image: none;
}

.grid-header {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 30vw;
  padding: 1.5vw;
  display: flex;
}

.grid-body {
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1.5vw;
  display: flex;
  position: relative;
}

.collection-list-grid {
  grid-column-gap: .5vw;
  grid-row-gap: 3vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 64.5vw;
  display: grid;
}

.collection-list-grid.hide {
  display: none;
}

.grid-item {
  border-left: 1px solid #000;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.grid-overview {
  flex-direction: column;
  justify-content: space-between;
  width: 21.1vw;
  line-height: 1.5em;
  display: flex;
}

.grid-title {
  width: 64.5vw;
  position: sticky;
  top: 1vw;
}

.section-footer {
  z-index: 1;
  background-color: var(--bold-red);
  border-top: 1px solid #000;
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

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

.footer-row-2 {
  flex-direction: column;
  justify-content: space-between;
  height: 30vw;
  padding: 1.5vw;
  display: flex;
  position: relative;
}

.fr2-section-2 {
  width: 100%;
}

.faves-title {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph-indented {
  width: 21.25vw;
  margin-bottom: 1vw;
  position: sticky;
  top: 1vw;
}

.paragraph-indented._100 {
  width: 100%;
}

.fr1-column-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 66.25%;
  padding-bottom: 0;
  padding-right: 1.5vw;
  display: grid;
}

.fr1-column-1 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5vw;
  display: flex;
}

.fr1-column-2-section {
  width: 100%;
  height: 100%;
  padding: 1.5vw 1vw 1vw;
  position: relative;
}

.footer-row-3 {
  justify-content: space-between;
  height: auto;
  padding: 1.5vw;
  display: flex;
  position: relative;
}

.fr1-section {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fr1-section.fr-section-title {
  color: #000;
}

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

.fr3-column-2 {
  display: flex;
}

.floating-nav {
  z-index: 100;
  width: 5vw;
  height: 85vh;
  position: fixed;
  inset: 0% 0% auto auto;
}

.floating-nav-background {
  z-index: 0;
  background-color: #fff;
  border-radius: .5vw 0 0 .5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 1vw #0003;
}

.floating-nav-logo {
  width: 60%;
  margin-top: .5vw;
}

.floating-nav-logo.w--current {
  width: 50%;
}

.hamburger-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 2vw;
  padding-left: .5vw;
  padding-right: .5vw;
  display: flex;
  position: relative;
}

.icon-line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.icon-line.icon-spacing {
  background-color: #0000;
  margin-top: .1vw;
  margin-bottom: .1vw;
}

.icon-line.white {
  background-color: #fff;
}

.floating-nav-content {
  z-index: 100;
  width: 5vw;
  height: 12vw;
  margin-top: 1.5vw;
  position: relative;
}

.floating-nav-icon-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-content-area {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.logo {
  width: 4vw;
  margin-bottom: .5vw;
}

.logo.w--current {
  position: relative;
}

.icon-hit-area {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-menu {
  text-align: right;
  position: sticky;
  bottom: 0;
}

.main-menu-link {
  color: #000;
  flex-direction: column;
  font-weight: 600;
  line-height: 1.3em;
  display: flex;
}

.main-menu-link.w--current {
  position: relative;
}

.main-menu-link.tight {
  margin-bottom: -2vh;
}

.main-menu-link.desktop-link {
  margin-bottom: -.75vw;
}

.main-menu-link.article-categories {
  margin-bottom: -.25vw;
}

.side-nav-links {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: sticky;
  bottom: 1.5vw;
}

.sn-menu-icon {
  display: none;
}

.lc-title-holder {
  border-bottom: 1px solid #000;
  width: 100%;
  height: 16vw;
  padding: 1.5vw;
  overflow: hidden;
  transform: translate(0);
}

.landing-page-title-image {
  height: 100%;
}

.lc-title {
  width: 100%;
  height: 100%;
}

.lc-body-holder {
  grid-column-gap: .5vw;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.lc-links {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 85.75%;
  padding: 1.5vw;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.lc-link {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  transition: color .1s;
  display: flex;
}

.lc-link:hover {
  color: var(--hot-pink);
}

.location-section {
  background-color: #fff;
  border-top: 1px solid #000;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.location-section.fade-title.no-border-top {
  border-top-style: none;
  overflow: hidden;
}

.ls-sidebar {
  border-left: 1px solid #000;
  flex-direction: column;
  width: 23%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.ls-body {
  z-index: 2;
  background-color: var(--light-pink);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.location-image {
  background-color: var(--silver);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-hours {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 50%;
  padding: 1vw;
  display: flex;
  position: relative;
}

.hours-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.hours-item {
  justify-content: space-between;
  display: flex;
}

.hours-date {
  color: #000;
  width: 50%;
}

.hours-time {
  text-align: right;
  width: 50%;
}

.location-details {
  justify-content: space-between;
  width: 100%;
  padding: 1.5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.location-title {
  width: 100%;
  padding: 1.5vw;
  position: sticky;
  inset: 0% 0% auto;
}

.location-details-wrapper {
  grid-column-gap: .5vw;
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.location-buttons {
  justify-content: flex-end;
  align-items: flex-end;
  width: 25vw;
  display: flex;
  overflow: hidden;
}

.location-address {
  width: 20vw;
  overflow: hidden;
}

.button-style {
  text-align: center;
  background-color: #000;
  border-radius: 10vw;
  flex-direction: column;
  align-items: center;
  padding: 1vw 2vw;
  transition: background-color .2s;
  display: flex;
}

.button-style:hover {
  background-color: var(--hot-pink);
}

.button-style.variable-width {
  flex: 1;
}

.location-map {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.text-color-pink {
  color: var(--hot-pink);
}

.h1-style-3 {
  letter-spacing: -.3vw;
  font-family: Sentient, sans-serif;
  font-size: 7.5vw;
  font-weight: 300;
  line-height: 7.75vw;
  text-decoration: none;
}

.h1-style-3.text-color-pink {
  color: var(--hot-pink);
}

.h1-style-3.mobile-display {
  font-family: am-assab, sans-serif;
}

.h1-style-3.empty {
  color: var(--silver);
}

.h3-style-3 {
  letter-spacing: -.05vw;
  font-family: Sentient, sans-serif;
  font-size: 3.1vw;
  font-weight: 300;
  line-height: 3.4vw;
  text-decoration: none;
}

.h3-style-3.inline {
  display: inline;
}

.h4-style-3 {
  letter-spacing: -.05vw;
  font-family: Sentient, sans-serif;
  font-size: 2.25vw;
  font-weight: 300;
  line-height: 2.75vw;
  text-decoration: none;
}

.h4-style-3.inline {
  display: inline;
}

.h4-style-3.inline.text-color-white {
  color: #fff;
}

.h4-style-3.location-link-title {
  font-size: 2.5vw;
  line-height: 2.9vw;
}

.h5-style-3 {
  letter-spacing: -.025vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Sentient, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.8vw;
  text-decoration: none;
  display: flex;
}

.h5-style-3.inline {
  display: inline;
}

.h6-style-3 {
  letter-spacing: -.02vw;
  font-family: Sentient, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.5vw;
  text-decoration: none;
}

.h2-style-3 {
  letter-spacing: -.1vw;
  font-family: Sentient, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 5.3vw;
}

.h2-style-3.text-color-pink {
  color: var(--hot-pink);
}

.float-bottom-left {
  margin-bottom: 1.5vw;
  margin-left: 1.5vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.om-content {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.om-overlay {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.om-column-2 {
  border-left: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 55.1vw;
  padding: 1.5vw;
  display: flex;
}

.om-column-1 {
  flex: 1;
  padding: 1.5vw;
}

.om-logo-wrapper {
  height: 5vw;
}

.om-logo {
  height: 100%;
}

.om-content-holder {
  width: 76.75vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.menu-section {
  border-top: 1px solid #000;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.menu-section-header {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 40vw;
  padding: 1.5vw;
  display: flex;
  position: relative;
}

.hero.hero-landing {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.hero.hero-contact {
  flex-direction: column;
}

.hero.hero-order {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.hero.hero-shop-category {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.hero.hero-shop-item {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.hero.hero-info {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.landing-content {
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.si-wrapper {
  border: 1.5vw solid var(--light-pink);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.si-wrapper.border-color-white {
  border-color: #fff;
}

.si-wrapper.border-none {
  border-style: none;
}

.hero-statement {
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.statement-text {
  width: 66.3%;
  padding: 1.5vw;
  overflow: hidden;
}

.collage-section {
  width: 100%;
  height: 100vh;
  padding: 1vw 1.5vw 1.5vw;
  position: relative;
}

.collage-section.section-3 {
  height: auto;
}

.collage-section.section-1 {
  border-top: 1px solid #000;
  height: 75vh;
}

.section-collage {
  background-color: var(--light-pink);
  width: 100%;
  position: relative;
}

.collage-lines {
  justify-content: space-between;
  padding: 1.5vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scg-divider {
  background-color: #000;
  width: 1px;
  height: 100%;
  margin-top: 1.5vw;
  margin-left: 22.85vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.scg-divider.divider-2 {
  margin-top: 0;
  margin-left: 66.25%;
}

.section-1-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 43vw;
  height: auto;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.s1-image {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 29vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s1-caption {
  width: 47%;
}

.collage-statement {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 1.5vw;
  display: flex;
  position: sticky;
  inset: auto auto 0%;
}

.collage-statement-text {
  width: 30.5%;
  margin-bottom: 1vw;
  margin-right: 1vw;
  line-height: 1em;
}

.style-3-collage-text {
  color: #000;
  letter-spacing: -.05vw;
  font-family: Sentient, sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 2.75vw;
  text-decoration: none;
  display: inline;
}

.section-2-image-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 65.75%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.s2-caption {
  width: 20%;
}

.s2-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 64.5%;
  height: 100%;
  margin-bottom: 1vw;
  display: flex;
  overflow: hidden;
}

.section-3-image-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 43.25%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.s3-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  height: 25vw;
  display: flex;
  overflow: hidden;
}

.s3-caption {
  width: 46%;
  margin-left: 2vw;
  padding-right: 20%;
  position: relative;
}

.display {
  color: #000;
  letter-spacing: -.4vw;
  padding-right: 10%;
  font-family: Gowun Batang, sans-serif;
  font-size: 11vw;
  font-weight: 400;
  line-height: .9em;
  text-decoration: none;
}

.s1-spacer {
  background-color: var(--light-pink);
  width: 100%;
  height: 1vw;
}

.s3-spacer {
  background-color: var(--light-pink);
  width: 100%;
  height: 1vw;
  display: none;
}

.divider-holder {
  justify-content: center;
  width: 100%;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.divider-holder.only-on-mobile {
  display: none;
}

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

.divider.spacing {
  margin-top: .5vw;
  margin-bottom: .5vw;
}

.divider-v-holder {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-top: 1.5vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.only-on-mobile {
  display: none;
}

.grid-body-text {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 64.5vw;
  padding-right: 21.5vw;
}

.hero-contact {
  z-index: 0;
  background-color: #fff;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.side-nav {
  z-index: 0;
  border-left: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1.5vw;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.contact-header {
  flex: 1;
  width: 100%;
  padding: 1vw;
  position: relative;
}

.contact-body {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  padding: 1.5vw;
  display: flex;
  position: relative;
}

.required-fields-wrapper {
  width: 41.5vw;
}

.required-fields {
  margin-bottom: 1.5vw;
  margin-right: 1.5vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.contact-description {
  width: 32vw;
}

.input-fields {
  width: 41.5vw;
}

.text-field {
  background-color: #f5f5f5;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 1.5vw 1vw;
  font-family: Satoshi, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  transition: border-color .1s;
}

.text-field:hover {
  border-style: solid;
  border-color: var(--hot-pink);
}

.text-field.message-field {
  min-height: 10vw;
}

.form-fields {
  width: 100%;
  margin-bottom: 4vw;
}

.form-block {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.faves-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sub-section-list {
  background-color: #fff;
  width: 100%;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  position: relative;
}

.sub-section-list.no-margin {
  padding-left: 0;
  padding-right: 0;
}

.about-us-description {
  width: 71%;
}

.main-menu-mask {
  flex-direction: column;
  justify-content: flex-start;
  height: 5vw;
  display: flex;
  overflow: hidden;
}

.main-menu-mask.large {
  height: 10vh;
}

.main-menu-mask.article-category-links {
  height: 3.2vw;
}

.main-menu-mask.home-hero-mask {
  height: 3.5vw;
}

.dropdown-content {
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 66%;
  padding-top: 1vw;
  display: flex;
  position: relative;
}

.dropdown-content.dropdown-content-narrow {
  width: 84%;
}

.dropdown-description {
  width: 61.5%;
  margin-bottom: 4vw;
}

.dropdown-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.dropdown-wrapper.nav-dropdown-wrapper {
  align-items: flex-start;
  margin-left: 3vw;
  padding-bottom: 4vw;
}

.dropdown-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-image.narrow-image {
  width: 80%;
}

.order-column {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.order-column.order-cta {
  position: absolute;
  inset: 0%;
}

.order-row-1 {
  width: 100%;
  padding: 1.5vw;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.order-title {
  width: 70%;
  padding-top: .5vw;
  padding-bottom: 2vw;
  overflow: hidden;
}

.order-row-2 {
  flex-direction: column;
  width: 100%;
  padding: 1.5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.order-row-2.narrow {
  padding-left: 34vw;
}

.order-info-wrapper {
  border-top: 1px solid #000;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4vw;
  padding-top: .5vw;
  display: flex;
  overflow: hidden;
}

.order-info-wrapper.pickup-wrapper.border-white {
  border-top-color: #ffffff4d;
}

.order-info-wrapper.delivery-holder {
  margin-bottom: 0;
}

.order-info-wrapper.delivery-holder.border-top {
  border-top-style: solid;
  border-top-color: #ffffff4d;
  flex: 0 auto;
}

.info-title {
  color: #000;
  width: 43.4%;
}

.info-details {
  color: #000;
  flex: 1;
  width: 56%;
}

.sub-section-content {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.sn-menu-icon-wrapper {
  display: none;
}

.sub-section-column {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.sub-section-column.template-subsection {
  justify-content: flex-start;
  min-height: 100vh;
  padding: 0;
}

.sub-section-header {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 40vw;
  padding: 1.5vw;
  display: flex;
  position: relative;
}

.sub-section-header.article-section {
  min-height: 25vw;
}

.sub-section-header.category-section {
  min-height: auto;
}

.sub-section-title {
  width: 75%;
  margin-top: -1vw;
  margin-bottom: 4vw;
  position: sticky;
  top: 1vw;
  overflow: hidden;
}

.sub-section-title.article-section {
  margin-top: -.5vw;
  padding-top: .25vw;
  padding-bottom: 1vw;
  overflow: hidden;
}

.menu-category-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.menu-category-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -61%;
  margin-left: 78%;
  display: flex;
}

.statement-text-wrapper {
  background-color: #fff;
  border-top: 1px solid #000;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.side-nav-logo {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 1.5vw 0% auto auto;
}

.article-item {
  border-top: 1px solid #000;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3vw;
  padding-top: 1vw;
  display: flex;
  position: static;
}

.article-item.article-feature {
  margin-bottom: 3vw;
}

.article-item.no-border {
  border-top-style: none;
}

.article-item-column-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 28.6%;
  display: flex;
}

.article-item-column-1.article-feature {
  padding-right: 2vw;
  position: relative;
}

.article-item-column-2 {
  width: 56%;
  height: 100%;
  overflow: hidden;
}

.article-item-column-2.article-column {
  width: 62.25%;
}

.article-row {
  width: 100%;
  overflow: hidden;
}

.article-row.article-feature {
  position: relative;
}

.article-row.sticky {
  margin-top: 4vw;
  position: sticky;
  bottom: 1vw;
}

.article-feature-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 37vw;
  display: flex;
  overflow: hidden;
}

.article-title {
  margin-bottom: .25vw;
}

.article-item-details {
  justify-content: space-between;
  width: 100%;
}

.article-item-text {
  width: 100%;
}

.article-item-image {
  float: right;
  background-color: #8f8f8f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 7vw;
  margin-top: .5vw;
  margin-left: 2vw;
  display: flex;
  overflow: hidden;
}

.float-top-right {
  margin-top: 1.5vw;
  margin-right: 1.5vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.float-top-right.article-categories {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.float-top-right.article-categories.only-on-mobile {
  display: none;
}

.grid-button {
  position: sticky;
  bottom: 1vw;
}

.hero-article {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.article-hero {
  flex: 1;
  position: relative;
}

.article-hero.hero-small {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.article-hero.hero-medium {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.section-article {
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding: 8.5vw 1.5vw;
  display: flex;
}

.small-hero-header {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  padding: 1.5vw;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.small-hero-title {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2vw;
  display: flex;
  overflow: hidden;
}

.small-hero-meta {
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.article-meta {
  justify-content: flex-start;
  display: flex;
}

.article-body {
  width: 55.25%;
  margin-right: 11.25%;
}

.article-recommendations {
  margin-top: 10vw;
  margin-right: 11.25%;
  display: none;
}

.grid-content {
  flex-direction: column;
  width: 93%;
  margin-right: .5vw;
  display: flex;
}

.grid-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 26vw;
  margin-bottom: .5vw;
  display: flex;
  overflow: hidden;
}

.grid-details {
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  padding-top: .5vw;
  display: flex;
}

.grid-link {
  align-items: center;
  display: flex;
}

.up-arrow-icon {
  width: .8vw;
  margin-left: .5vw;
}

.grid-links {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.grid-text {
  margin-bottom: 2vw;
  padding-right: 1vw;
}

.collection-item {
  justify-content: flex-end;
  display: flex;
}

.meta-column-info {
  display: flex;
}

.meta-column-title {
  margin-right: .3vw;
}

.ms-title {
  color: #000;
}

.ms-title.menu-title {
  width: 40%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.ms-title.faves-headline {
  padding-right: 30%;
}

.ms-title.menu-category-title {
  width: 50%;
  overflow: hidden;
}

.small-hero-intro {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-hero-intro-wrapper {
  float: right;
  width: 42vw;
}

.small-hero-meta-wrapper {
  width: 29%;
}

.article-topic-list {
  display: flex;
}

.article-topic-link {
  color: var(--hot-pink);
  display: flex;
}

.topic-comma {
  height: 100%;
  margin-right: .25vw;
}

.chapter-title {
  color: #000;
  position: sticky;
  top: 1.5vw;
}

.collection-list-wrapper {
  width: 88.75%;
}

.fs-article-item-text {
  justify-content: space-between;
  width: 78%;
  display: flex;
}

.fs-article-image {
  background-color: #8f8f8f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 7vw;
  display: flex;
  overflow: hidden;
}

.fs-article-item-details {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-article-paragraph {
  width: 20vw;
  line-height: 1.7vw;
}

.fs-article-title {
  color: #000;
  width: 20vw;
  margin-bottom: .25vw;
}

.fullscreen-article-column-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 28.6%;
  display: flex;
}

.fullscreen-article-column-2 {
  width: 62%;
  height: 100%;
}

.fs-article-narrow {
  width: 1vw;
}

.arrow-icon {
  width: 100%;
}

.small-hero-title-wrapper {
  color: #000;
  max-width: 50vw;
}

.small-hero-image-wrapper {
  background-color: var(--silver);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26.75%;
  height: 24vw;
  min-height: 20vw;
  display: flex;
}

.small-image {
  width: 100%;
  display: none;
}

.empty-state-2 {
  background-color: #fff;
  padding: 0 40% 1.5vw 0;
}

.rich-text-location {
  color: var(--fade-black);
  font-family: Satoshi, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
}

.rich-text-location p {
  opacity: .7;
  color: #000;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.7vw;
}

.button-spacer {
  width: 1vw;
}

.menu-item-detail {
  width: 100%;
  height: 100vh;
  position: relative;
  inset: 0%;
}

.mi-image {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.mi-image-item {
  width: 90vh;
}

.mi-header {
  width: 41.75%;
  margin-top: 1.5vw;
  margin-left: 1.5vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mi-title {
  color: #000;
  margin-bottom: .5vw;
  overflow: hidden;
}

.mi-ingredients {
  overflow: hidden;
}

.mi-details {
  flex-direction: column;
  width: 41.75%;
  margin-bottom: 1.5vw;
  margin-left: 1.5vw;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.mi-prices {
  display: flex;
  overflow: hidden;
}

.mi-description {
  border-top: 1px solid #000;
  padding-top: 1vw;
  overflow: hidden;
}

.mi-paragraph {
  width: 100%;
  margin-bottom: 1vw;
  margin-right: 1vw;
  line-height: 1em;
  overflow: hidden;
}

.mi-price {
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 1vw;
  padding-right: 1vw;
  display: flex;
}

.mi-price.second-price {
  border-left: 1px solid #000;
  padding-left: 1vw;
}

.price-amount {
  display: flex;
}

.image-35 {
  width: 100%;
}

.dropdown-arrow {
  width: 1vw;
  margin-top: 1vw;
  margin-right: 1vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ms-image-wrapper {
  width: 66%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.ms-image-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 61vw;
  height: 61vw;
  padding: .5vw;
  display: flex;
  transform: translate(25%, -45%);
}

.menu-item-image {
  width: 100%;
}

.menu-collection-item:nth-child(2n) {
  background-color: var(--light-pink);
}

.arrow-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25vw;
  margin-top: .3vw;
  display: flex;
}

.medium-hero-header {
  justify-content: space-between;
  width: 100%;
  min-height: 50vh;
  padding: 1.5vw;
  display: flex;
}

.medium-hero-intro {
  width: 100%;
  padding: 1.5vw;
}

.medium-hero-title {
  flex: 1;
  margin-top: -.4vw;
  padding-right: 10%;
  overflow: hidden;
}

.medium-hero-meta {
  width: auto;
  padding-top: 1vw;
  overflow: hidden;
}

.large-hero-meta-wrapper {
  width: 100%;
}

.medium-hero-cover {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 150vh;
  display: flex;
  position: relative;
}

.medium-hero-text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 40vh;
  padding: 1vw;
  display: flex;
  position: sticky;
  bottom: 0;
}

.medium-hero-intro-text {
  width: 56%;
  padding-right: 5%;
  line-height: 1.2vw;
  position: relative;
}

.medium-hero-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.medium-hero-gradient {
  opacity: .8;
  background-image: linear-gradient(to top, #000, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.medium-hero-intro-wrapper {
  border-top: 1px solid #fff6;
  justify-content: flex-end;
  padding-top: 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.article-logo {
  width: 5vw;
  margin-bottom: 1vw;
}

.static-logo-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  display: none;
  position: sticky;
  inset: 1.5vw 0% auto auto;
}

.static-logo-wrapper.visible-everywhere {
  margin-top: 1.5vw;
  margin-right: 1.5vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.large-hero-image {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.large-hero-body {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  margin-top: -100vh;
  display: flex;
  position: relative;
}

.large-hero-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.large-hero-spacer {
  width: 100%;
  height: 100vh;
  position: static;
}

.fullscreen-gradient {
  background-image: linear-gradient(to top, #000, #0003);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fullscreen-gradient.template-description {
  background-image: linear-gradient(to top, #000, #0000005c);
}

.large-hero-header {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5vw;
  display: flex;
}

.large-hero-intro {
  border-top: 1px solid #ffffff80;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 1vw;
  padding-bottom: 1.5vw;
  display: flex;
}

.large-hero-intro-wrapper {
  width: 66%;
  overflow: hidden;
}

.large-hero-intro-text {
  width: 82%;
}

.large-hero-title {
  width: 77%;
  overflow: hidden;
}

.large-hero-title.template-title {
  padding-top: 0;
  padding-bottom: 1.5vw;
  padding-right: 10%;
}

.large-hero-meta {
  width: 100%;
  overflow: hidden;
}

.rominos-take-out-logo {
  z-index: 1;
  width: 100%;
  position: relative;
}

.trigger-ingredients {
  color: #6d6d6d;
  width: 62.5%;
}

.trigger-ingredients.trigger-ingrdients-narrow {
  width: 62%;
}

.ms-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.curtain-holder {
  z-index: 1000;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.curtain {
  background-color: var(--bold-red);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  transform: scale(1);
}

.statement-nav-wrapper {
  z-index: 1;
  background-color: #fff;
  border-left: 1px solid #000;
  width: 33.75%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.locations-description {
  margin-top: 1.5vw;
  margin-left: 1.5vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.order-info.order-pickup.narrow, .order-info.order-delivery.narrow {
  width: 76%;
}

.price-title {
  color: #000;
}

.side-nav-holder {
  width: 23%;
}

.rich-text-global a {
  color: var(--hot-pink);
}

.rich-text-global h4 {
  color: #000;
  margin-bottom: 1vw;
}

.rich-text-global img {
  width: 100%;
}

.rich-text-global h1 {
  letter-spacing: -.2vw;
  margin-bottom: 2vw;
  font-size: 5vw;
  line-height: 5.5vw;
}

.rich-text-global h2 {
  margin-bottom: 2vw;
}

.rich-text-global p, .rich-text-global h3 {
  margin-bottom: 1.5vw;
}

.rich-text-global h5 {
  margin-bottom: 1vw;
}

.rich-text-global h6 {
  margin-bottom: 2vw;
}

.footer-link {
  color: #000000b3;
  transition: color .1s;
  display: block;
}

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

.footer-link.space-left {
  margin-left: 1vw;
  display: none;
}

.footer-link.space-left.wonderwell {
  display: block;
}

.footer-link.privacy {
  display: none;
}

.template-footer {
  grid-column-gap: .5vw;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1.5vw;
  display: none;
}

.template-link {
  color: #7c7c7c;
  margin-right: 1vw;
  transition: color .1s;
}

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

.close-menu {
  width: 4vw;
  height: 4vw;
  position: relative;
}

.hero-shop {
  background-color: var(--light-pink);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.shop-logo-image {
  width: 100%;
}

.shop-logo {
  width: 30vw;
}

.content-body {
  border-top: 1px solid #000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.shop-promo {
  border-left: 1px solid #000;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-left: 1.5vw;
  display: flex;
}

.shop-message {
  color: #000;
  margin-bottom: 4vw;
}

.cart-object {
  background-color: var(--hot-pink);
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  display: flex;
  position: relative;
  box-shadow: 0 5px 1vw #0003;
}

.section-column-2 {
  border-left: 1px solid #000;
  width: 66.25%;
  padding: 1.5vw 1.5vw 8.5vw;
}

.section-column-2.category-column-2 {
  float: right;
}

.section-column-2.info-column-2 {
  float: right;
  padding: 1.5vw 17vw 1.5vw 1.5vw;
}

.section-column-1 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5vw;
  display: flex;
}

.section-column-1.sg-only-on-mobile {
  display: none;
}

.shop-grid-list {
  grid-column-gap: .5vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-grid-item {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.shop-grid-image {
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vw;
  margin-bottom: 1vw;
  display: flex;
  position: relative;
}

.shop-grid-image.related-image {
  align-items: center;
  height: 30vw;
}

.section-links {
  background-color: #fff;
  width: 100%;
  margin-top: 10vw;
  position: sticky;
  bottom: 1.5vw;
}

.section-title {
  color: #000;
  padding-right: 20%;
  position: sticky;
  top: 1.5vw;
}

.section-title.category-title {
  width: 100%;
  margin-bottom: 2vw;
}

.shop-grid-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.shop-grid-image-item {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.accordion-content {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-trigger {
  z-index: 1;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  transition: color .2s;
  display: flex;
}

.accordion-trigger.nav-trigger {
  color: #000;
  transition-duration: .15s;
}

.accordion-trigger.nav-trigger:hover {
  color: #fff;
}

.accordion-item {
  z-index: 1;
  width: 100%;
  margin-bottom: -.41vw;
  display: none;
  overflow: hidden;
}

.shopping-cart {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
  margin-right: 1.5vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.pink-link {
  color: var(--hot-pink);
  transition: color .1s;
}

.pink-link:hover {
  color: #000;
}

.pink-link.rollover-white {
  color: var(--red);
}

.pink-link.rollover-white:hover {
  color: #fff;
}

.pink-link.rollover-white.delivery {
  display: block;
}

.shop-grid-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.shop-category-title {
  padding-bottom: 2vw;
  overflow: hidden;
}

.shop-item-image {
  background-color: var(--light-pink);
  border-left: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66.25%;
  min-width: 66.25%;
  display: flex;
  position: relative;
}

.shop-item-details {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5vw;
  display: flex;
}

.shop-item-mobile-details {
  background-color: #fff;
  border-top: 1px solid #000;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.shop-item-text {
  width: 100%;
  position: relative;
}

.shop-item-cart {
  width: 100%;
}

.option-list {
  flex: 1;
}

.cart-options {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 1vw;
  display: grid;
}

.cart-quantity {
  border: 1px solid #000;
  border-radius: 100vw;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 4vw;
  padding-left: 1.5vw;
  padding-right: .75vw;
  display: flex;
}

.cart-dropdown {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100vw;
  width: 100%;
  height: 4vw;
  margin-bottom: 0;
  padding: .5vw 1.5vw;
  font-size: 1.1vw;
  line-height: 1.5vw;
}

.quantity {
  background-color: #f0f0f0;
  border-style: none;
  border-radius: 100vw;
  width: 35%;
  height: 70%;
  margin-bottom: 0;
  padding: 0 0 0 1vw;
  font-size: 1.1vw;
  line-height: 1.5vw;
}

.shop-item-title {
  color: #000;
  margin-top: -.5vw;
  margin-bottom: 1vw;
}

.default-state {
  margin-bottom: 0;
}

.shop-item-image-wrapper {
  width: 55vw;
  height: 55vw;
}

.shop-item-desctiption {
  border-top: 1px solid #000;
  padding-top: 1vw;
}

.bread-crumb {
  margin-bottom: 1vw;
  display: flex;
}

.bread-crumb-item {
  color: var(--hot-pink);
  align-items: center;
  margin-right: .5vw;
  display: flex;
}

.bread-crumb-item:hover {
  color: #000;
}

.bread-crumb-divider {
  opacity: .5;
  background-color: #000;
  width: 1px;
  height: 60%;
  margin-left: .5vw;
  transform: rotate(20deg);
}

.mobile-shop-title {
  margin-top: 1.5vw;
  margin-left: 1.5vw;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.shop-item-more-details {
  color: #000;
  margin-bottom: 1.5vw;
  margin-left: 1.5vw;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.option {
  width: 100%;
  height: 100%;
}

.shop-more-products {
  border-top: 1px solid #000;
  width: 100%;
  height: auto;
  padding: 1.5vw 1.5vw 10vw;
}

.related-products {
  grid-column-gap: .5vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.more-title {
  color: #000;
  margin-bottom: 7vw;
}

.cart-button {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.cart {
  width: 100%;
  height: 100%;
}

.cart-quantity-text {
  color: #000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: .75vw 0 0;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.5vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cart-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cart-icon-wrapper {
  width: 50%;
}

.form-field {
  letter-spacing: -.05vw;
  mix-blend-mode: multiply;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0000;
  height: auto;
  margin-bottom: .5vw;
  padding: 1vw 0 0;
  font-family: Satoshi, sans-serif;
  font-size: 2.25vw;
  transition: border-color .1s;
}

.form-field:hover {
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.submit-button {
  background-color: #000;
  background-image: url('../images/Newsletter-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70% 100%;
  background-attachment: scroll;
  border-radius: 100vw;
  width: 2.25vw;
  height: 2.25vw;
  margin-left: .5vw;
}

.form-button {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: color .2s;
  display: flex;
}

.form-button:hover {
  color: #fff;
}

.newsletter-form {
  width: 100%;
}

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

.newsletter-description {
  width: 70%;
  margin-bottom: 5vw;
}

.newsletter-title {
  width: 70%;
  margin-bottom: .75vw;
}

.error-message {
  background-color: var(--light-pink);
}

.fr2-section-1 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.details-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 20vw;
  display: flex;
}

.cm-icon {
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: rotate(45deg);
}

.newsletter-form-wrapper {
  flex: 0 auto;
  display: none;
}

.info-page-title {
  width: 70%;
}

.h3-style-2.text-color-pink {
  font-size: 2.9vw;
}

.h3-style-2.footer {
  font-family: walnut, sans-serif;
  font-size: 3.6vw;
}

.locations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 49vw;
  height: 100%;
  display: flex;
}

.lc-image {
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lc-image.lm-image-menu, .lc-image.lm-image-locations {
  margin-right: 4vw;
}

.option-3 {
  margin-bottom: 0;
}

.remove-button {
  opacity: .4;
}

.shop-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.shop-bg-image {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shop-bg-image-group {
  justify-content: space-between;
  width: 90%;
  margin-top: 36vw;
  display: flex;
  transform: translate(10vw, -13vw)scale(1);
}

.shop-bg-image-column {
  grid-column-gap: 2vw;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.shop-bg-image-column.image-column-1 {
  margin-top: -21vw;
}

.shop-bg-image-column.image-column-3 {
  margin-top: 16vw;
}

.shop-bg-image-wrapper {
  background-color: #fff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 27vw;
  height: 27vw;
  margin-bottom: 2vw;
  display: flex;
  overflow: hidden;
}

.address-title {
  margin-bottom: .25vw;
}

.article-title-spacer {
  width: 100%;
}

.contact-info {
  opacity: .7;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lc-image-wrapper {
  object-fit: fill;
  height: 100%;
}

.lc-image-wrapper.image-container-menu {
  height: 120%;
}

.lc-image-item {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.contact-content {
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.hide {
  display: none;
}

.shop-hero-logo {
  margin-top: 1.5vw;
  margin-left: 1.5vw;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.shop-description {
  margin-bottom: 1.5vw;
  margin-left: 1.5vw;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.pink-background {
  background-color: var(--light-pink);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.location-brand {
  overflow: hidden;
}

.location-neighborhood {
  padding-bottom: 1vw;
  overflow: hidden;
}

.menu-holder {
  width: 8vw;
  height: 10vw;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.recommended-title {
  width: 100%;
  padding: 1.5vw;
  position: relative;
}

.product-grid-item {
  overflow: hidden;
}

.si-gradient {
  background-image: linear-gradient(#0003, #000000bf);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.style-content {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.style-trigger {
  z-index: 1;
  color: #000;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  padding: 1.5vw;
  transition: color .2s;
  display: flex;
}

.style-trigger:hover {
  color: var(--hot-pink);
}

.style-accordion {
  z-index: 1;
  background-color: #fff;
  border-top: 1px solid #000;
  width: 100%;
  overflow: hidden;
}

.accordion-arrow {
  opacity: .5;
  width: 21px;
  margin-top: 5px;
}

.style-section {
  grid-column-gap: .5vw;
  border-top: 1px solid #000;
  justify-content: space-between;
  margin-bottom: 7vw;
  padding-top: 1.5vw;
  display: flex;
}

.style-section.align-left {
  justify-content: flex-end;
}

.style-column-2 {
  width: 56.5%;
}

.style-column-2.change-log {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  display: flex;
}

.style-column-1 {
  flex: 1;
}

.template-section-title {
  flex: 1;
  margin-bottom: 25vh;
  padding: 1.5vw;
  position: relative;
}

.cart-title {
  color: #000;
}

.template-licences {
  grid-column-gap: .5vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5vw;
  display: grid;
}

.template-licences.typography {
  display: block;
}

.license-item-image {
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vw;
  margin-bottom: .5vw;
  display: flex;
  overflow: hidden;
}

.license-item {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.license-item.font {
  align-items: flex-start;
  margin-bottom: 6vw;
}

.license-item-link {
  transition: color .1s;
}

.license-item-link:hover {
  color: var(--hot-pink);
}

.homepage-pizza {
  width: 100%;
  height: 100%;
}

.out-of-stock-state {
  color: #b3b3b3;
  background-color: #0000;
  margin-top: 0;
  padding: 0;
}

.checkout-header {
  padding: 1.5vw;
}

.black-text {
  color: #000;
  margin-bottom: 1vw;
}

.checkout-form {
  background-color: var(--light-pink);
}

.image-40 {
  width: 100%;
}

.lock-icon {
  opacity: .29;
  width: 7vw;
  margin-bottom: 1vw;
}

.license-text {
  margin-bottom: 1vw;
}

.topic-link {
  overflow: hidden;
}

.cm-hit-area {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cm-line-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.cm-line-holder.rotate-line {
  transform: rotate(90deg);
}

.cm-line {
  background-color: var(--silver);
  width: 100%;
  height: 2px;
}

.home-logo-wrapper {
  margin-top: 1.5vw;
  margin-left: 1.5vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.big-logo-wordmark, .up-arrow-image {
  width: 100%;
}

.ms-price {
  z-index: 100;
  margin-bottom: 1.5vw;
  margin-right: 1.5vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mc-image-item {
  width: 100%;
}

.section-latest {
  border-top: 1px solid #000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.success-message {
  text-align: left;
  background-color: #0000;
  height: 100%;
  padding: 0;
}

.div-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30%;
  display: flex;
}

.form-error {
  background-color: #0000;
  width: 20vw;
  margin: 0 0 1.5vw 1.5vw;
  padding: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.contact-title {
  width: 60%;
}

.black-link {
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  transition: color .1s;
  display: flex;
}

.black-link:hover {
  color: var(--hot-pink);
}

.black-link.align-right {
  justify-content: flex-end;
}

.black-link._2 {
  display: none;
}

.rich-text-info a {
  color: var(--hot-pink);
}

.rich-text-info h4 {
  color: #000;
  margin-bottom: 1vw;
}

.rich-text-info img {
  width: 100%;
}

.rich-text-info h1 {
  letter-spacing: -.2vw;
  margin-bottom: 2vw;
  font-size: 5vw;
  line-height: 5.5vw;
}

.rich-text-info h2 {
  margin-bottom: 2vw;
  font-family: Gowun Batang, sans-serif;
  font-weight: 400;
}

.rich-text-info p, .rich-text-info h3 {
  margin-bottom: 1.5vw;
}

.rich-text-info h5 {
  margin-bottom: 1vw;
}

.cart-image-item {
  width: 7vw;
}

.shop-bg-image-item {
  width: 100%;
}

.shop-bg-image-item.shrink {
  width: 80%;
}

.asdfsdf {
  width: 30%;
  margin-top: 3vw;
  margin-right: 1.5vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-spacing {
  width: 100%;
  height: 1px;
  margin-top: .15vw;
  margin-bottom: .15vw;
}

.grid-title-wrapper {
  color: #000;
}

.shop-gallery-image {
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  display: flex;
  overflow: hidden;
  box-shadow: 0 6px 1vw #0003;
}

.shop-gallery-list {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.shop-gallery-lightbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.shop-gallery {
  margin-top: 1.5vw;
  margin-left: 1.5vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gallery-image-item {
  width: 100%;
}

.lightbox-image-wrapper {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 130%;
  height: 100%;
}

.ms-title-link {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  padding-left: .5vw;
  display: flex;
}

.text-block {
  font-family: Poppins, sans-serif;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.slider {
  width: 100%;
  height: 100%;
}

.mobile-logo {
  display: none;
}

.div-block-2 {
  grid-column-gap: .5vw;
  grid-row-gap: 3vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 64.5vw;
  display: grid;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.collection-list-wrapper-2 {
  display: block;
  overflow: visible;
}

.heading {
  text-align: center;
  letter-spacing: .1vw;
  text-transform: uppercase;
  font-family: subway-new-york-sc, sans-serif;
  font-size: 10vw;
  transition: all .2s;
}

.heading:hover {
  color: #be1e2e;
}

.link-block {
  width: 100%;
  transition: all .2s;
}

.link-block:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.75vw;
    line-height: 2.25vw;
  }

  h1 {
    letter-spacing: -.2vw;
    font-size: 4.2em;
    line-height: 1.1em;
  }

  h2 {
    letter-spacing: -.15vw;
    font-size: 3.1em;
    line-height: 1.05em;
  }

  h3 {
    font-size: 2.3em;
  }

  h4 {
    font-size: 1.8em;
    line-height: 1.15em;
  }

  h5 {
    font-size: 1.2em;
    line-height: 1.15em;
  }

  h6 {
    font-size: 1em;
    line-height: 1.3em;
  }

  p {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.3em;
  }

  ul {
    margin-bottom: 2vw;
    padding-left: 5vw;
  }

  ol {
    padding-left: 5vw;
  }

  li {
    margin-bottom: 1vw;
    font-size: 1em;
    line-height: 1.4em;
  }

  blockquote {
    margin-top: 4vw;
    margin-bottom: 4vw;
    font-size: 2.6em;
  }

  figure {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  figcaption {
    margin-top: 2vw;
    line-height: 1.3em;
  }

  .menu-link {
    margin-bottom: .5vw;
  }

  .h1-style-1 {
    letter-spacing: -.15vw;
    font-size: 4.2em;
    line-height: 1.1em;
  }

  .h2-style-1 {
    font-size: 3.1em;
    line-height: 1.05em;
  }

  .h3-style-1 {
    font-size: 2.3em;
    line-height: 1.1em;
  }

  .h4-style-1 {
    font-size: 1.8em;
    line-height: 1.15em;
  }

  .pxs {
    font-size: .9em;
    line-height: 1.6em;
  }

  .tablet-rows {
    display: flex;
  }

  .margin-row {
    height: 2vw;
  }

  .gutter {
    width: 1vw;
  }

  .row-gutter {
    height: 1vw;
  }

  .margin-column {
    width: 2vw;
  }

  .tablet-columns {
    display: flex;
  }

  .desktop-grid {
    display: none;
  }

  .tablet-grid {
    display: flex;
  }

  .statement-nav-links {
    margin-top: 2vw;
    margin-right: 2vw;
  }

  .float-top-left {
    margin-top: 2vw;
    margin-left: 2vw;
  }

  .h5-style-1 {
    font-size: 1.2em;
    line-height: 1.15em;
  }

  .h6-style-1 {
    font-size: 1em;
    line-height: 1.3em;
  }

  .h6-style-1._1 {
    font-family: Satoshi, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
  }

  .h6-style-1._2 {
    font-size: 1em;
    line-height: 1.3em;
  }

  .button-style-large {
    width: 24vw;
    height: 7vw;
    font-size: 1.1em;
  }

  .button-style-large.button-large {
    font-size: 2vw;
  }

  .button-arrow {
    width: 3vw;
    height: 3vw;
    margin-left: 0;
    box-shadow: 0 0 3vw #00000080;
  }

  .h1-style-2 {
    letter-spacing: -.2vw;
    font-size: 4.2em;
    line-height: 1.1em;
  }

  .h2-style-2 {
    letter-spacing: -.15vw;
    font-size: 3.1em;
    line-height: 1.05em;
  }

  .h2-style-2.om-style {
    font-size: 7vw;
    line-height: 7vw;
  }

  .h3-style-2 {
    font-size: 2.3em;
    line-height: 1.1em;
  }

  .h4-style-2 {
    font-size: 1.8em;
    line-height: 1.15em;
  }

  .h5-style-2 {
    font-size: 1.2em;
    line-height: 1.15em;
  }

  .h5-style-2.second-price {
    margin-right: -1vw;
  }

  .h6-style-2 {
    font-size: 1em;
    line-height: 1.3em;
  }

  .main-menu-links {
    width: 100%;
  }

  .big-logo-row-2, .big-logo-column-1 {
    padding: 2vw;
  }

  .big-logo-column-2 {
    width: 37.5vw;
    padding: 2vw;
  }

  .home-logo {
    width: 30vw;
  }

  .big-logo-text {
    width: 31.5vw;
    height: auto;
    line-height: 1em;
  }

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

  .big-logo-image {
    float: none;
    width: 31.5vw;
    height: 39vw;
    margin-bottom: 2vw;
  }

  .big-logo-text-wrapper {
    line-height: 1em;
  }

  .content-sections {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .section-faves {
    height: auto;
  }

  .faves-row-1 {
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    height: 70vw;
    padding: 2vw;
  }

  .faves-headline {
    width: 100%;
    padding-right: 40%;
  }

  .trigger-wrapper {
    align-items: flex-start;
    height: auto;
    padding: 2vw;
  }

  .trigger-column-1 {
    flex-direction: column;
    align-items: flex-start;
    width: 48vw;
  }

  .trigger-title {
    width: auto;
    margin-bottom: .5vw;
    margin-right: 1vw;
  }

  .trigger-title.menu {
    width: 100%;
  }

  .legend-wrapper {
    align-items: flex-start;
    width: 9vw;
  }

  .trigger-content {
    align-items: flex-start;
    width: 63.5vw;
  }

  .faves-size-wrapper {
    margin-bottom: 2vw;
    margin-right: 2vw;
    inset: auto 0% 0% auto;
  }

  .faves-image {
    width: 50vw;
    height: 50vw;
  }

  .faves-image.position-1 {
    margin-top: 0;
    margin-bottom: -5vw;
    margin-left: -23vw;
    inset: auto auto 0% 0%;
  }

  .faves-image.position-2 {
    margin-left: 33vw;
    inset: auto auto 0% 0%;
  }

  .faves-image.position-3 {
    margin-top: -19vw;
    inset: 0% 0% auto auto;
  }

  .alert {
    height: 6vw;
    padding: 2vw 3vw;
  }

  .h7-style-1 {
    font-size: .9em;
    line-height: 1.2em;
  }

  .section-grid {
    height: auto;
    padding: 0;
  }

  .grid-header {
    height: 50vw;
    padding: 2vw;
  }

  .grid-body {
    padding: 2vw;
  }

  .collection-list-grid {
    grid-row-gap: 4vw;
    grid-template-columns: 1fr 1fr;
    width: 63.5vw;
  }

  .grid-overview {
    width: 31.5vw;
    padding-right: 2vw;
    line-height: 1em;
  }

  .grid-title {
    width: 100%;
  }

  .section-footer {
    justify-content: space-between;
  }

  .footer-row-1 {
    height: auto;
  }

  .footer-row-2 {
    height: 30vw;
    padding: 2vw;
  }

  .paragraph-indented {
    width: 29vw;
    line-height: 1em;
    top: 2vw;
  }

  .fr1-column-2 {
    padding-right: 2vw;
  }

  .fr1-column-1 {
    width: 33.5vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
  }

  .fr1-column-2-section {
    padding: 2vw;
  }

  .footer-row-3 {
    padding: 2vw;
    line-height: 2vw;
  }

  .fr1-section {
    margin-bottom: .5vw;
  }

  .floating-nav {
    width: 8vw;
  }

  .floating-nav-background {
    border-top-left-radius: 1vw;
    border-bottom-left-radius: 1vw;
  }

  .floating-nav-logo {
    margin-bottom: 1vw;
  }

  .hamburger-icon {
    width: 5vw;
  }

  .icon-line.icon-spacing {
    margin-top: .25vw;
    margin-bottom: .25vw;
  }

  .floating-nav-content {
    width: 8vw;
    height: 20vw;
    margin-top: 2vw;
  }

  .main-menu-link.tight {
    margin-bottom: -.75vh;
  }

  .main-menu-link.desktop-link {
    margin-bottom: -.5vw;
  }

  .side-nav-links {
    bottom: 2vw;
  }

  .lc-title-holder, .lc-links {
    padding: 2vw;
  }

  .ls-sidebar {
    width: 33.75vw;
  }

  .location-hours, .location-details, .location-title {
    padding: 2vw;
  }

  .location-details-wrapper {
    grid-column-gap: 1vw;
  }

  .location-buttons {
    flex-direction: column;
    width: 18vw;
  }

  .location-address {
    width: 30vw;
  }

  .button-style.variable-width {
    flex: none;
    width: 100%;
  }

  .h1-style-3 {
    letter-spacing: -.2vw;
    font-size: 4.2em;
    line-height: 1.05em;
  }

  .h3-style-3 {
    letter-spacing: -.1vw;
    font-size: 2.3em;
    line-height: 1.1em;
  }

  .h4-style-3 {
    letter-spacing: -.1vw;
    font-size: 1.75em;
    line-height: 1.15em;
  }

  .h4-style-3.location-link-title {
    font-size: 2.2em;
    line-height: 1.2em;
  }

  .h5-style-3 {
    font-size: 1.2em;
    line-height: 1.15em;
  }

  .h6-style-3 {
    font-size: 1em;
    line-height: 1.25em;
  }

  .h2-style-3 {
    font-size: 3.1em;
    line-height: 1.05em;
  }

  .float-bottom-left {
    margin-bottom: 2vw;
    margin-left: 2vw;
  }

  .om-column-2, .om-column-1 {
    padding: 2vw;
  }

  .om-logo-wrapper {
    height: 7vw;
  }

  .menu-section {
    height: auto;
  }

  .menu-section-header {
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    height: 70vw;
    padding: 2vw;
  }

  .si-wrapper {
    border-width: 2vw;
  }

  .si-wrapper.border-none {
    height: 60vh;
  }

  .statement-text {
    width: 55.72%;
  }

  .collage-section {
    padding: 1.5vw 2vw 2vw;
  }

  .collage-lines {
    padding: 2vw;
  }

  .scg-divider {
    margin-top: 2vw;
    margin-left: 22.9vw;
  }

  .scg-divider.divider-2 {
    margin-left: 55.5vw;
  }

  .section-1-image-wrapper {
    width: 51.75vw;
  }

  .s1-image {
    height: 35vw;
  }

  .s1-caption {
    width: 56%;
  }

  .collage-statement {
    padding-right: 2vw;
  }

  .collage-statement-text {
    width: 39vw;
    margin-bottom: 2vw;
    margin-right: 2vw;
    line-height: 1em;
  }

  .style-3-collage-text {
    letter-spacing: -.1vw;
    font-size: 2em;
    line-height: 1.1em;
  }

  .section-2-image-wrapper {
    width: 51.5vw;
    height: 100%;
  }

  .s2-caption {
    width: 35%;
  }

  .s2-image {
    width: 55%;
    height: 40vw;
    margin-bottom: 1.5vw;
  }

  .section-3-image-wrapper {
    width: 51vw;
    height: 100%;
    margin-left: 0;
  }

  .s3-image {
    width: 62%;
    height: 48vw;
  }

  .s3-caption {
    width: 33%;
    padding-right: 0%;
  }

  .display {
    letter-spacing: -.5vw;
    font-size: 11vw;
    line-height: 1em;
  }

  .s1-spacer {
    height: 1.5vw;
  }

  .s3-spacer {
    width: 50%;
    height: 2vw;
    display: block;
  }

  .divider-holder {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .divider-v-holder {
    padding-top: 2vw;
  }

  .grid-body-text {
    width: 70vw;
    padding-right: 10.75vw;
  }

  .side-nav, .contact-header, .contact-body {
    padding: 2vw;
  }

  .required-fields {
    margin-bottom: 2vw;
    margin-right: 2vw;
  }

  .text-field {
    padding: 2vw;
    font-size: 1em;
  }

  .text-field.message-field {
    min-height: 20vw;
  }

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

  .sub-section-list {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .about-us-description {
    width: 97%;
    line-height: 1em;
  }

  .main-menu-mask {
    height: 4.75vw;
  }

  .main-menu-mask.large {
    height: 7vw;
    margin-top: 0;
  }

  .main-menu-mask.home-hero-mask {
    height: 4vw;
  }

  .dropdown-content {
    width: 65.5%;
    padding-top: 2vw;
  }

  .dropdown-content.dropdown-content-narrow {
    width: 69.5%;
  }

  .dropdown-description {
    width: 80%;
    margin-bottom: 6vw;
  }

  .dropdown-wrapper.nav-dropdown-wrapper {
    margin-left: 9vw;
  }

  .order-row-1 {
    padding: 2vw;
  }

  .order-title {
    width: 75%;
    padding-top: 0;
    padding-bottom: 1vw;
  }

  .order-row-2 {
    padding: 2vw;
  }

  .order-info-wrapper {
    margin-bottom: 4vw;
    padding-top: 2vw;
  }

  .sub-section-header {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2vw;
  }

  .sub-section-header.category-section {
    min-height: 26vw;
  }

  .sub-section-title {
    margin-bottom: 2vw;
  }

  .menu-category-image {
    width: 80vw;
    height: 80vw;
  }

  .menu-category-image-wrapper {
    margin-left: 100%;
  }

  .side-nav-logo {
    top: 1vw;
  }

  .article-item {
    margin-bottom: 3vw;
    padding-top: 1.5vw;
  }

  .article-item-column-1 {
    width: 40%;
  }

  .article-item-column-2 {
    width: 55%;
  }

  .article-item-column-2.article-column {
    width: 65%;
  }

  .article-item-text {
    line-height: 1.15em;
  }

  .float-top-right {
    margin-top: 2vw;
    margin-right: 2vw;
  }

  .section-article {
    padding: 10vw 2vw;
  }

  .small-hero-header {
    padding: 2vw;
  }

  .article-meta.tight {
    margin-top: -.5vw;
  }

  .grid-content {
    width: 90%;
    margin-right: 1.25vw;
  }

  .grid-image {
    height: 32vw;
    margin-bottom: 1vw;
  }

  .up-arrow-icon {
    width: 1.5vw;
    margin-left: .75vw;
  }

  .grid-text {
    padding-right: 0;
  }

  .ms-title.menu-title {
    top: 1vw;
  }

  .small-hero-intro {
    padding: 2vw;
  }

  .small-hero-intro-wrapper {
    width: 41vw;
  }

  .small-hero-meta-wrapper {
    width: 36%;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .fs-article-item-text {
    line-height: 1.15em;
  }

  .fs-article-paragraph {
    width: 28vw;
  }

  .fullscreen-article-column-1 {
    width: 32.75%;
  }

  .fullscreen-article-column-2 {
    width: 66.2%;
  }

  .fs-article-narrow {
    width: 2vw;
  }

  .small-hero-title-wrapper {
    max-width: 50vw;
  }

  .small-hero-image-wrapper {
    width: 41%;
    height: 38vw;
  }

  .rich-text-location p {
    font-size: 1.2em;
    line-height: 1.15em;
  }

  .button-spacer {
    width: 100%;
    height: 1vw;
  }

  .mi-image {
    width: 60%;
  }

  .mi-header {
    margin-top: 2vw;
    margin-left: 2vw;
  }

  .mi-details {
    margin-bottom: 2vw;
    margin-left: 2vw;
  }

  .mi-paragraph {
    margin-bottom: 2vw;
    margin-right: 2vw;
    line-height: 1em;
  }

  .mi-price {
    padding-bottom: 2vw;
    padding-right: 2vw;
  }

  .mi-price.second-price {
    padding-left: 2vw;
  }

  .dropdown-arrow {
    width: 1.5vw;
    margin-top: 1.5vw;
    margin-right: 1.5vw;
  }

  .ms-image-holder {
    width: 80vw;
    height: 80vw;
    transform: translate(10%, -38%);
  }

  .arrow-image-wrapper {
    width: 2.5vw;
  }

  .arrow-image {
    width: 100%;
  }

  .medium-hero-header, .medium-hero-intro {
    padding: 2vw;
  }

  .medium-hero-meta {
    width: auto;
  }

  .medium-hero-cover {
    min-height: 75vh;
  }

  .medium-hero-text {
    padding: 2.5vw;
  }

  .static-logo-wrapper {
    top: 2vw;
  }

  .static-logo-wrapper.visible-everywhere {
    margin-top: 2vw;
    margin-right: 2vw;
  }

  .large-hero-spacer {
    height: 100vh;
  }

  .large-hero-header {
    padding: 2vw;
  }

  .large-hero-intro {
    padding-top: 1.5vw;
    padding-bottom: 2vw;
  }

  .large-hero-title.template-title {
    padding-top: 0;
  }

  .trigger-ingredients {
    width: 100%;
  }

  .statement-nav-wrapper {
    width: 44.5vw;
  }

  .locations-description {
    margin-top: 2vw;
    margin-left: 2vw;
  }

  .rich-text-global h4 {
    margin-bottom: 1.5vw;
  }

  .rich-text-global h1 {
    letter-spacing: -.15vw;
    margin-bottom: 3vw;
    font-size: 3.1em;
    line-height: 1.05em;
  }

  .rich-text-global h2 {
    margin-bottom: 2vw;
  }

  .rich-text-global p {
    margin-bottom: 3vw;
  }

  .rich-text-global h3 {
    margin-bottom: 2vw;
  }

  .rich-text-global h5 {
    margin-bottom: 1.5vw;
  }

  .rich-text-global h6 {
    margin-bottom: 3vw;
  }

  .footer-link.space-left {
    margin-left: 2vw;
  }

  .template-footer {
    padding: 2vw;
  }

  .template-link {
    margin-right: 2vw;
  }

  .shop-promo {
    width: 60%;
    padding-left: 2vw;
  }

  .shop-message {
    margin-bottom: 6vw;
  }

  .cart-object {
    width: 8vw;
    height: 8vw;
  }

  .section-column-2 {
    padding-top: 1.5vw;
    padding-left: 1.5vw;
    padding-right: 2vw;
  }

  .section-column-2.info-column-2, .section-column-1 {
    padding: 2vw;
  }

  .shop-grid-list {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .section-links {
    bottom: 2vw;
  }

  .section-title {
    top: 2vw;
  }

  .accordion-item {
    margin-bottom: -1vw;
  }

  .shopping-cart {
    margin-bottom: 2vw;
    margin-right: 2vw;
  }

  .shop-item-details {
    padding: 2vw;
  }

  .option-list {
    flex: none;
    width: 100%;
  }

  .cart-options {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
    margin-bottom: 2vw;
  }

  .cart-quantity {
    height: 6vw;
    padding: .5vw 1vw .5vw 2vw;
  }

  .cart-dropdown {
    height: 6vw;
    font-size: 1em;
    line-height: 1.3em;
  }

  .quantity {
    width: 30%;
    height: 95%;
    padding-left: 2vw;
    font-size: 1em;
  }

  .shop-item-title {
    margin-top: -1vw;
  }

  .default-state {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cart-buttons {
    width: 100%;
  }

  .shop-item-image-wrapper {
    width: 60vw;
    height: 60vw;
  }

  .shop-item-desctiption {
    padding-top: 2vw;
  }

  .mobile-shop-title {
    margin-top: 2vw;
    margin-left: 2vw;
  }

  .shop-item-more-details {
    margin-bottom: 2vw;
    margin-left: 2vw;
  }

  .shop-more-products {
    padding-top: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .cart-quantity-text {
    font-size: 1em;
    line-height: 1.3em;
  }

  .form-field {
    font-size: 3vw;
  }

  .submit-button {
    width: 3vw;
    height: 3vw;
    margin-left: 1vw;
  }

  .newsletter-description {
    width: 80%;
    line-height: 1em;
  }

  .newsletter-title {
    width: 90%;
  }

  .details-wrapper {
    width: auto;
  }

  .locations-wrapper {
    justify-content: center;
    width: 67vw;
    height: auto;
    margin-top: -33vw;
  }

  .lc-image {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .lc-image.lm-image-menu, .lc-image.lm-image-locations {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .shop-bg-image-group {
    margin-right: 5vw;
    transform: translate(0, -17vw)scale(1.4);
  }

  .shop-bg-image-wrapper {
    margin-bottom: 5vw;
  }

  .lc-image-wrapper {
    width: 100vw;
    margin-top: -26vw;
    margin-right: -11vw;
  }

  .lc-image-item {
    width: 100%;
    height: auto;
    transform: rotate(-90deg);
  }

  .shop-hero-logo {
    margin-top: 2vw;
    margin-left: 2vw;
  }

  .shop-description {
    margin-bottom: 2vw;
    margin-left: 2vw;
  }

  .menu-holder {
    width: 9vw;
    height: 12vw;
  }

  .recommended-title {
    padding: 2vw;
  }

  .style-content {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .style-trigger {
    padding: 2vw;
  }

  .style-accordion {
    margin-bottom: 1vw;
  }

  .accordion-arrow {
    width: 2.5vw;
  }

  .style-section {
    padding-top: 2vw;
  }

  .template-section-title, .template-licences {
    padding: 2vw;
  }

  .license-item-image {
    margin-bottom: 1vw;
  }

  .checkout-header {
    padding: 2vw;
  }

  .lock-icon {
    width: 10vw;
    margin-bottom: 3vw;
  }

  .license-text {
    margin-bottom: 2vw;
  }

  .home-logo-wrapper {
    margin-top: 2vw;
    margin-left: 2vw;
  }

  .ms-price {
    margin-bottom: 2vw;
    margin-right: 2vw;
  }

  .form-error {
    margin-bottom: 2vw;
    margin-left: 2vw;
  }

  .rich-text-info h4 {
    margin-bottom: 1.5vw;
  }

  .rich-text-info h1 {
    letter-spacing: -.15vw;
    margin-bottom: 3vw;
    font-size: 3.1em;
    line-height: 1.05em;
  }

  .rich-text-info h2 {
    margin-bottom: 2vw;
  }

  .rich-text-info p {
    margin-bottom: 3vw;
  }

  .rich-text-info h3 {
    margin-bottom: 2vw;
  }

  .rich-text-info h5 {
    margin-bottom: 1.5vw;
  }

  .cart-image-item {
    width: 12vw;
  }

  .asdfsdf {
    margin-top: 4vw;
    margin-right: 2vw;
  }

  .icon-spacing {
    margin-top: .25vw;
    margin-bottom: .25vw;
  }

  .shop-gallery-image {
    width: 7vw;
    height: 7vw;
  }

  .shop-gallery-list {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .shop-gallery {
    margin-top: 2vw;
    margin-left: 2vw;
  }

  .collection-list-wrapper-2 {
    display: block;
  }

  .heading {
    font-size: 11vw;
  }
}

@media screen and (max-width: 767px) {
  .home-logo {
    display: none;
  }

  .section-grid {
    min-height: auto;
  }

  .grid-header {
    align-items: flex-start;
    height: 47vw;
  }

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

  .sn-menu-icon {
    display: flex;
  }

  .si-wrapper {
    height: 50vh;
  }

  .order-info-wrapper {
    margin-bottom: 5vw;
    padding-top: 1vw;
  }

  .grid-image {
    margin-bottom: 1vw;
  }

  .small-hero-image-wrapper {
    min-height: 26vw;
  }

  .quantity {
    line-height: 1em;
  }

  .heading {
    font-size: 10vw;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  h1 {
    letter-spacing: -.5vw;
    font-size: 3em;
    line-height: 1em;
  }

  h2 {
    font-size: 2.4em;
    line-height: 1.05em;
  }

  h3 {
    letter-spacing: -.15vw;
    font-size: 1.9em;
    line-height: 1.2em;
  }

  h4 {
    letter-spacing: -.15vw;
    font-size: 1.4em;
    line-height: 1.2em;
  }

  h5 {
    letter-spacing: -.1vw;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  h6 {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  p {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  ul, ol {
    padding-left: 11vw;
  }

  li {
    margin-bottom: 3vw;
    font-size: 1.1em;
    line-height: 1.2em;
  }

  strong {
    font-family: Satoshi, sans-serif;
    font-weight: 700;
  }

  blockquote {
    margin-top: 10vw;
    margin-bottom: 10vw;
    padding-left: 4vw;
    font-size: 1.8em;
    line-height: 1.25em;
  }

  figcaption {
    margin-top: 3vw;
    font-size: .9em;
  }

  .menu-link {
    margin-bottom: .5vw;
  }

  .h1-style-1 {
    font-size: 3em;
    line-height: 1em;
  }

  .h2-style-1 {
    font-size: 2.4em;
  }

  .h3-style-1 {
    letter-spacing: -.1vw;
    font-size: 1.9em;
  }

  .h4-style-1 {
    letter-spacing: -.1vw;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .pxs {
    line-height: 1.7em;
  }

  .tablet-rows {
    display: none;
  }

  .margin-row {
    height: 4vw;
  }

  .mobile-rows {
    display: flex;
  }

  .gutter.hide-on-mobile {
    display: none;
  }

  .margin-column {
    width: 4vw;
  }

  .column.hide-on-mobile, .tablet-columns {
    display: none;
  }

  .mobile-columns {
    display: flex;
  }

  .tablet-grid {
    display: none;
  }

  .mobile-grid {
    display: block;
  }

  .statement-nav-links {
    margin-top: 4vw;
    margin-right: 4vw;
  }

  .float-top-left {
    margin-top: 4vw;
    margin-left: 4vw;
  }

  .h5-style-1 {
    letter-spacing: -.05vw;
    width: 100%;
    font-size: 1.3em;
    line-height: 1.2em;
  }

  .h5-style-1.inline {
    font-size: 1.1em;
    line-height: 1em;
  }

  .h6-style-1 {
    font-size: 1em;
    line-height: 1.3em;
  }

  .h6-style-1._1 {
    font-family: Satoshi, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
  }

  .button-style-large {
    width: 100%;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .button-style-large.button-large {
    height: 14vw;
    font-size: 5vw;
  }

  .button-arrow {
    width: 7vw;
    height: 7vw;
    box-shadow: 0 0 3vw #0000004d;
  }

  .overlay-menu {
    padding-left: 0;
  }

  .h1-style-2 {
    letter-spacing: -.5vw;
    font-size: 3em;
    line-height: 1em;
  }

  .h1-style-2.menu-title {
    font-size: 3.5em;
    line-height: 12vw;
  }

  .h1-style-2.mobile-display {
    font-size: 3.7em;
    line-height: 12vw;
  }

  .h2-style-2 {
    font-size: 2.4em;
    line-height: 1em;
  }

  .h2-style-2.side-nav-style {
    letter-spacing: -.3vw;
    font-size: 8vw;
  }

  .h2-style-2.h1-title {
    letter-spacing: -.3vw;
    font-size: 3em;
    line-height: 1em;
  }

  .h2-style-2.om-style {
    letter-spacing: -.35vw;
    font-family: termina, sans-serif;
    font-size: 3em;
    line-height: 12vw;
  }

  .h2-style-2.om-style.text-color-white {
    font-family: termina, sans-serif;
  }

  .h3-style-2 {
    letter-spacing: -.3vw;
    font-size: 1.6em;
    line-height: 1.2em;
  }

  .h4-style-2 {
    letter-spacing: -.15vw;
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .h5-style-2 {
    letter-spacing: -.1vw;
    font-size: 1.25em;
    line-height: 1.2em;
  }

  .h5-style-2.second-price {
    margin-right: -2vw;
  }

  .h6-style-2 {
    letter-spacing: -.05vw;
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .h6-style-2.elemental {
    font-size: .9em;
  }

  .big-logo-row-2 {
    padding: 4vw;
  }

  .big-logo-column-1 {
    padding: 4vw 3vw 4vw 4vw;
  }

  .big-logo-column-2 {
    width: 40vw;
    padding: 4vw;
  }

  .home-logo {
    width: 50vw;
    display: inline-block;
  }

  .big-logo-text {
    width: 100%;
  }

  .paragraph-indent.article {
    width: 33%;
  }

  .big-logo-image {
    width: 100%;
    height: 75vw;
    margin-bottom: 4vw;
    line-height: 6vw;
  }

  .content-sections.shop-category-margin {
    margin-top: 20vh;
  }

  .content-sections.shop-item-top {
    margin-top: 100vh;
  }

  .content-sections.info-content-sections {
    margin-top: 20vh;
  }

  .section-image {
    height: 60vh;
  }

  .section-faves {
    height: auto;
    position: relative;
  }

  .faves-row-1 {
    flex: none;
    justify-content: flex-start;
    height: 110vw;
    padding: 4vw;
  }

  .faves-headline {
    width: 100%;
    padding-right: 30%;
    top: 3vw;
  }

  .trigger-wrapper {
    padding: 4vw;
  }

  .trigger-column-1 {
    width: 76%;
  }

  .trigger-title {
    width: 100%;
  }

  .legend-wrapper {
    width: 14vw;
  }

  .trigger-content {
    align-items: stretch;
    width: 90%;
    position: static;
  }

  .trigger-content.trigger-narrow {
    width: 100%;
  }

  .faves-size-wrapper {
    margin-bottom: 3vw;
    margin-right: 4vw;
  }

  .trigger-arrow.bottom-right-on-mobile {
    margin-bottom: 4vw;
    margin-right: 4vw;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .faves-image {
    width: 50vw;
    height: 50vw;
  }

  .faves-image.position-1 {
    margin-bottom: 7vw;
    margin-left: -31vw;
  }

  .faves-image.position-2 {
    margin-left: 20vw;
  }

  .faves-image.position-3 {
    margin-bottom: 50vw;
    margin-right: -28vw;
  }

  .alert {
    background-color: var(--hot-pink);
    padding: 5vw;
    position: static;
  }

  .h7-style-1 {
    font-size: 1em;
    line-height: 1.2em;
  }

  .section-grid {
    padding: 0;
  }

  .grid-header {
    height: 70vw;
    padding: 4vw;
  }

  .grid-body {
    flex-direction: column;
    padding: 4vw;
  }

  .collection-list-grid {
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-item {
    border-top: 1px solid #000;
    border-left-style: none;
  }

  .grid-overview {
    width: 80vw;
    margin-bottom: 10vw;
    padding-right: 0;
    line-height: 1em;
  }

  .grid-title {
    top: 3vw;
  }

  .section-footer {
    background-color: var(--bold-red);
    height: auto;
  }

  .footer-row-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .footer-row-2 {
    flex: none;
    height: 70vw;
    padding: 4vw;
  }

  .paragraph-indented {
    width: 100%;
    margin-bottom: 2vw;
    position: static;
  }

  .paragraph-indented._100 {
    margin-bottom: 4vw;
  }

  .fr1-column-2 {
    grid-template-columns: 1fr;
    width: 100%;
    padding-right: 0;
  }

  .fr1-column-1 {
    width: 100%;
    padding-top: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .fr1-column-2-section {
    justify-content: space-between;
    height: auto;
    margin-bottom: 8vw;
    padding: 4vw;
    display: flex;
    overflow: visible;
  }

  .footer-row-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4vw;
  }

  .fr1-section {
    width: 50%;
    margin-bottom: 0;
  }

  .fr3-column-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 2vw;
  }

  .floating-nav {
    width: 15vw;
    height: 90vh;
  }

  .floating-nav-background {
    border-top-left-radius: 2vw;
    border-bottom-left-radius: 2vw;
    box-shadow: 0 6px 3vw #0003;
  }

  .floating-nav-logo {
    margin-top: 3vw;
    margin-bottom: 0;
  }

  .hamburger-icon {
    width: 12vw;
    height: 8vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .icon-line.icon-spacing {
    margin-top: .5px;
    margin-bottom: .5vw;
  }

  .floating-nav-content {
    width: 15vw;
    height: 36vw;
    margin-top: 4vw;
  }

  .logo {
    width: 11vw;
    margin-top: 1vw;
    margin-bottom: 4vw;
  }

  .main-menu {
    display: none;
  }

  .main-menu.show-on-mobile {
    display: block;
  }

  .main-menu-link {
    margin-top: 0;
    margin-bottom: -.5vw;
  }

  .main-menu-link.tight, .main-menu-link.desktop-link {
    margin-bottom: 0;
  }

  .side-nav-links {
    bottom: 4vw;
  }

  .sn-menu-icon {
    display: block;
  }

  .lc-title-holder {
    height: auto;
    max-height: 25vw;
    padding: 4vw;
  }

  .lc-body-holder {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    display: flex;
  }

  .lc-links {
    width: 100%;
    padding: 4vw;
  }

  .location-section {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .ls-sidebar {
    border-left-style: none;
    width: 100%;
  }

  .ls-body {
    flex: none;
    width: 100%;
    height: 150vw;
  }

  .location-image {
    height: 100vw;
  }

  .location-hours {
    grid-column-gap: 1vw;
    flex-direction: row;
    height: auto;
    padding: 4vw 4vw 23vw;
  }

  .hours-list {
    width: 50%;
  }

  .location-details {
    padding: 4vw;
    inset: auto 0% 0%;
  }

  .location-title {
    padding: 4vw;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .hours-title {
    width: 50%;
  }

  .location-details-wrapper {
    grid-column-gap: 1vw;
    justify-content: space-between;
    width: 100%;
  }

  .location-buttons {
    justify-content: flex-end;
    align-items: flex-end;
    width: 46%;
  }

  .location-address {
    width: 50%;
  }

  .button-style {
    padding: 3vw 6vw;
  }

  .h1-style-3 {
    font-size: 2.8em;
    line-height: 1.1em;
  }

  .h1-style-3.mobile-display {
    font-size: 3.5em;
    line-height: .9em;
  }

  .h3-style-3 {
    font-size: 1.9em;
    line-height: 1.1em;
  }

  .h4-style-3 {
    letter-spacing: -.15vw;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .h4-style-3.location-link-title {
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .h5-style-3 {
    letter-spacing: -.05vw;
    font-size: 1.2em;
    line-height: 1.25em;
  }

  .h6-style-3 {
    letter-spacing: -.1vw;
    font-size: 1.12em;
    line-height: 1.4em;
  }

  .h2-style-3 {
    font-size: 2.2em;
    line-height: 1.15em;
  }

  .float-bottom-left {
    margin-bottom: 4vw;
    margin-left: 4vw;
  }

  .om-column-2 {
    width: 80vw;
    padding: 4vw 4vw 10vw;
  }

  .om-column-1 {
    padding: 4vw;
  }

  .om-logo-wrapper {
    height: 14vw;
  }

  .om-content-holder {
    width: 100%;
  }

  .menu-section {
    height: auto;
    position: relative;
  }

  .menu-section-header {
    flex: none;
    justify-content: flex-start;
    height: 110vw;
    padding: 4vw;
  }

  .hero.hero-shop, .hero.hero-shop-category {
    z-index: 0;
  }

  .hero.hero-shop-item {
    height: 100%;
  }

  .hero.hero-info {
    z-index: 0;
  }

  .si-wrapper {
    border-width: 4vw;
    height: 100%;
  }

  .statement-text {
    background-color: #fff;
    width: 100%;
    padding: 4vw 4vw 8vw;
  }

  .collage-section {
    height: 50vh;
    padding: 3vw 4vw 4vw;
  }

  .collage-section.section-3 {
    height: auto;
  }

  .collage-section.section-1 {
    height: 100vh;
    padding-top: 4vw;
  }

  .collage-section.section-2 {
    height: 100vh;
  }

  .collage-lines {
    padding: 4vw;
  }

  .scg-divider {
    margin-top: 4vw;
    margin-left: 34.5vw;
  }

  .scg-divider.divider-2 {
    display: none;
  }

  .section-1-image-wrapper {
    align-items: flex-end;
    width: 100%;
  }

  .s1-image {
    height: 60vw;
  }

  .s1-caption {
    width: 64%;
  }

  .collage-statement {
    mix-blend-mode: difference;
    margin-top: 30vh;
    padding-right: 0;
  }

  .collage-statement-text {
    width: 55vw;
    margin-bottom: 4vw;
    margin-right: 7vw;
    line-height: 1em;
  }

  .style-3-collage-text {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.2em;
  }

  .section-2-image-wrapper {
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
  }

  .s2-caption {
    width: 30%;
  }

  .s2-image {
    width: 63%;
    height: 80vw;
    margin-bottom: 3vw;
  }

  .section-3-image-wrapper {
    align-items: flex-start;
    width: 83%;
    margin-left: 0;
  }

  .s3-image {
    width: 59%;
    height: 60vw;
  }

  .s3-caption {
    width: 45%;
  }

  .display {
    font-size: 20vw;
    line-height: .9em;
  }

  .s1-spacer {
    height: 3vw;
  }

  .s3-spacer {
    height: 4vw;
    display: block;
  }

  .divider-holder {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .divider-holder.only-on-mobile {
    display: block;
  }

  .divider.spacing {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .divider-v-holder {
    display: none;
  }

  .only-on-mobile {
    display: block;
  }

  .grid-body-text {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-right: 0;
  }

  .side-nav {
    align-items: center;
    width: 19vw;
  }

  .contact-header {
    flex: none;
    height: 57vw;
    padding: 4vw;
  }

  .contact-body {
    flex-direction: column;
    flex: 1;
    padding: 4vw;
  }

  .required-fields-wrapper {
    width: 100%;
  }

  .required-fields {
    margin-bottom: 4vw;
    margin-left: 4vw;
    margin-right: 0;
    inset: auto auto 0% 0%;
  }

  .contact-description, .input-fields {
    width: 100%;
  }

  .text-field {
    padding: 3vw;
  }

  .text-field.message-field {
    min-height: 30vw;
  }

  .form-fields {
    margin-bottom: 6vw;
  }

  .form {
    justify-content: flex-start;
  }

  .sn-menu-icon-holder {
    display: none;
  }

  .sub-section-list {
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .sub-section-list.no-margin {
    padding: 0;
  }

  .about-us-description {
    line-height: 1em;
  }

  .main-menu-noun {
    display: none;
  }

  .main-menu-mask {
    height: 8vw;
  }

  .main-menu-mask.large {
    justify-content: center;
    height: 11vw;
  }

  .main-menu-mask.home-hero-mask {
    height: 8vw;
  }

  .dropdown-content {
    width: 90%;
  }

  .dropdown-content.dropdown-content-narrow {
    width: 100%;
  }

  .dropdown-description {
    width: 90%;
    margin-bottom: 6vw;
  }

  .dropdown-wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .dropdown-wrapper.nav-dropdown-wrapper {
    padding-top: 0;
  }

  .dropdown-image {
    width: 100%;
    height: 40vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .dropdown-image.narrow-image {
    width: 100%;
    padding-left: 0;
  }

  .order-row-1 {
    padding: 4vw;
  }

  .order-title {
    width: 90%;
    padding-bottom: 3vw;
  }

  .order-row-2 {
    padding: 4vw;
  }

  .order-row-2.narrow {
    padding-left: 4vw;
  }

  .order-info-wrapper {
    flex-direction: column;
    margin-bottom: 9vw;
    padding-top: 2vw;
  }

  .info-title, .info-details {
    width: 100%;
  }

  .sn-menu-icon-wrapper {
    display: block;
  }

  .sub-section-column {
    position: relative;
    overflow: hidden;
  }

  .sub-section-header {
    justify-content: flex-start;
    min-height: 120vw;
    padding: 4vw 4vw 0;
  }

  .sub-section-header.article-section {
    min-height: 80vw;
  }

  .sub-section-header.category-section {
    min-height: 40vw;
  }

  .sub-section-title {
    width: 100%;
    margin-bottom: 4vw;
    padding-right: 20%;
  }

  .sub-section-title.article-section {
    padding-right: 0%;
  }

  .menu-category-image {
    width: 50vh;
    height: 100%;
  }

  .menu-category-image-wrapper {
    margin-top: 79%;
    margin-left: 0%;
    margin-right: 53%;
  }

  .statement-text-wrapper {
    z-index: 1;
  }

  .side-nav-logo {
    margin-top: 2vw;
  }

  .article-item {
    flex-direction: column;
    margin-bottom: 10vw;
    padding-top: 3vw;
    position: relative;
  }

  .article-item-column-1 {
    width: 100%;
  }

  .article-item-column-1.article-feature {
    margin-bottom: 4vw;
    padding-right: 0;
  }

  .article-item-column-2, .article-item-column-2.article-column {
    width: 100%;
  }

  .article-row.article-feature {
    margin-bottom: 8vw;
  }

  .article-row.article-list {
    margin-bottom: 2vw;
  }

  .article-feature-image {
    height: 80vw;
  }

  .article-title {
    display: inline;
  }

  .article-item-image {
    width: 24vw;
    height: 30vw;
    margin-top: 0;
    margin-left: 4vw;
  }

  .float-top-right {
    margin-top: 4vw;
    margin-right: 4vw;
  }

  .float-top-right.article-categories {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 3vw;
    margin-left: 4vw;
    inset: auto 0% 0% auto;
  }

  .float-top-right.article-categories.only-on-mobile {
    display: block;
    inset: auto 0% 0% auto;
  }

  .article-hero.hero-small, .article-hero.hero-medium {
    justify-content: flex-start;
    height: auto;
    min-height: auto;
  }

  .section-article {
    border-top-style: none;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .small-hero-header {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    min-height: 90vw;
    padding: 4vw;
  }

  .small-hero-title {
    width: 83%;
  }

  .small-hero-meta {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .article-meta {
    justify-content: flex-start;
  }

  .article-meta.tight {
    margin-top: -.25vw;
  }

  .article-body {
    width: 100%;
    margin-right: 0%;
  }

  .article-recommendations {
    margin-right: 0%;
  }

  .grid-content {
    width: 100%;
    padding-top: 4vw;
  }

  .grid-image {
    height: 70vw;
    margin-bottom: 0;
  }

  .grid-details {
    flex-direction: row;
    padding-top: 3vw;
  }

  .up-arrow-icon {
    width: 3vw;
    margin-top: -.5vw;
    margin-left: 1.5vw;
  }

  .grid-links {
    align-items: flex-end;
    margin-left: 10vw;
  }

  .grid-text {
    flex: 1;
    margin-bottom: 6vw;
  }

  .meta-column-info {
    width: 34vw;
  }

  .meta-column-title {
    margin-right: 1vw;
  }

  .ms-title.menu-title {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    width: 60%;
    display: flex;
    top: 3vw;
  }

  .ms-title.menu-category-title {
    width: 90%;
    padding-top: 1.5vw;
  }

  .locations-eyebrow {
    width: 100%;
  }

  .small-hero-intro {
    border-bottom: 1px solid #000;
    flex-direction: column;
    padding: 4vw;
    display: flex;
  }

  .small-hero-intro-wrapper {
    width: 100%;
  }

  .small-hero-meta-wrapper {
    width: 100%;
    position: relative;
  }

  .article-topic-item {
    margin-bottom: -1vw;
  }

  .article-topic-list, .article-topic-link {
    display: flex;
  }

  .topic-comma {
    margin-right: 1vw;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .fs-article-item-text {
    flex-direction: column;
    width: 100%;
    display: block;
  }

  .fs-article-image {
    width: 35vw;
    height: 30vw;
    margin-top: 0;
    margin-left: 2vw;
  }

  .fs-article-paragraph, .fs-article-title {
    width: 100%;
    display: inline;
  }

  .fullscreen-article-column-1, .fullscreen-article-column-2 {
    width: 100%;
  }

  .fs-article-narrow {
    width: 4vw;
    margin-top: 3vw;
    margin-left: 4vw;
    display: none;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .small-hero-title-wrapper {
    width: 90%;
    max-width: 100%;
  }

  .small-hero-image-wrapper {
    width: 66.5%;
    height: 45vw;
    display: none;
  }

  .small-image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vw;
    display: flex;
  }

  .empty-state-2 {
    padding-bottom: 18vh;
    padding-right: 0%;
  }

  .rich-text-location p {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .menu-item-detail {
    height: auto;
  }

  .mi-image {
    align-items: flex-start;
    width: 100%;
    margin-top: 9vw;
    margin-bottom: 9vw;
    margin-left: 12vw;
    position: static;
  }

  .mi-image-item {
    width: 84vw;
    height: 84vw;
  }

  .mi-header {
    width: 90%;
    margin-top: 4vw;
    margin-left: 4vw;
    position: static;
  }

  .mi-title {
    margin-bottom: 2vw;
  }

  .mi-details {
    width: 90%;
    margin-bottom: 4vw;
    margin-left: 4vw;
    position: static;
  }

  .mi-description {
    padding-top: 3vw;
  }

  .mi-paragraph {
    margin-bottom: 4vw;
    margin-right: 7vw;
    line-height: 1em;
  }

  .mi-price {
    padding-bottom: 3vw;
    padding-right: 3vw;
  }

  .mi-price.second-price {
    padding-left: 3vw;
  }

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

  .dropdown-arrow {
    width: 4vw;
    margin-top: 2vw;
    margin-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .ms-image-wrapper {
    width: 100%;
    inset: 0% 0% 0% auto;
  }

  .ms-image-holder {
    width: 110%;
    height: 110vw;
    transform: translate(-38%, 41%);
  }

  .arrow-image-wrapper {
    width: 5vw;
    margin-top: 1.5vw;
  }

  .medium-hero-header {
    flex-direction: column;
    justify-content: space-between;
    min-height: 90vw;
    padding: 4vw;
  }

  .medium-hero-intro {
    padding: 0;
  }

  .medium-hero-title {
    flex: none;
    width: 80%;
    margin-top: 0;
    padding-right: 0%;
  }

  .medium-hero-meta {
    width: 100%;
    padding-top: 0;
  }

  .large-hero-meta-wrapper {
    width: 100%;
    padding-bottom: 4vw;
    position: relative;
  }

  .medium-hero-text {
    padding: 4vw;
  }

  .medium-hero-intro-text {
    width: 100%;
  }

  .medium-hero-intro-wrapper {
    border: 1px #000;
  }

  .article-logo {
    width: 11vw;
    margin-top: 1vw;
    margin-bottom: 3vw;
  }

  .static-hamburger {
    margin-top: -4vw;
  }

  .static-logo-wrapper {
    margin-top: 4vw;
    margin-right: 4vw;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .static-logo-wrapper.visible-everywhere {
    margin-top: 4vw;
    margin-right: 4vw;
  }

  .large-hero-content {
    height: 87vh;
    position: relative;
  }

  .large-hero-spacer {
    height: 100vh;
  }

  .large-hero-header {
    flex: none;
    padding: 4vw;
  }

  .large-hero-intro {
    border-top-style: none;
    padding: 0 4vw 4vw;
  }

  .large-hero-intro-wrapper {
    width: 100%;
  }

  .large-hero-intro-text {
    width: 100%;
    line-height: 1.1em;
  }

  .large-hero-title {
    width: 80%;
    margin-bottom: 4vw;
  }

  .large-hero-title.template-title {
    padding-right: 0%;
  }

  .large-hero-meta {
    border-bottom: 1px solid #ffffff80;
  }

  .trigger-ingredients, .trigger-ingredients.trigger-ingrdients-narrow {
    width: 100%;
  }

  .collage-caption.s3-caption {
    width: 36%;
  }

  .statement-nav-wrapper {
    width: 50%;
  }

  .locations-description {
    margin-top: 4vw;
    margin-left: 4vw;
  }

  .order-info {
    flex-direction: column;
  }

  .order-info.order-pickup.narrow, .order-info.order-delivery.narrow {
    width: 100%;
  }

  .side-nav-holder {
    width: 19%;
  }

  .side-nav-holder.hide-on-mobile {
    display: none;
  }

  .rich-text-global h4 {
    margin-bottom: 3vw;
  }

  .rich-text-global h1 {
    letter-spacing: -.15vw;
    margin-bottom: 4vw;
    font-size: 2.4em;
  }

  .rich-text-global h2, .rich-text-global p {
    margin-bottom: 4vw;
  }

  .rich-text-global h3, .rich-text-global h5 {
    margin-bottom: 3vw;
  }

  .rich-text-global h6 {
    margin-bottom: 4vw;
    padding-top: 2vw;
  }

  .footer-link {
    font-size: 3vw;
  }

  .footer-link.space-left {
    margin-left: 0;
  }

  .footer-link.space-left.wonderwell {
    margin-top: 2vw;
  }

  .template-footer {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding: 4vw;
    display: none;
  }

  .template-link {
    float: left;
    margin-right: 3vw;
  }

  .close-menu {
    width: 8vw;
    height: 8vw;
  }

  .shop-logo {
    width: 48vw;
  }

  .content-body {
    flex-direction: column;
    justify-content: flex-start;
  }

  .shop-promo {
    border-left-style: none;
    width: 70%;
    padding-left: 0;
  }

  .shop-message {
    margin-bottom: 5vw;
  }

  .cart-object {
    width: 14vw;
    height: 14vw;
  }

  .section-column-2 {
    border-left-style: none;
    width: 100%;
    padding: 4vw 4vw 20vw;
  }

  .section-column-2.category-column-2 {
    float: none;
    padding-bottom: 4vw;
  }

  .section-column-2.info-column-2 {
    float: none;
    padding: 4vw;
  }

  .section-column-1 {
    grid-column-gap: 1vw;
    flex-direction: row;
    flex: none;
    padding: 4vw;
  }

  .section-column-1.sg-only-on-mobile {
    border-top: 1px solid #000;
    padding-bottom: 20vw;
    display: flex;
  }

  .section-column-1.sg-hide-on-mobile {
    display: none;
  }

  .shop-grid-list {
    grid-row-gap: 6vw;
    grid-template-columns: 1fr 1fr;
  }

  .shop-grid-image {
    height: 54vw;
    margin-bottom: 3vw;
  }

  .shop-grid-image.related-image {
    height: 60vw;
  }

  .section-links {
    width: 49%;
    margin-top: 0;
    position: static;
  }

  .section-title {
    width: 49%;
    padding-right: 10%;
    top: 4vw;
  }

  .accordion-trigger {
    align-items: flex-start;
  }

  .accordion-item {
    margin-bottom: -1.25vw;
  }

  .shopping-cart {
    margin-bottom: 4vw;
    margin-right: 4vw;
  }

  .shop-grid-text {
    padding-right: 10%;
  }

  .shop-category-title {
    width: 48vw;
  }

  .shop-item-image {
    border-left-style: none;
    width: 100%;
  }

  .shop-item-details {
    display: none;
  }

  .shop-item-mobile-details {
    height: auto;
    padding: 4vw;
    display: block;
  }

  .cart-options {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    align-items: center;
    height: auto;
    margin-bottom: 2vw;
  }

  .cart-quantity {
    height: 12vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .cart-dropdown {
    height: 12vw;
    padding: 0 2vw 0 4vw;
  }

  .quantity {
    width: 20%;
    height: 77%;
  }

  .shop-item-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vw;
    max-height: 60%;
    margin-top: -7vh;
    display: flex;
  }

  .bread-crumb {
    margin-bottom: 5vw;
  }

  .bread-crumb-item {
    margin-right: 2vw;
  }

  .bread-crumb-divider {
    margin-left: 2vw;
  }

  .mobile-shop-title {
    width: 60%;
    margin-top: 4vw;
    margin-left: 4vw;
    display: block;
  }

  .shop-item-more-details {
    margin-bottom: 6vw;
    margin-left: 6vw;
    display: flex;
  }

  .details-text {
    margin-bottom: 20vw;
  }

  .option-2 {
    height: 100%;
  }

  .shop-more-products {
    padding-top: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .related-products {
    grid-row-gap: 10vw;
    grid-template-columns: 1fr 1fr;
  }

  .more-title {
    margin-bottom: 20vw;
    padding-right: 25%;
  }

  .cart-icon-wrapper {
    margin-top: -1vw;
  }

  .h2-style-2 {
    line-height: 1.05em;
  }

  .form-field {
    letter-spacing: -.1vw;
    margin-bottom: 1vw;
    padding-top: 2vw;
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .submit-button {
    width: 6vw;
    height: 6vw;
    margin-left: 2vw;
  }

  .newsletter-description {
    width: 50%;
    margin-bottom: 20vw;
  }

  .newsletter-title {
    width: 50%;
    padding-right: 7%;
  }

  .newsletter-text {
    display: flex;
  }

  .fr2-section-1 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    height: auto;
  }

  .details-wrapper {
    width: 47vw;
  }

  .cm-icon {
    width: 8vw;
    height: 8vw;
  }

  .newsletter-form-wrapper {
    margin-bottom: 2vw;
  }

  .h3-style-2.footer {
    font-size: 10vw;
  }

  .locations-wrapper {
    width: 100%;
    height: 70vw;
    margin-top: -53vw;
    margin-left: 5vw;
  }

  .lc-image {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .lc-image.lm-image-locations {
    padding-top: 7vh;
  }

  .shop-bg-image {
    justify-content: flex-start;
    align-items: center;
  }

  .shop-bg-image-group {
    margin-top: 11vh;
    margin-right: 0;
    transform: scale(1.8);
  }

  .shop-bg-image-wrapper {
    width: 25vw;
    height: 25vw;
    margin-bottom: 3vw;
  }

  .address-title {
    margin-bottom: 1vw;
  }

  .article-title-spacer {
    height: .75vw;
  }

  .lc-image-wrapper {
    width: 110vw;
    margin-top: 0;
  }

  .lc-image-wrapper.locations-wrapper {
    width: 87vw;
    height: 60vw;
  }

  .lc-image-item.locations-image {
    transform: rotate(0);
  }

  .shop-hero-logo {
    margin-top: 4vw;
    margin-left: 4vw;
  }

  .shop-description {
    margin-bottom: 4vw;
    margin-left: 4vw;
  }

  .menu-holder {
    width: 20vw;
    height: 28vw;
  }

  .recommended-title {
    padding: 4vw;
  }

  .style-content {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .style-trigger {
    align-items: flex-start;
    padding: 4vw;
  }

  .style-accordion {
    margin-bottom: 2vw;
  }

  .accordion-arrow {
    width: 5vw;
    margin-top: 2vw;
  }

  .style-section {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4vw;
  }

  .style-column-2 {
    width: 100%;
  }

  .style-column-2.change-log {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .style-column-1 {
    width: 100%;
    margin-bottom: 10vw;
  }

  .template-section-title {
    margin-bottom: 48vw;
    padding: 4vw;
  }

  .template-licences {
    grid-column-gap: 1vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr 1fr;
    padding: 4vw;
  }

  .license-item-image {
    height: 50vw;
    margin-bottom: 2vw;
  }

  .checkout-header {
    padding: 4vw;
  }

  .lock-icon {
    width: 13vw;
    margin-bottom: 5vw;
  }

  .license-text {
    margin-bottom: 4vw;
  }

  .home-logo-wrapper {
    margin-top: 4vw;
    margin-left: 4vw;
  }

  .ms-price {
    margin-bottom: 4vw;
    margin-right: 4vw;
  }

  .section-latest {
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block {
    padding-right: 20%;
  }

  .form-error {
    text-align: center;
    width: 100%;
    margin-top: -5vw;
    margin-bottom: 9vw;
    margin-left: 0;
    position: static;
    inset: 0% 0% auto auto;
  }

  .rich-text-info h4 {
    margin-bottom: 3vw;
  }

  .rich-text-info h1 {
    letter-spacing: -.15vw;
    margin-bottom: 4vw;
    font-size: 2.4em;
  }

  .rich-text-info h2, .rich-text-info p {
    margin-bottom: 4vw;
  }

  .rich-text-info h3, .rich-text-info h5 {
    margin-bottom: 3vw;
  }

  .cart-image-item {
    width: 18vw;
  }

  .asdfsdf {
    margin-top: 4vw;
    margin-right: 4vw;
    display: none;
  }

  .icon-spacing {
    margin-top: .5vw;
    margin-bottom: .5vw;
  }

  .more-details-text {
    margin-top: 1.5vw;
    margin-left: 2vw;
  }

  .shop-gallery-image {
    width: 13vw;
    height: 13vw;
  }

  .shop-gallery-list {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-direction: row;
  }

  .shop-gallery {
    justify-content: center;
    align-items: center;
    margin-bottom: 15vh;
    margin-left: 4vw;
    margin-right: 4vw;
    display: flex;
    inset: auto 0% 0%;
  }

  .ms-title-link {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .mobile-logo {
    vertical-align: middle;
    flex: 1;
    align-self: center;
    width: 70%;
    display: inline-block;
  }

  .desktop-logo {
    display: none;
  }

  .heading {
    letter-spacing: 0;
    font-size: 10.5vw;
    font-style: normal;
  }
}

#contact.w-node-eac5617d-6c9d-b78c-915d-45547b3e40df-7b3e40c6, #w-node-f4fa7162-facf-7132-4124-8e0e76c30432-7b3e40c6, #w-node-eac5617d-6c9d-b78c-915d-45547b3e40f4-7b3e40c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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