/** Shopify CDN: Minification failed

Line 365:5 Unexpected "{"
Line 366:5 Expected identifier but found "%"
Line 370:5 Expected identifier but found "%"
Line 471:5 Unexpected "{"
Line 472:5 Expected identifier but found "%"
Line 476:5 Expected identifier but found "%"

**/
.product-page .product-block.product-block--ingredients_popup {
    margin: 0 0 25px 0;
}
.product-page .product-block.product-block--variant_picker {
    margin: 0 0 30px 0;
}
.product-page fieldset.options-selection__radios {
   margin: 0 0 20px 0;
}
.product-text__list-icon svg {
    width: 18px;
    height: 18px;
}
.trust-badge__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex: none;
 }
.product__form .options-selection__option-value {
    margin-right: 0;
}
.options-selection__option-values-wrapper {
  position: relative;
  overflow: hidden;
}
.options-selection__option-values {
  display: flex;
  gap: 8px;
  scrollbar-width: none;
  flex-wrap: nowrap;
}
variant-selection.variant-selection {
  position: relative;
}

options-selection {
  position: relative;
  display: block;
  width: 100%;
  scrollbar-width: none;
}

options-selection::-webkit-scrollbar {
  display: none;
}

.options-selection__option-values {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px;
  overflow: auto;
}
.options-selection__option-value {
  flex: 0 0 auto !important;
}
variant-selection.variant-selection::before,
variant-selection.variant-selection::after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  bottom: 0;
  width: 30px;
  height: 70px;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
variant-selection.variant-selection::before {
  left: -1px;
  margin-right: -30px;

  background: linear-gradient(
    90deg,
    #fff,
    rgba(255, 255, 255, 0)
  );
}

variant-selection.variant-selection::after {
  right: -3px;
  margin-left: -30px;

  background: linear-gradient(
    270deg,
    #fff,
    rgba(255, 255, 255, 0)
  );
}

variant-selection.variant-selection:has(.options-selection__option-values.show-left)::before {
  opacity: 1;
}

variant-selection.variant-selection:has(.options-selection__option-values.show-right)::after {
  opacity: 1;
}


span.size_label {
     font-size: 12px;
     font-weight: 800;
     letter-spacing: .02em;
     text-transform: uppercase;
     color: #2C2C2C;
 }

 .product-block .weight-options {
     display: flex;
     flex-wrap: wrap;
     gap: 12px;
     margin-top: 16px;
 }

 .product-page svg.deco.deco-comb.deco-tr {
     width: 150px;
     height: 170px;
     opacity: .09;
     z-index: 0;
     top: -16px;
     right: -8px;
     left: auto;
     position: absolute;
     color: #C8892A;
 }

 .product-page svg.deco.deco-bee {
     width: 27px;
     height: 23px;
     opacity: .96;
     z-index: 2;
     color: #C8892A;
     position: absolute;
 }

 .product-page .price-container__price {
     margin-bottom: 0;
     font-size: 28px;
     font-weight: 800;
     color: var(--ink);
 }

 .product-page span.product__compare-price,
 .product-page span.product__compare-price span.money {
     font-size: 18px;
     font-weight: 800;
 }

 .product-page .product-text .metafield-rich_text_field p {
     background: none;
     border-left: 0;
     border-radius: 0;
     padding: 0;
     margin: 0;
     font-size: 14px;
     color: #3c3a33;
     line-height: 1.5;
     font-weight: 500;
 }

 .product-page .product-text .metafield-rich_text_field p strong {
     color: var(--brown);
     font-weight: 700;
 }

 .product-block .weight-card {
     position: relative;
     min-width: 90px;
     border: 1.5px solid #c3c0b2;
     border-radius: 12px;
     text-decoration: none;
     color: #222;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     transition: .25s;
     background: #fff;
     padding: 9px 11px;
     font-size: 13.5px;
     line-height: 1.3;
 }

 .product-block .weight-card.active {
     border: 1px solid var(--green);
     background: #f2f8ea;
     color: var(--green-dk);
 }

 .weight-card.active,
 .weight-card.active .weight-label,
 .weight-card.active .weight-price,
 .weight-card.active .weight-unit-price {
     color: #73be44;
 }

 .product-block .weight-label {
     font-size: 13.5px;
     font-weight: 800;
     line-height: 1;
 }

 .product-block .weight-price {
     margin-top: 0;
     font-size: 13.5px;
     font-weight: 800;
 }

 .product-block .weight-unit-price {
     margin-top: 3px;
     font-size: 10.5px;
     color: #777;
 }

 .product-block .weight-badge {
     position: absolute;
     top: -7px;
     /* left: 50%; */
     /* transform: translateX(-50%); */
     background: #73be44;
     color: #fff;
     font-size: 8px;
     line-height: normal;
     font-weight: 700;
     padding: 1px 5px;
     border-radius: 50px;
     text-transform: uppercase;
     max-width: 125px;
 }

 .product-form form {
     display: grid;
     grid-template-columns: 130px 1fr;
     gap: 0 20px;
 }

 .product-text__list-icon svg path {
     stroke: var(--green-dk);
     color: transparent;
     fill: transparent;
 }

 .product-text__list-icon svg circle,
 .product-text__list-icon svg path {
     fill: transparent;
     stroke-width: 1.9px;
     stroke: var(--green-dk);
 }

 variant-selection,
 options-selection {
     grid-column: 1 / -1;
 }

 .product-page .product-form__quantity-box-wrapper {
     grid-column: 1;
     margin: 0;
 }

 .product-form__cart-buttons {
     grid-column: 2;
 }

 label.quantity-label {
     display: none;
 }

 :root {
     --green: #7CC046;
     /* primary CTA, active states, links on cream */
     --green-dk: #5f9c33;
     /* text-on-white green: the light green fails contrast as text */
     --brown: #612D14;
     /* headings, product titles */
     --cream: #F9F7F2;
     /* section backgrounds, trust strip */
     --ink: #2C2C2C;
     /* body */
     --grey: #6B6B6B;
     /* secondary, captions */
     --line: #e6e3da;
     /* every border and divider */
     --ph: #e4e2da;
 }

 .accordion-item {
     border-bottom: 1px solid #e5e0d8;
 }

 .accordion-item__summary {
     padding: 1.3rem 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     cursor: pointer;
     list-style: none;
 }

 .accordion-item__summary::-webkit-details-marker {
     display: none;
 }

 .accordion-item__heading {
     font-size: 17px;
     font-weight: 800;
     color: var(--brown);
     line-height: 1.25;
 }

 .accordion-item__icon {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 1.4rem;
     height: 1.4rem;
     flex-shrink: 0;
     color: #6b8e4e;
 }

 .icon-plus__vertical,
 .icon-plus path {
     stroke-width: 1.5;
 }

 .icon-plus__vertical {
     transform-origin: center;
     transition: transform 0.2s ease;
 }

 .accordion-item[open] .icon-plus__vertical {
     transform: scaleY(0);
 }

 .accordion-item__content {
     padding: 10px 0 1.4rem 0;
     color: #3c3a33;
     font-size: 14px;
     font-weight: 500;
     line-height: 1.6;
     animation: accordion-fade 0.15s ease;
 }

 @keyframes accordion-fade {
     from {
         opacity: 0;
     }

     to {
         opacity: 1;
     }
 }

     {
     % comment %
 }

 How to ship tab accordion css {
     % endcomment %
 }

 .p-ship2 {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 20px;
     margin-bottom: 16px;
 }

 .p-ship2ic svg {
     width: 19px;
     height: 19px;
     stroke: currentColor;
     fill: none;
     stroke-width: 1.8;
     stroke-linecap: round;
     stroke-linejoin: round;
 }

 .p-ship2col {
     display: flex;
     gap: 11px;
 }

 .p-ship2ic {
     width: 34px;
     height: 34px;
     flex: none;
     border-radius: 8px;
     background: #eef4e7;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #5b972f;
 }

 .product-gallery .flickity-page-dots {
     display: none;
 }

 .p-ship2col b {
     color: #612D14;
     font-size: 14px;
     display: block;
     margin-bottom: 3px;
     font-weight: bold;
 }

 figure.p-shipfig {
    margin: 0 0 14px;
 }

 .p-shipfig img {
     width: 100%;
     height: auto;
     display: block;
     border-radius: 10px;
     /* margin: 0 0 20px; */
 }
.p-shipfig figcaption {
    font-size: 12px;
    color: var(--grey);
    margin-top: 6px;
}

.p-shipdis {
    display: block;
    color: #8f8a7d;
    font-size: 11.5px;
    margin-top: 3px;
    line-height: 1.4;
}
 .p-shiplist {
     list-style: none;
     margin: 8px 0 0;
     padding: 0;
     display: flex;
     flex-direction: column;
     gap: 10px;
 }

 .p-shiplist li {
     font-size: 14.5px;
     color: #3c3a33;
     line-height: 1.55;
     margin-bottom: 0;
     font-weight: normal;
 }

 .p-shiplist b {
     color: #612D14;
 }

 .p-shiplist a {
     color: #5b972f;
     font-weight: 700;
     text-decoration: none;
     white-space: nowrap;
 }

     {
     % comment %
 }

 End How to ship tab accordion css {
     % endcomment %
 }

 .p-origin {
     display: grid;
     grid-template-columns: 1fr 210px;
     gap: 22px;
     align-items: start;
 }

 .p-acc-b p {
     font-size: 14.5px;
     color: #3c3a33;
     line-height: 1.55;
     margin: 0 0 10px;
     max-width: 70ch;
 }
.p-rnote {
    font-size: 12.5px;
    color: var(--grey);
    font-style: italic;
    margin: 0 0 12px;
}
.p-rstudy {
    margin: 0 0 13px;
    padding-left: 12px;
    border-left: 2px solid #e2e8d6;
}
.p-rstudy b {
    display: block;
    color: var(--brown);
    font-size: 14px;
    margin-bottom: 3px;
}
.p-rstudy a {
    color: var(--green-dk);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.p-rdisc {
    font-size: 12px;
    color: var(--grey);
    line-height: 1.45;
    margin: 14px 0 0;
    padding-top: 11px;
    border-top: 1px solid #e2e8d6;
}
.p-rdisc b {
    color: var(--brown);
}
.p-lablink {
    color: var(--green-dk);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}
 .xp-src {
    font-style: italic;
}

.accordion-item__content p {
    font-weight: normal;
    /* margin-bottom: 5px; */
    margin-bottom: 10px;
}
.accordion-item__content p:last-child {
    margin-bottom: 5px;
}
 .p-mapfig {
     margin: 0;
     background: #eef4e7;
     border-radius: 10px;
     padding: 10px 10px 8px;
     text-align: center;
 }

 .p-mapfig figcaption {
     font-size: 11.5px;
     font-weight: 700;
     color: var(--green-dk);
     letter-spacing: .02em;
     margin-top: 4px;
 }
.p-allergen {
    background: #fdf6ec;
    border: 1px solid #ecdcc0;
    border-radius: 8px;
    padding: 11px 13px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #4a463b;
}
.p-allergen b {
    color: var(--brown);
}
.p-acc-b p {
    font-size: 14.5px;
    color: #3c3a33;
    line-height: 1.55;
    margin: 0 0 10px;
    max-width: 70ch;
}
.p-deflist {
    margin: 6px 0 14px;
    padding-left: 19px;
}
.p-deflist li {
    margin: 7px 0;
    font-size: 13.5px;
    line-height: 1.55;
    color: #3c3a33;
}
.p-deflist li b {
    color: var(--brown);
}
 .p-labcard {
     display: grid;
     grid-template-columns: 1fr 200px;
     gap: 22px;
     align-items: start;
 }

 .p-cklist2 svg {
     width: 20px;
     height: 20px;
     flex: none;
 }

 .p-cklist2 li {
     display: flex;
     gap: 10px;
     align-items: center;
     margin: 8px 0;
     font-size: 13.5px;
     color: #3c3a33;
     font-weight: 600;
 }

 .p-cklist2 {
     list-style: none;
     padding: 0;
     margin: 6px 0 14px;
 }

 .p-labcard .p-btn {
     display: inline-block;
     background: none;
     color: var(--green-dk);
     font-weight: 700;
     padding: 0;
     border-radius: 0;
     text-decoration: underline;
     text-underline-offset: 2px;
     font-size: 13.5px;
     margin: 2px 0 0;
 }

 .p-kosher-mark {
     display: flex;
     align-items: center;
     gap: 11px;
     margin-top: 14px;
     padding-top: 13px;
     border-top: 1px solid #e2e8d6;
 }

 .p-kosher-mark img {
     width: 46px;
     height: auto;
     flex: none;
     opacity: .9;
 }

 .p-kosher-mark .p-km-txt {
     font-size: 12px;
     color: var(--grey);
     line-height: 1.4;
 }

 .p-kosher-mark .p-km-txt b {
     color: var(--brown);
     font-weight: 700;
     display: block;
     font-size: 12.5px;
 }
 details.accordion-item.Questions .accordion-item__content p strong {
     color: var(--brown);
     font-weight: bold;
 }
 /* details.accordion-item.Questions .accordion-item__content p:has(strong) {
    margin-bottom: 0;
 } */
 /* details.accordion-item.Questions .accordion-item__content.rte p {
  margin: 0;
}

 details.accordion-item.Questions .accordion-item__content.rte p strong {
  display: block;
  margin-top: 16px;
}

 details.accordion-item.Questions .accordion-item__content.rte p:first-child strong {
  margin-top: 0;
} */
details.accordion-item.Questions .accordion-item__content.rte p > strong, .accordion-item.Ingredients p > strong{
  display: block;
  margin-top: 16px;
}
details.accordion-item.Questions .accordion-item__content.rte p > em > strong{
  font-style: normal;
}
.accordion-item.Questions .accordion-item__content.rte p , .accordion-item.Ingredients p{
  margin-bottom: 0;
}

.accordion-item.Questions .accordion-item__content.rte p strong {
  display: inline;
}

details.accordion-item.How.it.Ships ul li strong {
    color: var(--brown);
    font-weight: bold;
}
details.accordion-item.How.it.Ships a{
   color: var(--green-dk);
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
 .accordion-item__content p strong {
     color: var(--brown);
     font-weight: bold;
 }
details.accordion-item.Ingredients .accordion-item__content  ul li{
    font-weight: normal;
}
details.accordion-item.Ingredients .accordion-item__content  ul li:last-child {
    margin-bottom:0;
}
   .p-cnotes {
    font-size: 14px;
    color: #3c3a33;
    margin: 2px 0 10px;
  }

  .p-cnl {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--grey);
    margin-right: 6px;
  }

  .p-cspec {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3px 14px;
    margin: 0 0 12px;
    font-size: 13px;
  }

  .p-cspec dd {
    margin: 0;
    color: var(--ink);
    font-weight: 600;
  }
  
 .product-page .product-form__quantity-box button:after {
     display: none;
 }

 .product-page summary.accordion-item__summary:hover {
     background: #faf8f2;
 }

 .product-page .product-form__quantity-box button {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 0.5rem;
     border: 0;
     background: #fff;
     font-size: 22px;
     font-weight: 700;
     color: var(--ink);
     width: 40px;
     height: 44px;
     cursor: pointer;
     line-height: 1;
 }

 .product-form__quantity-box input {
     min-width: 38px;
     text-align: center;
     font-weight: 700;
     font-size: 15px;
 }

 .trust-badge__icon {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
 }

 .trust-badges-row {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 10px;
     margin-top: 4px;
     border-top: 1px solid var(--line);
     padding-top: 14px;
 }

 .trust-badges-row span.trust-badge__label {
     max-width: 140px;
 }

 .trust-badge {
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
     gap: 6px;
     font-size: 11px;
     font-weight: 700;
     color: var(--brown);
     line-height: 1.25;
 }

 /* Popup */
 a.p-ingrlink {
     display: inline-flex;
     align-items: center;
     gap: 7px;
     width: max-content;
     margin: -2px 0 0px;
     color: var(--green-dk);
     font-size: 13.5px;
     font-weight: 700;
     text-decoration: underline;
     text-underline-offset: 3px;
     cursor: pointer;
 }

 .p-ingrlink svg {
     width: 15px;
     height: 15px;
     flex: none;
 }

 .p-ingr-modal {
     position: fixed;
     inset: 0;
     display: none;
     z-index: 9999;
 }

 .p-ingr-modal.active {
     display: block;
 }

 .p-ingr-overlay {
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, .45);
 }

 .p-ingr-popup {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background: #fff;
     border-radius: 14px;
     padding: 22px 24px 20px;
     max-width: 420px;
     width: 100%;
     max-height: calc(100vh - 48px);
     box-shadow: 0 18px 50px rgba(20, 20, 15, .3);
 }

 .p-ingr-popup h3 {
     margin: 0 0 10px;
     font-size: 17px;
     color: var(--brown);
 }

 .p-ingr-body p,
 .p-ingr-body ul li {
     margin: 0 0 10px;
     font-size: 14.5px;
     line-height: 1.55;
     color: var(--ink);
 }
 .p-ingr-body ul li:last-child,
 .p-ingr-body p:last-child {
     margin-bottom: 0;
 }

 .p-ingr-body strong {
     color: #5b2d17;
 }

 .p-ingr-close {
     position: absolute;
     top: 10px;
     right: 10px;
     width: 34px;
     height: 34px;
     border: 0;
     background: transparent;
     color: #777;
     font-size: 36px;
     line-height: 1;
     cursor: pointer;
     transition: .2s;
 }

 .p-ingr-close:hover {
     color: #222;
 }
.p-ingr-list {
    margin: 0 0 10px;
    font-size: 14.5px;
    line-height: 1.55;
    color: #2c2c2c;
}
.p-ingr-fr {
    margin: 0 0 12px;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--grey);
}
.p-ingr-note {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #4a463b;
    background: #fdf6ec;
    border: 1px solid #ecdcc0;
    border-radius: 8px;
    padding: 10px 12px;
}
.p-ingr-foot {
    margin: 8px 0 0;
    font-size: 11.5px;
    color: var(--grey);
    line-height: 1.45;
}
 body.p-popup-open {
     overflow: hidden;
     touch-action: none;
 }

.loop-widget-sp-selector-label {
    width: 100%;
    padding: 3px 8px !important;
    position: unset;
    margin-bottom: 0 !important;
    display: inline-block;
    letter-spacing: .08em;
}
.loop-widget-sp-selector-wrapper{
    flex-direction:column;
    margin-top: 12px;
}
.loop-widget-purchase-option-compare-at-price {
    order: 2;
    color: var(--grey);
    font-weight: 600;
    font-size: 12.5px;
}
.loop-widget-purchase-option-label {
    margin: 0;
}
.loop-widget-purchase-option-discount-badge {
    padding: 0 0 0 5px;
}
.loop-widget-spg-container {
    margin-top: 10px;
    border-top: 1px solid #e2e8d6;
}
.loop-widget-purchase-options-container [data-loop-widget-selling-plan-group] {
    position: relative;
}
.loop-widget-purchase-options-container [data-loop-widget-selling-plan-group]::after {
    content: "Best Value";
    position: absolute;
    top: -10px;
    right: 14px;
    background: var(--green);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 10px;
    border-radius: 6px;
}
.loop-widget-purchase-option.loop-widget-purchase-option-onetime .loop-widget-purchase-option-price {
    color: #2C2C2C;
}
.loop-widget-sp-selector-description {
    opacity: 1 !important;
}
.product-gallery__main {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 4px;
}
.product-gallery {
    gap: 20px;
}
 @media (max-width: 749px) {
    .p-ingr-popup {
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 32px);
        padding: 24px;
        border-radius: 16px;
    }

    .p-ship2,
    .p-origin,
    .p-labcard {
        grid-template-columns: 1fr;
    }

    .p-ingr-popup h3 {
        font-size: 28px;
    }

    .p-ingr-body {
        font-size: 16px;
    }

    .trust-badges-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
 }

 /* Shipping */
 .p-freeship {
     position: relative;
     display: inline-flex;
     width: max-content;
     max-width: 100%;
     align-items: center;
     gap: 8px;
     font-size: 13.5px;
     color: #3c3a33;
     margin: 3px 0 0;
 }

 .p-fsicon {
     width: 17px;
     height: 17px;
     color: var(--green-dk);
     flex: none;
 }

 .p-fslink {
     color: var(--green-dk);
     font-weight: 700;
     text-decoration: underline;
     text-underline-offset: 2px;
     cursor: pointer;
 }

 .p-fsplain {
     width: 100%;
     margin-left: 28px;
     margin-top: 6px;
     color: #777;
     font-size: 14px;
 }

 /* .p-tip {
     position: absolute;
     left: 0;
     bottom: 100%;
     margin-bottom: 14px;
     width: 300px;
     max-width: 78vw;
     background: #20321c;
     color: #eef3ea;
     font-size: 12.5px;
     line-height: 1.5;
     padding: 11px 13px;
     border-radius: 8px;
     box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
     opacity: 0;
     visibility: hidden;
     transform: translateY(8px);
     transition: opacity .25s, transform .25s, visibility .25s;
     z-index: 1100;
 }

 .p-freeship:focus-within .p-tip,
 .p-tip.active {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
 }

 .p-tip::before {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: -20px;
     height: 20px;
     background: transparent;
 } */
  
  .p-tip {
    position: fixed;
    width: 300px;
    max-width: 78vw;
    background: #20321c;
    color: #eef3ea;
    font-size: 12.5px;
    line-height: 1.5;
    padding: 11px 13px;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .25s, transform .25s, visibility .25s;
    z-index: 1100;
}

.p-freeship:focus-within .p-tip,
.p-tip.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.p-tip::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #20321c;
    transform: rotate(45deg);
    left: 20px;
}

.p-tip.p-tip-above::after {
    bottom: -7px;
    border-top-color: #20321c;
}

.p-tip.p-tip-below::after {
    top: -7px;
    border-bottom-color: #20321c;
}
.page-width.product-tabs-container .tab {
    /* background: #D3D3D3; */
    background: #fff;
}
.page-width.product-tabs-container .tab button {
    color: #000;
}
.page-width.product-tabs-container #sa_review_widget #SA_review_wrapper .SA__social-share-wrapper {
    display: none;
}
.page-width.product-tabs-container .tab button:hover {
    color: #fff;
}
 .p-tip::after {
     content: "";
     position: absolute;
     left: 28px;
     bottom: -7px;
     width: 14px;
     height: 14px;
     background: #1d3518;
     transform: rotate(45deg);
 }

 .p-tip .rte {
     color: #fff;
 }

 .p-tip .rte p {
     margin: 0 0 14px;
     line-height: 1.55;
     font-size: 15px;
 }

 .p-tip .rte p:last-child {
     margin-bottom: 0;
 }

 .p-tip .rte strong {
     color: #b9df7b;
     font-weight: 700;
 }

 .p-tip a {
     display: inline-block;
     margin-top: 10px;
     color: #d8efaa;
     font-weight: 700;
     text-decoration: underline;
 }

 .p-tip a:hover {
     opacity: .85;
 }

 [data-payment-terms-target] {
     width: 100%;
     display: none;
 }

 .product-block.product-block--price {
     margin-top: 0;
 }

 span.weight-unit-price_pd {
     font-size: 13px;
     color: var(--grey);
     font-weight: 600;
     padding-left: 10px;
 }

 .product__title {
     font-size: 32px;
     line-height: 1.08;
     margin: 0;
     color: var(--brown);
     letter-spacing: -.01em;
     font-weight: bold;
 }

 .price-container__price span.money {
     font-size: 28px;
     font-weight: 800;
     color: var(--ink);
 }
span.product__unavailable-text span {
  background: var(--brown);
  padding: 2px 11px;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
}
 .product__add-to-cart-button {
     background: var(--green);
     color: #fff;
     font-weight: 800;
     border: 1px solid var(--green);
     border-radius: 10px;
     padding: 15px;
     font-size: var(--fs-cta);
     cursor: pointer;
     font-family: inherit;
     line-height: 1;
 }

 .product-form__quantity-box {
     max-width: 8.25rem;
     border: 1.5px solid var(--line);
     border-radius: 9px;
 }

 .shopify-section.section-featured-highlights {
     margin: 0;
 }

 .p-acc-b {
    /* padding: 0 2px 22px; */
    padding: 0 2px 0;
}
.p-acc-b p {
    font-size: 14.5px;
    color: #3c3a33;
    line-height: 1.55;
    margin: 0 0 10px;
    max-width: 70ch;
}

.xp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 14px 0 16px;
}

.xp-stat {
    background: #f5f8ef;
    border: 1px solid #e4ecd8;
    border-radius: 12px;
    padding: 14px 15px;
}

.xp-num {
    font-size: 25px;
    font-weight: 800;
    color: #4e8a2b;
    line-height: 1;
}
.xp-lab {
    font-size: 12px;
    color: #3c3a33;
    line-height: 1.4;
    margin-top: 7px;
}
.xp-list {
    list-style: none;
    padding: 0;
    margin: 2px 0 14px;
}
.xp-list li {
    position: relative;
    padding-left: 24px;
    font-size: 13.5px;
    line-height: 1.55;
    color: #3c3a33;
    margin: 0 0 8px;
}

.xp-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--green);
    font-weight: 800;
}
.p-acc-b p:last-child {
    margin-bottom: 0;
}

 /* @media (max-width:749px) {
    .p-freeship {
        width: 100%;
    }

    .p-tip {
        left: 50%;
    bottom: calc(100% + 0px);
        transform: translate(-50%, 8px);
        width: min(360px, calc(100vw - 32px));
    }

    .p-tip.active,
    .p-freeship:hover .p-tip,
    .p-freeship:focus-within .p-tip {
        transform: translate(-50%, 0);
    }

    .p-tip::after {
        left: 28px;
        bottom: -7px;
        transform: rotate(45deg);
    }

 } */

 @media (max-width: 749px) {
    .p-freeship {
        width: 100%;
    }

    .p-tip {
        width: min(360px, calc(100vw - 32px));
    }

    .p-tip::after {
        left: 28px; 
    }
}

 @media screen and (min-width: 768px) {
    .product-gallery__wrapper {
        position: sticky;
        /* top: 16px; */
        top: 100px;
        align-self: start;
    }
 }

 .product-page .product-gallery__thumbnail img {
    display: block;
    width: auto;
    height: 74px;
}

 .product-block .weight-options::-webkit-scrollbar {
     display: none;
 }

 .product-block .weight-options {
     flex-wrap: nowrap;
     overflow: auto;
     padding: 10px 0 0;
     margin: 0;
 }

 .custom-weight-options {
     position: relative;
 }

 .weight-options {
     display: flex;
     overflow-x: auto;
     scrollbar-width: none;
 }

 .weight-options::-webkit-scrollbar {
     display: none;
 }

 /* Fade overlays */
 .custom-weight-options::before,
 .custom-weight-options::after {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     width: 24px;
     pointer-events: none;
     z-index: 10;
     opacity: 0;
     transition: opacity .2s ease;
 }

 .custom-weight-options::before {
     left: -1px;
     background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
 }

 .custom-weight-options::after {
     right: -1px;
     background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
 }

 .custom-weight-options.show-left::before {
     opacity: 1;
 }

 .custom-weight-options.show-right::after {
     opacity: 1;
 }

 @media screen and (max-width: 1024px) {
    .product-page .product-content {
        grid-template-columns: 1fr 1fr;
        padding: 20px 0 0;
        display: flex;
    }

    .product-gallery__wrapper,
    .product-details.product-options-style--radio {
        width: 50%;
    }

    .product-page .product__title {
        font-size: 28px;
        line-height: normal;
    }

    .product .main__wrapper {
        margin: 0;
        padding: 0 15px;
    }
 }

 @media screen and (max-width: 767px) {
    .product-page .product-gallery__thumbnail-image-wrapper {
        width: 84px;
        height: 84px;
    }

    .accordion-item__summary {
        padding: 17px 0;
    }

    .accordion-item__heading {
        font-size: 15px;
    }

    .product-page .product-content {
        display: flex;
        flex-wrap: wrap;
    }

    .product-page .product-form form {
        grid-template-columns: 120px 1fr;
        gap: 0 12px;
    }

    .product-gallery__wrapper,
    .product-details.product-options-style--radio {
        width: 100%;
    }

    .product-page .product-gallery__thumbnail img {
        display: block;
        width: auto;
        height: auto;
    }

    .product-page .product__title {
        font-size: 26px;
        line-height: normal;
    }

    .product-block .weight-options {
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0;
        padding: 10px 0 0;
    }
 }