:root {
  --indian-red: #eb5757;
  --white-smoke: #f9f9f9;
  --black: #222;
  --dim-grey: #525252;
  --brown: #ab4040;
  --gold: #ffde03;
  --red: #e53935;
  --steel-blue: #1976d2;
  --medium-sea-green: #20c788;
  --secondary-dark-green: #487629;
  --gray: #f8f8f8;
  --primary-green: #74a333;
  --primary-blue: var(--prime-blue);
  --prime-blue: #0075a9;
  --primary-gray: #847770;
  --secondary-light-green: #a2cf5f;
  --secondary-gray: #aca198;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.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-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-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-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-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: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-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-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

.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-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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

a {
  color: var(--indian-red);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

li {
  margin-bottom: 25px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid var(--indian-red);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.5;
}

.banner {
  color: var(--white-smoke);
  background-color: #222;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.style-guide-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-left {
  width: 30%;
  padding: 20px 20px 20px 0;
}

.style-right {
  width: 70%;
  padding: 20px;
}

.style-menu {
  position: sticky;
  top: 20px;
}

.style-section {
  margin-bottom: 70px;
  padding-top: 20px;
}

.btn {
  border: 1px solid var(--indian-red);
  background-color: var(--indian-red);
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover, .btn.dark {
  border-color: var(--black);
  background-color: var(--black);
}

.btn.dark:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
}

.btn.dark.outline {
  border-color: var(--black);
  color: var(--black);
}

.btn.dark.outline:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.btn.dark.outline.cat-menu {
  width: 100%;
}

.btn.dark.outline.cat-menu.w--current {
  background-color: var(--black);
  color: var(--white-smoke);
}

.btn.light {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn.light:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.btn.light.outline {
  color: var(--white-smoke);
}

.btn.light.outline:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn.light.hero {
  margin-right: 10px;
}

.btn.outline {
  color: var(--indian-red);
  background-color: #0000;
}

.btn.outline:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.btn.outline:focus {
  border: 1px solid var(--indian-red);
  box-shadow: 0 0 2px 0 var(--indian-red);
}

.color-wrapper {
  justify-content: space-between;
  margin-bottom: 35px;
  display: flex;
}

.color-block {
  background-color: #d1d1d1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 100px;
  height: 100px;
  padding: 12px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.color-block.primary {
  background-color: var(--black);
  color: var(--white-smoke);
}

.color-block.secondary {
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

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

.color-block.primary-variant {
  background-color: var(--dim-grey);
  color: var(--white-smoke);
}

.color-block.secondary-variant {
  background-color: var(--brown);
  color: var(--white-smoke);
}

.color-block.alert-blocks {
  width: 22%;
}

.color-block.alert-blocks.caution {
  background-color: var(--gold);
}

.color-block.alert-blocks.warning {
  background-color: var(--red);
  color: var(--white-smoke);
}

.color-block.alert-blocks.alert {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
}

.color-block.alert-blocks.success {
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  min-height: auto;
  padding-top: 0;
}

.separator {
  background-color: var(--dim-grey);
  height: 1px;
  margin-bottom: 20px;
}

.style-link-wrapper {
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}

.style-link-wrapper.dark {
  background-color: var(--black);
  color: var(--white-smoke);
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.caps {
  text-transform: uppercase;
}

.small.footer-small {
  font-size: 12px;
}

.page-title-section {
  background-color: var(--black);
  color: var(--white-smoke);
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.container.contact {
  position: absolute;
  inset: 0%;
}

.container.center-vertical {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.container.green {
  background-color: var(--secondary-dark-green);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.blue.padding1 {
  padding-top: 80px;
  padding-bottom: 0;
}

.container.blue.padding1.padding-top2 {
  padding-top: 80px;
}

.container.blue.padding2 {
  padding-top: 10px;
}

.container.blue.padding3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-title {
  margin-top: 10px;
}

.style-menu-wrapper {
  margin-bottom: 10px;
}

.style-heading {
  margin-top: 0;
}

.input {
  border: 1px solid var(--black);
  border-radius: 5px;
}

.input:hover, .input:active, .input:focus, .input.-wfp-focus {
  border-color: var(--indian-red);
}

.input::placeholder {
  color: var(--dim-grey);
}

.input.cart-quantity {
  margin-bottom: 0;
  margin-right: 5px;
}

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

.alert-wrapper {
  background-color: var(--white-smoke);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px;
}

.alert-wrapper.danger {
  background-color: var(--red);
  color: var(--white-smoke);
}

.alert-wrapper.warning {
  background-color: var(--gold);
}

.alert-wrapper.success {
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  min-height: auto;
  padding-top: 20px;
}

.alert-wrapper.information {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
}

.style-pill-wrapper {
  margin-bottom: 10px;
  display: flex;
}

.style-pill-wrapper.style-page {
  align-items: flex-start;
  display: flex;
}

.pill {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill.warning {
  background-color: var(--red);
  color: var(--white-smoke);
}

.pill.warning.badge {
  border-radius: 0;
}

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

.pill.caution.badge {
  border-radius: 0;
}

.pill.success {
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  min-height: auto;
  padding-top: 5px;
}

.pill.success.badge, .pill.badge {
  border-radius: 0;
}

.pill.primary {
  background-color: var(--indian-red);
  font-size: 16px;
}

.hero-section {
  background-image: url('../images/header.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 700.6px;
}

.hero-section.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/felix-rostig-UmV2wr-Vbq8-unsplash.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.hero-section.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.menu-wrapper {
  z-index: 900;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: #fff;
  width: 100%;
  height: 7rem;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 10px 16px 3px #0003;
}

.navbar.footer {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 -10px 16px 3px #0003;
}

.nav-link {
  color: var(--white-smoke);
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px 10px;
  transition: all .3s;
}

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

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

.nav-wrapper {
  grid-column-gap: 2vw;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 550px;
  display: flex;
}

.hero-wrapper.center {
  flex-flow: column;
  flex: 0 auto;
  align-self: flex-start;
  align-items: stretch;
  min-height: 250px;
  display: flex;
}

.hero-heading {
  color: var(--white-smoke);
  width: 35%;
  font-size: 62px;
  line-height: 1.2;
}

.hero-heading.anout-hero-heading {
  width: 40%;
}

.hero-paragraph {
  color: var(--black);
  width: 700px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
}

.form-section {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.support-top-wrapper {
  color: var(--dim-grey);
  justify-content: space-between;
  align-items: center;
  margin-top: 39px;
  margin-bottom: 40px;
  display: flex;
}

.support-top-wrapper.padding-top {
  padding-top: 34px;
}

.interested-center {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.support-top-details-text {
  text-transform: uppercase;
}

.support-top-heading {
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  line-height: 1.2;
}

.support-top-heading.align-left {
  color: var(--black);
  text-align: left;
  align-self: flex-start;
}

.support-top-heading.align-left.italic {
  color: var(--secondary-dark-green);
  font-family: Vollkorn, serif;
}

.support-top-heading.align-left.italic.light-green {
  color: var(--primary-green);
  padding-bottom: 10px;
  font-family: voltage, sans-serif;
}

.support-top-heading.blue {
  color: var(--black);
}

.support-top-right {
  width: 45%;
}

.support-wrapper {
  justify-content: space-between;
  display: flex;
}

.support-column {
  width: 30%;
  min-height: 200px;
}

.support-square {
  background-color: var(--black);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square-number {
  color: var(--white-smoke);
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  inset: 10% auto auto 10%;
}

.support-square-text {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.support-square-image {
  position: absolute;
  inset: auto -25% -25% auto;
}

.support-square-image.triangle {
  bottom: -17%;
  right: -11%;
}

.support-square-image.rectangle {
  bottom: -31%;
  right: -14%;
}

.safe-section {
  background-image: linear-gradient(to bottom, #2222222b, var(--black)), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 550px;
}

.safe-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 550px;
  display: flex;
}

.safe-heading {
  color: var(--white-smoke);
  text-align: right;
  width: 45%;
  font-size: 45px;
  line-height: 1.2;
}

.safe-paragraph {
  color: var(--white-smoke);
  text-align: right;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.products-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.shop-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.shop-item-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.shop-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 500px;
  margin-bottom: 30px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
}

.shop-image.tumbler-1.narrow-list {
  min-height: 400px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.shop-details-wrapper {
  justify-content: space-between;
  display: flex;
}

.shop-details-left {
  width: 100%;
}

.shop-item-name {
  color: var(--black);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.shop-item-price {
  color: var(--black);
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}

.shop-item-price.compare {
  color: var(--indian-red);
  text-decoration: line-through;
}

.shop-local-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.shop-local-wrapper {
  justify-content: flex-end;
  min-height: 500px;
  display: flex;
  position: relative;
}

.shop-local-left {
  background-image: url('../images/christiann-koepke-dQyS2pMYtok-unsplash-1.jpg');
  background-position: 69% 80%;
  background-size: 270%;
  border-radius: 5px;
  width: 30%;
  height: 0;
  min-height: 440px;
  position: absolute;
  inset: 6% auto 0% 0%;
}

.shop-local-right {
  background-color: var(--black);
  color: var(--white-smoke);
  border-radius: 5px;
  justify-content: flex-end;
  width: 80%;
  padding: 45px;
  display: flex;
}

.shop-local-content-wrapper {
  width: 80%;
  padding-left: 145px;
  padding-right: 145px;
}

.shop-local-heading {
  margin-top: 0;
  font-size: 45px;
  line-height: 1.2;
}

.footer {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

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

.social-footer-link {
  margin-left: 20px;
  transition: all .3s;
}

.social-footer-link:hover {
  opacity: .7;
}

.footer-bottom-wrapper {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 55px;
}

.nav-menu {
  align-self: auto;
  width: 100%;
}

.content-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.content-section.why-acme-sections, .content-section.featured-section {
  padding-bottom: 0;
}

.why-acme-block {
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-acme-small-text {
  text-transform: uppercase;
  font-size: 14px;
}

.why-acme-heading, .why-acme-paragraph {
  text-align: center;
}

.about-columns-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-column {
  width: 22%;
}

.image {
  display: block;
}

.meet-the-owners-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.meet-the-owners-right {
  background-color: var(--black);
  color: var(--white-smoke);
  border-radius: 5px;
  width: 70%;
  padding: 90px 55px 90px 245px;
}

.meet-the-owners-left {
  background-image: url('../images/sept-commercial-Cqu3DdNwtKQ-unsplash-1-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 5px;
  width: 45%;
  height: 90%;
  position: absolute;
  inset: 5% auto 0% 0%;
}

.owners-rich-text h2 {
  margin-top: 0;
}

.owner-bios-wrapper {
  justify-content: space-around;
  display: flex;
}

.owner-avatar-wrapper {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.owner-bio {
  flex-direction: column;
  align-items: center;
  width: 35%;
  display: flex;
}

.owner-bio-paragraph {
  text-align: center;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-left {
  width: 30%;
}

.contact-right {
  width: 70%;
  padding-left: 20px;
}

.contact-hero-section {
  background-color: var(--black);
  color: var(--white-smoke);
  padding-top: 0;
  padding-bottom: 0;
}

.contact-hero-bg-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.contact-image-div {
  background-image: linear-gradient(to right, var(--black), #2222222e 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 45%;
  height: 550px;
}

.contact-block-wrapper {
  display: flex;
}

.contact-block {
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 30%;
  min-height: 350px;
  margin-top: 25px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
}

.contact-icon {
  margin-bottom: 30px;
}

.heading {
  margin-top: 55px;
}

.success {
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  border-radius: 5px;
  min-height: 280px;
  padding-top: 125px;
}

.error {
  background-color: var(--red);
  color: var(--white-smoke);
  border-radius: 5px;
}

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

.image-source-wrapper {
  height: 300px;
  overflow: hidden;
}

.limg {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 400px;
}

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

.price-wrapper {
  border-bottom: 1px #22222214;
  justify-content: center;
  margin-bottom: 15px;
  padding-bottom: 0;
  display: flex;
}

.pill-2 {
  color: #f9f9f9;
  background-color: #1976d2;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill-2.badge {
  border-radius: 0;
}

.pill-2.badge.primary.sale {
  background-color: var(--indian-red);
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  inset: 4% 2% auto auto;
}

.pill-2.badge.primary.featured {
  z-index: 10;
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 5px;
  position: absolute;
  inset: 8% 1% auto auto;
}

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

.shop-item-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.shopping-page-wrapper {
  display: flex;
}

.shopping-page-left {
  width: 40%;
}

.shipping-page-right {
  width: 60%;
  padding-left: 60px;
}

.shopping-page-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 450px;
  position: relative;
}

.page-product-headin {
  margin-top: 0;
}

.shop-item-price-page {
  color: #222;
  text-align: left;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.shop-item-price-page.compare-at {
  color: var(--indian-red);
  text-decoration: line-through;
}

.page-price-wrapping {
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
}

.add-to-cart-page-wrapper {
  margin-top: 15px;
  display: flex;
}

.shop-page-wrapper {
  display: flex;
}

.shop-category-menu {
  width: 20%;
  padding-right: 25px;
}

.shop-list {
  width: 80%;
}

.category-menu-item {
  margin-bottom: 10px;
}

.category-menu-heading {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.5;
}

.empty {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.featured-wrapper {
  color: var(--white-smoke);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  min-height: 250px;
  text-decoration: none;
  position: relative;
}

.featured-item-name {
  color: var(--white-smoke);
  margin-bottom: 5px;
  position: static;
  inset: auto auto 0% 1%;
}

.featured-price {
  position: static;
  inset: auto auto 0% 0%;
}

.feature-text-wrapper {
  z-index: 10;
  position: absolute;
  inset: auto auto 6% 2%;
}

.featured-gradient-overlay {
  background-image: linear-gradient(#22222238, #222222b0);
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.shop-more {
  justify-content: center;
  display: flex;
}

.donate-explainer {
  background-image: linear-gradient(to bottom, #2222228f, var(--black)), url('../images/jed-villejo-bEcC0nyIp2g-unsplash-1-1.jpg');
  color: var(--white-smoke);
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  min-height: 550px;
  padding-top: 151px;
  padding-bottom: 35px;
}

.donate-heading-1 {
  text-align: center;
  margin-bottom: -5px;
  font-size: 38px;
  font-weight: 800;
}

.donate-heading-2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
}

.donate-paragraph {
  text-align: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.donate-wrapper {
  border: 2px solid var(--black);
  border-radius: 5px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 10px;
}

.donate-link-block {
  background-color: var(--indian-red);
  color: var(--white-smoke);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background-color .3s;
}

.donate-link-block:hover {
  background-color: var(--black);
}

.text-block {
  color: var(--white-smoke);
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}

.cart {
  background-color: var(--black);
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}

.cart-nav-wrapper {
  align-items: center;
  display: none;
}

.cart-nav-wrapper.footer-left {
  width: 100%;
  display: block;
}

.cart-quantity-cart {
  color: var(--black);
  background-color: #fff;
  position: absolute;
  top: -7px;
  left: 30px;
}

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

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

.container-checkout {
  justify-content: center;
  max-width: 1200px;
}

.pay-with-browser, .apple-pay {
  border-radius: 5px;
}

.block-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

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

.cart-image-wrapper {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

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

.brand.w--current {
  display: block;
}

.utility-page-wrap {
  background-image: linear-gradient(to bottom, #2222226b, var(--black)), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  color: var(--white-smoke);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  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: 360px;
  display: flex;
}

.alert-empty {
  background-color: #0000;
  display: none;
}

.navbar2_component {
  border: 1px solid #cfdeeb;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5rem;
  padding-left: 4%;
  padding-right: 2%;
  display: flex;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 600;
  display: flex;
}

.show-mobile-landscape {
  display: none;
}

.navbar2_container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.icon-embed-small {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
  font-weight: 600;
}

.navbar2_dropdown-link:hover, .navbar2_dropdown-link.w--current {
  background-color: #fff;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_link {
  padding: .5rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.navbar2_link:hover, .navbar2_link.w--current {
  background-color: #f1f1f1;
}

.navbar2_logo-link {
  width: 12rem;
  padding-left: 0;
}

.modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.button {
  color: #f1f1f1;
  text-align: center;
  text-transform: none;
  background-color: #002d5d;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-icon-only {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #002d5d;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 1rem;
  text-decoration: none;
  display: flex;
}

.button.is-icon-only.in-nav {
  padding-left: .5rem;
}

.navbar2_menu-dropdown {
  font-size: 1.1rem;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list.w--open {
  background-color: #f1f1f1;
  padding: .5rem;
  position: absolute;
}

.modal1_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  margin-top: 8rem;
  padding: 4rem;
  overflow: scroll;
}

.navbar2_component-wrapper {
  display: none;
}

.text-block-2 {
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.text-block-2.footer-left {
  text-align: left;
}

.text-block-2.copyright {
  text-align: left;
  flex-flow: column;
  margin-bottom: 0;
  line-height: 17px;
  display: flex;
}

.text-block-2.right-align {
  text-align: right;
}

.underline {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.underline.left-align {
  justify-content: center;
  align-items: flex-start;
}

.bold-text {
  text-decoration: none;
}

.bold-text.underline {
  text-decoration: underline;
}

.green {
  text-decoration: none;
}

.green.underline {
  color: #74a333;
  text-decoration: underline;
}

.hero-text {
  color: var(--primary-green);
  width: 700px;
  font-family: Open Sans, sans-serif;
  font-size: 70px;
  line-height: 82px;
}

.bold-text-2 {
  width: 750px;
}

.div-block {
  color: var(--secondary-dark-green);
}

.bold-text-3 {
  text-align: center;
  color: #fff;
}

.bold-text-3.black {
  color: var(--secondary-dark-green);
}

.bold-text-3.black.light-green {
  color: var(--primary-green);
}

.bold-text-3.black2 {
  color: var(--black);
}

.text-block-3 {
  color: #fff;
  text-align: center;
  align-self: center;
  width: 1198px;
  min-width: auto;
  padding-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-block-3.width {
  width: 1000px;
  padding-bottom: 20px;
}

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

.text-field {
  color: var(--black);
  margin-top: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.form {
  margin-top: 20px;
}

.submit-button {
  background-color: var(--secondary-dark-green);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 327px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.submit-button.full-width {
  vertical-align: baseline;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
  position: static;
}

.image-2 {
  align-self: center;
  width: 58px;
  height: auto;
  margin-bottom: -105px;
  padding-top: 15px;
}

.how-it-works-section {
  background-color: var(--primary-blue);
}

.goals-section {
  background-color: var(--prime-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/program-bg-img-smaller.png');
  background-position: 0 0;
  background-size: 1920px;
  background-clip: border-box;
  height: 1102px;
  min-height: auto;
  margin-top: -55px;
  display: block;
  position: static;
}

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

.image-3 {
  max-width: none;
  margin-right: 0;
}

.text-block-4 {
  width: 550px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-block-4.width {
  width: 500px;
}

.text-block-4.bold {
  padding-bottom: 15px;
}

.text-block-4.full-width {
  width: auto;
}

.spacer {
  border: .5px #847870;
  border-top: 1px solid #847870;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.container-2 {
  background-image: url('../images/program-bg-img.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  max-width: none;
}

.spacer-full {
  border: 1px #847870;
  border-top-style: solid;
  border-radius: 0;
  margin-top: 114px;
}

.faq-section {
  background-color: #fff;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  color: #fff;
}

.max-width-large {
  width: 100%;
  max-width: none;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 7rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq6_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.faq6_accordion {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--primary-green);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: .5rem 1.5rem;
  display: flex;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.dropdown-text {
  font-family: Open Sans, sans-serif;
}

.paragraph {
  width: 90%;
  font-family: Open Sans, sans-serif;
}

.paragraph-2 {
  width: 95%;
  font-family: Open Sans, sans-serif;
}

.paragraph-3 {
  width: 90%;
  font-family: Open Sans, sans-serif;
}

.paragraph-4 {
  font-family: Open Sans, sans-serif;
}

.paragraph-5 {
  width: 90%;
  font-family: Open Sans, sans-serif;
}

.paragraph-6 {
  font-family: Open Sans, sans-serif;
}

.bold-text-4 {
  font-size: 9px;
  font-weight: 400;
}

.copyright {
  font-size: 9px;
  font-weight: 400;
  line-height: 10px;
}

.image-4 {
  display: block;
}

.nav-left {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-5 {
  display: none;
  overflow: visible;
}

.image-6 {
  width: 372px;
}

.navbar2_component-2 {
  border: 1px solid #cfdeeb;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5rem;
  padding-left: 4%;
  padding-right: 2%;
  display: flex;
}

.icon-embed-small-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.navbar2_dropdown-link-2 {
  padding: .5rem 1rem;
  font-weight: 600;
}

.navbar2_dropdown-link-2:hover, .navbar2_dropdown-link-2.w--current {
  background-color: #fff;
}

.navbar2_menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_link-2 {
  padding: .5rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.navbar2_link-2:hover, .navbar2_link-2.w--current {
  background-color: #f1f1f1;
}

.submit-button-2 {
  text-align: left;
}

.div-block-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

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

.hero-section-copy {
  background-image: url('../images/header.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 700.6px;
}

.hero-section-copy.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/felix-rostig-UmV2wr-Vbq8-unsplash.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.hero-section-copy.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.acc-faq {
  margin-left: auto;
  margin-right: auto;
}

.py-regular {
  padding-top: 4.6875em;
  padding-bottom: 4.6875em;
}

.acc-faq_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  transform: scale(1.5);
}

.container-3 {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.acc-faq_content-wrapper {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 4rem 2rem 2rem;
  display: flex;
}

.acc-faq__line-y {
  background-color: #101820;
  border-radius: 90px;
  width: 4px;
  height: 1rem;
}

.paragraph-8, .paragraph-7, .paragraph-9 {
  font-family: Montserrat, sans-serif;
}

.acc-faq_content {
  overflow: hidden;
}

.acc-faq__line-h {
  background-color: #101820;
  border-radius: 90px;
  width: 1rem;
  height: 4px;
  position: absolute;
}

.acc-faq_title {
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
}

.acc-faq_wrap {
  border-radius: 1.25em;
  margin-top: 1em;
  margin-bottom: 1em;
  transition: padding .3s;
}

.acc-faq__trigger-rounded {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 2rem;
  transition: color .3s;
  display: flex;
}

.acc-faq__trigger-rounded:hover {
  color: #499ad8;
}

.section {
  column-count: 1;
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.section.bg-pale-blue {
  background-color: #edf5fc;
  padding-top: 4rem;
}

.acc-faq_line {
  background-color: #a9b9d2;
  width: 100%;
  height: 1px;
}

.faqs-rich-text {
  margin-right: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-10 {
  font-family: Sen, sans-serif;
}

.acc-faq_item {
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-4.center-vertical {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.nav-menu-2 {
  align-self: auto;
  width: 100%;
}

.hero-text-2 {
  color: #002d5d;
  width: 700px;
  font-family: Open Sans, sans-serif;
  font-size: 70px;
  line-height: 82px;
}

.hero-text-2.mobile-size {
  font-family: Sen, sans-serif;
}

.bold-text-6 {
  font-family: Montserrat, sans-serif;
}

.hero-section-2 {
  background-image: none;
  min-height: 150px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 250px;
}

.footer-2 {
  background-color: #222;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-text-copy.mobile-size {
  padding-top: 140px;
}

.hero-text-copy {
  color: var(--primary-green);
  width: 700px;
  font-family: Open Sans, sans-serif;
  font-size: 70px;
  line-height: 82px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.contact {
    padding-bottom: 35px;
    position: static;
  }

  .container.center-vertical {
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
  }

  .hero-section {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    min-height: auto;
    display: block;
  }

  .nav-link {
    text-align: center;
    font-size: 30px;
  }

  .hero-wrapper.center {
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-heading {
    width: 60%;
  }

  .hero-paragraph {
    width: 100%;
  }

  .support-square {
    min-height: 330px;
  }

  .support-square-text {
    font-size: 30px;
  }

  .support-square-image.rectangle {
    bottom: -35%;
  }

  .safe-heading {
    width: 60%;
  }

  .safe-paragraph {
    width: 55%;
  }

  .shop-image.tumbler-1 {
    min-height: 350px;
  }

  .shop-details-wrapper {
    font-size: 14px;
  }

  .shop-details-left {
    margin-right: 25px;
  }

  .shop-local-left {
    top: 8%;
  }

  .shop-local-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-heading {
    margin-top: 0;
  }

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

  .nav-button.w--open {
    z-index: 100;
    background-color: var(--black);
    border-radius: 5px;
  }

  .nav-menu {
    background-color: var(--indian-red);
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .meet-the-owners-right {
    padding-left: 145px;
  }

  .meet-the-owners-left {
    background-position: 50% 100%;
  }

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

  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-right {
    width: 100%;
    padding-left: 0;
  }

  .contact-hero-bg-wrapper {
    flex-direction: column-reverse;
  }

  .contact-image-div {
    background-image: linear-gradient(to top, var(--black), #2222222e 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
    background-position: 0 0, 50% 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 350px;
  }

  .contact-block-wrapper {
    justify-content: space-between;
  }

  .contact-block {
    width: 48%;
    margin-right: 0;
  }

  .image-grid, .products-list {
    grid-template-columns: 1fr 1fr;
  }

  .shop-page-wrapper {
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 25px;
  }

  .shop-list {
    width: 100%;
  }

  .category-menu-heading {
    line-height: 1.5;
  }

  .row {
    flex-direction: column;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: #002d5d;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-link {
    text-align: left;
    width: auto;
    padding: .75rem 0 .75rem 1rem;
    font-size: 16px;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    background-image: linear-gradient(#fff, #fff);
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_link {
    text-align: left;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button.is-icon-only.in-nav {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

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

  .menu-icon2_line-middle {
    background-color: #002d5d;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .menu-icon2_line-top {
    background-color: #002d5d;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-text.mobile-size {
    margin-top: 0;
  }

  .bold-text-2 {
    width: 100%;
  }

  .bold-text-3.black.light-green {
    padding-left: 10px;
  }

  .text-block-3, .text-block-3.width {
    width: 100%;
  }

  .text-block-4 {
    padding-left: 10px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .faq6_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    max-width: 70%;
  }

  .image-5 {
    width: 100%;
    max-width: none;
    display: block;
  }

  .navbar2_dropdown-link-2 {
    text-align: left;
    width: auto;
    padding: .75rem 0 .75rem 1rem;
    font-size: 16px;
  }

  .navbar2_menu-2 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu-2.is-page-height-tablet {
    background-image: linear-gradient(#fff, #fff);
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_link-2 {
    text-align: left;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .hero-section-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    min-height: auto;
    display: block;
  }

  .py-regular {
    padding-top: 0;
    padding-bottom: 1.8875em;
  }

  .container-3 {
    flex-flow: column;
    padding-left: 4vw;
    padding-right: 4vw;
    display: block;
  }

  .acc-faq_content-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }

  .acc-faq_title {
    font-size: 1.5rem;
  }

  .acc-faq__trigger-rounded {
    padding-left: 1.5rem;
  }

  .section {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section.bg-pale-blue.margin {
    padding-top: 0;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-4.center-vertical {
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
  }

  .nav-menu-2 {
    background-color: #eb5757;
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .hero-text-2.mobile-size {
    margin-top: 0;
  }

  .hero-section-2 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    min-height: auto;
    display: block;
  }

  .hero-text-copy.mobile-size {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .container.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper.center {
    width: 100%;
  }

  .support-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .interested-center {
    margin-bottom: 15px;
  }

  .support-top-right {
    width: 100%;
  }

  .support-wrapper {
    flex-wrap: wrap;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .support-square-image {
    right: -18%;
  }

  .safe-wrapper {
    justify-content: flex-end;
    padding-bottom: 25px;
  }

  .shop-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-item-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .shop-local-wrapper {
    flex-wrap: wrap;
  }

  .shop-local-left {
    border-radius: 0;
    width: 100%;
    position: static;
  }

  .shop-local-right {
    border-radius: 0;
    justify-content: center;
    width: 100%;
  }

  .about-columns-wrapper {
    flex-wrap: wrap;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
    display: flex;
  }

  .meet-the-owners-wrapper {
    flex-direction: column;
  }

  .meet-the-owners-right {
    border-radius: 0;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .meet-the-owners-left {
    border-radius: 0;
    width: 100%;
    height: 400px;
    position: static;
  }

  .owner-bios-wrapper {
    flex-flow: column wrap;
  }

  .owner-bio {
    width: 100%;
    margin-bottom: 45px;
  }

  .contact-block-wrapper {
    flex-direction: column;
  }

  .contact-block {
    width: 100%;
  }

  .image-grid, .products-list {
    grid-template-columns: 1fr;
  }

  .pill-2.badge.primary.sale {
    right: 2%;
  }

  .shopping-page-wrapper {
    flex-direction: column;
  }

  .shopping-page-left {
    width: 100%;
    margin-bottom: 25px;
  }

  .shipping-page-right {
    width: 100%;
    padding-left: 0;
  }

  .shop-page-wrapper {
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .shop-list {
    width: 100%;
  }

  .donate-wrapper {
    width: 90%;
  }

  .navbar2_component {
    min-height: 5rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_logo-link.w--current {
    width: 10rem;
  }

  .modal1_component {
    align-items: flex-start;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-2 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .underline {
    text-align: right;
  }

  .bold-text {
    vertical-align: baseline;
    justify-content: flex-end;
    align-items: flex-start;
    width: 50%;
    display: flex;
  }

  .hero-text.mobile-size {
    width: auto;
  }

  .text-block-4, .text-block-4.width {
    width: 90%;
  }

  .text-block-4.bold {
    width: 100%;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .faq6_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-4 {
    max-width: 60%;
  }

  .nav-left {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .navbar2_component-2 {
    min-height: 5rem;
  }

  .navbar2_menu-2.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .acc-faq {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .py-regular {
    padding-top: 1.8em;
    padding-bottom: .225em;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .acc-faq_content-wrapper {
    padding-right: 2rem;
  }

  .acc-faq__line-y {
    height: .8rem;
  }

  .acc-faq__line-h {
    width: .8rem;
  }

  .acc-faq_title {
    font-size: 1.15rem;
  }

  .section.bg-pale-blue.margin {
    padding-top: 0;
  }

  .hero-text-2.mobile-size, .hero-text-copy.mobile-size, .hero-text-copy.mobile-size {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    font-size: 15px;
  }

  .btn.light.hero.safe {
    margin-right: 0;
  }

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

  .container.green {
    flex-flow: column;
    display: flex;
  }

  .container.blue.padding1 {
    padding-top: 20px;
  }

  .container.blue.padding1.padding-top2 {
    padding-top: 0;
  }

  .container.blue.padding2 {
    background-color: var(--gray);
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .banner-content-wrapper {
    flex-direction: column;
  }

  .pill.primary.alert-bar {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .hero-section {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .hero-section.contact-hero {
    background-position: 0 0, 80%;
  }

  .navbar {
    width: 100%;
    height: 12rem;
  }

  .navbar.footer {
    height: 8rem;
  }

  .nav-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .hero-wrapper {
    justify-content: flex-end;
    padding-bottom: 45px;
  }

  .hero-wrapper.center {
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .hero-heading {
    font-size: 30px;
  }

  .hero-paragraph {
    text-align: center;
    width: 100%;
    font-size: 24px;
  }

  .support-top-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .interested-center {
    margin-bottom: 0;
  }

  .support-top-heading.align-left {
    text-align: center;
  }

  .safe-heading {
    width: 100%;
    font-size: 30px;
  }

  .safe-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .shop-details-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .shop-details-left {
    margin-right: 0;
  }

  .shop-item-name {
    text-align: center;
  }

  .shop-item-price {
    margin-left: 5px;
    margin-right: 5px;
  }

  .shop-local-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-local-right {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .social-footer-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .why-acme-block {
    width: 100%;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .contact-image-div {
    background-position: 0 0, 50%;
  }

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

  .pill-2.badge.primary.sale {
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    inset: 3% 0% auto auto;
  }

  .shopping-page-image {
    min-height: 350px;
  }

  .shop-item-price-page {
    margin-left: 5px;
    margin-right: 5px;
  }

  .shop-category-menu {
    padding-right: 0;
  }

  .donate-heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .donate-heading-2 {
    font-size: 24px;
  }

  .donate-paragraph {
    width: 80%;
    font-size: 13px;
  }

  .donate-wrapper {
    width: 100%;
  }

  .cart {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .cart-nav-wrapper {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .cart-quantity-cart {
    position: absolute;
    inset: -23% 0% auto 27px;
  }

  .cart-icon {
    margin-right: 0;
  }

  .order-item-list {
    flex-direction: column;
    display: flex;
  }

  .cart-image-wrapper.checkout-page {
    margin-bottom: 25px;
  }

  .cart-item {
    flex-direction: row;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: 100%;
  }

  .cart-menu {
    margin-right: 10px;
  }

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

  .order-item-checkoiut {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
  }

  .order-item-details {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .modal1_component {
    display: none;
  }

  .text-block-2 {
    text-align: right;
    width: 100%;
    margin-top: 52px;
  }

  .text-block-2.copyright {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .text-block-2.right-align {
    flex-flow: column;
    display: flex;
  }

  .text-block-2.right-align.no-margin {
    margin-top: 0;
    display: block;
  }

  .underline {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .bold-text {
    width: 100%;
  }

  .green.underline {
    display: block;
  }

  .hero-text {
    width: 100%;
  }

  .hero-text.mobile-size {
    text-align: center;
    font-size: 40px;
    line-height: 52px;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 42px;
    line-height: 50px;
  }

  .bold-text-3, .bold-text-3.black {
    width: 100%;
  }

  .text-block-3, .text-block-3.width {
    width: 300px;
  }

  .submit-button {
    width: 250px;
    display: inline-flex;
  }

  .submit-button.full-width {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-2 {
    margin-bottom: -120px;
  }

  .goals-section {
    background-color: var(--gray);
    background-image: none;
    background-size: auto;
  }

  .programs-list {
    flex-flow: column;
    display: flex;
  }

  .image-3 {
    display: none;
    overflow: hidden;
  }

  .text-block-4 {
    text-align: center;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .text-block-4.width, .text-block-4.bold {
    width: 100%;
  }

  .text-block-4.full-width {
    text-align: center;
    display: block;
  }

  .spacer-full {
    margin-top: 0;
    display: none;
  }

  .faq-section {
    margin-top: 435px;
  }

  .padding-section-large {
    padding-top: 0;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .copyright {
    text-align: left;
  }

  .bold-text-5 {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .image-4 {
    max-width: 90%;
  }

  .image-5 {
    object-fit: fill;
    display: block;
  }

  .navbar2_component-2 {
    background-color: #fff;
  }

  .hero-section-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .hero-section-copy.contact-hero {
    background-position: 0 0, 80%;
  }

  .py-regular {
    padding-top: 0;
  }

  .acc-faq_content-wrapper, .acc-faq__trigger-rounded {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.bg-pale-blue.margin {
    padding-top: 0;
  }

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

  .nav-menu-2 {
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .hero-text-2 {
    width: 100%;
  }

  .hero-text-2.mobile-size {
    text-align: center;
    font-size: 40px;
    line-height: 52px;
  }

  .hero-section-2 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .hero-text-copy {
    width: 100%;
  }

  .hero-text-copy.mobile-size {
    text-align: center;
    font-size: 40px;
    line-height: 52px;
  }
}

#w-node-_9b8a8795-7d0d-5465-d3fc-14c3beb15863-ac8c1018 {
  justify-self: center;
}

#email-form.w-node-a9278066-da96-3bd1-62e0-14a4361be5f0-ac8c1018 {
  place-self: center;
}

#w-node-_6fe88d44-da1b-a48e-0519-c0d848474a56-ac8c1018 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-aa5af620-54b8-6094-58b8-c1e882e67c2d-ac8c1018 {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-bd028b69-065a-061f-6077-51086222ff26-ac8c1018 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_7f57418f-2664-04a8-dc24-81b2772be783-ac8c1018 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a727dd6c-26a1-02a8-d428-d45f62c06350-ac8c1018 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-cd50e6cc-ea0a-f2c8-c741-5bf7c5bfa6ce-ac8c1018 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a09c51e2-b4fa-4326-01a9-b761335ce4e8-ac8c1018 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-a407de24-af2c-45ae-8768-9d71bdf8dc4c-ac8c1018 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_59ece6fe-3c4a-78c5-3cc6-5bef82d620b0-ac8c1018 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_047c44f8-c34c-89aa-b56b-42c952942517-ac8c1018 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6c4825d0-d4ab-7401-1821-416903984906-ac8c1018 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-e2e1c339-73e1-6900-165e-3a52fe9928a4-ac8c1018 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b8a8795-7d0d-5465-d3fc-14c3beb15863-db992219 {
  justify-self: center;
}

#email-form.w-node-a9278066-da96-3bd1-62e0-14a4361be5f0-db992219 {
  place-self: center;
}

#w-node-_6fe88d44-da1b-a48e-0519-c0d848474a56-db992219 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-aa5af620-54b8-6094-58b8-c1e882e67c2d-db992219 {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-bd028b69-065a-061f-6077-51086222ff26-db992219 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_7f57418f-2664-04a8-dc24-81b2772be783-db992219 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a727dd6c-26a1-02a8-d428-d45f62c06350-db992219 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-cd50e6cc-ea0a-f2c8-c741-5bf7c5bfa6ce-db992219 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a09c51e2-b4fa-4326-01a9-b761335ce4e8-db992219 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-a407de24-af2c-45ae-8768-9d71bdf8dc4c-db992219 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_59ece6fe-3c4a-78c5-3cc6-5bef82d620b0-db992219 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_047c44f8-c34c-89aa-b56b-42c952942517-db992219 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6c4825d0-d4ab-7401-1821-416903984906-db992219 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-e2e1c339-73e1-6900-165e-3a52fe9928a4-db992219 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b8a8795-7d0d-5465-d3fc-14c3beb15863-611eb641 {
  justify-self: center;
}


