:root {
  --natural-white: #fee5d8;
  --cocoa-black: #332e20;
  --light-lavender: #b6bdff;
  --red: #e43d30;
  --yellow: #ffc629;
  --purpleberry: #3c1952;
  --midnight-blue: #2d033f;
  --white: white;
  --dim-grey: #727272;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: var(--image-i5cec3e91);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 10px;
}

.body {
  background-color: #fee5d8;
  padding-top: 30px;
  font-family: Rubik variablefont wght, sans-serif;
}

.nav-wrapper {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 45px;
  display: flex;
  position: relative;
}

.default-constraint {
  width: 100%;
  max-width: 65em;
}

.default-constraint.horizontal {
  justify-content: space-between;
  align-items: center;
  max-width: 100em;
  display: flex;
  position: relative;
}

.default-constraint.horizontal.overflow-scroll {
  grid-column-gap: 2em;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: scroll;
}

.default-constraint.horizontal.top-aligned {
  align-items: flex-start;
}

.default-constraint.horizontal.postcard-section {
  border: 5px solid var(--cocoa-black);
  background-color: var(--light-lavender);
  box-shadow: 6px 6px 0 0 var(--cocoa-black);
  padding: 30px;
}

.default-constraint.horizontal.postcard-section.red {
  background-color: var(--red);
}

.default-constraint.smaller {
  max-width: 45em;
}

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

.logo-wrapper.mobile.w--current {
  display: none;
}

.image {
  width: 13em;
  display: block;
  position: relative;
}

.menu-wrapper {
  grid-column-gap: 15px;
  display: flex;
}

.menu-item {
  position: relative;
}

.menu-item-link {
  color: var(--cocoa-black);
  background-color: #0000;
  padding: 0;
  font-family: Cricketgrotesk, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  display: block;
}

.menu-item-link.w--current {
  border-bottom: 3px solid var(--yellow);
}

.menu-item-link.light {
  color: var(--natural-white);
}

.menu-item-link.light.w--current {
  border-bottom-style: none;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20em;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  position: relative;
}

.hero.why-crickets-hero {
  margin-bottom: 0;
}

.hero-left-wrapper {
  flex: 1;
  max-width: 40em;
  margin-top: 66px;
}

.hero-left-wrapper.smaller {
  z-index: 2;
  max-width: 38em;
  position: relative;
}

.main-heading {
  z-index: 2;
  color: var(--yellow);
  text-shadow: 5px 5px 0 var(--cocoa-black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cricketgrotesk, sans-serif;
  font-size: 7.5vw;
  line-height: 1em;
  position: relative;
}

.main-heading.white {
  color: var(--yellow);
  text-shadow: 5px 5px #000;
  margin-top: 0;
}

.main-heading.blue {
  color: var(--light-lavender);
}

.main-heading.mobile {
  display: none;
}

.main-heading.centered {
  text-align: center;
}

.main-heading.cloud {
  text-align: center;
  padding: 20px 40px;
}

.main-heading.explainer-heading {
  text-align: right;
  font-size: 8em;
}

.main-heading.product {
  text-align: right;
  font-size: 6vw;
}

.main-heading.smaller {
  margin-top: 10px;
  font-size: 4em;
}

.main-heading.smaller.constrained {
  max-width: 30em;
}

.main-heading.much-smaller {
  font-size: 4.5vw;
}

.hero-right-wrapper {
  width: 30em;
}

.floating-image {
  z-index: 1;
  object-fit: contain;
  max-width: 70vw;
  height: 50em;
  position: absolute;
  inset: 13% 0% 0% auto;
}

.floating-image.smaller {
  max-width: 50vw;
  height: 50em;
  right: 0%;
}

.floating-image.flavor-floater {
  transform: rotate(37deg);
}

.floating-image.merch-floater {
  height: 40em;
  transform: rotate(26deg);
}

.floating-image.cricket {
  height: 30em;
  top: auto;
  bottom: -12%;
}

.subheading {
  color: var(--cocoa-black);
  max-width: 20em;
  margin-bottom: 36px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.subheading.white {
  color: var(--cocoa-black);
}

.subheading.centered {
  text-align: center;
}

.subheading.why-crickets-subheading {
  margin-bottom: 100px;
}

.subheading.blog {
  text-align: center;
  margin-bottom: 268px;
}

.main-button {
  border: 3px solid var(--cocoa-black);
  box-shadow: 3px 3px 0 0 var(--cocoa-black);
  border-radius: 7px;
  padding: 14px 18px;
  font-family: Cricketgrotesk, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
  transition: box-shadow .2s;
}

.main-button:hover {
  box-shadow: none;
}

.main-button.yellow {
  background-color: var(--yellow);
  color: var(--cocoa-black);
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.main-button.yellow.black-outline {
  border-color: #000;
  box-shadow: 3px 3px #000;
}

.main-button.yellow.black-outline:hover {
  box-shadow: none;
}

.main-button.yellow.cart {
  margin-left: 15px;
}

.main-button.yellow.small {
  width: auto;
  padding: 4px 10px;
  font-size: 1em;
}

.main-button.yellow.cart-button.w--current {
  white-space: break-spaces;
}

.main-button.purple {
  border-color: var(--purpleberry);
  background-color: var(--purpleberry);
  color: var(--natural-white);
  padding-top: 8px;
  padding-bottom: 8px;
}

.main-button.paypal {
  background-color: #0070ba;
  margin-top: 25px;
  padding: 0;
}

.main-button.paypal.smaller {
  max-width: 15em;
  margin-top: 15px;
  margin-bottom: 15px;
}

.main-button.apple {
  background-color: #000;
  border-color: #000;
  box-shadow: 3px 3px #000;
}

.press-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.press-item-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.press-item {
  width: 20%;
}

.main-divider {
  background-image: var(--image-1f838316);
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  height: 15em;
  margin-top: 60px;
  margin-bottom: 99px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.flavors-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 117px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.scrollable-card {
  border: 3px solid var(--cocoa-black);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 20em;
  max-width: 80vw;
  padding: 0;
  display: flex;
}

.scrollable-card.black {
  border-color: var(--yellow);
  box-shadow: 4px 4px 0 0 var(--yellow);
}

.flavor-item-top {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.image-4 {
  width: 100%;
}

.heading-2 {
  color: var(--purpleberry);
  text-align: center;
  margin-top: -20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Cricketgrotesk, sans-serif;
  font-size: 1.5em;
}

.flavor-item-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.flavor-content-divider {
  background-color: var(--yellow);
  width: 80%;
  height: 4px;
  margin-top: 5px;
}

.paragraph-2 {
  text-align: center;
  margin-top: 15px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.2em;
}

.scroll-list-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.scroll-list-wrapper.sport-list-wrapper, .scroll-list-wrapper.blog-list-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.scroll-list {
  grid-column-gap: 2em;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 4px;
  display: flex;
  overflow: scroll;
}

.scroll-list.no-padding {
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.scroll-list.no-padding.wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
}

.pitch-section-wrapper {
  justify-content: center;
  align-items: center;
  padding: 100px 35px;
  display: flex;
}

.pitch-section-wrapper.environment {
  background-color: #0000;
  padding-left: 45px;
  padding-right: 45px;
}

.pitch-section-wrapper.nutrition {
  padding-left: 45px;
  padding-right: 45px;
}

.bullet-point {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.image-5 {
  width: 4em;
  margin-right: 15px;
}

.bullet-text {
  color: var(--cocoa-black);
  margin-bottom: 0;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.6em;
  line-height: 1.2em;
}

.pitch-divider {
  height: 40px;
}

.pitch-left-wrapper {
  width: 48%;
}

.image-6 {
  flex: none;
  width: 48%;
  max-width: 35em;
}

.email-capture-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 45px;
  display: flex;
}

.input {
  border: 3px solid var(--cocoa-black);
  box-shadow: 3px 3px 0 0 var(--cocoa-black);
  border-radius: 5px;
  width: 20em;
  max-width: 35%;
  margin-bottom: 0;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.2em;
}

.input.long {
  width: 40em;
  max-width: 60%;
}

.email-inputs {
  grid-column-gap: 2em;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.knowledge-center-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 45px;
  display: flex;
}

.cart-button {
  border: 3px solid var(--cocoa-black);
  background-color: var(--yellow);
  box-shadow: 3px 3px 0 0 var(--cocoa-black);
  border-radius: 5px;
  padding: 10px;
}

.icon {
  color: var(--cocoa-black);
  margin-right: 6px;
}

.icon.white {
  color: var(--natural-white);
}

.cart-quantity {
  background-color: var(--yellow);
  color: var(--cocoa-black);
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: auto;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3em;
  display: flex;
}

.cart-quantity.white {
  color: var(--natural-white);
  background-color: #0000;
}

.mobile-menu {
  display: none;
}

.image-7 {
  display: block;
}

.cart-container {
  border: 3px solid var(--cocoa-black);
  background-color: var(--natural-white);
  box-shadow: 6px 6px 0 0 var(--cocoa-black), 0 5px 25px 0 #00000040;
  border-radius: 10px;
}

.cart-footer {
  border-top-width: 3px;
  border-top-color: var(--cocoa-black);
  background-color: var(--natural-white);
  transition: opacity .2s;
}

.cart-header {
  border-bottom-width: 3px;
  border-bottom-color: var(--cocoa-black);
  background-color: var(--yellow);
}

.heading-3 {
  color: var(--cocoa-black);
  font-family: Cricketgrotesk, sans-serif;
}

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

.text-block-2, .option {
  font-family: Rubik variablefont wght, sans-serif;
}

.div-block {
  align-items: flex-start;
}

.text-block-3 {
  font-size: 1em;
}

.option-list {
  margin-bottom: 8px;
}

.checkout-button {
  font-family: Cricketgrotesk, sans-serif;
}

.cart-2 {
  z-index: 5;
}

.cart-2.new {
  z-index: 1;
}

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

.link-block {
  display: none;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.paragraph-3 {
  margin-top: 30px;
  font-family: Cricketgrotesk, sans-serif;
  font-size: 2em;
}

.paragraph-3.white {
  color: var(--natural-white);
}

.mobile-nav-dropdown {
  display: none;
}

.news-callout-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.news-callout {
  border: 3px dashed var(--cocoa-black);
  border-radius: 7px;
  width: 100%;
  padding: 25px;
}

.news-callout-image {
  width: 15em;
  max-width: 100%;
}

.paragraph-4 {
  margin-top: 30px;
  margin-bottom: 39px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 2.2em;
  line-height: 1.2em;
}

.email-capture-container {
  border: 5px solid var(--cocoa-black);
  box-shadow: 6px 6px 0 0 var(--cocoa-black);
  background-color: #fff;
  padding: 30px;
}

.below-fold {
  border-top: 3px solid var(--cocoa-black);
  border-bottom: 3px solid var(--cocoa-black);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 45px 200px;
  display: flex;
}

.below-fold.bottom {
  border-bottom: 3px solid var(--cocoa-black);
  background-color: var(--light-lavender);
}

.split-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.split-left {
  flex: 1;
  max-width: 50em;
}

.split-right {
  width: 28em;
}

.paragraph-5 {
  margin-bottom: 35px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.6em;
  line-height: 1.2em;
}

.video-wrapper {
  background-image: var(--image-i634824f8);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 100px 45px;
  display: flex;
}

.heading-4 {
  font-family: Cricketgrotesk, sans-serif;
}

.html-embed {
  width: 100%;
}

.heading-5 {
  color: var(--yellow);
  text-align: center;
  margin-bottom: 50px;
  font-family: Cricketgrotesk, sans-serif;
  font-size: 4em;
  line-height: 1.5em;
}

.video {
  border: 6px solid var(--cocoa-black);
  border-radius: 10px;
  width: 100%;
}

.default-wrapper {
  justify-content: center;
  align-items: center;
  padding: 50px 45px;
  display: flex;
}

.explainer {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.explainer.less-margin {
  margin-top: 0;
  margin-bottom: 50px;
}

.image-10 {
  object-fit: contain;
  width: 40em;
  max-width: 45%;
}

.explainer-right {
  flex-direction: column;
  align-items: flex-end;
  max-width: 52%;
  display: flex;
}

.paragraph-6 {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
}

.paragraph-6.email-collection {
  margin-bottom: 75px;
}

.paragraph-6.email-modal {
  text-align: left;
  font-size: 1.5em;
}

.blog-wrapper {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 81px 45px;
  display: flex;
}

.blog-subtitle {
  color: var(--natural-white);
  margin-bottom: 50px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  text-decoration: underline;
}

.blog-item-card {
  width: 100%;
  padding: 20px 15px;
  overflow: visible;
}

.blog-card-image {
  border-radius: 10px;
}

.blog-card-heading {
  color: var(--cocoa-black);
  margin-bottom: 30px;
  font-family: Cricketgrotesk, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.div-block-5 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 45px;
  display: flex;
  position: relative;
}

.image-12 {
  width: 8em;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.paragraph-7 {
  color: var(--yellow);
  margin-top: 35px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.2em;
}

.product-header {
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.product-header-second {
  flex-direction: column;
  align-items: flex-end;
  min-width: 30em;
  max-width: 50em;
  padding-bottom: 100px;
  display: flex;
}

.product-image {
  z-index: 0;
  width: 40em;
  max-width: 50vw;
  position: absolute;
  transform: rotate(29deg);
}

.product-constraint {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 65em;
  display: flex;
  position: relative;
}

.product-constraint.vertical {
  flex-direction: column;
}

.heading-7 {
  font-family: Cricketgrotesk, sans-serif;
}

.flavor {
  z-index: 1;
  color: var(--cocoa-black);
  text-align: right;
  width: 50vw;
  max-width: 30em;
  padding-top: 20px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.5em;
  font-style: italic;
  position: static;
}

.price {
  color: var(--cocoa-black);
  margin-top: 30px;
  font-family: Cricketgrotesk, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.product-option {
  border: 3px solid var(--cocoa-black);
  color: var(--cocoa-black);
  text-align: left;
  border-radius: 10px;
  width: 20em;
  height: 3em;
  padding: 10px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.2em;
}

.add-to-cart-wrapper {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 50px;
  display: flex;
}

.product-cart-label {
  color: var(--cocoa-black);
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.2em;
}

.product-quantity {
  border-width: 3px;
  border-color: var(--cocoa-black);
  color: var(--cocoa-black);
  text-align: left;
  border-radius: 10px;
  width: 20em;
  height: 3em;
  margin-bottom: 50px;
  padding: 10px;
  font-size: 1.2em;
}

.product-description {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-top: 0;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.product-description-divider {
  background-color: var(--yellow);
  width: 100%;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.nutrition-info {
  border: 3px solid var(--cocoa-black);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--cocoa-black);
  border-radius: 10px;
  width: 100%;
  padding: 15px;
}

.nutrition-info-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding: 0;
  display: flex;
}

.nutrition-info-bottom {
  padding-top: 25px;
  padding-bottom: 0;
  display: block;
}

.dropdown-arrow {
  cursor: pointer;
}

.nutrition-info-heading {
  color: var(--cocoa-black);
  margin-bottom: 0;
  font-family: Cricketgrotesk, sans-serif;
  font-size: 1.2em;
  line-height: .8em;
}

.image-13 {
  width: 100%;
}

.nutrition-info-text {
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 0;
  font-family: Rubik variablefont wght, sans-serif;
}

.allergens {
  margin-bottom: 0;
  font-family: Rubik variablefont wght, sans-serif;
}

.heading-8 {
  color: var(--purpleberry);
  font-family: Cricketgrotesk, sans-serif;
}

.product-body-text {
  color: var(--cocoa-black);
  margin-top: 30px;
  margin-bottom: 100px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.text-block-4, .text-block-5 {
  font-family: Rubik variablefont wght, sans-serif;
}

.blog-header {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 50px 45px;
  display: flex;
  position: relative;
}

.blog-header.small-padding {
  margin-top: 0;
}

.blog-constraint {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 65em;
  display: flex;
}

.blog-hero-image {
  border: 5px solid var(--cocoa-black);
  box-shadow: 5px 5px 0 0 var(--cocoa-black);
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  max-height: 80vh;
}

.blog-date {
  color: var(--cocoa-black);
  font-family: Rubik variablefont wght, sans-serif;
}

.article-meta-data {
  width: 100%;
}

.blog-to-category-link {
  color: var(--dim-grey);
  width: 100%;
  font-family: Rubik variablefont wght, sans-serif;
}

.article-body {
  color: var(--cocoa-black);
  font-family: Rubik variablefont wght, sans-serif;
}

.article-body h2 {
  color: var(--yellow);
  text-shadow: 3px 3px 0 var(--cocoa-black);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Cricketgrotesk, sans-serif;
  text-decoration: underline;
  display: inline-block;
}

.article-body h3 {
  color: var(--cocoa-black);
  margin-top: 30px;
  font-family: Cricketgrotesk, sans-serif;
}

.article-body p {
  font-family: Rubik variablefont wght, sans-serif;
}

.article-body h4 {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 400;
}

.article-body img {
  border: 5px solid var(--cocoa-black);
  background-color: var(--white);
  box-shadow: 5px 5px 0 0 var(--cocoa-black);
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.article-body h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.article-body a {
  border-style: none none solid;
  border-width: 3px 3px 2px;
  border-color: var(--yellow);
  color: var(--cocoa-black);
  text-decoration: none;
  display: inline-block;
}

.white-card {
  border: 5px solid var(--cocoa-black);
  background-color: var(--white);
  box-shadow: 5px 5px 0 0 var(--cocoa-black);
  color: var(--cocoa-black);
  border-radius: 15px;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 20px;
}

.white-card.specific-margin {
  margin-top: 0;
  margin-bottom: 75px;
}

.white-card.login {
  margin-top: 12em;
  margin-bottom: 20em;
}

.sources-text {
  color: var(--cocoa-black);
  font-family: Rubik variablefont wght, sans-serif;
  text-decoration: none;
}

.sources-text a {
  color: var(--cocoa-black);
  font-size: 1.2em;
  line-height: 2em;
}

.store-contents {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.heading-9 {
  border-bottom: 3px solid var(--yellow);
  color: var(--cocoa-black);
  font-family: Cricketgrotesk, sans-serif;
  font-size: 3em;
  display: inline-block;
}

.paragraph-9 {
  margin-top: 25px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.2em;
}

.store-flavor-card-wrapper {
  margin-bottom: 150px;
  padding: 150px 0;
  position: relative;
}

.store-flavor-content {
  max-width: 35em;
}

.flavor-description {
  z-index: 2;
  margin-bottom: 50px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.8em;
  line-height: 1em;
  position: relative;
}

.store-hero-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.store-hero {
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.explainer-1 {
  z-index: 2;
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding: 100px 45px;
  display: flex;
  position: relative;
}

.explainer-1.explainer-2 {
  background-color: #0000;
}

.explainer-text {
  color: var(--natural-white);
  margin-top: 49px;
  margin-bottom: 0;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.6em;
  line-height: 1.2em;
}

.explainer-text.explainer-2-text {
  color: var(--cocoa-black);
}

.explainer-text.blog {
  margin-bottom: 50px;
}

.explainer-text.blog.dark {
  color: var(--cocoa-black);
}

.explainer-sources {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 75px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-10 {
  color: var(--cocoa-black);
  margin-bottom: 30px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 2em;
  line-height: 1.3em;
  text-decoration: underline;
  display: inline-block;
}

.paragraph-10.light {
  color: var(--natural-white);
}

.explainer-source {
  color: var(--purpleberry);
  margin-left: 20px;
  padding-top: 15px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
}

.explainer-source.light {
  color: var(--natural-white);
}

.explainer-source.yellow-underline {
  text-decoration: underline;
}

.news-stories {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.news-card-top {
  padding: 20px;
}

.news-story-title {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 2em;
}

.image-15 {
  border-radius: 7px;
}

.news-story-date {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1em;
}

.news-story-link {
  color: var(--cocoa-black);
  text-decoration: none;
}

.blog-category-header {
  color: var(--cocoa-black);
  font-family: Rubik variablefont wght, sans-serif;
}

.blog-card-date {
  color: var(--dim-grey);
  margin-bottom: 25px;
}

.blog-card-link {
  color: var(--cocoa-black);
  text-decoration: none;
}

.empty-state {
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.paragraph-11 {
  font-family: Rubik variablefont wght, sans-serif;
}

.blog-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkout-form {
  background-color: #0000;
}

.checkout-heading {
  font-family: Cricketgrotesk, sans-serif;
}

.checkout-container {
  border: 3px solid var(--cocoa-black);
  background-color: var(--white);
  border-radius: 10px;
}

.checkout-container.discount {
  margin-bottom: 20px;
}

.checkout-container.account {
  margin-bottom: 3em;
}

.checkout-container-element {
  color: var(--cocoa-black);
  background-color: #0000;
  border-style: none;
}

.checkout-container-element.checkout-container-header {
  border-bottom: 2px solid var(--yellow);
}

.order-confirmation {
  background-color: #0000;
}

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

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

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

.static-text {
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4em;
}

.static-text strong {
  font-family: Cricketgrotesk, sans-serif;
}

.static-text a {
  border-bottom: 2px solid var(--yellow);
  color: var(--dim-grey);
  text-decoration: none;
}

.form-2 {
  color: #fee5d8;
}

.merch-checkbox {
  border-style: none;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  padding: 20px;
  position: static;
}

.merch-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-width: 3px;
  border-color: #ffc629;
}

.athlete-app-label {
  color: var(--cocoa-black);
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Rubik variablefont wght, sans-serif;
}

.form-field {
  margin-top: 5px;
  margin-bottom: 30px;
  margin-left: 0;
}

.primary-button {
  color: #332e20;
  background-color: #ffc629;
  border-style: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.athlete-app-checkbox-label {
  color: var(--cocoa-black);
  font-family: Rubik variablefont wght, sans-serif;
}

.form-block {
  border: 5px solid var(--cocoa-black);
  background-color: var(--white);
  box-shadow: 5px 5px 0 0 var(--cocoa-black);
  border-radius: 10px;
  width: 100%;
  padding: 20px;
}

.form-block.coming-soon {
  margin-bottom: 200px;
}

.team-member {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.html-embed-2 {
  color: var(--dim-grey);
  font-family: Rubik variablefont wght, sans-serif;
}

.recipe-card {
  width: 100%;
}

.recipe-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  margin-bottom: 3em;
  display: flex;
}

.recipe-image {
  border: 5px solid var(--cocoa-black);
  box-shadow: 5px 5px 0 0 var(--cocoa-black);
  object-fit: fill;
  border-radius: 15px;
  width: 20em;
}

.recipe-ingredients {
  margin-bottom: 3em;
}

.recipe-divider {
  border-bottom: 3px dashed var(--yellow);
  width: 100%;
  height: 3px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.recipe-tag {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--purpleberry);
  border-radius: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.recipe-tag-text {
  color: var(--yellow);
  margin-bottom: 0;
  padding: 10px;
  font-weight: 700;
  display: block;
}

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

.div-block-6 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-10 {
  text-align: right;
  font-family: Cricketgrotesk, sans-serif;
  font-size: 40px;
}

.blog-ad-section {
  z-index: 100;
  width: 100%;
  padding: 45px;
  position: fixed;
  bottom: 0;
}

.ad-card {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  border: 3px solid var(--yellow);
  background-color: var(--white);
  box-shadow: 4px 4px 0 0 var(--yellow);
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  position: relative;
}

.ad-card.email-modal {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 80vw;
  height: auto;
  max-height: 80vh;
}

.heading-11 {
  margin: 0 0 15px;
  font-family: Cricketgrotesk, sans-serif;
  font-size: 2em;
}

.ad-copy {
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.ad-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-16 {
  object-fit: contain;
  width: 12em;
  max-width: 30vw;
}

.image-17 {
  cursor: pointer;
  width: 1.7em;
  position: absolute;
  top: 20px;
  right: 20px;
}

.email-select {
  z-index: 101;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-form {
  width: 100%;
}

.form-section {
  flex: auto;
  order: 1;
}

.form-section.weighted {
  width: 30em;
}

.form-sections {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.post-card {
  justify-content: center;
  align-items: center;
  padding: 50px 45px;
  display: flex;
}

.postcard-image {
  border: 5px solid var(--midnight-blue);
  box-shadow: 5px 5px 0 0 var(--midnight-blue);
  border-radius: 10px;
  width: 25em;
}

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

.faq-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 5px solid var(--midnight-blue);
  background-color: var(--white);
  box-shadow: 5px 5px 0 0 var(--midnight-blue);
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
}

.faq-heading-text {
  color: var(--cocoa-black);
  margin-bottom: 0;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 2em;
  line-height: 1.5em;
  text-decoration: underline;
}

.faq-body-text {
  color: var(--cocoa-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

.link {
  border-bottom: 3px solid var(--yellow);
  color: var(--purpleberry);
  text-decoration: none;
}

.standard-body-text {
  font-family: Rubik variablefont wght, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

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

.new-nav-constraint {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  display: flex;
}

.cart-text {
  color: var(--natural-white);
}

.login-page-wrapper {
  width: 20em;
  max-width: 100%;
  height: auto;
}

.login-page-wrapper.access-denied {
  margin-top: 12em;
  margin-bottom: 15em;
}

.login-title {
  color: var(--cocoa-black);
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Cricketgrotesk, sans-serif;
}

.login-bottom-link {
  border-bottom: 2px solid var(--yellow);
  color: var(--cocoa-black);
  text-decoration: none;
}

.menu-dropdown {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 3px solid var(--cocoa-black);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--cocoa-black);
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 13em;
  max-width: 80vw;
  padding: 1.5em;
  display: none;
  position: absolute;
  top: 60%;
  right: 0;
}

.text-span-2 {
  font-family: Cricketgrotesk, sans-serif;
}

.inline-link {
  border-bottom: 2px solid var(--yellow);
  color: var(--cocoa-black);
  text-decoration: none;
}

.image-18 {
  border-radius: 10px;
}

.paragraph-12 {
  text-align: center;
}

.user-account-wrapper {
  background-color: #0000;
}

.marketing-consent {
  margin-top: 1em;
  margin-bottom: 1em;
}

.image-19 {
  border-radius: 5px;
}

.subscription {
  padding-bottom: 1em;
}

.subscription-info-underline {
  border-bottom: 2px solid var(--yellow);
}

.event-email-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15em;
  margin-bottom: 15em;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.event-email-paragraph {
  color: var(--cocoa-black);
  margin-bottom: 3em;
  font-family: Rubik variablefont wght, sans-serif;
}

@media screen and (max-width: 991px) {
  .hero.why-crickets-hero {
    margin-bottom: 0;
  }

  .main-heading.larger {
    font-size: 10vw;
  }

  .floating-image.smaller {
    max-width: 65vw;
    top: 33%;
    right: -21%;
  }

  .floating-image.flavor-floater {
    max-width: 60vw;
    height: 45em;
    right: -7%;
  }

  .floating-image.merch-floater {
    height: 30em;
    top: 28%;
    right: -8%;
  }

  .floating-image.cricket {
    height: 25em;
    bottom: -16%;
    right: -14%;
  }

  .subheading.why-crickets-subheading {
    margin-bottom: 200px;
  }

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

  .div-block-4 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
  }

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

  .paragraph-3.white {
    color: var(--natural-white);
  }

  .below-fold {
    padding-bottom: 301px;
  }

  .split-right {
    width: 18em;
  }

  .image-10 {
    margin-bottom: 20px;
  }

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

  .store-flavor-content {
    max-width: 30em;
  }

  .explainer-1 {
    z-index: 2;
    position: relative;
  }

  .recipe-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .nav-wrapper {
    background-color: var(--natural-white);
  }

  .default-constraint.horizontal.postcard-section {
    flex-direction: column;
    justify-content: center;
  }

  .logo-wrapper.w--current {
    z-index: 4;
    display: block;
  }

  .logo-wrapper.mobile.w--current {
    display: block;
  }

  .image {
    z-index: 4;
    max-width: 60vw;
    display: block;
    position: relative;
  }

  .image.inside {
    display: none;
  }

  .image.footer-logo {
    max-width: 80vw;
  }

  .menu-wrapper {
    z-index: 3;
    display: 15pxpx;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--natural-white);
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 3em;
    padding-bottom: 35px;
    position: absolute;
    right: 0;
    overflow: hidden;
  }

  .menu-wrapper.new {
    z-index: 1000;
    border: 3px solid var(--cocoa-black);
    box-shadow: 6px 6px 0 0 var(--cocoa-black);
    border-radius: 10px;
    height: auto;
    margin-top: 4em;
    padding: 2em;
    display: flex;
    position: absolute;
    top: 4em;
    right: auto;
    overflow: visible;
  }

  .menu-item-link {
    text-align: right;
    padding-bottom: 10px;
    font-size: 2em;
  }

  .menu-item-link.w--current {
    border-bottom-width: 5px;
  }

  .menu-item-link.light {
    font-size: 1.6em;
  }

  .hero {
    margin-top: 2em;
  }

  .hero-left-wrapper {
    margin-top: 20px;
  }

  .hero-left-wrapper.smaller {
    z-index: 2;
    position: relative;
  }

  .main-heading.explainer-heading {
    text-align: center;
    font-size: 5em;
  }

  .main-heading.product {
    text-align: left;
    font-size: 8vw;
  }

  .main-heading.smaller {
    font-size: 3em;
  }

  .main-heading.larger {
    font-size: 6em;
  }

  .floating-image {
    max-width: none;
    max-height: 50vh;
    top: 56%;
    left: 50px;
  }

  .floating-image.smaller {
    max-width: 80vw;
    top: 72%;
    left: 27%;
    right: -12%;
  }

  .floating-image.flavor-floater {
    left: auto;
    right: 15%;
  }

  .floating-image.merch-floater {
    top: 55%;
    left: auto;
    right: -17%;
  }

  .floating-image.cricket {
    left: auto;
    right: -5.3em;
  }

  .subheading.why-crickets-subheading {
    margin-bottom: 300px;
  }

  .main-button.yellow {
    z-index: 2;
    white-space: pre;
    position: relative;
  }

  .main-button.yellow.cart {
    position: static;
  }

  .press-wrapper {
    flex-wrap: wrap;
    padding-top: 70px;
  }

  .press-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .press-item {
    width: 40%;
  }

  .scrollable-card.black {
    width: 100%;
    max-width: none;
  }

  .scroll-list.no-padding.wrap {
    overflow: visible;
  }

  .pitch-left-wrapper {
    width: 100%;
  }

  .image-6 {
    width: 20em;
    max-width: 100%;
    margin-top: 60px;
  }

  .mobile-menu {
    display: block;
  }

  .image-7 {
    width: 3em;
    margin-bottom: 15px;
  }

  .image-8 {
    z-index: 4;
    position: relative;
  }

  .link-block.w--current {
    width: 20em;
    max-width: 40vw;
    display: block;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .mobile-nav-dropdown {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 3px solid var(--cocoa-black);
    background-color: var(--natural-white);
    box-shadow: 6px 6px 0 0 var(--cocoa-black);
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 0;
    margin-top: 35px;
    padding: 0;
    display: none;
    overflow: hidden;
  }

  .mobile-nav-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding: 25px;
    display: flex;
  }

  .below-fold {
    padding-bottom: 350px;
  }

  .split-div {
    flex-direction: column;
  }

  .split-right {
    max-width: 100%;
  }

  .explainer {
    flex-direction: column;
    align-items: center;
  }

  .image-10 {
    text-align: center;
    max-width: 80%;
  }

  .explainer-right {
    align-items: center;
    max-width: 100%;
  }

  .paragraph-6 {
    text-align: center;
  }

  .product-header-second {
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 93vw;
  }

  .product-image {
    width: 40em;
    max-width: 80vw;
    margin-top: -100px;
    margin-left: 75px;
  }

  .product-constraint.header {
    flex-direction: column;
    align-items: flex-start;
  }

  .flavor {
    text-align: left;
    width: 100%;
    font-size: 2em;
    line-height: 1em;
  }

  .product-option {
    width: 100%;
  }

  .add-to-cart-wrapper {
    align-items: flex-start;
    width: 100%;
  }

  .product-cart-label {
    text-align: left;
  }

  .product-quantity, .add-to-cart, .product-option-list {
    width: 100%;
  }

  .article-body img {
    width: 100%;
    min-width: 70vw;
  }

  .article-body figure {
    width: 100%;
  }

  .heading-9 {
    margin-top: 40px;
    font-size: 3em;
  }

  .store-flavor-card-wrapper {
    z-index: 2;
  }

  .team-member {
    flex-direction: column;
  }

  .recipe-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .heading-10 {
    text-align: center;
  }

  .ad-card {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .ad-copy {
    font-size: 1.3em;
  }

  .image-17 {
    top: 12px;
    right: 12px;
  }

  .nav-left-wrapper {
    width: 100%;
  }

  .new-nav-constraint {
    flex-direction: column;
    margin-bottom: 6em;
    position: relative;
  }

  .menu-dropdown {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    display: flex;
    position: static;
  }

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

  .event-email-wrapper {
    margin-top: 8em;
    margin-bottom: 8em;
  }
}

@media screen and (max-width: 479px) {
  .nav-wrapper {
    padding: 25px;
  }

  .default-constraint.horizontal.postcard-section {
    padding: 15px;
  }

  .logo-wrapper.w--current {
    z-index: 4;
  }

  .image {
    z-index: 2;
    max-width: 40vw;
    position: relative;
  }

  .menu-wrapper {
    z-index: 1;
    background-color: var(--natural-white);
    width: 100%;
    padding-bottom: 30px;
  }

  .menu-item-link {
    text-align: right;
    line-height: 1em;
  }

  .menu-item-link.light {
    text-align: left;
    font-size: 1.6em;
  }

  .hero {
    margin-top: 1em;
    padding: 25px;
  }

  .hero-left-wrapper {
    z-index: 2;
    max-width: 100%;
    position: relative;
  }

  .main-heading {
    white-space: normal;
    font-size: 3em;
    display: block;
  }

  .main-heading.mobile {
    font-size: 3em;
    display: block;
  }

  .main-heading.explainer-heading {
    font-size: 3em;
  }

  .main-heading.product {
    text-shadow: 3px 3px 0 var(--cocoa-black);
    font-size: 10vw;
  }

  .main-heading.smaller {
    font-size: 2.5em;
  }

  .main-heading.larger {
    font-size: 5em;
  }

  .main-heading.much-smaller {
    color: var(--cocoa-black);
    text-shadow: none;
    font-size: 2em;
  }

  .floating-image {
    max-width: none;
    max-height: 50vh;
    top: 15.2em;
    left: 20px;
  }

  .floating-image.smaller {
    max-width: 120vw;
    top: 83%;
    left: 3%;
  }

  .floating-image.flavor-floater {
    max-width: 80vw;
    max-height: 70vh;
    right: -40%;
  }

  .floating-image.merch-floater {
    right: -62%;
  }

  .floating-image.cricket {
    right: -10em;
  }

  .main-button.yellow {
    z-index: 1;
    position: relative;
  }

  .main-button.yellow.cart-button {
    white-space: normal;
  }

  .press-wrapper {
    padding: 50px 25px 25px;
  }

  .press-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .press-item {
    width: 40%;
  }

  .scroll-list-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .scroll-list {
    padding-left: 0;
    padding-right: 0;
  }

  .pitch-section-wrapper.environment, .pitch-section-wrapper.nutrition, .email-capture-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .email-inputs {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .knowledge-center-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cart-container {
    clear: none;
  }

  .cart-header, .cart-2, .cart-wrapper {
    z-index: 1000;
  }

  .image-8 {
    max-width: 40vw;
  }

  .cart-form-wrapper {
    z-index: 1000;
    position: static;
  }

  .default-state {
    z-index: 5;
    position: relative;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: space-between;
  }

  .div-block-3 {
    width: 100%;
    max-width: 100%;
    height: 10000px;
    position: relative;
    overflow: hidden;
  }

  .news-callout-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .email-capture-container {
    padding: 15px;
  }

  .below-fold {
    padding-bottom: 400px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .video-wrapper {
    background-repeat: repeat;
    margin-top: 20px;
    padding: 65px 25px;
  }

  .default-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .explainer {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-card-heading {
    font-size: 1.5em;
  }

  .product-header {
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-header-first {
    width: 100%;
    overflow: hidden;
  }

  .product-header-second {
    margin-top: 100vw;
  }

  .product-image {
    min-width: 10em;
    margin-left: 32px;
    overflow: hidden;
  }

  .flavor {
    font-size: 1.7em;
  }

  .product-option, .add-to-cart-wrapper {
    width: 100%;
  }

  .product-description {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nutrition-info-text {
    text-transform: uppercase;
  }

  .add-to-cart, .option-2, .product-option-list {
    width: 100%;
  }

  .blog-header {
    padding-left: 25px;
    padding-right: 25px;
  }

  .white-card {
    margin-top: 100px;
    margin-bottom: 51px;
  }

  .store-contents {
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-9 {
    font-size: 3.5em;
  }

  .store-hero, .explainer-1 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .athlete-app-label.modal, .form-field.modal {
    margin: 0;
  }

  .blog-ad-section {
    padding: 20px;
  }

  .ad-card.email-modal {
    max-width: 90vw;
  }

  .image-16 {
    display: none;
  }

  .form-section {
    min-width: 10em;
  }

  .form-sections {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .post-card, .event-email-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}


@font-face {
  font-family: 'Rubik variablefont wght';
  src: url("/assets/fonts/rubik-variablefont_wght.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik variablefont wght';
  src: url("/assets/fonts/rubik-italic-variablefont_wght.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cricketgrotesk';
  src: url("/assets/fonts/cricketgrotesk-bold.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}