@font-face {
  font-family: Escampurenak;
  src: url('../fonts/ESCAMPURENAK.ttf') format("truetype"), url('../fonts/ESCAMPURENAK.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --off-white: #ffefd6;
  --black: #2c2c2c;
  --dark-grey: #00000080;
  --grey: #0003;
  --3: #ff5b5b;
  --4: #ff999b;
  --1: #8a3324;
  --2: #c74630;
  --5: #ffae00;
  --light-grey: #e4e4e480;
  --white: white;
  --6: #ffd89a;
  --color: #4b6e12;
  --color-2: #8a3324;
  --size: 0px;
}

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

@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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

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

body {
  background-color: var(--off-white);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.45em;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
  line-height: 150%;
}

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

a:hover {
  color: var(--black);
}

a.w--current {
  -webkit-text-stroke-color: var(--black);
}

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

li {
  padding-bottom: 5px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.45em;
}

figure {
  margin: 40px auto;
}

figcaption {
  color: var(--dark-grey);
  text-align: left;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.2em;
}

.sg-nav-menu-links {
  z-index: 999;
  text-align: right;
  background-color: #0000;
}

.sg-nav-menu-links.w--current {
  border-bottom: 1px solid var(--3);
  color: var(--4);
}

.grey {
  background-color: var(--grey);
  color: var(--grey);
}

.style-guide-section-heading {
  border-bottom: 1px solid var(--grey);
  padding-bottom: 10px;
}

._1 {
  background-color: var(--1);
  color: var(--1);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.style-guide-color-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . . . . ." minmax(80px, 1fr)
                 ". . . . . Area" minmax(80px, 1fr)
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.style-guide-label {
  clear: both;
  border: 1px solid var(--grey);
  background-color: var(--off-white);
  color: var(--1);
  text-align: center;
  border-radius: .5em;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  line-height: 110%;
  display: inline-block;
  position: static;
}

.style-guide-description {
  max-width: 400px;
  color: var(--dark-grey);
  margin-bottom: 40px;
}

.style-guide-container {
  z-index: 100;
  margin-top: 40px;
  position: relative;
  top: 60px;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  display: flex;
}

._3 {
  background-color: var(--3);
  color: var(--3);
}

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

.style-guide-section {
  min-height: 70vh;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

._2 {
  background-color: var(--2);
  color: var(--2);
}

._4 {
  background-color: var(--4);
  color: var(--4);
}

._6-col {
  width: 50%;
}

._4-col {
  width: 33.3333%;
}

._5 {
  background-color: var(--5);
}

.dim-grey {
  background-color: var(--dark-grey);
  color: var(--dark-grey);
}

.style-guide-type-block {
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}

.style-guide-type-block.h1, .style-guide-type-block.h2 {
  width: 600px;
}

.style-guide-type-block.h3 {
  width: 400px;
}

.style-guide-type-block.h4 {
  width: 300px;
}

.style-guide-type-block.h5 {
  width: 400px;
}

.style-guide-type-block.h6 {
  width: 200px;
}

.style-guide-type-block.paragraph-l {
  width: 700px;
}

.style-guide-type-block.paragraph {
  width: 500px;
}

.style-guide-type-block.paragraph-s {
  width: 300px;
}

.style-guide-type-block.quote {
  width: 400px;
}

.large-paragraph {
  margin-bottom: 40px;
  padding-top: 20px;
  font-size: 28px;
  line-height: 1.4em;
}

.large-paragraph.tagline {
  color: var(--1);
  margin-bottom: 0;
  padding-top: 0;
}

.small-paragraph {
  font-size: 14px;
  line-height: 1.45em;
}

.light-grey {
  background-color: var(--light-grey);
  color: var(--light-grey);
}

.smokey-grey {
  background-color: var(--off-white);
  color: var(--off-white);
}

.text-area {
  border: 1px solid var(--grey);
  background-color: var(--off-white);
  border-radius: .4em;
}

.text-input, .dropdown-selector {
  border: 1px solid var(--grey);
  background-color: var(--off-white);
  border-radius: 8em;
}

.style-guide-button-block {
  margin-top: 5px;
  margin-bottom: 20px;
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-grey);
  color: var(--off-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.primary-button:hover {
  background-color: var(--1);
  color: var(--off-white);
}

.primary-button:active {
  background-color: var(--2);
}

.secondary-button {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 10em;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 30px;
  font-size: 12px;
  text-decoration: none;
  transition: padding .4s;
  display: inline-block;
}

.secondary-button:hover {
  color: var(--off-white);
  padding-left: 50px;
  padding-right: 20px;
}

.secondary-button.right {
  cursor: pointer;
}

.secondary-button.right:hover {
  padding-left: 50px;
  padding-right: 20px;
}

.secondary-button.left:hover {
  padding-left: 20px;
  padding-right: 50px;
}

.outline-button {
  border: 1px solid var(--1);
  color: var(--3);
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10em;
  padding: 5px 11px;
  font-size: 12px;
}

.outline-button:hover {
  border-color: var(--3);
  color: var(--4);
}

.sg-navbar {
  z-index: 150;
  border-bottom: 1px solid var(--grey);
  background-color: var(--white);
  width: 100%;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: scroll;
}

.tmplates {
  color: var(--1);
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.sg-nav-logo {
  grid-column-gap: 10px;
  width: 200px;
  color: var(--1);
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.sg-nav-logo.white {
  color: var(--white);
  background-color: #0000;
}

.sg-nav-menu {
  flex: 1;
}

.nav-link {
  color: var(--black);
  border-top-color: #0000;
  border-bottom: 3px solid #0000;
}

.nav-link:hover {
  border-bottom: 3px solid var(--4);
  color: var(--3);
  border-top-style: none;
}

.nav-link.w--current {
  border-bottom: 3px solid var(--1);
  color: var(--3);
  border-top-style: none;
}

._6 {
  background-color: var(--6);
}

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

.sg-mobile-nav-menu {
  background-color: #0000;
  position: relative;
}

.sg-mobile-nav-menu.w--open {
  background-color: #0000;
}

.sg-nav-menu-dark {
  border-bottom: 1px solid #72727280;
  justify-content: space-between;
  align-items: center;
  min-height: 4em;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: relative;
}

.container {
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.overlay {
  z-index: 200;
}

.container.post {
  z-index: 200;
  width: 700px;
  padding-top: 100px;
  padding-bottom: 40px;
}

.container.hero {
  flex: 0 auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.xl-header {
  color: var(--1);
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-bottom: 40px;
  font-family: Escampurenak, sans-serif;
  font-size: 15em;
  line-height: 400px;
}

.hero {
  flex: 1;
  align-self: center;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.footer {
  z-index: 2000;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  color: var(--1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.cursor-menu {
  width: 400px;
  height: 400px;
  color: var(--white);
  text-transform: uppercase;
  cursor: none;
  font-family: Changa One, Impact, sans-serif;
  font-size: 60px;
  position: absolute;
  top: -200px;
  left: -200px;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.section {
  z-index: 2000;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.menu-button {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  line-height: 45px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(1px, .5fr) minmax(1px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.menu-item-description {
  font-size: 20px;
  line-height: 1.2em;
}

.menu-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px dotted var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.menu-item-top-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.menu-item-price {
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 20px;
  display: flex;
}

.menu-category {
  grid-column-gap: 30px;
  border-bottom: 3px solid var(--black);
  margin-top: 60px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.menu-small-caption {
  font-size: 12px;
  line-height: 1em;
}

.menu-small-caption.right {
  color: var(--grey);
  text-align: right;
  padding-top: 10px;
}

.page-menu {
  z-index: 9999;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  position: sticky;
  top: 20px;
}

.page-menu-link {
  background-color: var(--black);
  min-width: 300px;
  color: var(--white);
  border-radius: 2em;
  justify-content: center;
  align-self: center;
  margin: 20px;
  padding: 10px 40px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.45em;
  text-decoration: none;
  transition: min-width .2s;
  display: flex;
}

.page-menu-link:hover {
  min-width: 450px;
  color: var(--light-grey);
}

.page-menu-link.w--current {
  background-color: var(--grey);
  font-family: Oswald, sans-serif;
}

.page-menu-link.back {
  grid-column-gap: 30px;
  background-color: var(--1);
  color: var(--white);
  transition: padding-left .3s, padding-right .3s, min-width .2s;
}

.page-menu-link.back:hover {
  padding-left: 100px;
  padding-right: 100px;
}

.icon-button-wrapper {
  grid-column-gap: 15px;
  border-radius: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.page-menu-list {
  text-align: center;
  flex-direction: column;
  display: flex;
  position: sticky;
}

.text-block {
  color: var(--dark-grey);
}

.menu-item-title {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Escampurenak, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

.empty-state {
  color: var(--black);
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
}

.item-menu-heading {
  color: var(--1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Escampurenak, sans-serif;
}

.category-title {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Escampurenak, sans-serif;
  font-size: 50px;
  line-height: 1em;
}

.job-listing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--grey);
  grid-template-rows: auto;
  grid-template-columns: minmax(1px, 3.25fr);
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 20px 10px;
  text-decoration: none;
  transition: padding .4s, background-color .2s;
  display: grid;
}

.job-listing:hover {
  background-color: var(--white);
  padding-right: 20px;
}

.job-listing-overview {
  z-index: 2000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.large-header {
  color: var(--1);
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 7.5em;
  font-weight: 400;
  line-height: .8em;
}

.arrow-icon {
  display: flex;
  transform: rotate(180deg);
}

.arrow-icon.right {
  transform: none;
}

.arrow-icon._45dg {
  width: 15px;
  transform: rotate(-45deg);
}

.job-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 38px;
  line-height: 1em;
}

.small-caption {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.menu {
  z-index: 99999;
  background-color: var(--off-white);
  color: var(--black);
  padding: 30px 30px 60px;
  display: none;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0%;
}

.menu.show {
  background-color: var(--off-white);
  display: block;
}

.job-listing-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.section-header {
  color: var(--black);
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  font-size: 28px;
}

.home {
  color: var(--1);
  background-color: #ffd89a;
  background-image: linear-gradient(#ffd89af0, #ffd89af0), url('../images/Bild-11.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.xl-paragraph {
  font-size: 40px;
  line-height: 1.45em;
}

.heading-4 {
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  line-height: 1.1em;
}

.heading-5 {
  line-height: 1.1em;
}

.medium-header {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.4em;
}

.news-item {
  border-bottom: 1px #000;
  border-right: 1px solid #000;
  flex-flow: column wrap;
  align-items: flex-start;
  margin-right: 15px;
  padding-right: 15px;
}

.large-body-header {
  font-size: 40px;
  line-height: 1em;
}

.news-list {
  z-index: 2000;
  grid-row-gap: 50px;
  overflow-wrap: break-word;
  grid-template-rows: auto;
  grid-template-columns: minmax(1px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.news-text {
  flex-wrap: wrap;
}

.webflow-cta-container {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  background-color: #fffc;
  border: 1px solid #ccc;
  border-radius: 5px;
  align-items: center;
  padding: 8px 4px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 5px;
  right: 20px;
  box-shadow: 1px 0 15px 1px #0003;
}

.webflow-cta-container:hover {
  border-style: solid;
  border-color: #4255ff80;
  box-shadow: 1px 0 15px 1px #4255ff66;
}

.webflow-badge {
  padding-left: 5px;
  padding-right: 5px;
}

.inline {
  display: inline;
}

.webflow-cta-button {
  color: #fff;
  background-color: #146ef5;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 8px;
  display: block;
}

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

.social-media {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.post-date {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.category-description {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-size: 26px;
  line-height: 1.2em;
}

.utility-page-content {
  text-align: center;
  flex-direction: row;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.utility-page-form {
  text-align: left;
  flex-wrap: wrap;
  width: 100%;
}

.error-message {
  text-align: center;
}

._2-col {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.logo {
  width: 100%;
  height: auto;
}

.logo-animation {
  width: 70px;
  height: 45px;
  margin-bottom: 5px;
  overflow: hidden;
}

.price-splash {
  background-color: var(--1);
  width: 150px;
  height: 150px;
  color: var(--white);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price {
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  line-height: .8em;
}

.divider {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-top: 60px;
}

.menu-item-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.heading-6 {
  color: var(--1);
  text-align: center;
  margin-bottom: 0;
  font-family: Escampurenak, sans-serif;
  font-size: 220px;
  line-height: 250px;
}

.heading-7 {
  color: var(--color);
  text-align: center;
  font-size: 130px;
}

.heading-7.small {
  color: var(--4);
  font-size: 70px;
  font-weight: 400;
}

.text-block-3, .text-block-4 {
  color: var(--black);
}

.bold-text {
  color: var(--1);
}

.text-block-5 {
  color: var(--black);
}

.bold-text-2 {
  color: var(--color);
}

.text-block-6, .bold-text-3, .bold-text-4 {
  color: var(--1);
}

.add-to-cart-button {
  color: var(--1);
  background-color: #9bec3800;
  margin-left: 10px;
  padding-left: 0;
  font-family: Changa One, Impact, sans-serif;
}

.default-state {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bold-text-5 {
  color: var(--2);
  font-family: Escampurenak, sans-serif;
  font-size: 120px;
}

.bold-text-5.smal {
  color: var(--black);
  font-size: 70px;
}

.bold-text-6, .bold-text-7 {
  color: var(--1);
}

.div-block {
  justify-content: space-between;
  margin-top: 9px;
  display: flex;
}

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

.field-label {
  margin-top: 0;
  margin-right: 13px;
}

.quantity {
  margin-bottom: 0;
}

.image {
  z-index: -4;
  opacity: .56;
  max-width: 30%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-2 {
  z-index: -4;
  opacity: .46;
  max-width: 30%;
  position: absolute;
  inset: 6% 0% auto auto;
}

.image-3 {
  max-width: 15%;
  margin-bottom: 40px;
}

.text-block-7 {
  font-size: 10px;
  line-height: 10px;
}

.cart-button {
  background-color: var(--1);
  border-radius: 2em;
}

.cart-quantity {
  color: var(--2);
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-8 {
  font-size: 20px;
}

.image-4 {
  z-index: -5;
  opacity: .04;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.submit-button {
  background-color: var(--1);
}

.text-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-item, .extra-item, .discounts, .billing-address, .payment-info, .shipping-method {
  display: none;
}

.column {
  display: block;
}

.column-2 {
  display: none;
}

.column-3 {
  display: block;
}

.checkout-button {
  background-color: var(--1);
}

.cart-container {
  max-height: 80vh;
}

.extra-item-2, .line-item-2 {
  display: none;
}

.order-confirmation {
  background-image: linear-gradient(#ffd89af0, #ffd89af0), url('../images/Bild-11.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8, .heading-9, .heading-10 {
  font-family: Escampurenak, sans-serif;
}

.heading-11, .heading-12 {
  font-family: Escampurenak, sans-serif;
  line-height: 1.5em;
}

.heading-13, .heading-14, .heading-15 {
  font-family: Escampurenak, sans-serif;
}

.image-5 {
  z-index: -1;
  width: 300px;
  position: absolute;
  inset: 10% auto auto 10%;
  transform: rotate(-15deg);
}

@media screen and (max-width: 991px) {
  body {
    background-color: var(--off-white);
    padding-left: 0;
    padding-right: 0;
  }

  .sg-nav-menu-links {
    background-color: var(--1);
    width: 100%;
    height: 100vh;
    color: var(--off-white);
    position: fixed;
    top: 0;
    left: 0;
  }

  .sg-navbar {
    min-height: 4em;
  }

  .tmplates {
    color: var(--black);
  }

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

  .nav-link:hover {
    color: var(--3);
    border-top-style: none;
  }

  .nav-link.w--current {
    color: var(--3);
    border: 1px #000;
  }

  .sg-mobile-nav-menu {
    color: var(--black);
    justify-content: flex-end;
  }

  .sg-mobile-nav-menu.w--open {
    color: var(--white);
    background-color: #0000;
  }

  .sg-nav-menu-dark {
    border-bottom-color: var(--black);
    display: flex;
  }

  .open-menu-icon {
    color: var(--black);
  }

  .container {
    width: 100%;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.overlay {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .container.post {
    width: 100%;
  }

  .container.hero {
    padding-top: 100px;
  }

  .xl-header {
    font-size: 10em;
  }

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

  .cursor-menu {
    cursor: auto;
    width: 110px;
    height: auto;
    font-size: 20px;
    top: 20px;
    left: auto;
    right: 20px;
  }

  .cursor-wrapper {
    z-index: 3000;
    cursor: pointer;
    inset: 0 0% auto auto;
  }

  .section {
    width: 100%;
    padding-top: 100px;
  }

  .menu-button {
    margin-top: -5px;
    font-size: 19px;
  }

  .menu-wrapper {
    flex-direction: column;
    grid-template-columns: minmax(1px, 1fr);
    align-items: center;
    padding-top: 100px;
  }

  .item-menu {
    width: 100%;
  }

  .page-menu {
    position: relative;
    top: auto;
  }

  .page-menu-link {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
    display: block;
  }

  .page-menu-link:hover {
    min-width: auto;
  }

  .page-menu-link.back {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0;
    display: flex;
    position: fixed;
    top: 30px;
    right: 30px;
  }

  .page-menu-link.back:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-button-wrapper {
    justify-content: center;
    font-size: 30px;
  }

  .page-menu-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(1px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .job-listing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    padding-bottom: 40px;
    display: flex;
  }

  .large-header {
    overflow-wrap: break-word;
    font-size: 90px;
  }

  .arrow-icon {
    transform: scale(.6)rotate(180deg);
  }

  .small-caption {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu {
    padding-right: 30px;
    display: none;
  }

  .job-listing-wrapper {
    flex-direction: column;
    display: flex;
  }

  .xl-paragraph {
    font-size: 40px;
  }

  .news-item {
    z-index: 1;
    margin-right: 15px;
  }

  .large-body-header {
    overflow-wrap: anywhere;
  }

  .news-list {
    grid-template-columns: minmax(1px, 1fr) 1fr;
  }

  .text-block-2 {
    display: none;
  }

  .social-media {
    flex-direction: row;
    justify-content: space-around;
  }

  .job-listing-cta {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    display: flex;
  }

  ._2-col {
    grid-template-columns: 1fr;
  }

  .price-splash {
    padding-top: 0%;
  }
}

@media screen and (max-width: 767px) {
  .secondary-button {
    display: inline-block;
  }

  .sg-nav-logo {
    padding-left: 0;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl-header {
    font-size: 5.5em;
  }

  .footer {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .job-listing {
    grid-template-columns: 3.25fr;
    display: block;
  }

  .large-header {
    font-size: 44px;
  }

  .job-listing-wrapper {
    padding-bottom: 40px;
    display: block;
  }

  .news-item {
    border-bottom-style: solid;
    border-right-style: none;
    margin-right: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .news-list {
    grid-template-columns: minmax(1px, 1fr);
  }

  .social-media, .job-listing-cta {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-section {
    width: 100%;
  }

  .wrapper {
    overflow: hidden;
  }

  .nav-link.w--current {
    color: var(--dark-grey);
  }

  .container.overlay {
    padding-top: 0;
  }

  .container.hero {
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding-top: 140px;
  }

  .xl-header {
    font-size: 4em;
    line-height: 100%;
  }

  .hero {
    align-items: stretch;
    overflow: visible;
  }

  .footer {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    display: flex;
  }

  .cursor-menu {
    width: 150px;
  }

  .menu-button {
    font-size: 17px;
    line-height: 23px;
  }

  .menu-item-top-bar {
    grid-template-columns: 3fr .5fr;
  }

  .menu-item-price {
    font-size: 16px;
  }

  .page-menu-link {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 10px;
  }

  .page-menu-link.back {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .page-menu-list {
    grid-template-columns: minmax(1px, 1fr);
  }

  .menu-item-title {
    font-size: 22px;
    line-height: 30px;
  }

  .category-title {
    line-height: 70px;
  }

  .menu {
    display: none;
  }

  .home {
    background-image: linear-gradient(#ffd89ad1, #ffd89ad1), url('../images/Bild-11.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .xl-paragraph {
    font-size: 24px;
  }

  .medium-header {
    font-size: 20px;
  }

  .large-body-header {
    font-size: 40px;
  }

  .news-list {
    grid-auto-flow: row;
  }

  .news-text {
    width: 100%;
  }

  .social-media {
    flex-direction: row;
  }

  .price-splash {
    justify-content: center;
  }

  .menu-item-details {
    grid-template-columns: 1fr;
  }

  .heading-6 {
    margin-bottom: 10px;
    font-size: 75px;
    line-height: 80px;
  }

  .heading-7 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 50px;
  }

  .bold-text-5 {
    font-size: 50px;
    line-height: 50px;
  }

  .bold-text-5.smal {
    font-size: 40px;
  }

  .image {
    max-width: 50%;
    display: none;
    inset: 0% auto auto 0%;
  }

  .image-2 {
    max-width: 50%;
    display: none;
    inset: auto 12% 0% auto;
  }

  .image-3 {
    max-width: 30%;
    margin-bottom: 40px;
    display: block;
  }

  .cart-button {
    position: relative;
  }

  .billing-address, .payment-info, .shipping-method {
    display: none;
  }

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

  .cart-wrapper {
    z-index: 2147483647;
  }

  .cart-wrapper.zt {
    z-index: 2147483647;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cart-container {
    max-height: 700px;
    margin-top: 0;
  }

  .text-block-10, .text-block-11 {
    display: none;
  }

  .heading-9, .heading-10 {
    line-height: 1.5em;
  }

  .image-5 {
    width: 200px;
    inset: auto 0% 0%;
  }
}

#w-node-a219f2b5-8352-a43b-332f-cea2aab59d19-8c91b173 {
  place-self: auto stretch;
}

#w-node-_491976a3-b504-7c5d-8d3c-d0c02f1b0e21-8c91b173, #w-node-_1fa84215-1a3b-e61b-bbe8-1a671fc88a26-8c91b173, #w-node-d7348b9b-555c-c5b1-7111-2a0eb5b12b0f-8c91b173 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a68ed0d-48d4-f2d7-b937-2f4483984dda-e880a65c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a3fb756-bc2f-834a-d90a-da55e880a65f-e880a65c, #w-node-_0a3fb756-bc2f-834a-d90a-da55e880a666-e880a65c, #w-node-_0a3fb756-bc2f-834a-d90a-da55e880a66d-e880a65c, #w-node-c119a163-d1b7-161a-b4ec-4e35727d9da7-e880a65c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4abcd98-4f67-665d-f3be-ebf9e769138f-8c91b176 {
  place-self: auto stretch;
}

#w-node-e4abcd98-4f67-665d-f3be-ebf9e76913cf-8c91b176, #w-node-e4abcd98-4f67-665d-f3be-ebf9e76913d8-8c91b176, #w-node-e4abcd98-4f67-665d-f3be-ebf9e76913f6-8c91b176 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7642fe5-2451-fe11-e54c-34cc8cfb39f2-8cfb39f2 {
  place-self: auto stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_0a68ed0d-48d4-f2d7-b937-2f4483984dda-e880a65c {
    grid-column: span 4 / span 4;
  }

  #w-node-_860f182e-7a9d-462f-e722-2b68f47c017a-e880a65c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0a3fb756-bc2f-834a-d90a-da55e880a65f-e880a65c, #w-node-_0a3fb756-bc2f-834a-d90a-da55e880a666-e880a65c {
    grid-column: span 2 / span 2;
  }

  #w-node-_860f182e-7a9d-462f-e722-2b68f47c017a-e880a65c {
    grid-area: 3 / 3 / 4 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0a68ed0d-48d4-f2d7-b937-2f4483984dda-e880a65c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a3fb756-bc2f-834a-d90a-da55e880a65f-e880a65c, #w-node-_0a3fb756-bc2f-834a-d90a-da55e880a666-e880a65c {
    grid-column: span 1 / span 1;
  }

  #w-node-_860f182e-7a9d-462f-e722-2b68f47c017a-e880a65c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Escampurenak';
  src: url('../fonts/ESCAMPURENAK.ttf') format('truetype'), url('../fonts/ESCAMPURENAK.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}