.benefits-bar{padding:30px 20px;border-bottom:1px solid #eaeaea}.benefits-bar__inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap}@media(max-width:767px){.benefits-bar__inner{display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none}.benefits-bar__inner::-webkit-scrollbar{display:none}}.benefit-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;flex:1;min-width:0;transition:transform .3s ease}@media(min-width:768px){.benefit-item{flex-direction:row;text-align:left;min-width:200px}}@media(max-width:767px){.benefit-item{flex:0 0 78%;scroll-snap-align:center;background-color:#fff;border:1px solid #eaeaea;border-radius:10px;padding:18px 14px}}.benefit-item:hover{transform:translateY(-5px)}.benefit-icon{width:40px;height:40px;border-radius:10px;background-color:#043119;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .3s ease}@media(min-width:768px){.benefit-icon{width:50px;height:50px}}.benefit-item:hover .benefit-icon{background-color:#28a745}.benefit-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(min-width:768px){.benefit-icon svg{width:24px;height:24px}}.benefit-text{display:flex;flex-direction:column}.benefit-title{font-size:13px;font-weight:800;color:#111;line-height:1.2}@media(min-width:768px){.benefit-title{font-size:14px}}.benefit-subtitle{font-size:11px;color:#666;margin-top:2px;text-decoration:underline;cursor:pointer}@media(min-width:768px){.benefit-subtitle{font-size:12px}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.fc-grid-section{padding:60px 20px;background-color:#fff}.fc-grid__header{text-align:center;margin-bottom:40px}.fc-grid__title{font-size:32px;font-weight:900;color:#111;text-transform:uppercase}.fc-grid__container{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:15px}@media(min-width:768px){.fc-grid__container{justify-content:flex-start;gap:30px}}.fc-product-card{width:100%;max-width:280px;background:#fff;border:1px solid #eaeaea;border-radius:8px;padding:15px;text-align:center;display:flex;flex-direction:column;transition:all .3s ease;text-decoration:none;color:inherit;opacity:0;transform:translateY(30px);animation:fadeUpIn .6s cubic-bezier(.2,.8,.2,1) forwards}@keyframes fadeUpIn{to{opacity:1;transform:translateY(0)}}.fc-product-card:nth-child(1){animation-delay:.1s}.fc-product-card:nth-child(2){animation-delay:.2s}.fc-product-card:nth-child(3){animation-delay:.3s}.fc-product-card:nth-child(4){animation-delay:.4s}.fc-product-card:hover{box-shadow:0 10px 25px #0000001a;border-color:#043119;transform:translateY(-5px)}.fc-product-card__image{width:100%;height:auto;aspect-ratio:1;object-fit:contain;margin-bottom:15px}.fc-product-card__title{font-size:16px;font-weight:800;color:#111;margin-bottom:10px;line-height:1.2;flex-grow:1}.fc-product-card__price{font-size:18px;font-weight:900;color:#2e8b57;margin-bottom:15px}.fc-product-card__compare{font-size:14px;color:#888;text-decoration:line-through;margin-left:5px;font-weight:500}.fc-product-card__btn{display:inline-block;background-color:#043119;color:#fff;font-weight:800;font-size:14px;padding:12px;border-radius:50px;text-transform:uppercase;transition:background-color .2s;width:100%}.fc-product-card__btn:hover{background-color:#022110}.site-footer-wave{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:40px;overflow:hidden;line-height:0}.site-footer-wave__svg{display:block;width:100%;height:90px}.site-footer-wave__layer--1 use{animation:site-footer-wave-move 7s cubic-bezier(.55,.5,.45,.5) infinite;animation-delay:-2s}.site-footer-wave__layer--2 use{animation:site-footer-wave-move 10s cubic-bezier(.55,.5,.45,.5) infinite;animation-delay:-3s}.site-footer-wave__layer--3 use{animation:site-footer-wave-move 13s cubic-bezier(.55,.5,.45,.5) infinite;animation-delay:-4s}.site-footer-wave__layer--4 use{animation:site-footer-wave-move 20s cubic-bezier(.55,.5,.45,.5) infinite;animation-delay:-5s}@keyframes site-footer-wave-move{0%{transform:translate3d(-90px,0,0)}50%{transform:translate3d(85px,0,0)}to{transform:translate3d(-90px,0,0)}}@media(prefers-reduced-motion:reduce){.site-footer-wave__layer use{animation:none}}.site-footer{background-color:#043119;color:#fff;padding:60px 20px 0;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;box-sizing:border-box}.site-footer__inner{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:40px}@media(min-width:768px){.site-footer__inner{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px}}.site-footer__title{font-size:18px;font-weight:800;margin-bottom:20px;color:#fff;text-transform:uppercase}.site-footer__text{font-size:14px;line-height:1.6;color:#d1e5d8}.site-footer__link-list{list-style:none;padding:0;margin:0}.site-footer__link-list li{margin-bottom:10px}.site-footer__link-list a{color:#d1e5d8;text-decoration:none;font-size:14px;transition:color .2s}.site-footer__link-list a:hover{color:#fff;text-decoration:underline}.site-footer__payment-icons{display:flex;gap:10px;flex-wrap:wrap}.site-footer__payment-icons svg{height:24px;width:auto}.site-footer__bottom{background-color:#022110;padding:20px;text-align:center;font-size:13px;color:#8caba3}header{height:5.5rem;display:flex;align-items:center;justify-content:space-between;padding:0 var(--page-margin);background-color:#fff;border-bottom:1px solid #eeeeee}.header__left,.header__center,.header__right{display:flex;align-items:center;flex:1}.header__left{justify-content:flex-start}.header__center{justify-content:center}.header__right{justify-content:flex-end;gap:1.5rem}.header__menu{display:flex;gap:1.5rem}.header__menu a{text-decoration:none;color:var(--color-foreground);font-size:14px}.header__logo-link{text-decoration:none;display:flex;align-items:center}.header__logo-image{max-height:3.5rem;width:auto;display:block}.header__title{margin:0;color:green;font-size:28px;font-weight:500}.header__cart-icon,.header__account{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;cursor:pointer}.header__cart-icon sup{position:absolute;top:-8px;right:-10px;background:#7b2c34;color:#fff;font-size:10px;padding:2px 6px;border-radius:10px;line-height:1.2;font-weight:700}header svg{width:24px;height:24px}.header__hamburger{display:none;background:none;border:none;cursor:pointer;padding:0;color:var(--color-foreground)}@media(max-width:989px){.header__menu{display:none}.header__hamburger{display:flex}.header__account{display:none}}.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}.hero-banner{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;min-height:400px;display:flex;align-items:center;justify-content:flex-start;background-color:#022110;overflow:hidden}@media(min-width:768px){.hero-banner{min-height:500px}}.hero-banner__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:.7}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-banner__content{position:relative;z-index:2;padding:40px 20px;max-width:1200px;margin:0 auto;width:100%;color:#fff;animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards}.hero-banner__title{font-size:32px;font-weight:900;line-height:1.1;margin-bottom:15px;text-transform:uppercase;color:#fff;max-width:600px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media(min-width:768px){.hero-banner__title{font-size:56px}}.hero-banner__subtitle{font-size:16px;font-weight:500;margin-bottom:30px;max-width:500px;line-height:1.4;text-shadow:1px 1px 3px rgba(0,0,0,.5)}@media(min-width:768px){.hero-banner__subtitle{font-size:20px}}@keyframes pulseGlow{0%{box-shadow:0 0 #28a745b3;transform:scale(1)}50%{box-shadow:0 0 0 15px #28a74500;transform:scale(1.02)}to{box-shadow:0 0 #28a74500;transform:scale(1)}}.hero-banner__btn{display:inline-block;background-color:#28a745;color:#fff;font-weight:800;font-size:18px;padding:15px 35px;border-radius:4px;text-decoration:none;text-transform:uppercase;transition:all .3s ease;box-shadow:0 4px 15px #0000004d;animation:pulseGlow 2.5s infinite}.hero-banner__btn:hover{background-color:#218838;transform:translateY(-2px)}.hero-banner__wrapper{display:block;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;text-decoration:none;overflow:hidden}.hero-banner__img-only{width:100%;height:auto;display:block;object-fit:contain}.product-main-wrapper{display:flex;flex-direction:column;gap:30px;padding:20px var(--page-margin);max-width:1200px;margin:0 auto;box-sizing:border-box;width:100%}.product-main-wrapper *{box-sizing:border-box}@media(min-width:768px){.product-main-wrapper{flex-direction:row;gap:50px}}.product-gallery{flex:1;display:flex;flex-direction:column;gap:15px}.product-gallery__main-image img,.product-gallery__main-image svg{width:100%;aspect-ratio:1 / 1;object-fit:contain;border-radius:8px;box-shadow:0 4px 15px #0000001a;background:#f4f4f4}.product-gallery__thumbnails{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.product-gallery__thumbnails::-webkit-scrollbar{display:none}.product-gallery__thumbnails img{width:80px;height:80px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent}.product-gallery__thumbnails img:hover{border-color:#043119}.product-info{flex:1;display:flex;flex-direction:column;gap:15px}.product__scarcity-pill{background-color:#043119;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;width:fit-content}.product__scarcity-pill span{margin-right:8px;color:#ff6b6b}.product__reviews{display:flex;align-items:center;gap:10px;font-size:15px;color:#555}.product__reviews-stars{color:#f5c518;letter-spacing:2px;font-size:18px}.product__title{font-size:28px;font-weight:800;line-height:1.2;margin:0;color:#111}.product__description{font-size:15px;line-height:1.6;color:#444}.product__description strong{color:#000}.product__warning-box{background-color:#fdf5e6;border:1px solid #f0d5b5;border-radius:8px;padding:15px 20px;display:flex;gap:15px;align-items:flex-start;box-sizing:border-box;max-width:100%;width:100%;overflow:hidden}.product__warning-icon{background-color:#f0ad4e;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:14px}.product__warning-text{font-size:14px;color:#8a6d3b;font-weight:500;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.product__checks{display:flex;flex-direction:column;gap:12px;margin-top:10px}.product__check-item{display:flex;gap:10px;align-items:flex-start;font-size:16px;font-weight:600;color:#111}.product__check-icon{color:#28a745;flex-shrink:0;font-size:20px;font-weight:700}.product__divider{display:flex;align-items:center;text-align:center;margin-top:20px;color:#000;font-weight:700;font-size:13px;letter-spacing:1px}.product__divider:before,.product__divider:after{content:"";flex:1;border-bottom:1px solid #ddd}.product__divider:not(:empty):before{margin-right:1em}.product__divider:not(:empty):after{margin-left:1em}.packages-container{display:flex;flex-direction:column;gap:12px;margin-top:10px}.package-option{border:1px solid #ddd;border-radius:8px;padding:15px;display:flex;align-items:center;cursor:pointer;background:#fff;position:relative;transition:all .2s ease}.package-option.is-selected{border:2px solid #043119;background:#e8f0eb}.package-option__radio-circle{width:20px;height:20px;border:1px solid #ccc;border-radius:50%;margin-right:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.package-option.is-selected .package-option__radio-circle{border-color:#043119}.package-option__radio-dot{width:10px;height:10px;background:#043119;border-radius:50%;opacity:0;transform:scale(0);transition:all .2s ease}.package-option.is-selected .package-option__radio-dot{opacity:1;transform:scale(1)}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.package-option__info{flex:1}.package-option__title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.package-option__title{font-weight:800;font-size:16px;color:#111}.package-option__badge-free{font-size:10px;background:#fff;border:1px solid #ddd;padding:2px 6px;border-radius:12px;color:#555;font-weight:700}.package-option__subtitle{font-size:13px;color:#666;margin-top:4px}.package-option__price-info{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.package-option__badge-top{position:absolute;top:-10px;right:15px;background:#043119;color:#fff;font-size:10px;font-weight:800;padding:2px 8px;border-radius:4px;letter-spacing:.5px}.package-option__badge-top.badge-dark{background:#022110}.package-option__price{font-size:18px;font-weight:800;color:#111}.package-option__compare-price{font-size:13px;color:#888;text-decoration:line-through}.gifts-section{margin-top:25px}.gifts-title{text-align:center;font-weight:800;font-size:18px;margin-bottom:15px;color:#111}.gifts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.gift-card{border:1px solid #ddd;border-radius:6px;padding:10px 5px;text-align:center;background:#fff;display:flex;flex-direction:column;align-items:center;position:relative;height:140px;justify-content:flex-end}.gift-card.is-unlocked{border-color:#043119;background:#e8f0eb}.gift-card__value{position:absolute;top:-8px;background:#fff;padding:0 4px;font-size:9px;font-weight:800;color:#444;width:max-content}.gift-card__value span{text-decoration:line-through;color:#888}.gift-card__image{font-size:40px;margin-bottom:10px;margin-top:auto}.gift-card__title{font-size:11px;font-weight:700;color:#111;line-height:1.2}.gift-card__image-locked{font-size:30px;color:#6a7482;margin-bottom:10px;margin-top:auto}.gift-card__title-locked{font-size:11px;color:#6a7482;font-weight:500}@media(max-width:767px){.product-main-wrapper{padding-top:10px}.package-option{padding:10px}.package-option__price{font-size:15px}.package-option__title{font-size:14px}.package-option__badge-top{right:10px}.gifts-grid{gap:4px}.gift-card{padding:5px 2px;height:115px}.gift-card__value{font-size:7px;padding:0 2px;top:-6px}.gift-card__image img{max-width:60px!important}.gift-card__title,.gift-card__title-locked{font-size:9px}}.product-form__submit{width:100%;background-color:#043119;color:#fff;border:none;border-radius:8px;padding:18px;font-size:18px;font-weight:800;cursor:pointer;margin-top:25px;transition:background-color .2s}.product-form__submit:hover{background-color:#022110}.trust-badges-container{margin-top:35px;border-top:1px solid #eaeaea;padding-top:25px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.tb-store-identity{display:flex;align-items:center;gap:12px;margin-bottom:25px}.tb-store-logo{width:45px;height:45px;border-radius:50%;background:#e8f0eb;color:#043119;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:24px;border:1px solid #c2d6cb}.tb-store-info{flex:1}.tb-store-name{font-weight:800;font-size:16px;color:#333;line-height:1.2;letter-spacing:.5px}.tb-store-stats{font-size:12px;color:#888;margin-top:2px}.tb-store-stats strong{color:#555}.tb-store-follow{background:#e8f0fe;color:#1a73e8;font-weight:700;font-size:13px;padding:6px 12px;border-radius:4px;border:none;cursor:pointer}.tb-reputation{margin-bottom:25px}.tb-reputation-title{color:#00a650;font-size:16px;display:flex;align-items:center;gap:5px}.tb-reputation-subtitle{font-size:13px;color:#999;margin-bottom:12px;margin-top:2px}.tb-thermometer{display:flex;gap:4px;margin-bottom:15px}.tb-thermo-bar{height:8px;flex:1;background:#eee;border-radius:2px}.tb-thermo-bar.tb-red{background:#ffe0e0}.tb-thermo-bar.tb-orange{background:#ffebd6}.tb-thermo-bar.tb-yellow{background:#fff5cc}.tb-thermo-bar.tb-lightgreen{background:#e3f5d5}.tb-thermo-bar.tb-green.active{background:#00a650;height:12px;margin-top:-2px}.tb-reputation-stats{display:flex;justify-content:space-between;text-align:center}.tb-stat{flex:1;border-right:1px solid #f0f0f0}.tb-stat:last-child{border:none}.tb-stat-val{font-weight:700;font-size:14px;color:#333}.tb-stat-icon{font-size:14px}.tb-stat-label{font-size:11px;color:#999;margin-top:4px}.tb-guarantees{display:flex;flex-direction:column;gap:10px;margin-bottom:25px;padding:0 10px}.tb-guarantee-item{font-size:14px;font-weight:700;color:#333;display:flex;align-items:center;gap:10px}.tb-payments{display:flex;justify-content:center;gap:10px;margin-bottom:25px}.tb-payments .icon{width:40px;height:26px}.list-payment{display:flex;gap:8px;list-style:none;padding:0;justify-content:center;margin:0}.tb-risk-free{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:15px;font-size:12px;color:#555;display:flex;align-items:center;gap:12px;margin-bottom:30px;letter-spacing:.3px}.tb-risk-icon{background:#00a650;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:14px}.tb-testimonial{display:flex;gap:15px;border-top:1px solid #eaeaea;padding-top:25px}.tb-testimonial-avatar{flex-shrink:0}.tb-avatar-placeholder{width:55px;height:55px;border-radius:50%;background:#eee;color:#aaa;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.tb-testimonial-text{font-size:14px;color:#444;line-height:1.6;margin-bottom:12px}.tb-testimonial-author{font-size:13px;font-style:italic;color:#777;margin-bottom:4px}.tb-testimonial-author span{color:#aaa}.tb-testimonial-stars{color:#f5c518;letter-spacing:3px;font-size:16px}.product-faq{margin-top:40px;border-top:1px solid #eaeaea;padding-top:25px}.product-faq__title{font-size:20px;font-weight:800;color:#111;margin-bottom:20px;text-align:center}.faq-item{border-bottom:1px solid #eaeaea}.faq-question{padding:18px 0;font-size:15px;font-weight:700;color:#333;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-icon{transition:transform .3s ease;font-size:12px;color:#888}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;font-size:14px;color:#555;line-height:1.6}.faq-answer-content{padding-bottom:20px}.faq-item.is-open .faq-answer{max-height:600px}.faq-item.is-open .faq-icon{transform:rotate(180deg)}.faq-answer-content ul{padding-left:20px;margin:10px 0}.faq-answer-content li{margin-bottom:8px}@media(max-width:767px){.product-main-wrapper{padding-top:10px}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.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/9/compiled_assets/styles.css.map */
