:root {
  --dark-slate-grey: #1b504c;
  --tomato: #d86145;
  --coral: #f9744e;
  --white: white;
  --teal: #15807a;
  --misty-rose-2: #fcdad1;
  --floral-white: #efede6;
  --ivory: #fffdf1;
  --misty-rose: #dcc0b9;
}

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-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-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  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 {
  height: 38px;
  width: auto;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  min-width: 0;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  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;
  -ms-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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-commercelayoutsidebar {
    flex-basis: auto;
  }

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

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

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

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

  .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-slate-grey);
  font-family: EB Garamond, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  opacity: .8;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.7;
}

a {
  color: var(--tomato);
  text-decoration: none;
  transition: opacity .2s, color .2s;
}

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

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

li {
  font-size: 18px;
  line-height: 1.7;
}

img {
  max-width: 100%;
  border-radius: 5px;
  display: inline-block;
}

label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Fjalla One, sans-serif;
  font-weight: 400;
  display: block;
}

blockquote {
  max-width: 370px;
  background-image: url('../images/icons8_quote_left.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-left: 0 rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px 0 40px;
  font-size: 25px;
  line-height: 1.7;
}

.nav-container {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: var(--white);
  padding: 0 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.brand {
  width: 130px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--teal);
  text-transform: uppercase;
  border-radius: 5px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 17px;
  display: flex;
}

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

.nav-link.login {
  color: var(--teal);
  background-image: url('../images/icons8_login_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 10px 0 10px 25px;
}

.nav-link.order {
  padding: 12px 10px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.home-hero-section {
  height: 450px;
}

.section {
  padding: 100px 50px;
}

.section.home-intro {
  z-index: 1;
  margin-top: -368px;
  padding-top: 0;
  position: relative;
}

.section.locations-cta {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(to right, var(--dark-slate-grey) 60%, transparent 60%, transparent), linear-gradient(to bottom, rgba(27, 80, 76, .85), rgba(27, 80, 76, .85)), url('../images/Map-Teal.svg');
  color: var(--white);
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 350px;
}

.section.coffee-club {
  background-color: var(--teal);
  background-image: linear-gradient(to right, transparent, transparent 40%, var(--teal) 40%), linear-gradient(to bottom, rgba(21, 128, 122, .75), rgba(21, 128, 122, .75)), url('../images/Map-Dark-Teal.svg');
  color: var(--white);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, contain;
}

.section.contact-page {
  color: var(--dark-slate-grey);
  background-color: #d1fcfa;
  background-image: linear-gradient(rgba(252, 218, 209, .7), rgba(252, 218, 209, .7));
}

.section.stockist-page {
  color: var(--white);
  background-color: #624ef9;
  background-image: linear-gradient(to right, #624ef9 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0)), url('../images/Map-Dark-Orange.svg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, 350px;
}

.section.responsible-sourced {
  background-image: url('../images/MASK-FACTORY.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section.stockist-form {
  background-color: var(--teal);
  background-image: linear-gradient(to right, transparent, transparent 40%, var(--teal) 40%, var(--teal) 74%), url('../images/Map-Dark-Orange.svg');
  color: var(--white);
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, 350px;
}

.section.login {
  min-height: 100vh;
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(to right, var(--dark-slate-grey) 40%, transparent 40%, transparent), linear-gradient(to bottom, rgba(27, 80, 76, .85), rgba(27, 80, 76, .85)), url('../images/Map-Teal.svg');
  color: var(--white);
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 350px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section.other-products {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.section.green {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(to right, var(--dark-slate-grey) 60%, transparent 60%, transparent), linear-gradient(to bottom, rgba(27, 80, 76, .85), rgba(27, 80, 76, .85)), url('../images/Map-Teal.svg');
  color: var(--white);
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 350px;
}

.section.home-v3-intro {
  padding-top: 0;
}

.section.our-coffee {
  background-image: url('../images/Map-White.svg');
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: 40%;
}

.section.our-food {
  background-color: var(--teal);
  color: var(--white);
}

.section.order-confirmation {
  background-color: var(--teal);
  color: var(--white);
  background-image: linear-gradient(rgba(21, 128, 122, .7), rgba(21, 128, 122, .7)), url('../images/Map-Dark-Teal.svg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, 30%;
}

.section.our-locations-cta {
  background-color: var(--misty-rose-2);
  text-align: center;
  background-image: linear-gradient(rgba(252, 218, 209, .8), rgba(252, 218, 209, .8)), url('../images/Logo-Stamp-Dark-Pink.svg');
  background-position: 0 0, 120% -100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60vw;
}

.section.journal-hero {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(to right, var(--dark-slate-grey) 60%, transparent 60%, transparent), linear-gradient(to bottom, rgba(27, 80, 76, .85), rgba(27, 80, 76, .85)), url('../images/Map-Teal.svg');
  color: var(--white);
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 350px;
}

.section.our-coffee-v3 {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section.utility {
  border-top: 1px solid var(--floral-white);
}

.section.location-template {
  background-image: url('../images/Map-White.svg');
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: 35%;
}

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

.section.courses {
  background-image: linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)), url('../images/Logo-Stamp-Dark-Pink.svg');
  background-position: 0 0, 150% -5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
}

.section.pink {
  background-color: var(--misty-rose-2);
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.hero {
  z-index: 10;
  color: var(--white);
  flex: 1;
  position: relative;
}

.container.crest-container {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.container.mini {
  max-width: 760px;
}

.container.stockist-form-container {
  max-width: 710px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.login {
  z-index: 10;
  flex: 1;
  position: relative;
}

.container.legal {
  max-width: 600px;
}

.container.order-confirmation {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  background-color: var(--dark-slate-grey);
  background-image: url('../images/Crest-Teal.svg');
  background-position: -70px 109%;
  background-repeat: no-repeat;
  background-size: 190px;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding: 50px;
  display: grid;
}

.container.locations-template {
  max-width: 990px;
}

.container.courses {
  margin-top: 100px;
}

.container.courses-booking {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.hero-slider-slide-content {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.hero-slider-video {
  z-index: 0;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav {
  display: none;
}

.right-arrow {
  width: 50px;
  height: 50px;
  font-size: 20px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.left-arrow {
  width: 50px;
  height: 50px;
  font-size: 20px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 50px;
}

.hero-slider-h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 62px;
  line-height: 1.1;
}

.hero-slider-h1.v2 {
  font-size: 100px;
}

.hero-slider-video-overlay {
  z-index: 0;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-slider-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.hero-product-item {
  color: var(--dark-slate-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-product-image {
  z-index: 2;
  max-width: 290px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-product-image.sub-product {
  z-index: 1;
  max-width: 160px;
  margin-bottom: 20px;
  position: relative;
}

.hero-product-image.featured {
  margin-top: -50px;
}

.hero-product-image.v3 {
  max-width: 200px;
  margin-bottom: 0;
}

.hero-product-title-link {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Fjalla One, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
}

.hero-product-title-link:hover {
  color: var(--teal);
}

.hero-product-title-link.sub-product {
  align-self: center;
  font-size: 19px;
  line-height: 20px;
}

.hero-product-title-link.featured {
  z-index: 2;
  color: var(--white);
  position: relative;
}

.hero-product-description {
  max-width: 40ch;
  margin-bottom: 15px;
  font-size: 16px;
}

.hero-product-description.featured {
  z-index: 2;
  color: var(--white);
  position: relative;
}

.add-to-cart-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart-wrapper.fixed-section {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.buy-now-button {
  background-color: var(--coral);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 5px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  transition: background-color .2s;
}

.buy-now-button:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.quantity {
  height: auto;
  color: var(--teal);
  text-transform: uppercase;
  border-style: none;
  margin-bottom: 0;
  font-family: Fjalla One, sans-serif;
}

.add-to-cart-button {
  background-color: var(--coral);
  text-transform: uppercase;
  border-radius: 5px;
  margin-left: 5px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  transition: background-color .2s;
}

.add-to-cart-button:hover {
  background-color: var(--tomato);
}

.nav-menu-wrapper {
  align-items: center;
  display: flex;
}

.nav-cart {
  z-index: 999;
  background-color: var(--floral-white);
  color: var(--dark-slate-grey);
  border-radius: 5px;
  margin-left: 20px;
  overflow: hidden;
}

.cart-button {
  border: 1px solid var(--floral-white);
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0 10px 10px;
}

.cart-quantity {
  height: auto;
  min-width: 30px;
  border: 1px solid var(--ivory);
  color: var(--teal);
  text-transform: uppercase;
  border-radius: 0 5px 5px 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: 2px;
  font-family: Fjalla One, sans-serif;
  font-size: 14px;
  line-height: 13px;
  display: flex;
}

.cart-icon {
  width: 20px;
  margin-right: 8px;
}

.subtle-text-link {
  color: var(--coral);
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.subtle-text-link:hover {
  opacity: .8;
}

.hero-slider-subtitle {
  font-size: 22px;
}

.add-to-cart-row {
  justify-content: center;
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.add-to-cart-row.fixed-section {
  margin-top: 0;
  margin-left: 20px;
}

.option-icon {
  height: 30px;
  margin-bottom: 9px;
}

.option-icon.white {
  filter: brightness(200%) saturate(0%);
}

.option-button {
  color: var(--teal);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
  margin-right: 0;
  font-family: Fjalla One, sans-serif;
  font-size: 14px;
}

.option-button:hover {
  opacity: .7;
  border-style: none;
}

.option-button:active, .option-button:focus {
  border-style: none;
}

.option-button.w--ecommerce-pill-selected {
  background-color: var(--floral-white);
  color: var(--teal);
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 5px;
}

.option-button.w--ecommerce-pill-disabled {
  opacity: .3;
  filter: grayscale();
  color: var(--teal);
  background-color: #fff;
  border: 0 rgba(0, 0, 0, 0);
}

.option-button.other-products {
  color: var(--white);
}

.option-button.other-products.w--ecommerce-pill-selected {
  background-color: var(--teal);
}

.option-button.featured {
  filter: brightness(0%) saturate(0%) invert();
}

.option-button.featured.w--ecommerce-pill-selected {
  filter: none;
}

.product-option-list {
  border-top: 1px solid var(--misty-rose-2);
  border-bottom: 1px solid var(--misty-rose-2);
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-option-list.sub-product {
  align-self: stretch;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.product-option-list.product-template {
  border-top-color: var(--misty-rose);
  border-bottom-color: var(--misty-rose);
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-option-list.fixed-section {
  max-width: 200px;
  border: 1px solid var(--misty-rose-2);
  flex: 1;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.product-option-list.featured {
  background-color: var(--white);
  border: 0 solid #000;
  border-radius: 3px;
  align-self: stretch;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-group {
  justify-content: center;
  margin-top: 7px;
  margin-bottom: 5px;
}

.locations-cta-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
}

.home-hero-product-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-product-item {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.select-field {
  background-color: var(--white);
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.select-field.fixed-price {
  padding-left: 10px;
  padding-right: 10px;
}

.select-field.featured {
  background-color: rgba(0, 0, 0, 0);
}

.select-field.at-home {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.select-field.at-home:active {
  color: var(--dark-slate-grey);
}

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

.crest-section-splitter {
  width: 100px;
  background-color: var(--white);
  border-radius: 50%;
  padding: 2px;
  position: absolute;
}

.location-image {
  width: 40%;
  min-height: 150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.location-image.location-cta {
  width: auto;
  min-height: 160px;
  border-radius: 0;
  margin: 0 -30px 30px;
}

.location-image.location-template {
  width: 100%;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.location-item-row {
  height: 100%;
  align-items: center;
  display: flex;
}

.location-item-row.contact-page {
  background-color: var(--white);
  border-radius: 5px;
  align-items: flex-start;
  padding: 40px 45px;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.location-item-row.locations-cta {
  background-color: var(--white);
  text-align: left;
  border-radius: 3px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.location-item-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 24px;
  line-height: 23px;
}

.location-item-rich-text {
  margin-bottom: 15px;
}

.location-item-rich-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.subtle-text-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.subtle-text-link-wrapper.back-home {
  margin-top: 0;
  margin-bottom: 40px;
}

.subtle-text-link-wrapper.center {
  justify-content: center;
}

.subtle-text-link-arrow {
  width: 20px;
  margin-bottom: -4px;
  margin-left: 10px;
}

.location-open-soon-title {
  z-index: 1;
  background-color: var(--teal);
  color: var(--teal);
  text-transform: uppercase;
  background-image: linear-gradient(rgba(27, 80, 76, .8), rgba(27, 80, 76, .8)), url('../images/Crest-Teal.svg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 130px, auto;
  border: 1px solid #153d3a;
  justify-content: center;
  align-items: center;
  font-family: Fjalla One, sans-serif;
  font-size: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.opening-soon-row {
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}

.opening-soon-text {
  margin-right: 5px;
}

.opening-soon-text.fade {
  opacity: .5;
}

.cart-footer {
  background-color: var(--teal);
  color: var(--white);
  background-image: linear-gradient(rgba(21, 128, 122, .7), rgba(21, 128, 122, .7)), url('../images/Map-Dark-Teal.svg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, 40%;
  border: 1px #000;
}

.our-coffees-card {
  background-color: var(--misty-rose-2);
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 5px;
  padding: 50px 100px;
  text-decoration: none;
  display: block;
}

.our-coffees-card.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.our-coffees-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 35px;
  line-height: 1.1;
}

.our-coffees-card-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.our-coffees-item {
  font-size: 17px;
  line-height: 1.4;
}

.our-coffee-item-image {
  max-height: 90px;
  margin-bottom: 20px;
}

.our-coffee-subtitle {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
}

.our-coffee-title {
  font-size: 24px;
  font-weight: 700;
}

.footer {
  z-index: 12;
  background-color: var(--white);
  text-align: center;
  align-items: flex-start;
  padding: 60px 50px 40px;
  position: relative;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 100px;
  flex: 1;
  margin-right: 20px;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Fjalla One, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: none;
}

.button {
  background-color: var(--teal);
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-family: Fjalla One, sans-serif;
  font-size: 17px;
  line-height: 30px;
  text-decoration: none;
  transition: padding .2s, background-color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.button.meet-coffee:hover {
  color: var(--white);
  padding-right: 50px;
}

.button.v3-hero {
  margin-top: 20px;
  display: inline-block;
}

.button.v3-hero:hover {
  background-color: var(--coral);
  color: var(--white);
  padding-right: 50px;
}

.button.form {
  background-color: var(--coral);
  padding-top: 12px;
  font-size: 14px;
  line-height: 18px;
}

.button.form:hover {
  background-color: var(--tomato);
}

.button-text {
  white-space: nowrap;
}

.button-lottie {
  width: 60px;
  height: 60px;
  margin-top: -9px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-wrapper {
  display: flex;
}

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

.coffee-club-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.pink {
  color: var(--misty-rose-2);
}

.hero-product-map {
  z-index: -1;
  opacity: .1;
  border-radius: 50%;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-product-map.featured {
  z-index: 0;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  top: -2%;
}

.coffee-club-image-wrapper {
  margin-top: -130px;
  margin-bottom: -100px;
}

.app-link-row {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.app-link {
  max-width: 150px;
  margin-right: 10px;
}

.tabs {
  margin-top: 40px;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  display: flex;
  position: static;
}

.tab-pane {
  height: 100%;
  background-color: var(--floral-white);
  padding: 50px;
}

.tabs-content {
  border-radius: 5px;
  flex: 1;
}

.tab-link {
  color: var(--dark-slate-grey);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  transition: background-color .2s, color .2s;
  position: static;
}

.tab-link:hover {
  background-color: var(--floral-white);
  color: var(--dark-slate-grey);
}

.tab-link.w--current {
  background-color: var(--teal);
  color: #fff;
}

.tab-link-icon {
  width: 40px;
  margin-bottom: 10px;
}

.coffee-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.tab-pane-content-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.our-coffee-tab-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 40px;
  line-height: .9;
}

.tabs-crest {
  z-index: 10;
  width: 100px;
  background-color: var(--white);
  border-radius: 50%;
  padding: 4px;
  position: absolute;
  top: -50px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.page-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
}

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

.page-title.category {
  color: var(--teal);
}

.page-title.order-confirmation {
  font-size: 80px;
}

.shop-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.product-card-title {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
}

.product-card-title:hover {
  color: var(--teal);
}

.product-card-title.white {
  color: var(--white);
}

.product-card {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.product-card-description {
  max-width: 60ch;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.6;
}

.categories-list {
  border-top: 1px solid var(--misty-rose-2);
  border-bottom: 1px solid var(--misty-rose-2);
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 7px;
  padding-bottom: 5px;
  display: flex;
}

.categories-list.v2 {
  display: block;
}

.category-item {
  margin-left: 10px;
  margin-right: 10px;
}

.category-link {
  color: var(--teal);
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

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

.categories-list-wrapper {
  z-index: 10;
  background-color: var(--white);
  margin-top: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 59px;
}

.categories-list-wrapper.v2 {
  margin-top: 20px;
}

.center {
  text-align: center;
}

.product-card-image-link {
  align-self: center;
  margin-bottom: 20px;
  position: relative;
}

.product-card-image-link.v3 {
  margin-bottom: 40px;
}

.product-card-image-background {
  z-index: -1;
  max-width: 140%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -20%;
  right: -20%;
}

.error-state {
  border: 1px solid var(--coral);
  background-color: var(--white);
  color: var(--coral);
  text-align: center;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.error-state.cart {
  background-color: var(--coral);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  font-family: Fjalla One, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.error-icon {
  width: 20px;
  margin-top: -3px;
  margin-right: 10px;
}

.locations-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-list-wrapper {
  margin-top: 60px;
}

.location-details-link {
  color: #fff;
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.location-details-link.dark {
  color: var(--dark-slate-grey);
}

.location-details-link.location-template {
  filter: invert(65%);
  margin-top: 15px;
}

.google-maps-icon {
  width: 20px;
  margin-right: 10px;
}

.home-location-list {
  grid-column-gap: 0px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-subtitle {
  max-width: 55ch;
}

.stockist-link {
  z-index: 10;
  width: 90px;
  height: 90px;
  color: var(--misty-rose-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .2s, color .2s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 50px;
}

.stockist-link:hover {
  color: var(--misty-rose-2);
  transform: scale(1.1);
}

.stockist-link-text {
  text-transform: uppercase;
  margin-bottom: -3px;
  font-family: Fjalla One, sans-serif;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
}

.contact-page-location-list {
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-grid {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.card-line {
  height: 1px;
  background-color: var(--floral-white);
  margin-top: 15px;
  margin-bottom: 15px;
}

.social-media-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.social-grid-link {
  min-height: 80px;
  background-color: var(--teal);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: background-color .2s, opacity .2s, color .2s;
  display: flex;
}

.social-grid-link:hover {
  background-color: var(--dark-slate-grey);
}

.social-link-icon {
  width: 30px;
}

.contact-h3 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.stockist-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
}

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

.stockist-benefits-card {
  background-color: var(--white);
  color: var(--teal);
  text-align: center;
  border-radius: 5px;
  margin-top: 60px;
  padding: 50px 100px;
}

.stockist-benefits-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.stockist-benefits-icon {
  width: 65px;
}

.responsible-sourced-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
}

.stockist-form-block {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  text-align: left;
  border-radius: 5px;
  align-self: stretch;
  margin-top: 40px;
  padding: 50px 100px;
}

.stockist-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-field {
  height: 50px;
  border: 1px solid var(--teal);
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 18px;
}

.text-field.area {
  height: auto;
  min-height: 150px;
}

.text-field.address {
  margin-bottom: 10px;
}

.text-field.discount {
  border-style: none;
  border-radius: 0;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field.name {
  background-image: url('../images/icons8_customer.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 40px;
}

.text-field.email {
  background-image: url('../images/icons8_important_mail_1.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 40px;
}

.text-field.aside {
  height: 40px;
  margin-bottom: 15px;
}

.text-field.password {
  margin-bottom: 10px;
}

.success-message {
  background-color: var(--teal);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding: 50px 30px;
  font-size: 26px;
  line-height: 55px;
  position: relative;
}

.success-message.aside {
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 0 0;
  line-height: 33px;
}

.success-message-icon {
  width: 110px;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: auto;
  right: -40px;
  transform: rotate(30deg);
}

.error-message {
  display: inline-block;
}

.utility-page-wrap {
  max-width: 100%;
  min-height: 100vh;
  background-color: var(--teal);
  color: var(--white);
  background-image: linear-gradient(rgba(21, 128, 122, .75), rgba(21, 128, 122, .75)), url('../images/Map-Dark-Teal.svg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, 30%;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.utility-page-content {
  max-width: 350px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.login-form-block {
  max-width: 420px;
  margin-top: 40px;
  margin-bottom: 0;
}

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

.form-grid.courses {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
}

.forgot-passwrod-link {
  color: var(--misty-rose-2);
  text-decoration: none;
  transition: color .2s;
}

.forgot-passwrod-link:hover {
  color: var(--misty-rose);
}

.utility-background-video {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.utility-background-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.sticky-wrapper.courses {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.bag-size-row {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 500;
  display: flex;
}

.bag-size-row.product-template {
  justify-content: flex-start;
  margin-top: 5px;
  margin-bottom: 30px;
}

.bag-size-text {
  margin-left: 1px;
  margin-right: 1px;
}

.product-card-price {
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-right: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 18px;
}

.product-card-price.v2 {
  margin-right: 0;
}

.product-card-price.compare-price {
  color: var(--coral);
  background-image: url('../images/icons8_sale_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 5px;
  margin-right: 0;
  padding-left: 35px;
  font-size: 22px;
  line-height: 30px;
}

.product-card-price.stacked {
  margin-right: 0;
}

.product-card-price.featured {
  color: var(--white);
}

.product-template-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--floral-white);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  overflow: hidden;
}

.product-template-grid-column {
  background-color: var(--floral-white);
  padding: 30px 50px 50px;
}

.product-template-grid-image-column {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.product-template-price {
  text-transform: uppercase;
  align-self: center;
  font-family: Fjalla One, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.product-template-price.fixed-price {
  font-size: 18px;
}

.product-template-price.compare-price {
  border-top: 1px solid var(--coral);
  border-bottom: 1px solid var(--coral);
  color: var(--coral);
  background-image: url('../images/icons8_sale_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 26px;
}

.product-template-price.was-price {
  margin-right: 4px;
  font-size: 15px;
  text-decoration: line-through;
}

.product-template-price.was-price-title {
  opacity: .5;
  margin-right: 4px;
  font-size: 15px;
}

.product-template-price.compare-fixed-price {
  color: var(--coral);
  background-image: url('../images/icons8_sale_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 30px;
  font-size: 18px;
}

.product-template-image {
  max-width: 360px;
}

.tasting-notes-row {
  flex-wrap: wrap;
  margin-top: 3px;
  margin-bottom: 15px;
  display: flex;
}

.tasting-note-link {
  color: var(--teal);
  text-transform: uppercase;
  padding-right: 4px;
  font-family: Fjalla One, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.tasting-note-item {
  background-image: url('../images/Comma.svg');
  background-position: 100% 12px;
  background-repeat: no-repeat;
  background-size: 2.5px;
  margin-right: 4px;
}

.tasting-note-item:last-child {
  background-image: none;
}

.category-title-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkout-form {
  width: auto;
  max-width: 1200px;
  min-height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.checkout-sticky-column {
  height: 100vh;
  background-color: var(--teal);
  color: var(--white);
  background-image: linear-gradient(rgba(21, 128, 122, .9), rgba(21, 128, 122, .9)), url('../images/Map-Dark-Teal.svg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, contain;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  top: 0;
  overflow: auto;
}

.order-summary {
  margin-bottom: 0;
}

.block-header {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding: 0;
  font-family: Fjalla One, sans-serif;
  font-size: 27px;
  line-height: 1.7;
}

.block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 0;
}

.checkout-form-column {
  padding: 100px 50px;
}

.order-item-image {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.web-payments {
  border: 1px solid var(--floral-white);
  text-align: center;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 20px 28px;
  font-size: 17px;
}

.web-payments-title {
  margin-bottom: 10px;
  font-weight: 500;
}

.checkout-h1 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
}

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

.shipping-method {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--teal);
  text-align: center;
  padding: 30px;
  display: block;
}

.shipping-method:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.shipping-method-list {
  border: 1px solid var(--teal);
  border-radius: 5px;
}

.discounts {
  background-color: var(--dark-slate-grey);
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.checkout-label {
  margin-top: 15px;
}

.billing-address-toggle {
  align-items: center;
  margin-top: 15px;
}

.checkout-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.summary-line-item {
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.summary-line-item.total {
  background-color: var(--dark-slate-grey);
  border-radius: 3px;
  padding: 10px;
  font-size: 20px;
}

.summary-line-item.order-confirmation-total {
  background-color: var(--dark-slate-grey);
  color: var(--floral-white);
  border-radius: 3px;
  padding: 10px;
  font-size: 20px;
}

.checkout-button {
  height: auto;
  background-color: var(--coral);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 17px;
  line-height: 30px;
  transition: background-color .2s;
}

.checkout-button:hover {
  background-color: var(--tomato);
  color: #fff;
}

.checkout-button.discount {
  border-radius: 0;
  margin-left: 0;
  margin-right: -20px;
}

.discount-icon {
  width: 25px;
}

.discount-row {
  width: 100%;
  flex: none;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.dicount-label {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 400;
}

.order-item-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.order-item {
  border: 1px solid var(--floral-white);
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.order-item.order-confirmation {
  background-color: var(--teal);
  border: 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.order-item-title {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Fjalla One, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.order-item-quantity-row {
  justify-content: center;
}

.order-item-option {
  background-color: var(--floral-white);
  border-radius: 3px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.order-item-option.order-confirmation {
  color: var(--dark-slate-grey);
}

.order-item-grind-style {
  font-size: 17px;
  font-weight: 600;
}

.order-item-grind-style-title {
  white-space: nowrap;
}

.order-item-content {
  align-self: stretch;
}

.order-item-option-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
}

.order-item-grind-style-icon {
  width: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.order-item-price {
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Fjalla One, sans-serif;
  font-size: 17px;
}

.checkbox {
  margin-top: 0;
}

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

.secure-payment-paypal-row {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.paypal-logo {
  width: 80px;
  filter: saturate(27%);
  margin-bottom: 5px;
  margin-left: 7px;
}

.paypal-content-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

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

.no-margin-bottom.payment-card-text {
  line-height: 1;
}

.checkout-address-row {
  flex-wrap: wrap;
  display: flex;
}

.checkout-divider {
  height: 1px;
  background-color: var(--teal);
  margin-top: 30px;
  margin-bottom: 30px;
}

.shipping-method-collection {
  margin-bottom: 50px;
}

.trust-card {
  max-width: 290px;
  border: 1px solid var(--teal);
  background-color: var(--floral-white);
  box-shadow: 0 0 0 4px var(--floral-white), 0 0 0 6px var(--teal);
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  padding: 20px;
  font-size: 12px;
  display: flex;
}

.trust-card-title {
  color: var(--teal);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Fjalla One, sans-serif;
  font-size: 15px;
}

.trust-card-grid {
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.trust-card-logo {
  max-height: 30px;
  max-width: 75px;
  filter: saturate(0%);
  border-radius: 0;
  margin: 7px;
  transition: filter .2s;
}

.trust-card-logo:hover {
  filter: saturate();
}

.trust-card-icon {
  width: 30px;
  margin-bottom: 10px;
}

.footer-column {
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}

.cart-header {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  border: 1px #000;
  padding: 20px 30px;
  font-size: 24px;
  overflow: hidden;
}

.cart-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 30px;
  display: grid;
}

.cart-remove-button {
  background-color: var(--floral-white);
  color: var(--teal);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  padding: 3px 12px 2px;
  font-family: Fjalla One, sans-serif;
  font-size: 11px;
  line-height: 17px;
}

.cart-slide-out-quantity {
  height: 32px;
  border-color: var(--floral-white);
  background-color: var(--white);
  flex: 1;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Fjalla One, sans-serif;
}

.cart-slide-out-row {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.cart-slide-out-price {
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
  font-size: 17px;
}

.close-button {
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-container {
  max-width: 510px;
}

.cart-stamp {
  width: 40%;
  opacity: .3;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: -40px;
  right: auto;
}

.cart-title {
  z-index: 10;
  position: relative;
}

.login-button-wrapper {
  z-index: 10;
  margin-left: 20px;
  position: relative;
}

.tooltip-wrapper {
  width: 180px;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  display: flex;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: -50px;
  right: 0%;
}

.tooltip-link {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  border-radius: 3px;
  padding: 7px 15px;
  transition: background-color .2s, color .2s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.tooltip-link:hover {
  background-color: var(--coral);
  color: var(--white);
}

.home-hero-section-v2 {
  min-height: 470px;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
  position: relative;
}

.home-hero-video-v2 {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero-container-version-2 {
  z-index: 10;
  max-width: 650px;
  position: relative;
}

.home-v2-intro-grid {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.wholesale-card {
  margin-top: 40px;
  margin-bottom: 60px;
}

.wholesale-card-icon {
  width: 40px;
}

.empty-state {
  flex-direction: column;
  font-size: 20px;
  line-height: 30px;
}

.empty-state-title {
  color: var(--teal);
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.home-intro-cta-card {
  background-color: var(--misty-rose-2);
  background-image: url('../images/Map-Dark-Pink.svg');
  background-position: 50% -110%;
  background-repeat: repeat-x;
  background-size: auto 70%;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.home-v2-intro-cta-card-image {
  margin-top: -40px;
  margin-bottom: 20px;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

.wholesale-cta-section {
  color: var(--white);
  background-color: #06091b;
  padding: 100px 50px;
}

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

.footer-social-link {
  width: 30px;
  height: 30px;
  background-color: var(--teal);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.footer-social-link:hover {
  background-color: var(--dark-slate-grey);
}

.footer-social-icon {
  width: 18px;
}

.partner-cta-image-wrapper {
  max-width: 330px;
  margin-top: -130px;
  margin-bottom: -100px;
}

.roastery-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.roastery-image-wrapper {
  height: 190px;
}

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

.roastery-visit-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
}

.banner {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  text-transform: uppercase;
  padding: 5px 40px;
  font-family: Fjalla One, sans-serif;
  font-size: 11px;
  overflow: hidden;
}

.banner-container {
  max-width: 1200px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-column {
  height: 20px;
  opacity: .8;
  color: var(--white);
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  transition: color .3s, opacity .2s;
  display: flex;
}

.banner-column:hover {
  opacity: 1;
}

.banner-icon {
  width: 14px;
  margin-right: 4px;
}

.banner-row {
  align-items: center;
  display: flex;
}

.banner-icon-wrapper {
  height: 45px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-hero-section-v3 {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  background-image: linear-gradient(rgba(27, 80, 76, .85), rgba(27, 80, 76, .85)), url('../images/Crest-Teal.svg');
  background-position: 0 0, 170%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 70%;
  padding: 70px 50px 100px;
}

.home-hero-grid-v3 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
}

.shop-v2-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
}

.shop-grid-v2 {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.categories-title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.shop-v2-sticky-aside {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.dropdown-link, .dropdown-link.w--current {
  color: var(--teal);
}

.dropdown-link.w--current:hover {
  opacity: .6;
}

.dropdown-list {
  border-radius: 1px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

.dropdown-list.order.w--open {
  background-color: var(--dark-slate-grey);
  border-radius: 10px;
  padding: 5px;
}

.home-hero-v3-video {
  z-index: 1;
  height: 330px;
  border-radius: 5px;
}

.home-hero-v3-title {
  margin-top: 0;
  font-size: 65px;
}

.dropdown-wrapper {
  color: var(--teal);
  text-transform: uppercase;
  border-radius: 5px;
  font-family: Fjalla One, sans-serif;
  font-size: 17px;
}

.dropdown-wrapper.w--current {
  color: var(--dark-slate-grey);
}

.home-intro-v3-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -30px;
  overflow: hidden;
}

.v3-intro-link {
  min-height: 300px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Fjalla One, sans-serif;
  font-size: 30px;
  line-height: 30px;
  transition: padding .2s, color .2s;
  display: flex;
}

.v3-intro-link:hover {
  color: var(--misty-rose-2);
  padding-bottom: 50px;
}

.v3-intro-link.our-coffee {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/smartmockups_km2ntqn1-Compressed.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
}

.v3-intro-link.our-food {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-lisa-fotios-1855214.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.v3-intro-link.other-drinks {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-charlotte-may-5946658.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.journal-list-wrapper {
  flex: 1;
}

.journal-card {
  width: 100%;
  height: 100%;
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.journal-card:hover {
  color: var(--ivory);
}

.journal-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.journal-aside-list {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.journal-aside-item {
  align-items: center;
  display: flex;
}

.journal-aside-image-link {
  width: 35%;
  min-height: 120px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  flex: none;
  margin-right: 20px;
}

.journal-aside-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.journal-aside-date {
  text-transform: uppercase;
  background-image: url('../images/icons8_edit_calendar.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-top: 10px;
  padding-top: 1px;
  padding-left: 20px;
  font-family: Fjalla One, sans-serif;
  font-size: 11px;
}

.journal-aside-date.featured {
  background-image: url('../images/icons8_edit_calendar_1.svg');
  margin-top: 30px;
}

.journal-featured-details {
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(7, 20, 19, .9), rgba(27, 80, 76, 0));
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  padding: 60px 40px 40px;
  display: flex;
}

.journal-featured-title {
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 1.6;
}

.journal-card-summary {
  max-width: 45ch;
}

.journal-section-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Fjalla One, sans-serif;
  font-size: 15px;
}

.journal-featured-wrapper {
  flex-direction: column;
  display: flex;
}

.journal-list, .journal-list-item {
  height: 100%;
}

.menu-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.menu-grid.other-drinks {
  margin-top: 160px;
}

.menu-grid.v3 {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.menu-card {
  border: 1px solid var(--floral-white);
  background-color: var(--white);
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 30px 20px 20px;
  font-size: 22px;
  line-height: 35px;
  display: flex;
}

.menu-card.v3 {
  text-align: left;
  flex-direction: row;
  padding-left: 0;
}

.menu-card-image {
  max-width: 170px;
  margin-top: -60px;
  margin-bottom: 30px;
}

.menu-card-image.other-drinks {
  margin-top: -170px;
}

.menu-card-image.v3 {
  margin: 0 40px 0 -30px;
}

.menu-card-image.other-drinks-v3 {
  max-width: 190px;
  margin: -60px 15px 10px -60px;
}

.small-p {
  font-size: 16px;
}

.menu-card-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Fjalla One, sans-serif;
  font-size: 28px;
}

.dropdown-icon {
  margin-left: 5px;
  margin-right: 0;
  font-size: 13px;
  position: relative;
}

.version-number {
  opacity: .5;
}

.product-template-fixed-cta {
  z-index: 11;
  background-color: var(--white);
  padding: 10px 50px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 -1px 20px rgba(0, 0, 0, .1);
}

.product-template-fixed-container {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fixed-add-to-cart {
  flex: 1;
  margin-left: 30px;
}

.was-price-row {
  align-items: center;
  display: flex;
}

.was-price-row.center {
  justify-content: center;
}

.fixed-price-banner-title {
  margin: 0;
}

.add-to-cart {
  flex: 1;
}

.shop-v3-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.shop-v3-grid-featured {
  border: 1px solid var(--floral-white);
  background-color: var(--teal);
  color: var(--white);
  border-radius: 5px;
  padding-bottom: 50px;
}

.shop-v3-grid-aside {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-v3-sub-products-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.menu-icon {
  width: 20px;
  margin-right: 3px;
}

.menu-icon-wrapper {
  color: var(--teal);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.order-confirmation-column {
  margin-right: 0;
}

.order-confirmation-sticky-column {
  background-color: var(--floral-white);
  color: var(--dark-slate-grey);
  border-radius: 3px;
  padding: 17px 25px;
  top: 100px;
  overflow: auto;
}

.payment-info-row {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.payment-info-text {
  background-color: var(--teal);
  text-transform: uppercase;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 6px 6px 5px;
  font-family: Fjalla One, sans-serif;
  line-height: 1;
  display: flex;
}

.order-confrimation-card {
  border-bottom: 1px solid var(--teal);
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.order-address {
  margin-bottom: 0;
  margin-right: 5px;
}

.our-locations-cta-list {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.sign-up-form-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  align-items: end;
  margin-bottom: 20px;
}

.sign-up-form-wrapper {
  max-width: 560px;
  margin-top: 30px;
  margin-bottom: 0;
}

.sign-up-form-title {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.7;
}

.sign-up-form-points-row {
  border-top: 1px solid var(--teal);
  border-bottom: 1px solid var(--teal);
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Fjalla One, sans-serif;
  font-size: 15px;
  display: flex;
}

.point-wrapper {
  background-color: var(--teal);
  text-transform: uppercase;
  border-radius: 30px;
  flex: none;
  align-items: center;
  margin-right: 7px;
  padding: 7px 10px;
  font-family: Fjalla One, sans-serif;
  line-height: 16px;
  display: flex;
}

.points-icon {
  width: 20px;
  margin-right: 5px;
}

.sign-up-form-points-title {
  color: var(--teal);
  margin-right: 10px;
}

.journal-hero-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.journal-hero-list-wrapper, .journal-hero-list {
  height: 100%;
}

.journal-hero-list-item {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  transition: transform .2s;
  position: relative;
  overflow: hidden;
}

.journal-hero-list-item:hover {
  transform: scale(1.03);
}

.featured-label {
  z-index: 10;
  background-color: var(--misty-rose-2);
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  border-radius: 3px;
  padding: 3px 7px;
  font-family: Fjalla One, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 30px;
}

.journal-item-overlay {
  height: 80%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .85));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.journal-item-title {
  max-width: 17ch;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 40px;
  line-height: 1.1;
}

.journal-item-title.other {
  max-width: 20ch;
  margin-bottom: 0;
  font-size: 28px;
}

.journal-item-summary {
  max-width: 40ch;
  opacity: 1;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.journal-link {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-image: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .2));
  padding: 50px;
  transition-property: none;
  position: relative;
}

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

.journal-page-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.journal-page-list {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.journal-item {
  border-radius: 5px;
  transition: transform .2s;
  position: relative;
  overflow: hidden;
}

.journal-item:hover {
  transform: scale(1.03);
}

.journal-item-image {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.journal-item-date {
  border: 1px solid var(--misty-rose-2);
  color: var(--misty-rose-2);
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Fjalla One, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.journal-item-date.template {
  margin-top: 0;
}

.journal-item-date.other {
  margin-top: 0;
  margin-bottom: 15px;
}

.journal-subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Fjalla One, sans-serif;
  font-size: 25px;
  line-height: 1.1;
}

.aside-sign-up-form {
  background-color: var(--teal);
  color: var(--white);
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 20px 30px 50px;
  position: relative;
}

.aside-sign-up-title {
  border-bottom: 1px solid var(--misty-rose-2);
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.success-message-title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.journal-form-stamp {
  width: 130px;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: auto;
  right: -40px;
}

.utility-icon-lottie {
  width: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.margin-top-30 {
  margin-top: 30px;
}

._404-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 150px;
  line-height: .9;
}

.utility-hero {
  background-color: var(--dark-slate-grey);
  color: var(--misty-rose-2);
  text-align: center;
  background-image: linear-gradient(rgba(27, 80, 76, .7), rgba(27, 80, 76, .7)), url('../images/Map-Teal.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, 20%;
  padding: 100px 50px;
}

.no-margin {
  margin: 0;
}

.slider {
  min-height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

.slide-1 {
  background-image: url('../images/pexels-cottonbro-4820817-Compressed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/pexels-cottonbro-4790061.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.utility-title {
  margin-top: 0;
  margin-bottom: 60px;
}

.split-paragraph {
  column-count: 2;
  column-gap: 40px;
}

.accordion-item {
  margin-bottom: 2px;
}

.accordion-trigger {
  background-color: var(--floral-white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 25px;
  line-height: 1.1;
  transition: background-color .2s;
  display: flex;
}

.accordion-trigger:hover {
  background-color: #e4e2db;
}

.accordion-lottie {
  width: 15px;
}

.accordion-overflow-wrapper {
  overflow: hidden;
}

.accordion-content-wrapper {
  margin: 30px;
}

.license__subtitle {
  max-width: 540px;
  margin: 20px auto 0;
}

.footer-more-pages-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.assets-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
}

.asset-lottie {
  max-width: 120px;
}

.asset-image-wrapper {
  min-height: 270px;
  border: 1px solid var(--teal);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.asset-image-wrapper.dark {
  background-color: var(--dark-slate-grey);
}

.page-progress-wrapper {
  z-index: 11;
  width: 40px;
  height: 40px;
  background-color: var(--misty-rose-2);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 50px;
  left: 50px;
  right: auto;
  overflow: hidden;
  box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}

.progress-lottie {
  min-width: 60px;
  margin-bottom: -1px;
}

.journal-template-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.journal-template-image-wrapper {
  height: 85vh;
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 12vh;
}

.journal-template-title {
  z-index: 10;
  margin-top: 0;
}

.journal-template-image-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.journal-template-share-wrapper {
  z-index: 10;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.journal-template-image-content {
  z-index: 10;
  position: relative;
}

.journal-template-other-list-wrapper {
  margin-top: 30px;
}

.journal-template-other-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.journal-item-link {
  display: block;
}

.journal-template-other-overlay {
  color: var(--white);
  background-image: linear-gradient(225deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, .85) 63%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.journal-rich-text-block {
  border-bottom: 1px solid var(--floral-white);
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.location-title-wrapper {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.location-bare-beans {
  color: var(--misty-rose);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.location-template-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
}

.location-template-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.location-subtitle {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: Fjalla One, sans-serif;
}

.courses-item-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.courses-image-wrapper {
  min-height: 270px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.courses-image-wrapper.template {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.courses-item-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 40px;
  line-height: 1.3;
}

.course-level-wrapper {
  background-color: var(--misty-rose-2);
  color: var(--dark-slate-grey);
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-weight: 600;
  display: flex;
}

.course-level-wrapper.template {
  border: 1px solid var(--floral-white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 0;
}

.course-level-text {
  margin-right: 5px;
}

.course-level-text.fade {
  opacity: .65;
}

.courses-item-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.courses-item-content-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.courses-data-wrapper {
  border: 1px solid var(--teal);
  background-color: var(--dark-slate-grey);
  text-transform: uppercase;
  border-radius: 3px;
  align-items: center;
  padding: 4px 10px;
  font-family: Fjalla One, sans-serif;
  display: flex;
}

.courses-data-wrapper.template {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
}

.courses-data-title {
  color: var(--teal);
  margin-right: 5px;
}

.courses-form {
  max-width: 510px;
  text-align: left;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.courses-grid {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.courses-template-grid {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.courses-template-title {
  z-index: 1;
  font-size: 42px;
  position: relative;
}

.courses-template-hero-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.courses-book-wrapper {
  z-index: 11;
  background-color: var(--white);
  padding: 10px 50px;
  font-size: 30px;
  line-height: 25px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
}

.course-template-price-wrapper {
  font-size: 30px;
  line-height: 25px;
  display: flex;
}

.course-template-price-wrapper.body-content {
  width: 100%;
  align-self: stretch;
  margin-bottom: 40px;
}

.price-subtitle {
  text-transform: uppercase;
  align-self: flex-end;
  align-items: flex-end;
  margin-bottom: -1px;
  margin-left: 6px;
  font-family: Fjalla One, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.courses-book-row {
  align-items: flex-end;
  display: flex;
}

.courses-book-title {
  border-right: 1px solid var(--floral-white);
  margin-right: 10px;
  padding-right: 10px;
}

.dropdown-lottie {
  width: 14px;
  margin-left: 4px;
  margin-right: -4px;
}

.courses-trust-link {
  z-index: 1;
  background-color: var(--teal);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 8px 20px;
  display: flex;
  position: relative;
}

.courses-trust-link:hover {
  color: var(--white);
}

.courses-stars-lottie {
  width: 120px;
  margin-bottom: -5px;
  margin-left: 5px;
}

.dropdown-order-link {
  min-width: 160px;
  background-color: var(--white);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: flex;
}

.dropdown-order-link:hover {
  opacity: .8;
}

.dropdown-order-link.just-eat {
  background-color: #ff8001;
}

.uber-eats-logo {
  width: 90%;
  max-width: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wholesale-cta-title {
  margin-top: 0;
  font-size: 40px;
}

.pexels-grid {
  flex: 1;
}

.pexels-grid.double {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.pexels-grid-item {
  max-height: 120px;
}

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

.asset-logo {
  max-width: 130px;
}

.assets-button-grid {
  grid-template-rows: auto;
  justify-items: start;
}

.at-home-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .5fr) 1fr;
  justify-content: space-between;
}

.at-home-collection-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.at-home-product-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.asset-mockup {
  max-width: 200px;
}

.image {
  width: auto;
  max-width: 121%;
  min-height: 37%;
  min-width: 150%;
  margin-left: -35%;
  margin-right: 40px;
  position: static;
}

.image-2 {
  object-fit: fill;
  border-radius: 0;
}

@media screen and (min-width: 1280px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.home-intro {
    margin-top: -382px;
  }

  .section.our-locations-cta {
    background-image: linear-gradient(rgba(252, 218, 209, .75), rgba(252, 218, 209, .75)), url('../images/Logo-Stamp-Dark-Pink.svg');
    background-size: auto, 54vw;
  }

  .section.our-coffee-v3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Map-Pink.svg');
    background-size: auto, 30%;
  }

  .container.order-confirmation {
    grid-column-gap: 100px;
  }

  .hero-slider-video {
    min-height: 560px;
  }

  .hero-slider-h1 {
    font-size: 75px;
  }

  .hero-product-image {
    max-width: 350px;
  }

  .hero-product-image.sub-product {
    max-width: 210px;
  }

  .locations-cta-grid {
    grid-template-columns: .75fr 1fr;
  }

  .location-image {
    margin-right: 40px;
  }

  .our-coffees-card-row {
    grid-column-gap: 100px;
  }

  .our-coffee-item-image {
    max-height: 110px;
  }

  .coffee-grid {
    grid-template-columns: .75fr minmax(200px, 40ch);
  }

  .shop-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-page-location-list {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr .5fr;
  }

  .social-grid-link {
    min-height: 70px;
  }

  .stockist-grid {
    grid-column-gap: 100px;
  }

  .responsible-sourced-grid {
    grid-column-gap: 150px;
  }

  .footer-column {
    margin-left: 20px;
    margin-right: 20px;
  }

  .login-button-wrapper {
    margin-left: 40px;
  }

  .home-v2-intro-grid, .roastery-visit-grid {
    grid-column-gap: 200px;
    grid-template-columns: .75fr 1fr;
  }

  .home-hero-grid-v3 {
    grid-template-columns: .7fr 1fr;
  }

  .shop-v2-grid, .shop-grid-v2 {
    grid-column-gap: 100px;
  }

  .home-hero-v3-video {
    height: 380px;
  }

  .journal-grid {
    grid-column-gap: 100px;
  }

  .journal-aside-image-link {
    margin-right: 30px;
  }

  .journal-featured-details {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .menu-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dropdown-icon {
    margin-left: 10px;
  }

  .shop-v3-grid {
    grid-column-gap: 100px;
  }

  .our-locations-cta-list {
    grid-template-rows: auto;
  }

  .journal-hero-grid {
    grid-column-gap: 50px;
    grid-template-columns: .55fr .5fr;
  }

  .journal-item-title {
    font-size: 50px;
  }

  .journal-item-summary {
    font-size: 18px;
  }

  .journal-page-grid {
    grid-column-gap: 150px;
  }

  .aside-sign-up-title {
    font-size: 21px;
  }

  .journal-template-grid, .location-template-grid {
    grid-column-gap: 100px;
  }

  .courses-item-grid {
    grid-column-gap: 90px;
  }

  .courses-template-grid {
    grid-column-gap: 100px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
  }

  .wholesale-cta-title {
    font-size: 50px;
  }

  .at-home-grid {
    grid-column-gap: 100px;
    grid-template-columns: minmax(auto, .5fr) 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section.our-locations-cta {
    background-image: linear-gradient(rgba(252, 218, 209, .8), rgba(252, 218, 209, .8)), url('../images/Logo-Stamp-Dark-Pink.svg');
    background-position: 0 0, 120% -260%;
  }

  .home-hero-grid-v3 {
    grid-column-gap: 120px;
  }

  .menu-card-image {
    max-width: 200px;
  }

  .image {
    min-width: 150%;
    margin-left: -35%;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.our-locations-cta {
    background-image: linear-gradient(rgba(252, 218, 209, .8), rgba(252, 218, 209, .8)), url('../images/Logo-Stamp-Dark-Pink.svg');
    background-position: 0 0, 120% -17vw;
    background-size: auto, 47vw;
  }

  .section.our-coffee-v3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: auto;
  }

  .button {
    margin-top: 20px;
  }

  .wholesale-card-icon {
    width: 64px;
  }

  .home-intro-cta-card {
    background-color: #b9dbdc;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand {
    z-index: 10;
    align-items: center;
    padding-left: 0;
  }

  .nav-link {
    padding: 10px 0;
  }

  .nav-link.order {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--white);
    padding: 40px 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
  }

  .home-hero-section {
    height: 360px;
  }

  .section.home-intro {
    margin-top: 0;
    padding-top: 100px;
  }

  .section.coffee-club {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.stockist-page {
    background-image: linear-gradient(to right, #624ef9 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.our-locations-cta {
    background-image: linear-gradient(rgba(252, 218, 209, .8), rgba(252, 218, 209, .8)), url('../images/Logo-Stamp-Dark-Pink.svg');
    background-position: 0 0, 160% -20%;
  }

  .section.journal-hero {
    padding-bottom: 0;
  }

  .section.our-coffee-v3 {
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/Map-Pink.svg');
    background-size: auto, 50%;
  }

  .container.order-confirmation {
    background-position: -70px 106%;
    grid-template-columns: 1fr;
  }

  .right-arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .left-arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 50px;
  }

  .hero-slider-grid {
    grid-template-columns: 1fr;
  }

  .hero-product-image.sub-product {
    max-width: 130px;
  }

  .nav-cart {
    margin-left: 0;
  }

  .product-option-list.product-template {
    align-self: stretch;
  }

  .product-option-list.fixed-section {
    max-width: none;
  }

  .home-visit-shop-wrapper {
    border-left: 1px solid var(--floral-white);
    padding-left: 50px;
  }

  .home-hero-product-list {
    grid-template-columns: 1fr;
  }

  .location-image {
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .location-image.location-cta {
    width: 50%;
    flex: 0 auto;
    margin: -30px 30px -30px 0;
  }

  .location-item-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .location-item-row.locations-cta {
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .our-coffees-card {
    padding-left: 50px;
    padding-right: 50px;
  }

  .our-coffees-card-row {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .our-coffee-item-image {
    max-height: 110px;
  }

  .footer-flex-container {
    flex-wrap: wrap;
  }

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

  .coffee-club-grid {
    grid-template-columns: 1fr .75fr;
  }

  .hero-product-map.featured {
    max-width: 380px;
  }

  .coffee-club-image-wrapper {
    margin-top: -100px;
    margin-bottom: -60px;
  }

  .tab-pane {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .coffee-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .product-card-description {
    max-width: 50ch;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-page-location-list {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .stockist-benefits-card {
    padding-left: 50px;
    padding-right: 50px;
  }

  .stockist-benefits-icon {
    width: 50px;
  }

  .stockist-form-block {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sticky-wrapper.courses {
    flex-flow: wrap;
    margin-bottom: 60px;
    position: relative;
    top: 0;
  }

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

  .product-template-image {
    max-width: 50%;
  }

  .checkout-form {
    grid-template-columns: 1fr;
  }

  .checkout-sticky-column {
    height: auto;
    padding-bottom: 100px;
  }

  .checkout-button {
    margin-bottom: 0;
  }

  .trust-card {
    max-width: 100%;
    flex: 1;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .trust-card-grid {
    width: 500px;
    margin-bottom: 40px;
  }

  .footer-column {
    flex: 1;
  }

  .menu-button {
    margin-right: 20px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .coffee-image {
    width: 100%;
    max-width: 230px;
  }

  .login-button-wrapper {
    border-top: 1px solid var(--floral-white);
    margin-top: 10px;
    margin-left: 0;
    padding-top: 20px;
  }

  .tooltip-wrapper {
    justify-content: flex-start;
    position: relative;
    left: 0;
  }

  .partner-cta-image-wrapper {
    margin-top: -100px;
    margin-bottom: -60px;
  }

  .roastery-visit-grid {
    grid-column-gap: 50px;
  }

  .banner-column {
    margin-right: 0;
  }

  .home-hero-section-v3 {
    text-align: center;
  }

  .home-hero-grid-v3 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .shop-grid-v2 {
    grid-template-columns: 1fr;
  }

  .dropdown-list.order.w--open {
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-wrapper.order {
    margin-left: 0;
    margin-right: 0;
  }

  .hamburger-lottie {
    width: 30px;
  }

  .v3-intro-link {
    min-height: 230px;
  }

  .journal-grid {
    grid-template-rows: 400px;
    grid-template-columns: 1fr;
  }

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

  .menu-grid.v3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .fixed-add-to-cart {
    margin-left: 0;
  }

  .fixed-price-banner-title {
    display: none;
  }

  .shop-v3-grid, .shop-v3-sub-products-grid {
    grid-template-columns: 1fr;
  }

  .our-locations-cta-list {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .sign-up-form-wrapper {
    max-width: 100%;
  }

  .journal-hero-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .journal-hero-list-wrapper {
    margin-bottom: -30px;
  }

  .journal-hero-list-item {
    min-height: 330px;
  }

  .journal-page-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .aside-sign-up-form {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .aside-sign-up-title {
    text-align: center;
    font-size: 30px;
  }

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

  .journal-template-image-wrapper {
    height: auto;
    position: relative;
    top: 0;
  }

  .journal-template-share-wrapper {
    margin-top: 70px;
  }

  .journal-template-other-item {
    align-items: flex-end;
    margin-top: 0;
    display: flex;
  }

  .journal-item-link {
    flex: 1;
  }

  .journal-template-other-overlay {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .85) 63%);
    align-self: stretch;
  }

  .journal-template-other-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .courses-image-wrapper.template {
    margin-bottom: 20px;
  }

  .course-level-wrapper.template {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .courses-data-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .courses-data-wrapper.template {
    flex-direction: row;
    margin-right: 10px;
  }

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

  .course-template-price-wrapper.body-content {
    margin-bottom: 20px;
  }

  .dropdown-order-link {
    max-width: 150px;
  }

  .at-home-grid {
    grid-template-columns: 1fr;
  }

  .at-home-collection-list {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .image-2 {
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }

  ul {
    margin-bottom: 0;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand {
    width: 130px;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .brand.w--current {
    width: 18%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section.home-intro {
    margin-top: -50px;
    padding-top: 0;
  }

  .section.coffee-club {
    text-align: center;
    padding-bottom: 0;
    overflow: hidden;
  }

  .section.stockist-page {
    background-image: linear-gradient(to right, #624ef9 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.responsible-sourced {
    background-size: cover;
  }

  .section.our-locations-cta {
    background-image: none;
  }

  .section.our-coffee-v3 {
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/Map-Pink.svg');
    background-size: auto, 65%;
  }

  .container.order-confirmation {
    padding: 30px;
  }

  .hero-slider-h1 {
    font-size: 55px;
  }

  .hero-slider-h1.v2 {
    font-size: 12vw;
  }

  .hero-slider-grid {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .hero-slider-subtitle {
    font-size: 19px;
  }

  .product-option-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .locations-cta-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .home-visit-shop-wrapper {
    border-left: 0 rgba(0, 0, 0, 0);
    padding-left: 0;
  }

  .home-hero-product-list {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .location-image {
    width: 40%;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .location-image.location-cta {
    width: auto;
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .location-item-row {
    flex-direction: row;
    align-items: center;
  }

  .location-item-row.locations-cta {
    flex-direction: column;
    padding-left: 30px;
  }

  .our-coffees-card-row {
    grid-column-gap: 30px;
  }

  .our-coffee-title {
    font-size: 20px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-flex-container {
    flex-wrap: wrap;
  }

  .footer-logo-link {
    width: 100%;
    flex: 0 auto;
    display: block;
  }

  .footer-image {
    width: 120px;
    object-fit: contain;
  }

  .button.courses-book {
    padding: 6px 10px;
    font-size: 15px;
  }

  .coffee-club-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .coffee-club-image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .app-link-row {
    justify-content: center;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    flex-flow: wrap;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tab-pane {
    padding-bottom: 70px;
  }

  .tab-link {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .tabs-crest {
    width: 80px;
    top: auto;
    bottom: -40px;
    left: auto;
    right: 20px;
  }

  .page-title.order-confirmation {
    font-size: 55px;
  }

  .categories-list.v2 {
    display: flex;
  }

  .category-link.aside {
    margin-left: 5px;
    margin-right: 5px;
  }

  .categories-list-wrapper {
    top: 60px;
  }

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

  .home-location-list {
    grid-row-gap: 30px;
  }

  .contact-page-location-list {
    grid-template-columns: 1fr;
  }

  .stockist-benefits-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .responsible-sourced-grid {
    grid-column-gap: 0px;
    background-color: var(--white);
    border-radius: 5px;
    grid-template-columns: .5fr;
    padding: 20px 40px;
  }

  .stockist-form-grid {
    grid-template-columns: 1fr;
  }

  .utility-page-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sticky-wrapper {
    position: static;
  }

  .product-template-grid-column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-template-grid-image-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-template-image {
    max-width: 70%;
  }

  .block-header {
    font-size: 24px;
  }

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

  .trust-card {
    max-width: 100%;
    flex: 1;
    margin-top: 40px;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .trust-card-grid {
    width: auto;
    align-self: stretch;
  }

  .footer-column {
    width: 50%;
    flex: 0 auto;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    margin-right: 15px;
  }

  .home-v2-intro-grid {
    grid-template-columns: 1fr;
  }

  .wholesale-cta-section {
    text-align: center;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .footer-social-link {
    margin-bottom: 0;
  }

  .partner-cta-image-wrapper {
    margin-top: -30px;
    margin-bottom: 0;
  }

  .roastery-visit-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .banner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .banner-container {
    justify-content: center;
    align-items: center;
  }

  .banner-icon {
    margin-right: 6px;
  }

  .banner-row.shout-outs {
    display: none;
  }

  .footer-social-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: max-content max-content;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-hero-section-v3 {
    padding-bottom: 60px;
  }

  .shop-v2-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .shop-v2-sticky-aside {
    text-align: center;
    position: static;
  }

  .home-hero-v3-title {
    font-size: 55px;
  }

  .hamburger-lottie {
    width: 25px;
  }

  .home-intro-v3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .journal-grid {
    grid-template-rows: auto;
  }

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

  .menu-grid.other-drinks {
    grid-row-gap: 140px;
  }

  .menu-card-image.v3 {
    margin-right: 20px;
  }

  .shop-v3-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .our-locations-cta-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .sign-up-form-grid {
    grid-template-columns: .75fr 1fr;
  }

  .sign-up-form-points-row {
    grid-column-gap: 16px;
    grid-row-gap: 15px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .point-wrapper {
    justify-content: center;
    margin-right: 0;
    font-size: 14px;
  }

  .sign-up-form-points-title {
    margin-right: 0;
    font-size: 20px;
  }

  .journal-link {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .journal-form-stamp {
    bottom: -40px;
    right: -30px;
  }

  .utility-hero {
    background-image: linear-gradient(rgba(27, 80, 76, .75), rgba(27, 80, 76, .75)), url('../images/Map-Teal.svg');
    background-size: auto, 40%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .split-paragraph {
    column-count: 1;
  }

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

  .assets-item {
    grid-column-gap: 25px;
  }

  .journal-template-image-wrapper {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .journal-template-other-grid, .location-template-grid {
    grid-template-columns: 1fr;
  }

  .location-template-image {
    min-height: 240px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .courses-item-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .courses-item-content-grid {
    flex-wrap: wrap;
    display: flex;
  }

  .courses-data-wrapper {
    flex-direction: row;
  }

  .courses-template-title {
    font-size: 40px;
  }

  .courses-book-wrapper {
    font-size: 20px;
    line-height: 20px;
  }

  .course-template-price-wrapper {
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .course-template-price-wrapper.body-content {
    font-size: 30px;
    line-height: 25px;
    display: flex;
  }

  .courses-book-title {
    border-right: 0 rgba(0, 0, 0, 0);
    margin-right: 9px;
    padding-right: 0;
  }

  .image {
    margin-left: -25%;
  }

  .image-2 {
    border-radius: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  blockquote {
    font-size: 22px;
  }

  .nav-container {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .navbar {
    padding: 0 30px;
  }

  .brand {
    align-items: center;
  }

  .brand.w--current {
    width: 130px;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .nav-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-hero-section {
    height: 400px;
  }

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

  .section.stockist-page {
    background-image: linear-gradient(to right, #624ef9 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.our-coffee-v3 {
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/Map-Pink.svg');
    background-size: auto, 100%;
  }

  .container.hero {
    margin-bottom: 40px;
  }

  .container.courses {
    margin-top: 60px;
  }

  .container.courses-booking {
    flex-direction: column;
  }

  .hero-slider-slide-content {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .hero-slider-h1 {
    font-size: 40px;
  }

  .hero-product-image {
    max-width: 210px;
  }

  .hero-product-image.sub-product {
    max-width: 160px;
  }

  .hero-product-image.featured {
    max-width: 75%;
  }

  .hero-product-description {
    max-width: none;
  }

  .buy-now-button {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .quantity {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .add-to-cart-button {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .add-to-cart-row {
    flex-wrap: wrap;
  }

  .option-button {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px;
  }

  .product-option-list {
    align-self: stretch;
  }

  .product-option-list.featured {
    padding: 5px 10px;
  }

  .button-group {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .home-hero-product-list {
    grid-template-columns: 1fr;
  }

  .crest-section-splitter {
    width: 80px;
  }

  .location-image {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .location-item-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .location-item-row.contact-page, .our-coffees-card {
    padding: 30px;
  }

  .our-coffees-card-row {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .our-coffee-title {
    font-size: 15px;
  }

  .footer {
    text-align: left;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-logo-link {
    z-index: 10;
    max-height: none;
    margin-top: -20px;
  }

  .footer-image {
    width: 100px;
    height: 100px;
    max-width: none;
    background-color: var(--white);
    object-position: 50% 50%;
    border-radius: 50%;
    padding: 3px;
  }

  .footer-link {
    letter-spacing: -.1px;
    font-size: 14px;
  }

  .button {
    font-size: 16px;
  }

  .button.meet-coffee {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.courses-book {
    text-align: center;
    border-radius: 0;
    align-self: stretch;
  }

  .hero-product-map.featured {
    max-width: 90%;
  }

  .app-link {
    max-width: 110px;
    flex: none;
    margin-left: 5px;
    margin-right: 5px;
  }

  .tab-pane {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-link {
    width: 33.33%;
    flex: 0 auto;
  }

  .our-coffee-tab-title {
    font-size: 30px;
  }

  .page-title {
    font-size: 40px;
  }

  .category-item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .category-item.no-margin {
    margin: 0;
  }

  .locations-list {
    grid-row-gap: 50px;
  }

  .social-media-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .social-grid-link {
    min-height: auto;
  }

  .contact-h3 {
    margin-top: 40px;
  }

  .stockist-benefits-card {
    padding: 30px;
  }

  .responsible-sourced-grid, .stockist-form-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-card-price {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .product-card-price.compare-price {
    width: auto;
  }

  .product-template-grid-column {
    padding: 10px 20px 30px;
  }

  .product-template-image {
    max-width: 100%;
  }

  .checkout-sticky-column {
    padding: 60px 30px;
  }

  .block-header {
    font-size: 21px;
  }

  .checkout-form-column {
    padding: 60px 30px;
  }

  .web-payments {
    padding: 18px 20px 12px;
  }

  .checkout-h1 {
    font-size: 50px;
  }

  .shipping-method {
    padding: 20px 10px;
  }

  .checkout-label {
    font-size: 13px;
  }

  .checkout-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .summary-line-item {
    font-size: 15px;
  }

  .summary-line-item.order-confirmation-total {
    font-size: 17px;
  }

  .order-item-grid, .paypal-content-grid, .cart-list {
    grid-template-columns: 1fr;
  }

  .coffee-image {
    max-width: 170px;
  }

  .home-hero-section-v2 {
    min-height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-intro-cta-card {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wholesale-cta-section, .banner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-social-list {
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
  }

  .home-hero-section-v3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-hero-v3-title {
    font-size: 40px;
  }

  .home-intro-v3-grid {
    grid-template-columns: 1fr;
  }

  .v3-intro-link {
    min-height: 180px;
  }

  .journal-aside-item {
    display: block;
  }

  .journal-aside-image-link {
    width: 100%;
    min-height: 160px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .journal-featured-details {
    padding-left: 30px;
    padding-right: 30px;
  }

  .journal-featured-title {
    font-size: 30px;
    line-height: 1.4;
  }

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

  .menu-grid.our-food {
    grid-row-gap: 30px;
  }

  .menu-grid.v3 {
    grid-row-gap: 50px;
  }

  .menu-card.v3 {
    text-align: center;
    flex-direction: column;
    padding-left: 30px;
  }

  .menu-card-image.v3 {
    margin: -60px -20px 20px 0;
  }

  .menu-card-image.other-drinks-v3 {
    margin-top: -90px;
    margin-left: 0;
    margin-right: -20px;
  }

  .product-template-fixed-cta {
    display: none;
  }

  .order-confirmation-sticky-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sign-up-form-grid {
    grid-template-columns: 1fr;
  }

  .sign-up-form-title {
    font-size: 20px;
  }

  .sign-up-form-points-row {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .point-wrapper {
    margin-top: -3px;
    margin-bottom: -3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .points-icon {
    margin-right: 10px;
  }

  .journal-item-title {
    font-size: 30px;
  }

  .journal-item-title.other {
    font-size: 20px;
    line-height: 1.2;
  }

  .aside-sign-up-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .aside-sign-up-title {
    font-size: 25px;
  }

  .journal-form-stamp {
    width: 120px;
    right: -25px;
  }

  .utility-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .assets-item {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .asset-lottie {
    max-width: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .asset-image-wrapper {
    min-height: 200px;
    margin-bottom: 0;
  }

  .page-progress-wrapper {
    bottom: 30px;
    left: 30px;
  }

  .journal-template-title {
    font-size: 30px;
  }

  .courses-item-title {
    font-size: 35px;
  }

  .courses-data-wrapper, .courses-data-wrapper.template {
    flex-direction: column;
  }

  .courses-grid {
    grid-row-gap: 60px;
  }

  .courses-template-title {
    font-size: 35px;
  }

  .courses-book-wrapper {
    padding: 0;
  }

  .courses-book-title {
    margin-bottom: 10px;
    margin-right: 0;
    display: none;
  }

  .dropdown-order-link {
    min-width: 100px;
  }

  .wholesale-cta-title {
    font-size: 30px;
    line-height: 1.3;
  }

  .pexels-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 10px;
  }

  .at-home-product-item {
    align-items: stretch;
  }

  .image {
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    margin-top: 40px;
    margin-left: -5%;
    margin-right: 0;
  }

  .image-2 {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#w-node-_017eb242-1984-5b42-352c-b1367d363fdb-1066a657, #w-node-c4757274-8cba-b9d9-df54-a225053068fc-1066a657 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a2828ecc-ea35-37d3-3ef4-698719db6238-1066a657 {
  align-self: end;
}

#w-node-_472c68f5-89ac-0c28-ba0d-a526bb49eb7b-1066a657 {
  align-self: start;
}

#w-node-_696ec872-eb67-a6d4-d40b-d2ee4399d470-d466a6a6 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_23b9b602-fccc-c082-6735-0484edcd710f-d466a6a6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e45ddb0d-fa17-f67c-bc03-2b569d1c5659-d466a6a6, #w-node-f6787c6f-51b3-496d-12bf-3c3d8e7d9e97-d466a6a6, #w-node-_1b82f678-d710-0d51-f60b-b66a639b52ac-d466a6a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60460c8d35f3583b4ad3ee2f000000000096-7066a6b9, #w-node-_181c5ee5-09e8-c09e-1edb-c543dc1068a5-a366a6df {
  align-self: start;
}

#w-node-a516b5df-6140-55ef-bfed-3e99d4dcc414-3366a6f2 {
  align-self: stretch;
}

#w-node-a46039d9-a181-45f3-1343-1c7fee11b82b-3366a6f2, #w-node-_233a210c-ec53-a27e-7841-57e3687e4cf6-3366a6f2 {
  justify-self: start;
}

#w-node-c51ffe1b-ff73-3678-8d19-1089d3bf5cdd-3366a6f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_834622e3-892e-fb5f-828d-e72d5d6b0ce1-3366a6f2, #w-node-_7fdde9a6-2387-3c44-93d5-669f7c68ee47-3366a6f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d14debb-08cc-057e-815d-93b588f14e91-88f14e8e {
  align-self: center;
  justify-self: end;
}

#w-node-afbd3baa-1c3b-5bf5-3f34-a0ae95018c23-8e66a703, #w-node-_4f2eeacc-e5a7-203d-c496-2a853d2c249d-9d66a707, #w-node-_3bb8a9b8-8bf3-8855-d251-9fe91a9b24ab-6f66a708 {
  align-self: start;
}

#w-node-_7b8951b5-96fc-a053-d439-349ce562863f-cd66a709 {
  align-self: stretch;
}

#w-node-a9972a3a-db99-b15f-9044-c9a6a65ce913-3966a70f {
  align-self: start;
}

#w-node-_006ef310-ebca-61a2-5ad8-3d76b54a674c-3966a70f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78373d4d-9ecb-e6d6-d8a4-dc6de5491b5b-f766a710 {
  align-self: stretch;
}

#w-node-_247936fd-840a-3b57-89f4-d739a48d3f06-f766a710 {
  align-self: start;
}

#w-node-_232f7c7d-92f2-bc35-1a35-e8c175486279-ff66a711, #w-node-b48cd170-012f-2848-c209-73bcd5430a8d-ff66a711, #w-node-ab7374f5-f61c-0d8e-2ca0-5d038a8c3d9e-ff66a711, #w-node-a8dfd0a7-fe79-f5f7-7ac4-314a65de5bb3-ff66a711, #w-node-b0e0a28c-f0e4-1f8d-806e-c0777e6b3e1c-ff66a711, #w-node-_37957333-5dc8-7865-ac10-f532a4cac1d5-ff66a711, #w-node-fa0566de-7706-9a6b-020a-651ae5a650be-ff66a711, #w-node-_02c45c43-9cf6-ccd7-cf73-81cbd83cffab-ff66a711, #w-node-_40dbb319-fabb-8bbf-6070-d0df501cb1aa-ff66a711, #w-node-_316a8923-8a9b-e87b-28b5-ce1973bed0b0-ff66a711, #w-node-dc291b75-e7fb-fecf-d8f2-65905efcabd5-ff66a711, #w-node-_5980f0fd-b006-aad6-d900-6cd5243a9c4f-ff66a711, #w-node-_251b91d8-3c78-aac9-35bd-6c165f02a2aa-ff66a711, #w-node-cdb0648a-ae80-cf5e-f04c-c9bd09453018-ff66a711 {
  align-self: stretch;
}

#w-node-_60460c8d35f35898bfd3ee3500000000000c-5c66a713 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_97b368ab-e41a-e2cc-bcbd-d3619affe4e0-ef66a71c, #w-node-add3a5bb-9679-0447-894f-59ae492ee985-aa66a71d {
  align-self: start;
}

#w-node-e8fe0659-0bbf-64ec-c92f-378fe0563c80-4166a71e, #w-node-e8fe0659-0bbf-64ec-c92f-378fe0563c84-4166a71e, #w-node-e8fe0659-0bbf-64ec-c92f-378fe0563c9b-4166a71e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_017eb242-1984-5b42-352c-b1367d363fdb-1066a657 {
    grid-column: 1 / 2;
  }

  #w-node-a2828ecc-ea35-37d3-3ef4-698719db6238-1066a657 {
    align-self: auto;
  }

  #w-node-_4d14debb-08cc-057e-815d-93b588f14e91-88f14e8e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1db91a05-ca32-50dc-ecae-f262ffcf4f5a-6266a70a {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_23b9b602-fccc-c082-6735-0484edcd710f-d466a6a6 {
    grid-column: 1 / 3;
  }

  #w-node-e45ddb0d-fa17-f67c-bc03-2b569d1c5659-d466a6a6, #w-node-f6787c6f-51b3-496d-12bf-3c3d8e7d9e97-d466a6a6, #w-node-_1b82f678-d710-0d51-f60b-b66a639b52ac-d466a6a6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4d14debb-08cc-057e-815d-93b588f14e91-88f14e8e {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_6296e8c8-a04d-7b45-2792-d1ce51989353-f766a710, #w-node-_3b57478f-448d-9410-5872-442ec3ab4658-f766a710 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dc49318d-8589-b2dd-3aee-85ef6428e7c1-f766a710 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f6e2835b-926c-9ef3-971b-fbbb3811a708-3366a6f2, #w-node-_698de796-ca74-381e-8f55-6154e5ca543b-3366a6f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dc49318d-8589-b2dd-3aee-85ef6428e7c1-f766a710 {
    grid-column: span 1 / span 1;
  }
}


