@font-face {
  font-family: Geistmono;
  src: url('../fonts/GeistMono-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geistmono;
  src: url('../fonts/GeistMono-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Geistmono;
  src: url('../fonts/GeistMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geistmono;
  src: url('../fonts/GeistMono-ExtraBold.ttf') format("truetype"), url('../fonts/GeistMono-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Geistmono;
  src: url('../fonts/GeistMono-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geistmono;
  src: url('../fonts/GeistMono-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: black;
  --golden: #fcb800;
  --white: white;
  --black-2: #420909;
  --gainsboro: #e0e5e8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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: #1a1b1f;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #fff;
  border-bottom: 3px solid #000;
  height: 50px;
  margin-bottom: 30px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

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

.section.cc-product-detail {
  align-items: center;
  display: block;
}

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

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

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
  font-family: Noto Sans Mono;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0f9e29;
  border-radius: 5px;
  padding: 17px;
  font-family: Noto Sans;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

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

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

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: .5px;
  text-transform: none;
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 26px;
}

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

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

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

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

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

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

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

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  letter-spacing: .7px;
  font-family: Noto Sans Mono;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-family: Noto Sans Mono;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-family: Noto Sans Mono;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

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

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

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

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

.icon, .logo-image {
  display: block;
}

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

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

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

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--black);
  background-image: url('../images/curry_ink_logo_mit_strahlen.svg');
  background-position: 120%;
  background-repeat: no-repeat;
  background-size: auto 870px;
  border-top: 1px solid #5c5c5c;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
  margin-top: 0;
  padding-top: 73px;
  padding-bottom: 30px;
  font-family: Geistmono, Arial, sans-serif;
}

.footer-link {
  opacity: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  opacity: 1;
  color: var(--golden);
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

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

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

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

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

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

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

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

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

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

.product-detail-price {
  opacity: 1;
  color: #000;
  margin-bottom: 10px;
  font-family: Noto Sans Mono;
  font-size: 37px;
  font-weight: 700;
  line-height: 52px;
}

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

.block-header {
  background-color: var(--white);
  border-color: #e4e4e4;
  padding: 16px 24px 10px 30px;
  font-size: 20px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #0000;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

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

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-family: Noto Sans Mono;
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 26px;
}

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

.select {
  height: 42px;
  margin-bottom: 16px;
  font-family: Noto Sans;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

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

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

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

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

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
  margin-right: 100px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

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

.checkbox-2 {
  margin-top: 2px;
}

.body.black {
  background-color: #000;
  padding-top: 110px;
}

.opener {
  background-image: linear-gradient(0deg, #000, #0000 66%), url('../images/Curyy-Wurst_hero-Image.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  max-width: 2300px;
  height: 75vh;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 2300px;
  margin-top: -350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.statement {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 30px;
  font-family: Rakkas, Palatino Linotype, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 400;
  line-height: 80px;
  display: flex;
}

.image {
  z-index: 3;
  filter: saturate(260%);
  margin: 27px auto 23px;
  position: static;
}

.copy {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.copy.left {
  text-align: left;
  margin-bottom: 10px;
}

.copy.left.dark {
  color: var(--black-2);
}

.copy.dark {
  color: var(--black-2);
  font-weight: 400;
  line-height: 25px;
}

.image-strip {
  color: #5c5e63;
  background-color: #0000;
  max-width: 2300px;
  height: auto;
  margin: 73px auto 87px;
  position: relative;
}

.image-strip.relative-position {
  background-color: #0000;
  height: auto;
  position: relative;
  top: -228px;
}

.content-wrap {
  z-index: 3;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1700px;
  margin: 60px auto 70px;
  padding: 0 50px;
  display: flex;
  position: relative;
}

.content-wrap.right {
  justify-content: flex-end;
  max-width: 1700px;
  display: flex;
}

.content-wrap.product-grid {
  justify-content: space-between;
}

.content-wrap.faq {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 59px;
  display: grid;
}

.content-wrap.centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.super-head {
  color: var(--golden);
  letter-spacing: -1px;
  flex: 1;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Rakkas, Palatino Linotype, sans-serif;
  font-size: 280px;
  font-style: italic;
  line-height: 210px;
}

.super-head.dark {
  z-index: 1;
  color: var(--black-2);
  flex: 1;
  font-style: italic;
  position: relative;
}

.h1 {
  color: #fff;
  letter-spacing: 1.3px;
  margin-bottom: 25px;
  font-family: Rakkas, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}

.h1.dark {
  color: var(--black-2);
  margin-bottom: 24px;
}

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

.text-wrapper {
  width: 100%;
  max-width: 700px;
  padding: 20px 30px 30px;
  display: block;
}

.text-wrapper.highlight-card {
  z-index: 20;
  background-color: var(--golden);
  border-radius: 40px;
  padding: 70px;
  position: absolute;
}

.negative-margin {
  margin-top: -470px;
}

.normal-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--golden);
  color: #000;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  min-height: 60px;
  margin-top: 30px;
  padding: 9px 30px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  display: flex;
}

.normal-button:hover {
  background-color: var(--gainsboro);
  box-shadow: 0 1px 50px 0 var(--golden);
  transform: scale(1.03);
}

.normal-button.center {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

.button-label {
  letter-spacing: .8px;
  font-family: Rakkas, Palatino Linotype, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-2 {
  padding-bottom: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
}

.section-2 {
  background-color: var(--gainsboro);
  overflow: hidden;
}

.card {
  z-index: 100;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 689px;
  padding: 70px;
  display: flex;
  position: relative;
}

.h2 {
  color: var(--black-2);
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-family: Rakkas, Palatino Linotype, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 42px;
}

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

.h2.center.white {
  color: #fff;
}

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

.list_item_small {
  letter-spacing: .2px;
  font-size: 15px;
  font-weight: 700;
}

.list-row {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-3 {
  letter-spacing: .7px;
  font-size: 15px;
}

.image-2 {
  filter: saturate(200%);
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -3% 0% auto;
}

.speisekarte {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.big-head {
  color: var(--black-2);
  height: 90px;
  margin-bottom: 10px;
  font-family: Rakkas, Palatino Linotype, sans-serif;
  font-size: 100px;
  font-style: italic;
}

.list-row-big {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black-2);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-4 {
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.main-navi {
  z-index: 40000;
  background-color: #000;
  border: 1px #000;
  border-bottom: 1px solid #383838;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 140px;
  padding-bottom: 12px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  max-width: 2300px;
  max-height: 100px;
  display: flex;
  position: relative;
}

.meta-nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  display: flex;
}

.navigation-wrapper {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  height: 50px;
  padding-right: 200px;
  display: flex;
}

.div-block-6 {
  border-top: 1px #3f3f3f;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 2300px;
  max-height: none;
  margin-top: 15px;
  padding-left: 50px;
  display: flex;
}

.brand.w--current {
  padding: 0 6px;
}

.image-3 {
  width: 100%;
  max-width: 200px;
}

.nav-link {
  color: #fff;
  text-align: left;
  letter-spacing: .4px;
  margin-left: 0;
  margin-right: auto;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: all .5s;
}

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

.nav-link.w--current {
  color: var(--golden);
  letter-spacing: .8px;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  text-decoration: underline;
}

.meta-nav-link {
  color: #626469;
  letter-spacing: .8px;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 13px;
}

.div-block-7 {
  color: #272727;
  border-bottom: 1px solid #272727;
  justify-content: flex-end;
  padding-top: 5px;
  padding-bottom: 0;
  padding-right: 200px;
  display: flex;
}

.header_button {
  background-color: var(--golden);
  color: var(--black);
  text-align: center;
  letter-spacing: .8px;
  background-image: linear-gradient(#4223006b, #0000);
  border-radius: 0 0 20px 20px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 200px;
  padding-top: 0;
  font-family: Rakkas, Palatino Linotype, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  transition-property: all;
  display: flex;
  box-shadow: 0 2px 10px -3px #00000021;
}

.header_button:hover {
  color: #fff;
  background-color: #b4860a;
  height: 230px;
}

.image-4 {
  filter: saturate(200%);
  mix-blend-mode: multiply;
  width: 1230px;
  position: absolute;
  top: -510px;
  left: 664px;
  transform: rotate(-14deg);
}

.div-block-8 {
  background-color: #000;
  position: relative;
}

.body-2 {
  background-color: var(--gainsboro);
  padding-top: 169px;
}

.div-block-9 {
  z-index: 4;
  aspect-ratio: 1;
  background-color: var(--golden);
  border-radius: 130px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 600px;
  padding: 50px;
  display: flex;
  position: absolute;
  top: 335px;
  bottom: 0%;
  right: 2%;
}

.image-5 {
  width: 120px;
  margin-bottom: 10px;
}

.spacer {
  height: 380px;
}

.spacer._150 {
  height: 150px;
}

.spacer._50 {
  height: 50px;
}

.gebot_illu_1 {
  border: 5px solid var(--golden);
  background-color: #0000;
  border-radius: 140px;
  justify-content: center;
  align-items: center;
  width: 230px;
  min-width: 230px;
  height: 350px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.gebot {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 600px;
  margin: 17px;
  display: flex;
}

.h3 {
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Rakkas, Palatino Linotype, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 27px;
}

.h3.white {
  color: #fff;
  max-width: 800px;
  font-style: normal;
}

.image-6 {
  background-color: #000;
  position: relative;
  top: -4px;
}

.div-block-10 {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  background-color: #000;
  padding-bottom: 45px;
}

.image-7 {
  filter: saturate(200%);
  width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.pssst_illu {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.faqs {
  color: var(--black-2);
  text-align: left;
  margin-top: 70px;
  padding-bottom: 30px;
}

.faq_element {
  border: 1px #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.product-stage {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px 18px;
  display: flex;
}

.buy_bar {
  z-index: 2;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 280px;
  display: flex;
  position: relative;
}

.image-8 {
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-13 {
  z-index: 10;
  background-color: var(--golden);
  border-radius: 180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 34px 34px 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.default-state {
  background-color: var(--gainsboro);
  border-radius: 100px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 150px;
  padding-top: 43px;
  padding-bottom: 43px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.add-to-cart-button {
  color: var(--black-2);
  text-align: center;
  white-space: pre-line;
  background-color: #fff;
  border-radius: 90px;
  flex: 1;
  justify-content: center;
  width: 150px;
  height: 150px;
  padding: 17px;
  font-family: Noto Sans Mono;
  font-weight: 700;
  transition: all .2s;
}

.add-to-cart-button:hover {
  background-color: var(--golden);
  color: var(--black);
  transform: scale(1.05);
  box-shadow: 1px 1px 20px -12px #000;
}

.add-to-cart-2 {
  flex: 0 auto;
  width: auto;
  height: 150px;
  position: absolute;
  top: -26%;
  bottom: auto;
  right: -10%;
}

.f-llmenge {
  color: #fff;
  text-align: center;
  font-family: Noto Sans Mono;
  font-size: 18px;
  font-weight: 500;
}

.versand_notiz {
  text-align: center;
  font-family: Noto Sans Mono;
  font-size: 14px;
  line-height: 19px;
}

.zutaten {
  color: var(--black-2);
  font-family: Noto Sans Mono;
  font-weight: 500;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1000px;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.product-image {
  width: auto;
  height: 100%;
}

.section-4 {
  background-color: var(--gainsboro);
  padding-top: 0;
  padding-bottom: 123px;
}

.div-block-15 {
  height: 80px;
}

.section-5 {
  background-color: var(--gainsboro);
  padding-top: 12px;
}

.product-thumbnail {
  background-color: #000;
  width: auto;
  max-width: none;
  height: 500px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

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

.collection-item-2 {
  cursor: pointer;
  width: 33%;
  min-width: 300px;
  max-width: 500px;
  margin: 3px 1%;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  display: block;
}

.collection-item-2:hover {
  transform: translate(0, -15px);
}

.product-name {
  color: var(--black-2);
  letter-spacing: .5px;
  margin-bottom: 7px;
  font-family: Noto Sans Mono;
  font-size: 30px;
  font-weight: 600;
}

.text-block-8 {
  color: #2b070769;
  font-family: Noto Sans Mono;
  font-size: 12px;
}

.add-to-cart-3 {
  background-color: #0000;
  position: absolute;
  inset: -147% 2% auto auto;
}

.add-to-cart-button-2 {
  background-color: var(--golden);
  color: var(--black);
  white-space: normal;
  border-radius: 100px;
  justify-content: center;
  width: 130px;
  height: 130px;
  padding: 11px;
  font-family: Noto Sans Mono;
  font-weight: 600;
  line-height: 17px;
  transition: all .2s;
}

.add-to-cart-button-2:hover {
  background-color: #ffc935;
}

.div-block-16 {
  position: relative;
}

.collection-list-wrapper {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  max-width: 1600px;
  display: block;
}

.collection-list-2 {
  flex-wrap: nowrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.price {
  color: var(--black-2);
  font-family: Noto Sans Mono;
  font-size: 17px;
  font-weight: 500;
}

.section-6 {
  overflow: hidden;
}

.div-block-17 {
  height: 40px;
  margin-top: -9px;
}

.apple-pay-2 {
  height: 50px;
}

.checkout-h1 {
  margin-bottom: 15px;
  font-family: bely;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}

.field-label {
  font-family: Noto Sans Mono;
}

.order-items {
  margin-top: 42px;
}

.order-item {
  margin-bottom: 30px;
}

.paypal {
  margin-bottom: 38px;
}

.empty-state-2 {
  border: 1px solid var(--black-2);
  background-color: #0000;
  flex: 1;
  align-items: center;
  height: 90px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 45px;
  display: flex;
}

.text-block-13 {
  font-family: Noto Sans Mono;
  font-weight: 600;
}

.error-state {
  display: none;
}

.body-6 {
  background-color: #000;
  padding-top: 140px;
}

.image-10 {
  color: var(--golden);
  height: 200px;
}

.image-13 {
  z-index: 0;
  mix-blend-mode: multiply;
  height: 770px;
  position: absolute;
  top: -285px;
  left: -78px;
}

.div-block-19 {
  background-color: #000;
  margin: -3px auto -166px;
  padding-top: 9px;
}

.image-14 {
  height: 260px;
  position: absolute;
  inset: -11% 14% auto auto;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-copy {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.text-span {
  color: var(--golden);
}

.meta-link {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.meta-link:hover {
  color: var(--golden);
  letter-spacing: 1.3px;
}

.text-block-17 {
  margin-bottom: 57px;
  font-family: Noto Sans Mono;
}

.div-block-22 {
  z-index: 3;
  border-radius: 0;
  width: auto;
  max-width: 150px;
  position: absolute;
  inset: auto 19% -8% auto;
}

.select-field {
  color: var(--black);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 19px;
  font-family: Noto Sans Mono;
  font-weight: 600;
  display: flex;
}

.navbar-2 {
  display: none;
}

.spice-icons {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: 180px;
  height: 70px;
  margin-left: 29px;
  margin-right: 20px;
  display: flex;
}

.spice {
  height: 100%;
  margin-left: 8px;
}

.div-block-26 {
  padding-bottom: 0;
  display: block;
}

.div-block-27 {
  position: absolute;
  top: 0;
  right: 20px;
}

.gebot_illustration {
  width: 190px;
  margin-bottom: -124px;
}

.image-24 {
  object-fit: cover;
  flex: 1;
  height: 150%;
}

.image-25 {
  height: 70%;
}

.image-26 {
  width: 170px;
}

.secret_recipe {
  width: auto;
  max-width: 880px;
  margin: 29px auto 38px;
}

.list-item {
  margin-bottom: 5px;
}

.list {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 20px;
}

.list.white {
  color: #fff;
}

.div-block-28 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 23px;
}

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

.image-27 {
  position: static;
}

.landingpage-opener {
  background-color: var(--gainsboro);
  padding-top: 1px;
  padding-bottom: 1px;
}

.landingpage-image-rip {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 950px;
  display: flex;
  position: relative;
}

.landingpage-image-rip.small {
  justify-content: flex-end;
  align-items: center;
  height: 450px;
}

.image-28 {
  z-index: -1;
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-7 {
  background-color: var(--gainsboro);
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo {
  max-width: 130px;
}

.logo.weiss {
  filter: contrast(200%) grayscale() invert();
}

.logo-grid {
  grid-column-gap: 50px;
  grid-row-gap: 77px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-4 {
  color: #fff;
  margin-right: 0;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 30px;
}

.dropdown-list {
  border-radius: 20px;
  padding: 2px;
}

.dropdown-list.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  outline-offset: 0px;
  background-color: #0000004d;
  outline: 1px solid #fff6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  padding: 20px 12px;
  display: flex;
}

.in-copy-link {
  color: #002b90;
  display: inline;
}

.carousel-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-container {
  grid-column-gap: 49px;
  grid-row-gap: 56px;
  filter: none;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.code-embed {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.mobile-only-spacer {
  height: 1px;
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.in-pref-manger {
  border-radius: 10px;
  margin: 2rem -2rem -2.25rem;
}

.ck-modal__btns-w.is--small {
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  overflow: hidden;
  box-shadow: 0 1px 3px #0003;
}

.ck__exitbtn__line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.ck__exitbtn__line.is--right {
  transform: rotate(-45deg);
}

.ck__exitbtn__line.is--left {
  transform: rotate(45deg);
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.ck-radio-w {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
}

.ck-modal {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  background-color: #ffffff9e;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-family: Geistmono, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.ck-preference__scroll-w {
  width: 100%;
  max-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.ck-modal__exit-btn {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.ck-modal__exit-btn.is--sticky {
  position: sticky;
  top: 1rem;
}

.ck-preference-w {
  z-index: 9710;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.ck-button-w {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-family: Geistmono, Arial, sans-serif;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: .75rem;
  margin-bottom: -1rem;
  margin-right: 0;
}

.ck-button-w.is--fullwidth {
  flex: none;
  width: 100%;
}

.text-block {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-radio__label {
  color: #262926;
  cursor: pointer;
  margin-bottom: .25rem;
  font-family: Geistmono, Arial, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
}

.ck-desc {
  font-family: Geistmono, Arial, sans-serif;
}

.ck-radio__desc {
  cursor: pointer;
  margin-bottom: 10px;
  font-family: Geistmono, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.ck-sr__only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-preference__bg {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ck-radio__btn {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}

.ck-radio__btn.w--redirected-focus {
  box-shadow: none;
}

.ck-radio__btn.is--checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.ck-title {
  color: #262926;
  margin-bottom: .1875em;
  font-family: Rakkas, Palatino Linotype, sans-serif;
  font-size: 2rem;
}

.ck-form-w {
  margin-bottom: 0;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.ck-css-styles {
  display: none;
}

.ck-prefmanager-w {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.ck-prefmanager-w:hover {
  text-decoration: underline;
}

.ck-preference__btn {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.ck-preference__btn:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.ck-preference__icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.ck-preference-txt {
  font-family: Geistmono, Arial, sans-serif;
}

.ck-button-w-2 {
  color: #fff;
  text-align: center;
  background-color: #0f300a;
  border-radius: .25rem;
  width: 100%;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w-2:hover {
  background-color: #262926;
}

.ck-button-w-2.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w-2.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-title-2 {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title-2.is--small {
  letter-spacing: 1px;
  font-family: Rakkas, Palatino Linotype, sans-serif;
  font-size: 1.1875rem;
}

.ck-cookie-w-2 {
  z-index: 9500;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.div-block-30 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
}

.image-29 {
  position: absolute;
}

@media screen and (min-width: 1920px) {
  body, .body.black {
    font-family: Geistmono, Arial, sans-serif;
  }

  .image-strip {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .negative-margin {
    margin-top: -260px;
  }

  .main-navi {
    margin-left: auto;
    margin-right: auto;
  }

  .product-thumbnail {
    max-width: none;
    height: 450px;
  }

  .collection-item-2 {
    max-width: 500px;
    transition: all .2s;
  }

  .collection-item-2:hover {
    filter: saturate(0%);
  }

  .add-to-cart-button-2 {
    letter-spacing: .2px;
    font-weight: 700;
  }

  .collection-list-wrapper {
    justify-content: flex-start;
    padding-left: 30px;
  }
}

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

  .button {
    justify-content: center;
  }

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

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

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

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .menu-button {
    padding: 0;
  }

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

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    margin-right: 40px;
    padding-left: 40px;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .body.black {
    padding-top: 153px;
  }

  .statement {
    height: 52px;
    font-size: 70px;
  }

  .copy.left.dark {
    letter-spacing: normal;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
  }

  .image-strip {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 450px;
    display: flex;
  }

  .image-strip.relative-position {
    z-index: 1;
  }

  .content-wrap {
    margin-top: 36px;
    margin-bottom: 32px;
    padding: 17px;
  }

  .content-wrap.faq {
    grid-row-gap: 31px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .super-head {
    font-size: 230px;
    line-height: 178px;
  }

  .super-head.dark {
    font-size: 230px;
    line-height: 130px;
  }

  .text-wrapper {
    flex: 0 auto;
    max-width: 600px;
    margin-right: 11px;
    padding: 6px;
  }

  .negative-margin {
    margin-top: -149px;
  }

  .card {
    padding: 49px 31px 31px;
  }

  .image-2 {
    width: 250px;
  }

  .speisekarte {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
  }

  .big-head {
    height: 60px;
    font-size: 70px;
  }

  .list-row-big {
    justify-content: space-between;
  }

  .main-navi {
    height: 160px;
    display: block;
  }

  .div-block-5 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    max-width: 420px;
    max-height: 80px;
    margin-right: 5px;
  }

  .meta-nav {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
  }

  .navigation-wrapper {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
  }

  .div-block-6 {
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    flex: 0 auto;
    margin: 2px 2px 2px 23px;
    font-size: 15px;
  }

  .nav-link.w--current {
    margin-bottom: 0;
    font-size: 15px;
  }

  .meta-nav-link {
    margin-left: 10px;
  }

  .div-block-7 {
    justify-content: space-between;
    padding-right: 0;
  }

  .header_button {
    border-radius: 7px;
    width: 80px;
    height: 80px;
    margin: 14px;
    padding-top: 2px;
    font-size: 12px;
    display: flex;
    position: static;
  }

  .header_button:hover {
    height: 80px;
  }

  .image-4 {
    top: -386px;
    left: 163px;
  }

  .body-2 {
    padding-top: 155px;
  }

  .div-block-9 {
    z-index: 1;
    width: 600px;
    height: 600px;
    top: 349px;
  }

  .gebot {
    flex-direction: column;
  }

  .faq_element {
    height: auto;
    padding: 10px;
  }

  .collection-item-2 {
    width: 48%;
    margin-top: 33px;
  }

  .collection-item-2:hover {
    transform: none;
  }

  .collection-list-2 {
    flex-wrap: wrap;
  }

  .body-6 {
    padding-top: 150px;
  }

  .image-13 {
    height: 540px;
    top: -111px;
  }

  .image-14 {
    height: 150px;
    top: -7%;
    right: 4%;
  }

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

  .image-16 {
    object-fit: fill;
    flex: 1;
    width: 100%;
    height: 100%;
  }

  .navbar-2 {
    z-index: 40;
  }

  .spice-icons {
    flex: 0 auto;
    max-width: 180px;
  }

  .div-block-26 {
    padding-bottom: 0;
  }

  .div-block-27 {
    position: static;
    top: -30px;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    height: 30px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

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

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

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

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

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

  .cart-container {
    min-width: 360px;
  }

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

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

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

  .products-category-link {
    margin-bottom: 10px;
  }

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

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap, .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: 0;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-modal__exit-btn.is--sticky {
    top: -1rem;
  }

  .ck-form {
    padding-top: .75rem;
  }

  .ck-preference__icon {
    margin-right: 0;
  }

  .ck-preference-txt {
    display: none;
  }
}

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

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .divider {
    height: 40px;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

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

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .cart-container {
    min-width: 320px;
  }

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

  .footer {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .full-width-form {
    padding: 15px;
  }

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

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .body.black {
    padding-top: 0;
  }

  .opener {
    height: 500px;
  }

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

  .statement {
    height: auto;
    font-size: 50px;
    line-height: 47px;
  }

  .copy {
    font-size: 15px;
    line-height: 26px;
  }

  .copy.left {
    line-height: 26px;
  }

  .copy.left.dark {
    color: #2b0707;
  }

  .image-strip {
    height: 340px;
    overflow: visible;
  }

  .image-strip.relative-position {
    height: 400px;
    top: auto;
  }

  .content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrap.faq {
    grid-row-gap: 22px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .super-head {
    letter-spacing: 0;
    margin-left: 0;
    font-size: 80px;
    font-weight: 400;
    line-height: 84px;
  }

  .super-head.dark {
    flex: 1;
    margin-left: 0;
    font-size: 80px;
    line-height: 70px;
  }

  .h1 {
    letter-spacing: 1px;
    font-size: 35px;
    line-height: 38px;
  }

  .h1.dark {
    line-height: 40px;
  }

  .h1.center {
    font-style: italic;
  }

  .text-wrapper {
    margin-right: 0;
  }

  .text-wrapper.highlight-card {
    padding: 42px;
    position: static;
  }

  .negative-margin {
    display: none;
  }

  .normal-button {
    max-width: none;
    height: 50px;
    margin-top: 26px;
    margin-bottom: 13px;
    font-size: 14px;
  }

  .button-label {
    font-size: 17px;
  }

  .card {
    width: auto;
    max-width: 689px;
    margin-top: 66px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .image-2 {
    top: -4%;
  }

  .big-head {
    height: auto;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 50px;
  }

  .list-row-big {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .text-block-4 {
    margin-bottom: 10px;
  }

  .main-navi {
    display: none;
  }

  .nav-link {
    color: var(--black);
    text-align: left;
    border-style: none;
    margin: 5px auto;
    padding: 4px;
    font-size: 16px;
    font-weight: 600;
  }

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

  .body-2 {
    padding-top: 111px;
  }

  .div-block-9 {
    border-radius: 7px;
    flex: 1;
    width: auto;
    height: auto;
    margin-top: 47px;
    padding: 40px 20px;
    position: static;
  }

  .spacer {
    display: none;
  }

  .spacer._150 {
    height: 80px;
    display: block;
  }

  .gebot_illu_1 {
    border-width: 4px;
    order: -9999;
    width: 130px;
    min-width: auto;
    height: 210px;
    margin-right: 20px;
    padding: 14px;
  }

  .gebot {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .faq_element {
    height: auto;
  }

  .product-thumbnail {
    width: 100%;
    height: 300px;
    margin-bottom: 21px;
  }

  .collection-item-2 {
    flex: 1;
    margin-bottom: 32px;
  }

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

  .image-14 {
    top: -8%;
  }

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

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

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

  .image-17, .image-18 {
    object-fit: cover;
    height: 100%;
  }

  .navbar-2 {
    z-index: 20;
    background-color: #0000;
    height: 100px;
    padding-top: 17px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .image-20 {
    width: 100%;
    max-width: 200px;
  }

  .menu-button-3 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff45;
    border: 2px solid #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 0;
    padding: 12px;
    transition: all .2s;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: var(--white);
    flex: 0 auto;
    margin-right: 0;
    transition: all .2s;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #fff6;
    border-radius: 10px;
    width: 96vw;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }

  .div-block-23 {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 270px;
    margin-top: 3px;
    display: flex;
  }

  .div-block-24 {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 20px;
    display: flex;
  }

  .navbar-3 {
    z-index: 2000;
    background-image: linear-gradient(#000, #0000);
    padding-top: 0;
    overflow: visible;
  }

  .spice-icons {
    justify-content: flex-start;
    height: 50px;
    margin-left: 0;
  }

  .spice {
    margin-left: 0;
  }

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

  .icon-3 {
    filter: contrast(200%) invert();
  }

  .image-24 {
    height: 100%;
  }

  .div-block-28 {
    height: 420px;
    display: block;
  }

  .abbinder {
    padding: 17px;
  }

  .image-27 {
    display: none;
  }

  .landingpage-image-rip {
    height: 410px;
  }

  .logo {
    max-width: 90px;
  }

  .logo-grid {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .mobile-meta-nav {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    color: #fff;
    background-color: #000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 30px;
    font-family: Geistmono, Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    display: flex;
  }

  .mobile-meta-link {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
  }

  .icon-4 {
    position: static;
  }

  .dropdown-toggle {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: flex;
  }

  .dropdown-list.w--open {
    width: auto;
  }

  .dropdown {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 30px;
    display: flex;
  }

  .logo-container {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    flex-flow: wrap;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-29 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .code-embed {
    outline-offset: 5px;
    border-radius: 10px;
  }

  .mobile-nav-headline {
    opacity: .3;
    text-align: left;
    margin-top: 20px;
    font-family: Geistmono, Arial, sans-serif;
    font-weight: 600;
  }

  .mobile-only-spacer {
    height: 80px;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-preference-w {
    align-items: flex-end;
  }

  .ck-button-w {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-prefmanager-w {
    left: 1rem;
  }

  .ck-button-w-2 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-cookie-w-2 {
    max-width: 100%;
    inset: auto 0% 0%;
  }
}


@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-ExtraBold.ttf') format('truetype'), url('../fonts/GeistMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rakkas';
  src: url('../fonts/Rakkas-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}