.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.newsletter-section{background:var(--newsletter-bg)}.newsletter__panel{background:var(--newsletter-card-bg);border:1px solid #efe8db;border-radius:var(--newsletter-radius)}.newsletter__panel--shadow{box-shadow:0 18px 50px #11182714}.newsletter__visual{background:linear-gradient(145deg,var(--newsletter-accent) 0%,#143622 100%);min-height:100%;position:relative}.newsletter__image{display:block;height:100%;min-height:320px;object-fit:cover;width:100%}.newsletter__fallback-visual,.newsletter__content{display:flex;flex-direction:column;justify-content:center;min-height:100%;padding:2.5rem}.newsletter__fallback-visual{color:#fff}.newsletter__eyebrow{color:var(--newsletter-accent);display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;margin-bottom:.8rem;text-transform:uppercase}.newsletter__fallback-visual .newsletter__eyebrow{color:#ffffffd1}.newsletter__visual-heading{color:#fff;font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.newsletter__intro,.newsletter__small-print{color:#5f6e68}.newsletter__intro>*:last-child{margin-bottom:0}.newsletter__label{font-weight:600}.newsletter__small-print{font-size:.92rem}@media screen and (max-width:991px){.newsletter__fallback-visual,.newsletter__content{padding:2rem}.newsletter__image{min-height:240px}}.prod-packs-fieldset{margin:0}.prod-pack{display:block;-webkit-user-select:none;user-select:none;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.prod-pack:focus-visible,.prod-pack-radio:focus-visible+.prod-pack{outline:2px solid #079643;outline-offset:2px}.quantity-input-group{background-color:#fff;border-color:#ced4da!important}.quantity-btn{border:none;background:transparent;cursor:pointer;font-size:.85rem;transition:background-color .15s ease}.quantity-btn:hover{background-color:#f1f3f5}.quantity-field::-webkit-outer-spin-button,.quantity-field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-marquee{position:relative;width:100%;overflow:hidden;background-color:var(--marquee-bg, #00da4bff);color:var(--marquee-color, #1d332d);padding-top:var(--marquee-padding-top, 12px);padding-bottom:var(--marquee-padding-bottom, 12px);border-radius:var(--marquee-border-radius, 0px);box-sizing:border-box;user-select:none;-webkit-user-select:none}.product-marquee--contained{max-width:1320px;margin-left:auto;margin-right:auto;border-radius:var(--marquee-border-radius, 8px)}.product-marquee--shadow{box-shadow:0 4px 16px #00000014}.product-marquee__inner{display:flex;width:100%;overflow:hidden}.product-marquee__track{display:flex;flex-shrink:0;width:max-content;will-change:transform}.product-marquee__group{display:flex;align-items:center;flex-shrink:0;justify-content:space-around;gap:var(--marquee-gap, 32px);padding-right:var(--marquee-gap, 32px);animation:marquee-scroll-left var(--marquee-duration, 65s) linear infinite}.product-marquee__track--right .product-marquee__group{animation-name:marquee-scroll-right}.product-marquee--pause-hover:hover .product-marquee__group{animation-play-state:paused}.product-marquee__item{display:inline-flex;align-items:center;gap:8px;font-size:var(--marquee-font-size, 15px);font-weight:var(--marquee-font-weight, 600);font-style:var(--marquee-font-style, normal);text-transform:var(--marquee-text-transform, none);letter-spacing:var(--marquee-letter-spacing, .5px);line-height:1.4;white-space:nowrap;color:inherit;transition:transform .25s ease}.product-marquee--item-hover .product-marquee__item:hover{transform:scale(1.06)}.product-marquee__link{color:inherit;text-decoration:none;transition:opacity .2s ease}.product-marquee__link:hover{opacity:.8;text-decoration:underline}.product-marquee__icon{display:inline-flex;align-items:center;justify-content:center;font-size:var(--marquee-icon-size, 16px);color:var(--marquee-icon-color, inherit)}.product-marquee__separator{display:inline-flex;align-items:center;font-size:var(--marquee-separator-size, 14px);color:var(--marquee-separator-color, inherit);opacity:.55;margin-left:8px}@keyframes marquee-scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes marquee-scroll-right{0%{transform:translate(-100%)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.product-marquee__group{animation-play-state:paused}}.product-questions-section{background:linear-gradient(180deg,#fff,#f5f9f2)}.product-questions__eyebrow{color:#1e6f3e;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;margin-bottom:.8rem;text-transform:uppercase}.product-questions__intro,.product-questions__support-copy,.product-questions__answer{color:#5f6e68}.product-questions__list{display:grid;gap:1rem}.product-questions__item{border-radius:1.1rem;overflow:hidden}.product-questions__summary{align-items:center;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;list-style:none;padding:1.35rem 1.5rem}.product-questions__summary::-webkit-details-marker{display:none}.product-questions__tag{color:#1e6f3e;display:block;font-size:.74rem;font-weight:700;letter-spacing:.1em;margin-bottom:.45rem;text-transform:uppercase}.product-questions__question{color:#163723;display:block;font-size:1.08rem;font-weight:600;line-height:1.45}.product-questions__icon{background:#eef4ee;border-radius:999px;flex:0 0 2.5rem;height:2.5rem;position:relative;width:2.5rem}.product-questions__icon:before,.product-questions__icon:after{background:#1e6f3e;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .2s ease}.product-questions__icon:before{height:2px;width:14px}.product-questions__icon:after{height:14px;width:2px}.product-questions__item[open] .product-questions__icon:after{transform:translate(-50%,-50%) scaleY(0)}.product-questions__answer{padding:0 1.5rem 1.5rem}.product-questions__answer>*:last-child,.product-questions__intro>*:last-child,.product-questions__support-copy>*:last-child{margin-bottom:0}.product-questions__support{background:#163723;border-radius:1.1rem;color:#fff}.product-questions__support h3,.product-questions__support .product-questions__support-copy{color:inherit}.product-questions__support .btn-dark{background:#fff;border-color:#fff;color:#163723}.product-reviews-section{background:linear-gradient(180deg,#f8f5ed,#fff)}.product-reviews__eyebrow{color:#1e6f3e;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.14em;margin-bottom:.85rem;text-transform:uppercase}.product-reviews__intro,.product-reviews__summary-copy,.product-reviews__results-summary,.product-reviews__review-body{color:#55635f}.product-reviews__count-badge{background:#fff3cd;color:#2b2b2b;font-size:.95rem;padding:.9rem 1.15rem}.product-reviews__summary-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.product-reviews__summary-card{background:#fff;border-radius:1.25rem;overflow:hidden}.product-reviews__summary-card--actions{background:linear-gradient(145deg,#1e6f3e,#295b36);color:#fff}.product-reviews__summary-card--actions .product-reviews__summary-label,.product-reviews__summary-card--actions .product-reviews__summary-copy{color:inherit}.product-reviews__summary-label,.product-reviews__control-label{color:#6a776f;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-reviews__summary-value{color:#1d3527;font-size:clamp(2rem,3vw,3rem);font-weight:700;line-height:1;margin-bottom:.75rem}.product-reviews__summary-card--actions .product-reviews__action-button{min-width:160px}.product-reviews__summary-card--actions .btn-dark{background:#fff;border-color:#fff;color:#163723}.product-reviews__summary-card--actions .btn-outline-dark{border-color:#ffffffa6;color:#fff}.product-reviews__summary-card--actions .btn-outline-dark:hover,.product-reviews__summary-card--actions .btn-outline-dark:focus-visible{background:#ffffff1f;border-color:#fff;color:#fff}.product-reviews__toolbar,.product-reviews__review-card,.product-reviews__form-wrapper .card{border-radius:1.25rem}.product-reviews__stars,.product-reviews__review-stars{display:inline-flex;flex-wrap:wrap;gap:.2rem}.product-reviews__stars{font-size:1.05rem;margin-bottom:.85rem}.product-reviews__review-stars{color:#f0b429;font-size:.95rem}.product-reviews__star{color:#d9d9d9}.product-reviews__star.is-filled,.product-reviews__star.is-half{color:#f0b429}.product-reviews__filter-button{background:#fff;border:1px solid #d9dfdb;border-radius:999px;color:#1d3527;font-size:.92rem;font-weight:600;padding:.65rem .95rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.product-reviews__filter-button:hover,.product-reviews__filter-button:focus-visible,.product-reviews__filter-button.is-active{background:#1e6f3e;border-color:#1e6f3e;color:#fff}.product-reviews__filter-button:disabled{background:#f5f5f5;border-color:#ececec;color:#a0aba5;cursor:not-allowed}.product-reviews__review-card{border:1px solid #ebefe9;height:100%}.product-reviews__review-card .card-body{display:flex;flex-direction:column;gap:1rem}.product-reviews__review-meta{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.product-reviews__review-title{color:#1d3527;font-size:1.1rem;line-height:1.4;margin:0}.product-reviews__review-date,.product-reviews__review-author{color:#6a776f;font-size:.92rem}.product-reviews__review-author{font-weight:600;margin-top:auto}.product-reviews__review-body>*:last-child{margin-bottom:0}.product-reviews__empty-state{border-radius:1rem;padding:1rem 1.25rem}.product-reviews__source .spr-container,.product-reviews__source .spr-summary,.product-reviews__source .spr-reviews,.product-reviews__source .spr-form{max-width:100%}.product-reviews-section[data-enhanced=true] [data-product-reviews-source-wrapper]{display:none}@media screen and (max-width:767px){.product-reviews__summary-card--actions .product-reviews__action-button{width:100%}.product-reviews__review-meta{align-items:stretch;flex-direction:column;gap:.65rem}}.recently-viewed__grid:empty+[data-recently-viewed-empty]{display:block}.recently-viewed__card{min-height:100%}.recently-viewed__placeholder{align-items:center;aspect-ratio:1 / 1;background:#eef4ee;color:#1e6f3e;display:flex;font-size:.95rem;font-weight:700;justify-content:center;text-align:center}.testimonials .testimonial{background:#fff;border:0;color:inherit;display:block;height:100%;padding:0;text-align:left;width:100%}.testimonials .testimonial:focus-visible{outline:3px solid #1e6f3e;outline-offset:3px}.testimonials .testimonial .card-body,.testimonials__name,.testimonials__quote{display:block}.testimonials__quote{margin:0 0 1rem;font-style:italic}.testimonials__modal{align-items:center;display:none;top:0;right:0;bottom:0;left:0;justify-content:center;padding:24px;position:fixed;z-index:1100}.testimonials__modal.is-open{display:flex}.testimonials__modal-backdrop{background:#000000b3;top:0;right:0;bottom:0;left:0;position:absolute}.testimonials__modal-content{background:#fff;max-height:90vh;max-width:1000px;overflow-y:auto;position:relative;width:100%;z-index:1;border-radius:12px}.testimonials__modal-close{background:#fff;border:1px solid #e0e0e0;border-radius:50%;color:#222;font-size:16px;height:36px;width:36px;position:absolute;right:14px;top:14px;z-index:10;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;line-height:1;box-shadow:0 2px 6px #0000001f;transition:background-color .2s ease,color .2s ease,transform .2s ease}.testimonials__modal-close:hover{background-color:#f2f5f3;color:#000;transform:scale(1.05)}.testimonials__modal-close:focus-visible{outline:2px solid #0DB551;outline-offset:2px}.testimonials__modal-close i{display:flex;align-items:center;justify-content:center;line-height:1}.testimonials__modal-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,1fr);min-height:520px}.testimonials__modal-media{background:#f4f6f4;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.testimonials__modal-media-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.testimonials__modal-media-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:400px;background:#eef5f0;color:#0a5629;font-size:3.5rem;opacity:.35}.testimonials__modal-content-side{background:#fff;display:flex;flex-direction:column;padding:32px;gap:20px;overflow-y:auto;box-sizing:border-box}.testimonials__modal-copy{flex:1 1 50%;display:flex;flex-direction:column;justify-content:center}.testimonials__modal-quote{font-size:1.15rem;line-height:1.65;color:#222;margin:8px 0 14px;font-style:italic}.testimonials__modal-author p{font-size:1rem;color:#111}.testimonials__modal-product{flex:1 1 50%;display:flex;flex-direction:column;justify-content:center;border-top:1px solid #e5ebe6;padding-top:18px}.testimonials__product-tag .badge{font-size:11px;background-color:#e8f7ee;color:#0a5629;border:1px solid #C2F0D5}.testimonials__product-card{display:flex;align-items:center;gap:18px;background:#f8faf8;border:1px solid #dce8df;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000a}.testimonials__product-thumb-wrap{width:105px;height:105px;border-radius:10px;overflow:hidden;background:#fff;border:1px solid #eef2ef;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:4px}.testimonials__product-thumb{width:100%;height:100%;object-fit:contain;display:block}.testimonials__product-details{flex-grow:1;min-width:0;padding:0}.testimonials__product-title{font-size:1.1rem;font-weight:700;color:#163723;margin:0 0 4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.testimonials__product-price{font-size:1.05rem;font-weight:700;color:#0a5629;margin:0 0 6px;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.testimonials__product-price .compare-price{color:#888;font-size:.9rem;font-weight:400;text-decoration:line-through}.testimonials__product-price .save-badge{font-size:11px;font-weight:600;background-color:#fde8e8;color:#9b1c1c;padding:2px 6px}.testimonials__product-desc{font-size:.85rem;color:#555;line-height:1.45;margin:0 0 10px}.testimonials__product-btn{font-size:.85rem;padding:7px 18px;border-radius:20px;font-weight:600;display:inline-flex;align-items:center;gap:6px;background-color:#0db551;border-color:#0db551;color:#fff;transition:background-color .2s ease,transform .2s ease}.testimonials__product-btn:hover{background-color:#0a8f40;border-color:#0a8f40;transform:translateY(-1px);color:#fff}.testimonials__modal-grid--classic{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)}.testimonials__modal-grid--classic .testimonials__modal-testimonial{background:#f7f7f2;display:flex;flex-direction:column}.testimonials__classic-media-img{display:block;height:auto;width:100%}.testimonials__modal-copy--classic{padding:32px}.testimonials__classic-quote{font-size:1.2rem;line-height:1.6;margin:0 0 1rem;font-style:italic}.testimonials__modal-product--classic{border-left:1px solid #e5e5e5;background:#fff;display:flex;flex-direction:column}.testimonials__classic-prod-img{display:block;height:auto;width:100%}.testimonials__product-details--classic{padding:32px}.testimonials__classic-prod-title{font-size:1.35rem;color:#163723;margin-bottom:8px}.testimonials__classic-prod-price{font-size:1.15rem;font-weight:700;color:#0a5629;margin-bottom:12px}.testimonials__classic-prod-price s{color:#777;font-size:.9rem;font-weight:400;margin-left:8px}.testimonials__classic-prod-desc{color:#555;font-size:.9rem;line-height:1.5;margin-bottom:20px}body.testimonials-modal-open{overflow:hidden}@media screen and (max-width:767px){.testimonials__modal{padding:12px}.testimonials__modal-grid{grid-template-columns:1fr;min-height:auto}.testimonials__modal-grid--classic{grid-template-columns:1fr}.testimonials__modal-product--classic{border-left:0;border-top:1px solid #e5e5e5}.testimonials__modal-copy--classic,.testimonials__product-details--classic{padding:20px 16px}.testimonials__modal-media,.testimonials__modal-media-img{max-height:280px}.testimonials__modal-content-side{padding:20px 16px;gap:20px}.testimonials__modal-copy{flex:none}.testimonials__modal-product{flex:none;padding-top:16px}.testimonials__modal-quote{font-size:1rem}.testimonials__product-card{padding:12px;gap:12px}.testimonials__product-thumb-wrap{width:80px;height:80px}.testimonials__product-title{font-size:1rem}}.video-testimonials__preview{background:none;border:0;display:block;padding:0;position:relative;width:100%}.video-testimonials .video-wrap{overflow:hidden;position:relative}.video-testimonials .video-wrap video,.video-testimonials .video-wrap img{display:block;height:100%;object-fit:cover;width:100%}.video-testimonials__placeholder{align-items:center;background:#2d6a25;display:flex;height:100%;justify-content:center;min-height:260px;width:100%}.video-testimonials__play{align-items:center;background:#000000b3;border-radius:50%;color:#fff;display:flex;height:52px;justify-content:center;left:50%;padding-left:3px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .2s ease;width:52px}.video-testimonials__preview:hover .video-testimonials__play,.video-testimonials__preview:focus-visible .video-testimonials__play{transform:translate(-50%,-50%) scale(1.08)}.video-testimonials__modal{align-items:center;display:none;top:0;right:0;bottom:0;left:0;justify-content:center;padding:24px;position:fixed;z-index:1100}.video-testimonials__modal.is-open{display:flex}.video-testimonials__modal-backdrop{background:#000c;top:0;right:0;bottom:0;left:0;position:absolute}.video-testimonials__modal-content{background:#000;max-height:90vh;max-width:430px;position:relative;width:100%;z-index:1;border-radius:12px;overflow:hidden}.video-testimonials__embed{aspect-ratio:9 / 16}.video-testimonials__embed iframe{border:0;height:100%;width:100%}.video-testimonials__modal-close{background:#fff;border:1px solid #e0e0e0;border-radius:50%;color:#222;font-size:16px;height:36px;width:36px;position:absolute;right:12px;top:12px;z-index:10;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;line-height:1;box-shadow:0 2px 6px #0000001f;transition:background-color .2s ease,color .2s ease,transform .2s ease}.video-testimonials__modal-close:hover{background-color:#f2f5f3;color:#000;transform:scale(1.05)}.video-testimonials__modal-close:focus-visible{outline:2px solid #0DB551;outline-offset:2px}.video-testimonials__modal-close i{display:flex;align-items:center;justify-content:center;line-height:1}body.video-testimonials-modal-open{overflow:hidden}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
