:root {
  --dark-brown-grey: #1f1919;
  --dim-grey: #625d5d;
  --firebrick: #be4632;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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 {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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-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-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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    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-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 {
  color: var(--dark-brown-grey);
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

a {
  color: var(--firebrick);
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--dark-brown-grey);
}

blockquote {
  border: 2px solid var(--firebrick);
  color: var(--firebrick);
  background-color: #be46321a;
  margin-bottom: 10px;
  margin-left: 16px;
  padding: 16px 24px;
  font-family: Crimson Text, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.style-guide-block {
  background-color: #fcfdfd;
  border: 1px solid #eaebec;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  padding: 80px 104px;
  display: flex;
}

.style-guide-block.block {
  display: block;
}

.color-block {
  border: 1px solid #0000;
  border-radius: 4px;
  height: 88px;
}

.color-block.white {
  background-color: #fff;
  border: 1px solid #e8e9e9;
}

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

.color-block.dark-slate-grey {
  background-color: var(--dark-brown-grey);
}

.color-block.border-color {
  background-color: #e6e6e6;
}

.color-block.firebrick {
  background-color: var(--firebrick);
}

.button-block-wrapper {
  border-radius: 4px;
  width: 33.334%;
  margin-left: 28px;
  margin-right: 28px;
}

.heading-block {
  flex: 1;
  margin-bottom: 24px;
}

.colors-wrapper {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.greyscales-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 56px;
  display: flex;
}

.outlined-btn {
  border: 2px solid var(--firebrick);
  color: var(--firebrick);
  letter-spacing: .4px;
  text-transform: capitalize;
  background-color: #0000;
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 32px;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.outlined-btn:hover {
  background-color: var(--firebrick);
  color: #fff;
}

.outlined-btn.small {
  padding: 8px 24px;
  font-size: 18px;
  line-height: 24px;
}

.outlined-btn.no-margin-top {
  margin-top: 0;
}

.outlined-btn.no-margin-top.no-margin-right {
  margin-right: 0;
}

.outlined-btn.full-width {
  text-align: center;
  flex: 1;
  width: 100%;
}

.outlined-btn.cart-btn {
  text-align: center;
  flex: 1;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
}

.heading-subtitle {
  color: #8f9193;
  padding-left: 4px;
  font-size: 14px;
  line-height: 20px;
}

.greyscale-title {
  color: #23272a;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

.style-guide-block-title {
  background-color: #f8f9f9;
  border: 1px solid #eaebec;
  padding: 32px 104px;
}

.style-guide-block-wrapper {
  margin-bottom: 80px;
}

.style-guide-block-wrapper.last {
  margin-bottom: 0;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.colored-bg {
  background-color: #fefcfa;
  background-image: url('../images/Topographic-pattern-dark-seetrough.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 50%;
}

.section.colored-bg.with-heading {
  background-image: url('../images/Topographic-pattern-dark-brown-trans.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 50%;
  padding-top: 104px;
}

.section.with-heading {
  padding-top: 104px;
}

.section.newsletter {
  background-image: linear-gradient(#1f191980, #1f191980), url('../images/yohan-cho-QT-GwKOoddg-unsplash1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.product-page {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.blog-page {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.page-header {
  background-color: #fefcfa;
  background-image: url('../images/Topographic-pattern-dark-brown-trans.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.no-margin-top {
  padding-top: 0;
}

.style-guide-title {
  text-align: center;
  font-family: Crimson Text, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.container {
  flex: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container.checkout-flex {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.buttons-wrapper {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
}

.buttons-wrapper.cta {
  align-items: center;
  width: auto;
  display: flex;
}

.filled-btn {
  background-color: var(--firebrick);
  transform: ;
  color: #fff;
  letter-spacing: .4px;
  text-transform: capitalize;
  border-radius: 0;
  margin-top: 16px;
  margin-right: 16px;
  padding: 12px 32px;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.filled-btn:hover {
  color: #fff;
}

.filled-btn.no-margin-top {
  margin-top: 0;
}

.filled-btn.no-margin-top.no-margin-right {
  margin-right: 0;
}

.filled-btn.small {
  padding: 10px 24px;
  font-size: 18px;
  line-height: 24px;
}

.filled-btn.cart-btn {
  text-align: center;
  flex: 1;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: inline-block;
}

.filled-btn.cart-btn:hover {
  background-color: #a83e2c;
}

.filled-btn.cart-btn.no-full-width {
  flex: none;
  width: auto;
}

.filled-btn.no-margin-right, .filled-btn.no-margin-right.w--current {
  margin-right: 0;
}

.filled-btn.search-btn {
  text-align: center;
  flex: none;
  justify-content: center;
  margin-top: 0;
  margin-right: 0;
  padding: 10px 24px;
  display: inline-block;
}

.filled-btn.search-btn:hover {
  background-color: #a83e2c;
}

.filled-btn.discount {
  margin-top: 0;
  margin-right: 0;
  padding: 4px 16px;
  font-size: 18px;
  line-height: 24px;
}

.color-block-wrapper {
  border-radius: 4px;
  width: 20%;
  margin-left: 28px;
  margin-right: 28px;
}

.button-subtitle {
  color: #8f9193;
  text-align: center;
  margin-top: 10px;
}

.color-title {
  color: #23272a;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 400;
}

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

.grayscale-block {
  background-color: var(--dark-brown-grey);
  flex: 1;
  height: 88px;
}

.grayscale-block._20 {
  opacity: .2;
}

.grayscale-block._30 {
  opacity: .3;
}

.grayscale-block._10 {
  opacity: .1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.grayscale-block._80 {
  opacity: .8;
}

.grayscale-block._70 {
  opacity: .7;
}

.grayscale-block._60 {
  opacity: .6;
}

.grayscale-block._100 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.grayscale-block._50 {
  opacity: .5;
}

.grayscale-block._40 {
  opacity: .4;
}

.grayscale-block._90 {
  opacity: .9;
}

.button-block {
  border: 1px solid #e7e8e8;
  justify-content: center;
  align-items: center;
  height: 176px;
  display: flex;
}

.button-block.bg {
  background-color: var(--dark-brown-grey);
}

.headings-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.page-title {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 80px;
}

.page-title.narrow-padding-bottom {
  margin-bottom: 10px;
}

.greyscale-block-wrapper {
  border-radius: 4px;
  width: 100%;
  display: flex;
}

.underlined-btn {
  color: var(--firebrick);
  letter-spacing: .4px;
  background-color: #0000;
  margin-top: 16px;
  margin-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Crimson Text, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
  transition: letter-spacing .2s, color .2s;
}

.underlined-btn:hover {
  color: var(--dark-brown-grey);
  letter-spacing: .8px;
}

.underlined-btn.no-margin-top {
  margin-top: 0;
}

.underlined-btn.no-margin-top.no-margin-right {
  margin-right: 0;
}

.transparent-btn {
  color: #fff;
  letter-spacing: .4px;
  text-shadow: 0 0 10px #23272a4d;
  background-color: #ffffff4d;
  border: 2px solid #0000;
  margin-top: 16px;
  margin-right: 16px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s;
}

.transparent-btn:hover {
  background-color: #ffffff80;
}

.transparent-btn:active {
  background-color: #ffffff4d;
}

.transparent-btn.small {
  padding: 8px 16px;
}

.transparent-btn.small.in-nav-bar {
  margin: 20px 0 20px 12px;
  font-size: 15px;
}

.nav-bar {
  z-index: 998;
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  align-items: center;
  height: 80px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.colored {
  background-color: var(--dark-brown-grey);
  border-bottom-style: none;
  position: relative;
}

.nav-menu {
  background-color: var(--dark-brown-grey);
  background-image: url('../images/Topographic-pattern-white-seethrough.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  flex: 0 auto;
  width: 25vw;
  padding-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.brand {
  flex: 1;
}

.logo-wrapper {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.logo {
  height: 25px;
}

.nav-icons-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.search-field-trigger {
  cursor: pointer;
  padding: 16px;
}

.search-icon {
  width: 24px;
}

.cart-icon {
  height: 24px;
}

.cart-button {
  background-color: #0000;
  padding: 16px;
}

.cart-quantity {
  background-color: var(--firebrick);
  color: #fff;
  font-weight: 400;
}

.menu-button {
  flex: 1;
  place-content: stretch center;
  align-items: center;
  padding: 16px;
}

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

.burger-wrap {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: -16px;
  display: flex;
}

.nav-link-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #ffffffb3;
  letter-spacing: .4px;
  text-transform: capitalize;
  width: 100%;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  transition: color .2s;
}

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

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.home-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filled-btn-overlay {
  z-index: 0;
  opacity: 0;
  background-image: url('../images/Topographic-pattern-white.svg');
  background-position: 50%;
  background-size: 120%;
  position: absolute;
  inset: 0;
}

.hero-title {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 0 8px #0000004d;
  margin-bottom: 80px;
  margin-top: 220px; /* Fügt Abstand oben hinzu */
  padding-left: 32px;
  padding-right: 32px;
  font-size: 55px;
  line-height: 70px;
}

.white-outlined-btn {
  color: #fff;
  letter-spacing: .4px;
  text-transform: capitalize;
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 116px;
  margin-right: 16px;
  padding: 10px 32px;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  transition: border-color .2s, color .2s, background-color .2s;
}

.white-outlined-btn:hover {
  border-color: var(--firebrick);
  background-color: var(--firebrick);
  color: #fff;
}

.white-outlined-btn.small {
  padding: 8px 24px;
  font-size: 18px;
  line-height: 24px;
}

.white-outlined-btn.no-margin-top {
  margin-top: 0;
}

.white-outlined-btn.no-margin-top.no-margin-right {
  cursor: pointer;
  margin-right: 0;
}

.scroll-down-arrow {
  border: 2px solid #ffffff80;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding-bottom: 4px;
  transition: border-color .3s, background-color .3s;
  display: flex;
  position: absolute;
  bottom: 30px;
}

.scroll-down-arrow:hover {
  background-color: var(--dark-brown-grey);
  border-color: #0000;
}

.image {
  height: 24px;
}

.big-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 54px;
}

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

.big-title.white.center {
  text-align: center;
}

.section-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 24px;
}

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

.section-title.inline {
  display: inline-block;
}

.section-title.inline.no-margin-bottom {
  margin-bottom: 0;
}

.section-title.inline.no-margin-bottom.white {
  color: #fff;
}

.about-paragraph {
  color: var(--dim-grey);
  margin-bottom: 24px;
}

.menu-item-thumbnail {
  background-color: #e7e7e7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 96px;
  height: 96px;
  margin-right: 24px;
}

.menu-item {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu-item-title-block {
  border-bottom: 1px solid #d6d9d9;
  flex: 1;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.menu-item-title-block.red {
  color: var(--firebrick);
  border-bottom-style: none;
  border-bottom-color: #0000;
}

.menu-item-title {
  font-family: Crimson Text, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
}

.menu-collection-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 2fr;
  grid-auto-columns: 1fr;
}

.collection-list {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 56px;
  display: grid;
}

.menu-item-wrapper {
  flex: 1;
}

.hero-bg-img {
  z-index: -1;
  background-image: url('../images/battlecreek-coffee-roasters-3q3f1uDQk94-unsplash1.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.blog-post.small-list {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.blog-post.blog-listing {
  width: 100%;
  margin-bottom: 80px;
}

.blog-post-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 440px;
}

.blog-post-img.small-list {
  flex: 0 auto;
  width: 50%;
  height: 168px;
  margin-bottom: 24px;
  margin-right: 24px;
}

.blog-post-img.blog-page {
  height: 680px;
  margin-bottom: 80px;
}

.blog-post-img.featured {
  height: 328px;
}

.post-info-block {
  margin-top: 10px;
}

.blog-category-badge {
  color: var(--firebrick);
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  transition: color .2s;
  display: inline-block;
}

.blog-category-badge:hover {
  color: var(--dark-brown-grey);
}

.blog-date {
  color: var(--dim-grey);
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.blog-title {
  margin-top: 10px;
  margin-bottom: 32px;
}

.blog-title.small {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
}

.blog-title.blog-page {
  margin-top: 0;
  margin-bottom: 24px;
}

.filled-btn-text {
  z-index: 1;
  position: relative;
}

.blog-col-left {
  padding-left: 0;
  padding-right: 16px;
}

.blog-col-right {
  padding-left: 16px;
  padding-right: 0;
}

.featured-label {
  background-color: var(--firebrick);
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 10px;
  padding: 4px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}

.blog-post-info-small {
  width: 50%;
  display: inline-block;
}

.newsletter-title-wrapper {
  text-align: center;
  width: 66.6667%;
  margin-left: auto;
  margin-right: auto;
}

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

.newsletter-input-field {
  border: 1px solid var(--firebrick);
  max-width: 50%;
  height: 46px;
  margin-bottom: 0;
  padding: 16px 24px;
}

.newsletter-input-field.subscribe-field {
  height: 44px;
}

.subscribe-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 56px;
  margin-bottom: 16px;
  display: flex;
}

.muted-text {
  color: #c4baba;
  text-align: center;
  text-shadow: 0 0 6px var(--dark-brown-grey);
  margin-top: 10px;
}

.muted-text.no-margin-top {
  color: #9e9696;
  text-shadow: none;
  margin-top: 0;
}

.space-evenly {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.product-wrapper {
  flex-direction: column;
  width: 25%;
  margin-bottom: 24px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.product-wrapper.with-sidebar {
  width: 33.333%;
}

.product-list {
  flex-wrap: wrap;
  margin-top: 56px;
  display: flex;
}

.product-list.with-sidebar {
  margin-top: 0;
}

.product-img {
  position: relative;
}

.product-info-block {
  margin-top: 24px;
}

.product-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Crimson Text, sans-serif;
}

.product-title.list {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.product-title.cart {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.product-price {
  margin-right: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.product-price.sale {
  color: var(--dim-grey);
  text-decoration: line-through;
}

.product-price.cart {
  color: var(--dark-brown-grey);
  text-align: left;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.product-price.list {
  color: var(--dark-brown-grey);
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.product-price.list.sale {
  color: var(--dim-grey);
  margin-left: 10px;
  text-decoration: line-through;
}

.product-img-overlay {
  color: #fff;
  background-color: #be463280;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0;
}

.price-wrapper {
  justify-content: center;
  display: flex;
}

.price-wrapper.product-page {
  justify-content: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
}

.footer-col {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-col.first {
  padding-left: 0;
  padding-right: 32px;
}

.footer-section {
  padding-top: 64px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.footer-text {
  color: #ffffffb3;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

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

.copyright-text {
  color: #ffffffb3;
  letter-spacing: .4px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
}

.copyright-section {
  background-color: #110e0e;
  margin-top: 64px;
  padding: 32px 56px;
  display: flex;
}

.footer-link {
  color: #ffffffb3;
  letter-spacing: .2px;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

.footer-links {
  flex-direction: column;
  align-self: center;
  display: flex;
}

.footer-title {
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-family: Crimson Text, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.opening-time-line {
  border-bottom: 1px solid #ffffff4d;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.opening-time-text {
  color: #fff;
}

.opening-time-text.closed {
  color: #ffffffb3;
}

.copyright-block {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.copyright-block.align-right {
  align-items: flex-end;
}

.stripe-block {
  background-color: #fff;
  padding: 8px 16px;
}

.stripe-text {
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.stripe-logo {
  height: 24px;
}

.footer-social-block {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.social-block {
  opacity: .7;
  border: 1px solid #fff;
  margin-left: -1px;
  padding: 24px;
  transition: opacity .2s;
}

.social-block:hover {
  opacity: 1;
}

.social-block.fb {
  background-image: url('../images/facebook-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-block.insta {
  background-image: url('../images/instagram-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-block.twitter {
  background-image: url('../images/twitter-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.insta-block {
  flex: 1;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.insta-block.block-1 {
  background-image: url('../images/devin-avery-535371-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.insta-block.block-2 {
  background-image: url('../images/gregory-hayes-MjvOQ__XFgI-unsplash1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.insta-block.block-3 {
  background-image: url('../images/nathan-dumlao-6Lh0bRb9LOA-unsplash1.jpg');
  background-position: 50%;
  background-size: cover;
}

.insta-block.block-4 {
  background-image: url('../images/nicolas-j-leclercq-743353-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.insta-block.block-5 {
  background-image: url('../images/jason-wong-349777-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.insta-block.block-6 {
  background-image: url('../images/battlecreek-coffee-roasters-HFho7UTIvlw-unsplash1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.insta-section {
  display: flex;
}

.insta-block-logo {
  width: 24px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.insta-block-overlay {
  color: #fff;
  background-color: #be463280;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0;
}

.paragraph {
  color: var(--dim-grey);
  background-color: #7f83cf00;
}

.coffee-intensity-block {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.coffee-intensity-base-bar {
  z-index: 0;
  background-color: #eaebec;
  justify-content: flex-end;
  width: 320px;
  height: 24px;
  margin-bottom: 4px;
  display: flex;
  position: relative;
}

.intensity-bar {
  background-color: var(--firebrick);
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.intensity-bar.level-1 {
  width: 10%;
}

.intensity-bar.level-2 {
  width: 20%;
}

.intensity-bar.level-3 {
  width: 30%;
}

.intensity-bar.level-4 {
  width: 40%;
}

.intensity-bar.level-5 {
  width: 50%;
}

.intensity-bar.level-6 {
  width: 60%;
}

.intensity-bar.level-7 {
  width: 70%;
}

.intensity-bar.level-8 {
  width: 80%;
}

.intensity-bar.level-9 {
  width: 90%;
}

.intensity-bar.level-10 {
  width: 100%;
}

.product-grid {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #eaebec;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
}

.product-paragraph {
  margin-bottom: 16px;
}

.coffee-features-block {
  margin-top: 24px;
  margin-bottom: 24px;
}

.coffee-feature {
  align-items: flex-end;
  margin-bottom: 4px;
  display: flex;
}

.feature-value {
  color: var(--firebrick);
  cursor: pointer;
  margin-right: 4px;
  text-decoration: none;
  display: inline-block;
}

.feature-value.listing {
  border-right: 1px solid #1f191933;
  margin-right: 3px;
  padding-right: 6px;
}

.feature-title {
  margin-right: 4px;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
}

.coffee-intensity-value {
  color: var(--firebrick);
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.coffee-intensity-value.dark {
  color: #344244b3;
}

.coffee-intensity-value.number {
  color: #ffffffb3;
}

.coffee-intensity-value.number.dark {
  color: #344244b3;
}

.field-label {
  margin-top: 16px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.field-label.checkout-label {
  margin-top: 0;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.option-list {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.option-select-field {
  color: var(--dim-grey);
  background-color: #fcfdfd;
  border: 1px solid #e6e6e6;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
}

.option-select-field.white-bg {
  background-color: #fff;
}

.cart-button-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.quantity {
  color: var(--dim-grey);
  text-align: center;
  background-color: #fcfdfd;
  border-style: solid;
  border-color: #e6e6e6;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  margin-right: 16px;
  font-weight: 500;
  display: inline-block;
}

.tabs {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 33.333% 66.666%;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-menu {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: sticky;
  top: 24px;
}

.tab-link {
  z-index: 0;
  border: 1px solid var(--dark-brown-grey);
  background-color: #0000;
  margin-top: -1px;
  padding: 16px;
  font-family: Crimson Text, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.tab-link.w--current {
  z-index: 1;
  border-color: var(--firebrick);
  color: var(--firebrick);
  background-color: #0000;
}

.tabs-content {
  margin-top: -20px;
}

.blog-heading {
  text-align: center;
  text-transform: capitalize;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-author {
  margin-top: 4px;
  font-family: Crimson Text, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.blog-author.listing {
  margin-top: 0;
}

.blog-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  grid-template-rows: auto auto;
  grid-template-columns: 8.334% 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.blog-share-block {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  position: sticky;
  top: 24px;
}

.share-block {
  border: 1px solid var(--dark-brown-grey);
  opacity: .7;
  margin-top: -1px;
  padding: 24px;
  transition: opacity .2s;
}

.share-block:hover {
  opacity: 1;
}

.share-block.fb {
  border-color: var(--dark-brown-grey);
  background-image: url('../images/facebook-icon-brown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
}

.share-block.twitter {
  background-image: url('../images/twitter-brown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.share-block.mail {
  background-image: url('../images/envelope-brown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.author-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.author-block.listing {
  color: var(--dark-brown-grey);
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: transform .2s;
}

.author-block.listing:hover {
  transform: translate(8px);
}

.author-block.listing.w--current {
  color: var(--firebrick);
  transform: translate(0);
}

.blog-author-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 80px;
  height: 80px;
}

.blog-author-avatar.small {
  flex: none;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.author-short-bio {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
}

.recommended-posts {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  display: grid;
}

.blog-page-grid {
  grid-column-gap: 56px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 25%;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar-links {
  color: var(--dark-brown-grey);
  cursor: pointer;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s, color .2s;
  display: inline-block;
}

.sidebar-links:hover {
  color: var(--firebrick);
  transform: translate(8px);
}

.sidebar-links.w--current {
  color: var(--firebrick);
  text-decoration: none;
  transform: translate(8px);
}

.sidebar-block {
  margin-bottom: 32px;
}

.sidebar {
  position: sticky;
  top: 24px;
}

.blog-tags {
  border: 1px solid var(--dark-brown-grey);
  color: var(--dark-brown-grey);
  cursor: pointer;
  margin-top: 4px;
  margin-right: 4px;
  padding: 4px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .2s, color .2s;
  display: inline-block;
}

.blog-tags:hover, .blog-tags.w--current {
  border-color: var(--firebrick);
  color: var(--firebrick);
}

.tags-wrapper {
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.page-header-title {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.page-wrapper {
  overflow: hidden;
}

.utility-page-wrap {
  background-color: #fefcfa;
  background-image: url('../images/Topographic-pattern-dark-brown-trans.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.gallery-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.gallery-img {
  width: 33.333%;
  padding: 8px;
  position: relative;
}

.gallery-img-overlay {
  color: #fff;
  background-color: #be463280;
  justify-content: center;
  align-items: center;
  margin: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0;
}

.cta-section {
  background-image: url('../images/yohan-cho-QT-GwKOoddg-unsplash1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}

.cta-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.input-field {
  color: var(--dim-grey);
  background-color: #fcfdfd;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
}

.input-field.text-area {
  min-height: 120px;
}

.input-field.white-bg {
  background-color: #fff;
}

.block-content {
  background-color: #fcfdfd;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  padding: 16px;
}

.block-content.margin-bottom {
  margin-bottom: 20px;
}

.block-header {
  background-color: #f8f9f9;
  border-color: #e6e6e6;
  padding: 16px;
}

.shipping-method {
  background-color: #fbfcfc;
  border-bottom-color: #eaebec;
}

.faq-block-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.faq-block {
  border-radius: 4px;
  margin-bottom: 32px;
  position: relative;
}

.faq-header {
  cursor: pointer;
  background-color: #f8f9f9;
  border: 1px solid #eaebec;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 80px;
  padding: 16px 24px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq-icon {
  background-image: url('../images/Chevron--Right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.faq-title {
  color: var(--dark-brown-grey);
  text-transform: capitalize;
  order: -1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.faq-answer-block {
  background-color: #fcfdfd;
  border: 1px solid #eaebec;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
}

.faq-paragraph {
  color: var(--dim-grey);
  max-width: 100%;
  margin: 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.faq-wrapper {
  margin-bottom: 80px;
}

.faq-navigator {
  z-index: 5;
  flex: 1;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.faq-navigator-tab {
  border: 1px solid var(--dark-brown-grey);
  color: var(--dark-brown-grey);
  text-align: center;
  background-color: #fff;
  flex: 1;
  margin-right: -1px;
  padding: 16px;
  font-family: Crimson Text, sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
}

.faq-navigator-tab.w--current {
  border-color: var(--firebrick);
  color: var(--firebrick);
  background-color: #fefcfa;
  background-image: url('../images/Topographic-pattern-dark-brown-trans.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  position: relative;
}

.fag-nav-bar {
  z-index: 5;
  background-color: #fff;
  border-top-width: 1px;
  border-top-color: #eaebec;
  border-bottom: 1px solid #eaebec;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.block-header-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Crimson Text, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.block-header-title.margin-bottom {
  margin-bottom: 10px;
}

.order-confirmation-alert {
  color: #a0c986;
  text-align: center;
  background-color: #a0c9860d;
  border: 1px solid #a0c986;
  max-width: 1280px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  font-weight: 700;
}

.div-block {
  flex: 0 0 320px;
}

.error-state {
  color: #c98686;
  background-color: #c986860d;
  border: 1px solid #c98686;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.burger-icon {
  width: 24px;
}

.empty-state, .cart-empty-state {
  flex-direction: column;
}

.product-list-grid {
  grid-column-gap: 56px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 25%;
  grid-auto-columns: 1fr;
  display: grid;
}

.coffee-tags {
  border: 1px solid var(--dark-brown-grey);
  color: var(--dark-brown-grey);
  cursor: pointer;
  margin-top: 4px;
  margin-right: 4px;
  padding: 4px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .2s, color .2s;
  display: inline-block;
}

.coffee-tags:hover, .coffee-tags.w--current {
  border-color: var(--firebrick);
  color: var(--firebrick);
}

._404 {
  color: var(--firebrick);
  margin-bottom: 10px;
  font-size: 72px;
  line-height: 78px;
}

.search-result-item {
  border-bottom: 1px solid #eaebec;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 24px;
}

.utility-page-form {
  background-color: #fefcfa;
  background-image: url('../images/Topographic-pattern-dark-brown-trans.svg');
  background-position: 50%;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.protected-page-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.source-block {
  border-bottom: 1px solid #e8e9e9;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.source-block.last {
  border-bottom-style: none;
}

.source-link {
  text-align: center;
  display: block;
}

.search-field-wrapper {
  z-index: 995;
  padding: 24px;
  display: none;
  position: absolute;
  top: 80px;
  right: 160px;
}

.search {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search.search-page {
  margin-bottom: 40px;
}

.search-input-field {
  border: 1px solid var(--firebrick);
  min-width: 20vw;
  height: 46px;
  margin-bottom: 0;
  padding: 16px 24px;
}

.search-input-field:focus {
  border-color: var(--firebrick);
}

.contact-form {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.close-menu-btn {
  padding: 12px;
  position: absolute;
  top: 16px;
  right: 32px;
}

.succes-message {
  color: #a0c986;
  text-align: center;
  background-color: #a0c9860d;
  border: 1px solid #a0c986;
  max-width: 1280px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  font-weight: 700;
}

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

.about-img {
  position: relative;
}

.blog-author-bio {
  font-size: 14px;
  line-height: 20px;
}

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

.about-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-grid.space {
  margin-bottom: 120px;
}

.intro-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.style-guide-block-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.page-title-wrap {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 80px;
}

.changelog-text {
  margin-bottom: 10px;
}

.footer-link-red {
  color: var(--firebrick);
  text-decoration: none;
}

.footer-link-red:hover {
  color: var(--firebrick);
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .style-guide-block {
    padding: 64px 88px;
  }

  .button-block-wrapper {
    margin-left: 8px;
    margin-right: 8px;
  }

  .heading-block {
    margin-bottom: 16px;
  }

  .colors-wrapper {
    align-items: flex-end;
  }

  .outlined-btn {
    font-size: 18px;
    line-height: 24px;
  }

  .style-guide-block-title {
    padding-left: 88px;
    padding-right: 88px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 64px;
  }

  .section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section.product-page {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.page-header {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .style-guide-title {
    font-size: 22px;
    line-height: 30px;
  }

  .color-block-wrapper {
    width: 25%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .color-title {
    font-size: 12px;
  }

  .nav-bar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    width: 50vw;
  }

  .menu-button {
    margin-left: 16px;
  }

  .burger-wrap {
    width: 21px;
  }

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

  .white-outlined-btn {
    font-size: 18px;
    line-height: 24px;
  }

  .big-title, .section-title {
    font-size: 36px;
    line-height: 42px;
  }

  .menu-collection-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .blog-post-img {
    height: 408px;
  }

  .blog-post-img.small-list {
    height: 120px;
  }

  .blog-post-img.featured {
    height: 240px;
  }

  .blog-title {
    font-size: 30px;
    line-height: 36px;
  }

  .blog-title.small, .filled-btn-text {
    font-size: 18px;
    line-height: 24px;
  }

  .muted-text {
    font-size: 14px;
    line-height: 20px;
  }

  .product-wrapper {
    flex-direction: column;
    width: 50%;
  }

  .product-list {
    flex-wrap: wrap;
    display: flex;
  }

  .product-title.list {
    font-size: 24px;
    line-height: 30px;
  }

  .product-price.list, .product-price.cart, .product-price.list {
    font-size: 16px;
    line-height: 22px;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .opening-time-line {
    font-size: 12px;
    line-height: 18px;
  }

  .opening-time-text {
    text-align: right;
  }

  .insta-block {
    height: 120px;
  }

  .product-grid {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tabs {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    position: static;
  }

  .blog-heading {
    width: 80%;
  }

  .author-short-bio {
    font-size: 14px;
    line-height: 20px;
  }

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

  .page-header-title {
    font-size: 42px;
    line-height: 48px;
  }

  .utility-page-wrap {
    background-repeat: repeat;
  }

  .cta-wrapper {
    flex-direction: column;
  }

  .faq-block-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .faq-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .faq-navigator-tab {
    font-size: 24px;
    line-height: 30px;
  }

  .order-confirmation-alert {
    margin-left: 48px;
    margin-right: 48px;
  }

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

  .search-field-wrapper {
    right: 0;
  }

  .search-input-field {
    min-width: 40vw;
  }

  .align-vertical-mobile {
    flex-direction: column;
  }

  .succes-message {
    margin-left: 48px;
    margin-right: 48px;
  }

  .style-guide-block-container {
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-block {
    padding: 48px 72px;
  }

  .button-block-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .colors-wrapper {
    flex-direction: column;
  }

  .style-guide-block-title {
    padding: 16px 72px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 48px;
  }

  .section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.newsletter {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .section.page-header {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .style-guide-title {
    font-size: 18px;
    line-height: 24px;
  }

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

  .container.checkout-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  .buttons-wrapper.cta {
    width: 100%;
  }

  .filled-btn.no-margin-top.mobile-full-width {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .color-block-wrapper {
    width: 100%;
    margin: 16px 0;
  }

  .nav-bar {
    padding-left: 24px;
    padding-right: 8px;
  }

  .nav-menu {
    width: 75vw;
  }

  .logo {
    height: 16px;
  }

  .cart-quantity {
    display: none;
  }

  .big-title, .section-title.inline.no-margin-bottom.white {
    text-align: center;
  }

  .menu-item-thumbnail {
    width: 77px;
    height: 77px;
  }

  .menu-collection-wrapper {
    padding-left: 16px;
  }

  .blog-post.blog-listing {
    margin-bottom: 64px;
  }

  .blog-post-img {
    height: 280px;
  }

  .blog-post-img.featured {
    height: 296px;
  }

  .blog-col-left {
    margin-bottom: 48px;
    padding-right: 0;
  }

  .blog-col-right {
    padding-left: 0;
  }

  .newsletter-title-wrapper {
    width: 100%;
  }

  .product-wrapper.with-sidebar {
    width: 50%;
  }

  .product-title {
    font-size: 40px;
    line-height: 48px;
  }

  .footer-col {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-col.first {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .footer-section {
    flex-direction: column;
  }

  .footer-text {
    margin-bottom: 16px;
  }

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

  .copyright-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-link {
    text-align: center;
    margin-bottom: 32px;
  }

  .footer-title {
    margin-bottom: 24px;
  }

  .opening-time-line {
    width: 100%;
  }

  .copyright-block {
    text-align: center;
    align-items: center;
    margin-bottom: 24px;
    line-height: 22px;
  }

  .copyright-block.align-right {
    margin-bottom: 0;
  }

  .footer-social-block {
    margin-top: 0;
  }

  .insta-block {
    flex: 0 auto;
    width: 33.333%;
  }

  .insta-section {
    flex-wrap: wrap;
  }

  .insta-block-logo {
    width: 16px;
  }

  .paragraph {
    text-align: center;
  }

  .blog-share-block {
    margin-top: 0;
  }

  .recommended-posts {
    grid-template-rows: auto auto;
  }

  .page-header-title {
    font-size: 36px;
    line-height: 42px;
  }

  .gallery-img {
    width: 50%;
  }

  .cta-section {
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .block-header {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-header {
    display: flex;
  }

  .faq-icon {
    display: block;
  }

  .faq-navigator-tab {
    font-size: 18px;
    line-height: 24px;
  }

  .block-header-title {
    font-size: 24px;
    line-height: 30px;
  }

  .order-confirmation-alert, .succes-message {
    margin-left: 40px;
    margin-right: 40px;
  }

  .about-grid, .intro-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .style-guide-block-container {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .section.colored-bg.with-heading {
    padding-top: 72px;
  }

  .section.colored-bg.with-heading.narrow-padding-bottom-mobile {
    padding-bottom: 32px;
  }

  .section.with-heading {
    padding-top: 72px;
  }

  .section.product-page {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

  .filled-btn.search-btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  .nav-bar {
    height: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo {
    height: 12px;
  }

  .search-field-trigger {
    padding: 8px;
  }

  .search-icon {
    width: 16px;
  }

  .cart-icon {
    height: 16px;
  }

  .cart-button {
    padding: 8px;
  }

  .menu-button {
    padding-bottom: 20px;
  }

  .burger-wrap {
    width: 16px;
  }

  .scroll-down-arrow {
    bottom: 24px;
  }

  .menu-item-thumbnail {
    margin-right: 16px;
  }

  .menu-item-title {
    font-size: 18px;
    line-height: 24px;
  }

  .menu-collection-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post.small-list {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .blog-post-img {
    height: 200px;
  }

  .blog-post-img.small-list {
    width: 100%;
    height: 160px;
  }

  .blog-post-img.blog-page {
    height: 50vw;
  }

  .blog-post-img.featured {
    height: 160px;
  }

  .blog-title.small {
    font-size: 24px;
    line-height: 30px;
  }

  .blog-post-info-small {
    width: 100%;
  }

  .product-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .product-wrapper.with-sidebar {
    width: 100%;
  }

  .product-title {
    font-size: 32px;
    line-height: 40px;
  }

  .footer-section {
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .copyright-text {
    text-align: center;
    margin-bottom: 8px;
  }

  .copyright-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-link {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-links {
    margin-top: 32px;
  }

  .stripe-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .stripe-text {
    text-align: center;
    margin-bottom: 4px;
    margin-right: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .insta-block {
    width: 50%;
  }

  .coffee-intensity-base-bar {
    width: 100%;
  }

  .product-grid {
    flex-direction: column;
    display: flex;
  }

  .product-info-right-col {
    margin-top: 24px;
  }

  .field-label.checkout-label {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-share-block {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 24px;
    position: relative;
  }

  .share-block {
    margin-top: 0;
    margin-left: -1px;
  }

  .share-block.twitter {
    margin-left: 16px;
  }

  .page-header-title {
    font-size: 30px;
    line-height: 36px;
  }

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

  .block-header {
    font-size: 12px;
    line-height: 18px;
  }

  .faq-header {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: auto;
    padding: 4px 16px 4px 8px;
    display: flex;
  }

  .faq-icon {
    background-size: 8px;
    margin-left: auto;
    display: block;
  }

  .faq-title {
    color: #3d4b51;
    text-align: left;
    margin-right: auto;
    font-size: 18px;
    line-height: 24px;
    display: block;
  }

  .faq-paragraph {
    margin-left: 15px;
  }

  .faq-wrapper {
    margin-bottom: 56px;
  }

  .faq-navigator {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-navigator-tab {
    margin-top: -1px;
    margin-right: 0;
  }

  .fag-nav-bar {
    margin-bottom: 88px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .block-header-title {
    font-size: 18px;
    line-height: 24px;
  }

  .order-confirmation-alert {
    margin-left: 32px;
  }

  .burger-icon {
    width: 16px;
  }

  .search-field-wrapper {
    width: 100vw;
    padding: 16px;
    display: none;
    top: 64px;
  }

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

  .search-input-field {
    height: 40px;
  }

  .succes-message {
    margin-left: 32px;
  }
}

#w-node-df9ca862-5bc8-b62e-92c5-5698e00c7d00-c1dd5da8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a6861d85-9ff3-7067-9599-14b01c8e950b-c1dd5da8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-e8b9f973-61cb-9ed6-ec5f-427be2781ef1-c1dd5dab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c7bed44-d50e-3a42-4dfe-ba8763669883-c1dd5dac {
  align-self: center;
}

#w-node-_747675fd-671f-5bcd-39cc-cdc586c35a12-c1dd5db1, #w-node-a432bd88-a071-22aa-3dec-96f33dc03255-c1dd5db2, #w-node-_10699c95-7fc3-3381-4d3d-1faf78e91f1d-c1dd5db3 {
  align-self: start;
}

#w-node-_069da5f6-130c-e22f-9af0-7d82e2f92e42-c1dd5db3 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_87348aa8-89bf-4644-9879-9b2fbe168d27-c1dd5db3 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: auto;
}

#w-node-_1b1326cf-ad14-2bf1-6152-26101a3a320e-c1dd5db4, #w-node-_6f1393d0-aa82-c619-8ec7-fffa819f66ad-c1dd5db5, #w-node-_46ca8b90-3179-9026-2e67-b182cb3ada7c-c1dd5db6, #w-node-_9f9fde3a-f4ca-39e2-3873-e7152d7c1ae0-c1dd5db7 {
  align-self: start;
}

#w-node-_4d69a80b-caac-c08d-3ddd-d0cf553d74de-c1dd5db9 {
  justify-self: end;
}

#w-node-dd2d11df-0230-99f2-345c-3b7360adca0e-c1dd5dba {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-df9ca862-5bc8-b62e-92c5-5698e00c7d00-c1dd5da8, #w-node-a6861d85-9ff3-7067-9599-14b01c8e9515-c1dd5da8, #w-node-e8b9f973-61cb-9ed6-ec5f-427be2781ef1-c1dd5dab, #w-node-_747675fd-671f-5bcd-39cc-cdc586c35a12-c1dd5db1, #w-node-a432bd88-a071-22aa-3dec-96f33dc03255-c1dd5db2, #w-node-_1b1326cf-ad14-2bf1-6152-26101a3a320e-c1dd5db4, #w-node-_6f1393d0-aa82-c619-8ec7-fffa819f66ad-c1dd5db5, #w-node-_46ca8b90-3179-9026-2e67-b182cb3ada7c-c1dd5db6, #w-node-_9f9fde3a-f4ca-39e2-3873-e7152d7c1ae0-c1dd5db7, #w-node-dd2d11df-0230-99f2-345c-3b7360adca0e-c1dd5dba {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e0271382-b15d-d1bc-9897-9a0ff60ed117-c1dd5dac {
    place-self: center;
  }

  #w-node-_5c7bed44-d50e-3a42-4dfe-ba8763669883-c1dd5dac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9fdf39a6-2676-dda0-da9f-8765790b16ca-c1dd5db3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_10699c95-7fc3-3381-4d3d-1faf78e91f1d-c1dd5db3 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_069da5f6-130c-e22f-9af0-7d82e2f92e42-c1dd5db3 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_87348aa8-89bf-4644-9879-9b2fbe168d27-c1dd5db3 {
    grid-row: 3 / 4;
  }
}


