:root {
  --ncd-green-dark: #143d29;
  --ncd-green-medium: #1f5337;
  --white: white;
  --ncd-white: #fff;
  --ncd-lime: #bbd565;
  --ncd-soft-background: #f1f7cb;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

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

body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.navbar {
  background-color: #10553900;
  background-image: linear-gradient(90deg, var(--ncd-green-dark), var(--ncd-green-medium));
  border-bottom: 1px solid #ffffff2e;
  position: sticky;
  top: 0;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--ncd-white);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--ncd-lime);
}

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

.container.navcontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.body {
  font-weight: 400;
}

.image {
  width: auto;
  height: 50px;
  padding: 1px 1px 3px;
}

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

.text-block {
  text-transform: none;
  border-left: 1px solid #ffffff2e;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 10px;
  line-height: 16px;
  display: flex;
}

.text-span {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 15px;
  font-weight: 700;
}

.text-span-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.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;
}

.ncd-product-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ncd-product-mini {
  border: 1px #00000030;
  border-radius: 8px;
  padding: 14px;
  text-decoration: none;
  position: relative;
}

.ncd-product-mini:hover {
  box-shadow: 0 2px 30px #143d2930;
}

.ncd-banner-title {
  color: var(--ncd-green-medium);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.button {
  margin-top: 15px;
}

.ncd-banner {
  background-color: var(--ncd-soft-background);
  padding-top: 30px;
  padding-bottom: 30px;
}

.ncd-banner-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.site-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ncd-product-name-sm {
  color: var(--ncd-green-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.price-block {
  margin-top: 6px;
  font-size: 16px;
}

.price-block.large {
  margin-bottom: 9px;
  margin-right: 23px;
  font-size: 18px;
}

.original-price {
  color: #942323;
  text-decoration: line-through;
}

.price {
  color: var(--ncd-green-medium);
  font-weight: 600;
}

.product-image {
  margin-bottom: 12px;
}

.product-featured-tags {
  flex-flow: wrap;
  display: flex;
  position: absolute;
  inset: 16px 16px auto;
}

.featured-tag {
  background-color: var(--ncd-green-dark);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 6px 6px 5px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.featured-tag.province {
  background-color: var(--ncd-lime);
  color: var(--ncd-green-dark);
}

.featured-tag.on-sale {
  background-color: #dd4747;
}

.welcome-section {
  background-color: var(--ncd-soft-background);
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.field-label {
  margin-bottom: 0;
  display: none;
}

.field-label-2 {
  display: none;
}

.form-block {
  background-color: var(--ncd-green-medium);
  margin-top: 48px;
  padding: 24px;
}

.submit-button {
  background-color: var(--ncd-lime);
  color: var(--ncd-green-dark);
  font-weight: 500;
}

.link {
  color: var(--white);
  margin-left: 16px;
  text-decoration: none;
}

.text-block-2 {
  color: var(--white);
  margin-bottom: 16px;
  font-weight: 700;
}

.heading {
  color: var(--ncd-green-medium);
  font-size: 21px;
  line-height: 28px;
}

.paragraph {
  margin-top: 12px;
}

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

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--ncd-lime);
  grid-template-rows: auto;
  grid-template-columns: 160px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

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

.div-block-5 {
  width: auto;
  margin-top: 24px;
}

.text-block-3 {
  color: var(--ncd-green-dark);
  margin-top: 0;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 700;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 24px;
  display: grid;
}

.text-field {
  border: 1px solid var(--ncd-lime);
  max-width: 110px;
  margin-bottom: 0;
}

.form-block-2 {
  margin-top: 6px;
  margin-bottom: 0;
}

.div-block-6 {
  margin-top: 24px;
}

.text-block-4 {
  color: var(--ncd-green-medium);
  border-right: 1px solid #e4e4e4;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
}

.text-block-5 {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .menu-button {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .menu-button.w--open {
    color: var(--ncd-lime);
    background-color: #0000;
  }

  .nav-menu {
    background-image: linear-gradient(90deg, var(--ncd-green-dark), var(--ncd-green-medium));
    margin-left: 0;
    margin-right: 0;
    position: absolute;
  }

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

  .text-span {
    margin-top: 3px;
  }

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

@media screen and (max-width: 767px) {
  .ncd-product-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

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

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

  .image {
    margin-left: -19px;
  }

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

  .ncd-product-mini {
    flex-flow: column;
    padding: 12px;
    display: flex;
  }

  .ncd-product-name-sm {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
  }

  .price-block {
    flex: 1;
    display: flex;
  }

  .price {
    font-weight: 600;
  }

  .product-image {
    order: -1;
    margin-bottom: -11px;
  }

  .product-featured-tags {
    position: static;
  }

  .featured-tag {
    border-radius: 4px;
    padding: 5px 5px 4px;
    font-size: 10px;
  }

  .div-block-2 {
    flex: 1;
  }

  .div-block-3 {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

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

  .form {
    grid-row-gap: 0px;
    grid-template-columns: max-content max-content;
  }
}

#w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa4a-d39b4bd8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa4b-d39b4bd8 {
  justify-self: end;
}

#w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa52-d39b4bd8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa4a-7a706b5b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa4b-7a706b5b {
  justify-self: end;
}

#w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa52-7a706b5b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa4a-d5f00204 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa4b-d5f00204 {
  justify-self: end;
}

#w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa52-d5f00204 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a5f95811-d775-141c-2683-eda6cf269f27-d5f00204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa4a-d39b4bd8 {
    align-self: stretch;
  }

  #w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa4b-d39b4bd8 {
    justify-self: stretch;
  }

  #w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa52-d39b4bd8 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa4a-7a706b5b {
    align-self: stretch;
  }

  #w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa4b-7a706b5b {
    justify-self: stretch;
  }

  #w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa52-7a706b5b {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa4a-d5f00204 {
    align-self: stretch;
  }

  #w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa4b-d5f00204 {
    justify-self: stretch;
  }

  #w-node-_2ec09202-962b-1b94-1f90-b2917b3bfa52-d5f00204 {
    grid-column: 2 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a5f95811-d775-141c-2683-eda6cf269f28-d5f00204 {
    order: -9999;
  }

  #w-node-e1cda504-0d7d-e919-fad4-8152d997d04b-d5f00204 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}