.product-form .product-feeding-grams-form {
  font-size: 14px;
  line-height: 20px;
  color: #2C7328;
  font-weight: 700;
  margin: 0 0 18px;
  text-align: left;
}

.sellingplan-select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f2f1ea;
  border: none;
  border-radius: 25px;
}
@media only screen and (max-width: 768.98px) {
  .sellingplan-select {
    margin-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .sellingplan-select {
    margin: 0;
  }
}
.sellingplan-select .chevron {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: #f2f1ea;
}
.sellingplan-select .chevron svg {
  width: 16px;
  height: 11px;
}

.subscriptionpicker {
  position: relative;
}
@media only screen and (max-width: 768.98px) {
  .subscriptionpicker:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    background-color: #f1f0e9;
    border-radius: 12px;
  }
  .subscriptionpicker.hide-after:after {
    display: none;
  }
  .subscriptionpicker.hide-after .sub_tab_main {
    border-radius: 0 0 12px 12px;
  }
}
.subscriptionpicker ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  width: calc(100% - 30px);
}
@media only screen and (max-width: 768.98px) {
  .subscriptionpicker ul {
    width: 100%;
  }
}

.subtabs {
  display: flex;
}
.subtabs > li {
  background-color: #f1f0e9;
  flex: 1;
  width: 50%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.subtabs > li.active {
  background-color: white;
  z-index: 2;
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  margin-bottom: -1px;
}
.subtabs > li.active .sub_tab_header {
  background-color: white;
  z-index: 2;
  border-bottom: 1px solid white;
}
.subtabs > li.active .sub_tab_main {
  display: block;
}
.subtabs > li .sub_tab_header.subs-header {
  color: var(--primary-color);
}
.subtabs > li .sub_tab_main {
  display: none;
}

.sub_tab_header {
  text-align: center;
  padding: 18px 14px;
  background-color: #f1f0e9;
  position: relative;
  margin-bottom: -2px;
}
@media (max-width: 640px) {
  .sub_tab_header {
    padding: 12px 12px 6px;
  }
}
.sub_tab_header p {
  margin-bottom: 0px;
  font-size: 13px;
}
@media (max-width: 640px) {
  .sub_tab_header p {
    margin-top: 5px;
  }
}
.sub_tab_header p .lowest-price {
  font-size: 13px;
  font-weight: bold;
}
.sub_tab_header p .lowest-price-type {
  font-size: 13px;
  font-style: oblique;
  color: #afafaf;
}

.sub_tab_main {
  border: 1px solid #c7c7c7;
  border-radius: 0 12px 12px 12px;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
  background-color: white;
}
.sub_tab_main * {
  font-size: 14px;
}
@media (max-width: 380px) {
  .sub_tab_main * {
    font-size: 13px;
  }
}
.sub_tab_main .sub-price-wrapper {
  position: relative;
}
.sub_tab_main .sub-price-wrapper .price-type {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.sub_tab_variant_selector {
  list-style: none;
}
.sub_tab_variant_selector li label {
  margin: 8px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
@media only screen and (max-width: 768.98px) {
  .sub_tab_variant_selector li label {
    gap: 3px;
    margin: 20px 0;
  }
}
.sub_tab_variant_selector li label .spacer {
  flex: 1;
}
.sub_tab_variant_selector li label span {
  padding: 0 4px;
  text-align: center;
  flex: 2;
}
@media only screen and (max-width: 1024.98px) {
  .sub_tab_variant_selector li label span {
    flex: none;
  }
}
@media (max-width: 380px) {
  .sub_tab_variant_selector li label span {
    padding: 0 2px;
  }
}
.sub_tab_variant_selector li label span.pill {
  color: #fff;
  border-radius: 14px;
  padding: 0;
  font-size: 10px;
  flex: none;
  visibility: hidden;
  background-color: var(--button-1-color);
  height: 0;
  white-space: nowrap;
}
.sub_tab_variant_selector li label span.pill.will-last {
  background-color: #368fb0 !important;
}
@media only screen and (max-width: 768.98px) {
  .sub_tab_variant_selector li label span.pill {
    display: flex;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
  }
  .sub_tab_variant_selector li label span.pill.active {
    float: left;
    margin-right: 2px;
    margin-top: 4px;
  }
}
.sub_tab_variant_selector li label span.pill.active {
  visibility: visible;
  height: auto;
  padding: 5px 8px;
}
.sub_tab_variant_selector li label span.perunit {
  text-align: left;
  font-style: oblique;
  color: #afafaf;
  font-size: 12px;
  padding-left: 0;
  font-weight: normal;
}
.sub_tab_variant_selector li label span:first-child {
  text-align: left;
}
.sub_tab_variant_selector li label span:last-child {
  text-align: right;
  flex: 1;
}
.sub_tab_variant_selector li label span.was_price {
  text-align: right;
  text-decoration: line-through;
  font-style: oblique;
  color: #afafaf;
  font-size: 14px;
}
.sub_tab_variant_selector li label:before {
  content: "";
  background-color: #fff;
  color: #fff;
  padding: 4px;
  border-radius: 50%;
  width: 10px;
  min-width: 10px;
  height: 10px;
  display: inline-block;
  text-align: center;
  border: 2px solid #c9c9c9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23fff"><path d="M9 22l-10-10.598 2.798-2.859 7.149 7.473 13.144-14.016 2.909 2.806z"/></svg>');
}
.sub_tab_variant_selector li.active .sub-price-wrapper,
.sub_tab_variant_selector li.active label span.perunit {
  color: #2c7328;
}
.sub_tab_variant_selector li input:checked + label:before {
  color: white;
  border: 2px solid var(--button-1-color);
  background-color: var(--button-1-color);
}
.sub_tab_variant_selector li input:checked + label + .sub_tab_delivery_frequency {
  display: flex;
}
.sub_tab_variant_selector .sub-prices {
  text-align: right;
}
@media only screen and (max-width: 1199.98px) {
  .sub_tab_variant_selector .sub-prices {
    display: flex;
    flex-direction: row;
  }
}

.sub_tab_delivery_frequency {
  display: none;
  flex-wrap: wrap;
}
.sub_tab_delivery_frequency li {
  width: 120px;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  padding: 5px;
}
.sub_tab_delivery_frequency li.active {
  background-color: white;
}

.selectedvariant {
  display: none;
}

.rc-selling-plans {
  display: flex;
  position: relative;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.rc-selling-plans label {
  font-size: 12px;
  font-weight: bold;
  flex: none;
  margin-right: 8px;
}
@media (max-width: 640px) {
  .rc-selling-plans label {
    display: none;
  }
}

#sellingplanid {
  display: block;
  width: 100%;
  padding: 6px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f2f1ea;
  border: none;
  border-radius: 25px;
  position: relative;
}
#sellingplanid:focus {
  outline: none;
}

.selector-wrapper {
  display: none;
}

.variant-selection-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .variant-selection-wrapper {
    margin-bottom: 20px;
  }
}

.variant-selection-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.variant-selection-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--Primary---Green, #284734);
}

.product-selection-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: normal;
  color: var(--Primary---Green, #284734);
}

.variant-selector-wrapper {
  margin-bottom: 20px;
}

.option-radios-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.option-radios-wrapper .radio-option {
  margin: 0;
}

.radio-option {
  margin-bottom: 15px;
}

.option-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.variant-radios {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .variant-radios {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .variant-radios {
    grid-template-columns: 1fr;
  }
}

.variant-wrapper {
  position: relative;
}
.variant-wrapper input[type=radio] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.variant-wrapper input[type=radio]:checked + label, .variant-wrapper input[type=radio]:checked + .variant-option-label {
  background-color: #EBE8E0;
}
.variant-wrapper input[type=radio]:focus + label, .variant-wrapper input[type=radio]:focus + .variant-option-label {
  box-shadow: 0 0 0 2px rgba(58, 125, 68, 0.4);
}
.variant-wrapper label, .variant-wrapper .variant-option-label {
  display: block;
  padding: 15px;
  border: 1px solid #EBE8E0;
  border-radius: 8px;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
}

.variant-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.variant-size-options:has(~ .variant-sent-as:not(:empty)) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199.98px) {
  .variant-size-options {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (max-width: 480px) {
  .variant-size-options {
    grid-template-columns: 1fr;
  }
}

.variant-size-option {
  display: flex;
  align-items: stretch;
  position: relative;
  max-width: 130px;
}
@media only screen and (max-width: 1199.98px) {
  .variant-size-option {
    max-width: none;
    width: auto;
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .variant-size-option {
    width: 100%;
  }
}
.variant-size-option .variant-price-from {
  font-size: 12px;
}
.variant-size-option .variant-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.variant-size-option .variant-price .was-price {
  font-size: 12px;
}
.variant-size-option .variant-price .now-price {
  font-size: 14px;
  font-weight: bold;
}

.variant-size-radio {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.variant-size-radio:checked + .variant-size-label {
  position: relative;
  background: var(--Primary---Cream, #E8E6E0);
  border-color: #3a7d44;
}
.variant-size-radio:checked + .variant-size-label:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background-color: #3a7d44;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' fill='white'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.variant-size-radio:focus-visible + .variant-size-label {
  box-shadow: 0 0 0 2px rgba(58, 125, 68, 0.4);
}

.variant-size-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #EBE8E0;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1199.98px) {
  .variant-size-label {
    width: 100%;
    margin-bottom: 10px;
  }
}

.best-value-badge {
  background-color: #F07D00;
  color: #FFFFFF;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  text-wrap-mode: nowrap;
  position: absolute;
  margin-top: 6px;
  bottom: -14px;
}

.delivery-option-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px 20px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.delivery-option-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  font-size: 16px;
  color: var(--Primary---Green, #284734);
}

.delivery-option-label {
  font-weight: 600;
  font-size: 16px;
}

.delivery-option-info-icon {
  color: #2C7328;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.delivery-option-info-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  vertical-align: middle;
}

.delivery-price-per-unit {
  margin-left: auto;
  color: var(--Primary---Green, #284734);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.variant-sent-as {
  font-size: 12px;
  color: #666;
}
.variant-sent-as:empty {
  display: none;
}

.variant-sent-as-mobile {
  display: inline;
}

.variant-sent-as-desktop {
  display: none;
}

.variant-title {
  display: block;
  font-weight: 600;
  color: var(--Primary---Green, #284734);
}

.variant-price-from {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.variant-price-from .now-price {
  font-size: 14px;
}

.variant-option-label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.buy-more-pill {
  display: none;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  position: absolute;
  z-index: 1;
  text-align: center;
  white-space: nowrap;
  top: -10px;
  right: -15px;
  color: black;
  bottom: -16px;
}
.buy-more-pill.selected {
  display: block;
}
.buy-more-pill.one-time-purchase {
  background-color: #d6b600;
  top: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.buy-more-pill.subscription {
  display: block;
  color: #FFFFFF;
  background-color: #F07D00;
  top: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768.98px) {
  .buy-more-pill {
    font-size: 13px;
    padding: 6px 12px;
  }
}

.purchase-options-loading {
  pointer-events: none;
  cursor: wait;
}

.purchase-type-options {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .purchase-type-options {
    flex-direction: row;
    gap: 12px;
    align-items: stretch;
  }
  .purchase-type-options .purchase-option {
    width: auto;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
  }
}
.purchase-type-options.subscription-first .subscription, .purchase-type-options.subscriptions-first .subscription {
  order: 1;
}
.purchase-type-options.subscription-first .one-time, .purchase-type-options.subscriptions-first .one-time {
  order: 2;
}
.purchase-type-options.one-time-first .subscription {
  order: 2;
}
.purchase-type-options.one-time-first .one-time {
  order: 1;
}

.purchase-option {
  position: relative;
  width: 100%;
}

.purchase-type-radio {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.purchase-type-radio:checked + .purchase-type-label {
  background-color: #EBE8E0;
  border-color: #3a7d44;
}
.purchase-type-radio:checked + .purchase-type-label:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  left: auto;
  width: 20px;
  height: 20px;
  background-color: #3a7d44;
  border: 0;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' fill='white'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.purchase-type-radio:focus-visible + .purchase-type-label {
  box-shadow: 0 0 0 2px rgba(58, 125, 68, 0.4);
}

.purchase-type-label {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  justify-content: center;
  padding: 15px;
  border: 1px solid #EBE8E0;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1199.98px) {
  .purchase-type-label {
    padding: 15px 10px;
    flex: none;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .purchase-type-label {
    padding: 15px 5px;
  }
}
.purchase-type-label:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  left: auto;
  width: 20px;
  height: 20px;
  background-color: #B7B7B7;
  border: 1px solid #B7B7B7;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
}
@media only screen and (max-width: 1199.98px) {
  .option-header {
    align-self: stretch;
    justify-content: center;
    gap: 16px;
    margin-bottom: 5px;
  }
}
.option-header h4 {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 768.98px) {
  .option-header h4 {
    font-size: 15px;
  }
}

.option-header-inner {
  max-width: 340px;
  color: var(--Primary---Green, #284734);
}
@media only screen and (max-width: 1199.98px) {
  .option-header-inner {
    max-width: 100%;
  }
}

.option-description {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.option-price-container {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}

.option-variant-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.delivery-frequency {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.delivery-frequency[hidden] {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .delivery-frequency {
    flex-direction: column;
    align-items: flex-start;
  }
}
.delivery-frequency label {
  flex: 0 0 120px;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
  margin-right: 10px;
}

.subscription-details {
  margin: 15px 0;
}
.subscription-details.is-visible {
  display: block;
  margin-top: 22px;
}

.subscription-details-heading {
  margin: 30px 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--Primary---Green, #284734);
}
.subscription-details-heading[hidden] {
  display: none;
}
.subscription-details-heading span {
  font-weight: 400;
}

.subscription-details .delivery-frequency {
  margin-top: 0;
  max-width: 330px;
}
.subscription-details .subscription-perks {
  margin-top: 20px;
}
.subscription-details .subscriber-benefits {
  margin-bottom: 15px;
}
.subscription-details .subscriber-benefits h4 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: normal;
  color: var(--Primary---Green, #284734);
}
@media only screen and (max-width: 991.98px) {
  .subscription-details .subscriber-benefits h4 {
    font-size: 16px;
  }
}
.subscription-details .subscriber-benefits-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 10px;
}
@media only screen and (max-width: 1199.98px) {
  .subscription-details .subscriber-benefits-list {
    grid-template-columns: 1fr;
  }
}
.subscription-details .subscriber-benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.05px;
  color: var(--Primary---Green, #284734);
}
.subscription-details .subscriber-benefits-list li .subscriber-benefit-icon {
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 1px;
}
.subscription-details .subscriber-benefits-list li .subscriber-benefit-icon-circle {
  width: 20px;
  height: 20px;
  display: block;
}
.subscription-details .subscriber-benefits-list li .subscriber-benefit-icon-tick {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 8px;
}
.subscription-details .subscriber-benefits-list li .subscriber-benefit-text {
  flex: 1;
  font-size: 14px;
}
.subscription-details .subscription-perks-link {
  margin-top: 21px;
  text-align: left;
}

.select-wrapper {
  position: relative;
  width: 100%;
  flex: 1;
}
.select-wrapper select {
  width: 100%;
  padding: 10px 30px 10px 12px;
  border: 1px solid #EBE8E0;
  border-radius: 6px;
  background-color: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  color: var(--Primary---Green, #284734);
  -webkit-text-fill-color: var(--Primary---Green, #284734);
}
@media only screen and (max-width: 1199.98px) {
  .select-wrapper select {
    font-size: 12px;
  }
}
.select-wrapper #selling_plan_select {
  color: var(--Primary---Green, #284734);
  -webkit-text-fill-color: var(--Primary---Green, #284734);
}

.chevron {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 15px;
  height: 9px;
}
.chevron svg {
  width: 15px;
  height: 9px;
  display: block;
}

.purchase-type-content {
  border: 1px solid #EBE8E0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 15px;
  background-color: #fff;
}

.variant-price-display {
  min-width: unset;
  margin-left: 20px;
}
@media only screen and (min-width: 1200px) {
  .variant-price-display {
    margin-left: 0;
    min-width: unset;
  }
}
@media only screen and (max-width: 1199.98px) {
  .variant-price-display {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    flex-direction: row;
  }
  .variant-price-display .price-wrapper .was-price {
    margin-right: 8px;
  }
}

.variant-price-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media only screen and (max-width: 1199.98px) {
  .variant-price-container {
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}
.variant-price-container .now-price-xs {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .variant-price-container .now-price-xs {
    display: block;
    font-size: 14px;
    font-weight: bold;
  }
}

.price-wrapper {
  display: flex;
  gap: 6px 0;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  color: var(--Primary---Green, #284734);
}
@media only screen and (max-width: 1199.98px) {
  .price-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
  }
}
@media (max-width: 400px) {
  .price-wrapper {
    flex-direction: column;
    gap: 6px 0;
  }
}

.was-price {
  text-decoration: line-through;
  font-size: 14px;
  color: var(--Primary---Green, #284734);
}

.price-per-unit {
  font-size: 12px;
  margin-right: 8px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1199.98px) {
  .price-per-unit {
    margin-bottom: 0;
  }
}

.purchase-type-options .price-per-unit {
  display: none;
}

.purchase-option.one-time .option-header {
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.purchase-option.one-time .variant-price-display {
  width: -moz-max-content;
  width: max-content;
  min-width: unset;
}
@media only screen and (max-width: 1199.98px) {
  .purchase-option.one-time .variant-price-display {
    width: auto;
    margin-top: 0 !important;
  }
}

.purchase-option.one-time:has(.buy-more-pill) .variant-price-display {
  margin-top: 0px;
}

.will-last {
  font-size: 12px;
  color: #666;
}

.product-form .product-submit-wrapper {
  flex-wrap: wrap;
}

.product-form .product-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex: 1 0 auto;
  min-width: -moz-min-content;
  min-width: min-content;
}
.product-form .product-submit-row input[type=submit] {
  width: auto;
  flex: 1;
}
@media (max-width: 350px) {
  .product-form .product-submit-row {
    flex-direction: column;
    align-items: stretch;
  }
  .product-form .product-submit-row input[type=submit] {
    width: 100%;
  }
}

.delivery-option-prompt {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 600;
  color: var(--Primary---Green, #284734);
  text-align: center;
}
.delivery-option-prompt[hidden] {
  display: none;
}
.delivery-option-prompt .delivery-option-prompt-icon {
  flex-shrink: 0;
  color: #2C7328;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.delivery-option-prompt .delivery-option-prompt-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.delivery-option-prompt .delivery-option-prompt-text {
  font-size: 16px;
}

.add-to-cart-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .add-to-cart-section {
    flex-direction: column;
  }
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #EBE8E0;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .quantity-selector {
    width: 100%;
    margin-bottom: 10px;
  }
}

.quantity-adjust {
  background-color: #f5f5f5;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

#quantity {
  width: 40px;
  text-align: center;
  border: none;
  padding: 10px 0;
  font-size: 14px;
}

.add-to-cart-button {
  flex: 1;
  background-color: #3a7d44;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (max-width: 480px) {
  .add-to-cart-button {
    width: 100%;
  }
}
.add-to-cart-button:hover {
  background-color: #2a5a31;
}

@media (max-width: 480px) {
  .purchase-type-tabs {
    flex-direction: column;
  }
}

.subscription-perks-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  text-decoration: underline;
  color: var(--Primary---Green, #284734);
}
.subscription-perks-link * {
  pointer-events: none;
}
.subscription-perks-link .subscription-perks-link-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-block;
  color: var(--Primary---Green, #284734);
  text-decoration: none;
}
.subscription-perks-link .subscription-perks-link-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.product .open-fmf {
  display: none;
}
