*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--wg-bg);color:var(--wg-text);-webkit-font-smoothing:antialiased;transition:background-color .4s ease,color .4s ease}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-display);margin:0}p{margin:0}ul{margin:0;padding:0;list-style:none}table{border-collapse:collapse;width:100%}.wg-container{max-width:80rem;margin:0 auto;padding:0 1.25rem}@media(min-width:640px){.wg-container{padding:0 2rem}}.wg-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;padding:.8rem 1.6rem;font-size:.9rem;font-weight:600;border:none;cursor:pointer;font-family:var(--font-sans);transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.wg-btn:active{transform:scale(.96)}.wg-btn--primary{background:var(--wg-primary);color:var(--wg-on-primary);box-shadow:0 10px 30px -12px #1c381859}.wg-btn--primary:hover{background:var(--wg-primary-deep)}.wg-btn--ghost{background:transparent;color:var(--wg-primary-deep);border:1px solid var(--wg-primary)}.wg-btn--ghost:hover{background:var(--wg-primary-soft)}.wg-btn--light{background:#fff;color:var(--wg-primary-deep)}.wg-btn--light:hover{transform:scale(1.04)}.wg-btn--gold{background:var(--wg-primary);color:#fff}.wg-btn--gold:hover{background:var(--wg-primary-deep)}.wg-btn--wide{width:100%;margin-top:1rem}.wg-btn[disabled]{opacity:.5;cursor:not-allowed}.wg-iconbtn{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:9999px;background:var(--wg-surface);color:var(--wg-text);border:1px solid var(--wg-line);cursor:pointer;position:relative;transition:background .2s ease}.wg-iconbtn:hover{background:var(--wg-bg-soft)}.wg-iconbtn--primary{background:var(--wg-primary);color:#fff;border-color:var(--wg-primary)}.wg-iconbtn--primary:hover{background:var(--wg-primary-deep)}.wg-cart-count{position:absolute;top:-4px;right:-4px;min-width:1.15rem;height:1.15rem;display:grid;place-items:center;border-radius:9999px;padding:0 .25rem;background:var(--wg-primary-deep);color:#fff;font-size:.65rem;font-weight:700}.wg-announcement{overflow:hidden;background:var(--wg-primary-deep);color:#f2f8ee}.wg-announcement__track{display:flex;width:max-content;animation:wg-marquee 28s linear infinite;padding:.45rem 0}.wg-announcement__item{margin:0 1.5rem;font-size:.75rem;font-weight:500;letter-spacing:.02em;white-space:nowrap}@keyframes wg-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.wg-header{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--wg-bg) 88%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--wg-line)}.wg-header__row{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;padding-bottom:.75rem}.wg-header__logo img{height:2.4rem;width:auto}html[data-theme=dark] .wg-header__logo img{filter:brightness(0) invert(.85) sepia(1) hue-rotate(40deg)}.wg-header__logotext{font-family:var(--font-display);font-weight:900;font-size:1.3rem;color:var(--wg-primary-deep)}.wg-header__nav{display:none;align-items:center;gap:1.75rem}@media(min-width:1024px){.wg-header__nav{display:flex}.wg-header__burger{display:none}}.wg-header__link{font-size:.9rem;font-weight:500;position:relative}.wg-header__link:after{content:"";position:absolute;left:0;bottom:-3px;height:2px;width:0;background:var(--wg-primary);transition:width .3s ease}.wg-header__link:hover:after,.wg-header__link.is-active:after{width:100%}.wg-header__actions{display:flex;align-items:center;gap:.5rem}.wg-locale__select{appearance:none;-webkit-appearance:none;height:2.5rem;padding:0 1.9rem 0 1rem;border-radius:9999px;border:1px solid var(--wg-line);background:var(--wg-surface);color:var(--wg-text);font-family:var(--font-sans);font-size:.82rem;font-weight:600;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%235c6b54' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center}.wg-locale__select:hover{background-color:var(--wg-bg-soft)}.wg-mobilemenu__locale{margin-top:2rem}.wg-mobilemenu__locale .wg-locale__select{width:100%}html[data-theme=dark] .wg-icon-moon{display:none}html:not([data-theme=dark]) .wg-icon-sun{display:none}.wg-mobilemenu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50}.wg-mobilemenu__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f190a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.wg-mobilemenu__panel{position:absolute;right:0;top:0;height:100%;width:20rem;max-width:85%;background:var(--wg-bg);padding:1.5rem}.wg-mobilemenu__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.wg-mobilemenu__brand{font-family:var(--font-display);font-weight:700;color:var(--wg-primary-deep)}.wg-mobilemenu__nav{display:flex;flex-direction:column;gap:.25rem}.wg-mobilemenu__nav a{padding:.8rem .75rem;border-radius:.75rem;font-weight:500}.wg-mobilemenu__nav a:hover{background:var(--wg-primary-soft)}.wg-hero{background:linear-gradient(to bottom,var(--wg-bg-soft),var(--wg-bg));overflow:hidden}.wg-hero__grid{display:grid;gap:2.5rem;align-items:center;padding-top:3rem;padding-bottom:3rem}@media(min-width:900px){.wg-hero__grid{grid-template-columns:1fr 1fr;padding-top:4.5rem;padding-bottom:4.5rem}}.wg-kicker{display:inline-flex;align-items:center;gap:.4rem;background:var(--wg-primary-soft);color:var(--wg-primary-deep);font-size:.7rem;font-weight:700;letter-spacing:.15em;padding:.45rem .9rem;border-radius:9999px}.wg-hero__title{font-size:clamp(2.5rem,6vw,4.25rem);font-weight:900;line-height:1.05;margin-top:1.25rem}.wg-hero__accent{color:var(--wg-primary)}.wg-hero__sub{margin-top:1.5rem;max-width:28rem;font-size:1.05rem;color:var(--wg-muted);line-height:1.6}.wg-hero__cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.wg-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:2.25rem;font-size:.85rem;font-weight:600}.wg-stars{color:var(--wg-primary);letter-spacing:.1em}.wg-hero__dot{color:var(--wg-muted)}.wg-hero__media{position:relative;max-width:28rem;margin:0 auto;width:100%}.wg-hero__img{border-radius:var(--wg-radius);box-shadow:0 24px 60px -24px #1c381859;width:100%;object-fit:cover;aspect-ratio:4 / 5}.wg-hero__img--placeholder svg{width:100%;height:100%}.wg-hero__media--hang{align-self:start}.wg-hero__media--hang .wg-hero__img{border-radius:0;box-shadow:none;aspect-ratio:auto;object-fit:contain;filter:drop-shadow(0 26px 30px rgba(28,56,24,.3));transform-origin:top center;animation:wg-swing 6s ease-in-out infinite}@media(min-width:900px){.wg-hero__media--hang{margin-top:-4.5rem}.wg-hero__grid:has(.wg-hero__media--hang){padding-top:0}.wg-hero__grid:has(.wg-hero__media--hang) .wg-hero__copy{padding-top:4.5rem}}@keyframes wg-swing{0%,to{transform:rotate(-1.6deg)}50%{transform:rotate(1.6deg)}}@media(prefers-reduced-motion:reduce){.wg-hero__media--hang .wg-hero__img,.wg-announcement__track,.wg-stamp{animation:none}}.wg-stamp{position:absolute;top:-1.5rem;left:-1.5rem;width:7rem;height:7rem;animation:wg-spin 22s linear infinite}@keyframes wg-spin{to{transform:rotate(360deg)}}.wg-stamp__bg{fill:var(--wg-primary)}.wg-stamp__text{fill:#fff;font-size:9.5px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.wg-stamp__leaf{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:1.4rem}.wg-hero__badge{position:absolute;bottom:-1rem;right:-.5rem;background:var(--wg-surface);border-radius:1.25rem;padding:1rem 1.25rem;box-shadow:0 14px 40px -16px #1c381859;border:1px solid var(--wg-line)}.wg-hero__badge-kicker{font-size:.6rem;font-weight:800;letter-spacing:.1em;color:var(--wg-primary)}.wg-hero__badge-value{font-family:var(--font-display);font-size:1.7rem;font-weight:900;color:var(--wg-primary-deep)}.wg-section{padding:3.5rem 0}.wg-section--tint{background:var(--wg-bg-soft)}.wg-section__head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.wg-section__head--center{flex-direction:column;align-items:center;text-align:center}.wg-section__sub{color:var(--wg-muted);max-width:36rem;margin-top:.75rem}.wg-eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.25em;color:var(--wg-primary);text-transform:uppercase}.wg-title{font-size:clamp(1.9rem,4vw,2.8rem);font-weight:700;margin-top:.35rem}.wg-viewall{font-size:.9rem;font-weight:600;color:var(--wg-primary-deep);white-space:nowrap}.wg-viewall:hover{text-decoration:underline}.wg-empty{color:var(--wg-muted);margin:1.5rem 0}.wg-features{border-top:1px solid var(--wg-line);border-bottom:1px solid var(--wg-line);background:var(--wg-bg-soft)}.wg-features__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr);padding-top:1.75rem;padding-bottom:1.75rem}@media(min-width:900px){.wg-features__grid{grid-template-columns:repeat(4,1fr)}}.wg-feature{display:flex;align-items:center;gap:.8rem}.wg-feature__icon{display:grid;place-items:center;width:3rem;height:3rem;border-radius:1rem;background:var(--wg-primary-soft);font-size:1.3rem;flex-shrink:0}.wg-feature__title{font-weight:700;font-size:.95rem}.wg-feature__sub{font-size:.8rem;color:var(--wg-muted)}.wg-colgrid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(min-width:900px){.wg-colgrid{grid-template-columns:repeat(5,1fr)}}.wg-colcard{position:relative;border-radius:1.5rem;overflow:hidden;aspect-ratio:4 / 5;background:var(--wg-bg-soft)}.wg-colcard img,.wg-colcard__ph{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.wg-colcard:hover img{transform:scale(1.07)}.wg-colcard__label{position:absolute;left:0;right:0;bottom:0;padding:2rem .9rem .9rem;background:linear-gradient(to top,rgba(16,28,12,.8),transparent);color:#fff;font-family:var(--font-display);font-weight:700}.wg-prodgrid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}@media(min-width:900px){.wg-prodgrid{grid-template-columns:repeat(4,1fr)}}.wg-card{position:relative;background:var(--wg-surface);border:1px solid var(--wg-line);border-radius:1.5rem;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.wg-card:hover{box-shadow:0 18px 44px -20px #1c38184d;transform:translateY(-3px)}.wg-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:1;background:var(--wg-primary);color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:9999px}.wg-card__media{display:block;aspect-ratio:1;background:var(--wg-bg-soft)}.wg-card__media img,.wg-card__media svg{width:100%;height:100%;object-fit:cover}.wg-card__body{padding:1rem 1.1rem 1.2rem}.wg-card__title{font-size:.98rem;font-weight:700;line-height:1.35}.wg-card__row{display:flex;align-items:center;justify-content:space-between;margin-top:.7rem;gap:.5rem}.wg-card__price{font-weight:700;font-size:.95rem}.wg-card__compare{color:var(--wg-muted);font-weight:400;font-size:.82rem;margin-left:.3rem}.wg-card__add{display:grid;place-items:center;width:2.2rem;height:2.2rem;border-radius:9999px;background:var(--wg-primary);color:#fff;border:none;font-size:1.2rem;cursor:pointer;flex-shrink:0}.wg-card__add:hover{background:var(--wg-primary-deep)}.wg-promo,.wg-deal,.wg-news{border-radius:var(--wg-radius);background:var(--wg-primary-deep);color:#f2f8ee;padding:2.5rem}@media(min-width:900px){.wg-promo,.wg-news{padding:4rem}}.wg-promo__tag{font-family:var(--font-display);font-style:italic;font-size:1.4rem;color:#bbd6a4}.wg-promo__title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:900;margin-top:.5rem}.wg-promo__text{margin:1rem 0 1.5rem;max-width:26rem;color:#d8e6cf}.wg-deal{display:grid;gap:2rem;align-items:center}@media(min-width:900px){.wg-deal{grid-template-columns:1fr 1fr;padding:3.5rem}}.wg-deal__pill{display:inline-block;background:#fff;color:var(--wg-primary-deep);font-size:.7rem;font-weight:800;letter-spacing:.08em;padding:.35rem .8rem;border-radius:9999px}.wg-deal__title{font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:900;margin-top:1rem}.wg-deal__desc{color:#d8e6cf;margin-top:.6rem}.wg-deal__price{font-family:var(--font-display);font-size:2rem;font-weight:900;margin-top:.8rem}.wg-deal__price s{font-size:1.1rem;color:#9fb694;margin-left:.5rem}.wg-deal__ends{font-size:.7rem;letter-spacing:.2em;margin-top:1.2rem;opacity:.8}.wg-countdown{display:flex;align-items:baseline;gap:.4rem;font-family:var(--font-display);font-size:1.6rem;font-weight:900;margin:.5rem 0 1.2rem}.wg-countdown em{font-size:.6rem;font-style:normal;letter-spacing:.1em;opacity:.7}.wg-deal__media img{border-radius:1.5rem;margin:0 auto}.wg-news{text-align:center}.wg-news__leaf{font-size:1.8rem}.wg-news__title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900;margin-top:.8rem}.wg-news__text{color:#d8e6cf;max-width:26rem;margin:.8rem auto 1.5rem}.wg-news__form{display:flex;flex-direction:column;gap:.75rem;max-width:26rem;margin:0 auto}@media(min-width:640px){.wg-news__form{flex-direction:row}}.wg-news__input{flex:1;border-radius:9999px;border:none;padding:.85rem 1.25rem;font-size:.9rem;font-family:var(--font-sans);color:#1c2716}.wg-news__ok{margin-top:.75rem;font-weight:600;color:#bbd6a4}.wg-testigrid{display:grid;gap:1.25rem}@media(min-width:900px){.wg-testigrid{grid-template-columns:repeat(3,1fr)}}.wg-testi{background:var(--wg-surface);border:1px solid var(--wg-line);border-radius:1.5rem;padding:1.75rem}.wg-testi__quote{font-family:var(--font-display);font-size:2.2rem;color:var(--wg-primary);line-height:1}.wg-testi__text{margin-top:.6rem;line-height:1.6}.wg-testi__who{display:flex;align-items:center;gap:.8rem;margin-top:1.25rem}.wg-testi__avatar{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:9999px;background:var(--wg-primary);color:#fff;font-weight:700}.wg-testi__name{font-weight:700;font-size:.9rem}.wg-testi__role{font-size:.78rem;color:var(--wg-muted)}.wg-product{display:grid;gap:2.5rem}@media(min-width:900px){.wg-product{grid-template-columns:1fr 1fr}}.wg-product__gallery img{border-radius:var(--wg-radius);width:100%}.wg-product__thumbs{display:flex;gap:.6rem;margin-top:.8rem;flex-wrap:wrap}.wg-product__thumb{border:2px solid var(--wg-line);border-radius:.9rem;overflow:hidden;padding:0;cursor:pointer;background:none;width:4.5rem;height:4.5rem}.wg-product__thumb img{width:100%;height:100%;object-fit:cover}.wg-product__thumb:hover{border-color:var(--wg-primary)}.wg-product__title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:900}.wg-product__price{font-family:var(--font-display);font-size:1.8rem;font-weight:900;color:var(--wg-primary-deep);margin:.8rem 0 1.2rem}.wg-product__price s{color:var(--wg-muted);font-size:1.1rem;margin-left:.5rem}.wg-label{display:block;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--wg-muted);margin:1rem 0 .35rem}.wg-select,.wg-qty{border:1px solid var(--wg-line);border-radius:.9rem;padding:.7rem .9rem;font-size:.9rem;font-family:var(--font-sans);background:var(--wg-surface);color:var(--wg-text);width:100%;max-width:22rem}.wg-qty{max-width:6rem}.wg-qty--sm{max-width:4.5rem;padding:.45rem .6rem}.wg-product__desc{margin-top:1.75rem;line-height:1.7;color:var(--wg-muted)}.wg-product__trust{margin-top:1.5rem;display:grid;gap:.45rem;font-size:.88rem;font-weight:500}.wg-cart__table th{text-align:left;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--wg-muted);padding:.8rem .5rem;border-bottom:1px solid var(--wg-line)}.wg-cart__table td{padding:1rem .5rem;border-bottom:1px solid var(--wg-line);vertical-align:middle}.wg-cart__prod{display:flex;align-items:center;gap:.9rem;font-weight:600}.wg-cart__prod img{border-radius:.8rem}.wg-cart__variant{font-size:.78rem;color:var(--wg-muted);font-weight:400}.wg-cart__remove{color:var(--wg-muted)}.wg-cart__remove:hover{color:var(--wg-primary-deep)}.wg-cart__foot{display:grid;gap:1.5rem;margin-top:1.75rem}@media(min-width:900px){.wg-cart__foot{grid-template-columns:1fr auto;align-items:start}}.wg-cart__ship{background:var(--wg-primary-soft);color:var(--wg-primary-deep);border-radius:1.25rem;padding:1rem 1.25rem;font-size:.9rem;max-width:24rem}.wg-cart__summary{display:grid;gap:.6rem;justify-items:end}.wg-cart__subtotal{font-size:1.15rem}.wg-cart__note{font-size:.78rem;color:var(--wg-muted)}.wg-bloggrid{display:grid;gap:1.25rem}@media(min-width:900px){.wg-bloggrid{grid-template-columns:repeat(3,1fr)}}.wg-blogcard{background:var(--wg-surface);border:1px solid var(--wg-line);border-radius:1.5rem;overflow:hidden;transition:box-shadow .3s ease}.wg-blogcard:hover{box-shadow:0 18px 44px -20px #1c38184d}.wg-blogcard img{aspect-ratio:3 / 2;object-fit:cover;width:100%}.wg-blogcard__body{padding:1.25rem}.wg-blogcard__body h2{font-size:1.1rem;font-weight:700}.wg-blogcard__body p{margin-top:.5rem;font-size:.85rem;color:var(--wg-muted)}.wg-article{max-width:46rem}.wg-article__meta{color:var(--wg-muted);font-size:.85rem;margin-top:.5rem}.wg-article__hero{border-radius:var(--wg-radius);margin:1.5rem 0}.wg-richtext__body{line-height:1.75;margin-top:1.25rem}.wg-richtext__body p{margin-bottom:1rem}.wg-about__img{border-radius:var(--wg-radius);box-shadow:0 24px 60px -24px #1c381859;width:100%;object-fit:cover;aspect-ratio:5 / 6}.wg-about__pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.wg-about__pill{background:var(--wg-primary-soft);color:var(--wg-primary-deep);font-size:.82rem;font-weight:700;padding:.45rem 1rem;border-radius:9999px}.wg-contact{display:grid;gap:2.5rem}@media(min-width:900px){.wg-contact{grid-template-columns:1fr 1.2fr}}.wg-contact__cards{display:grid;gap:1rem;align-content:start}.wg-contact__card{display:flex;gap:.9rem;align-items:flex-start;background:var(--wg-surface);border:1px solid var(--wg-line);border-radius:1.25rem;padding:1.1rem 1.25rem}.wg-contact__card span{font-size:1.3rem}.wg-contact__card a{color:var(--wg-primary-deep);font-weight:600}.wg-contact__h{font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:var(--wg-muted);margin-bottom:.2rem}.wg-contact__form{background:var(--wg-surface);border:1px solid var(--wg-line);border-radius:var(--wg-radius);padding:1.75rem}.wg-contact__form .wg-select{max-width:100%}.wg-contact__err{color:#b4432f;font-weight:600;margin-bottom:.75rem}.wg-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2.5rem;font-size:.9rem;color:var(--wg-muted)}.wg-search{display:flex;gap:.75rem;max-width:30rem;margin:0 auto 2.5rem}.wg-search .wg-news__input{border:1px solid var(--wg-line);background:var(--wg-surface);color:var(--wg-text)}.wg-footer{background:#16210f;color:#dbe7d2;margin-top:3rem}.wg-footer__grid{display:grid;gap:2.25rem;padding:3.5rem 1.25rem}@media(min-width:900px){.wg-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1.4fr}}.wg-footer__logo{filter:brightness(0) invert(.9) sepia(1) hue-rotate(40deg)}.wg-footer__brand{font-family:var(--font-display);font-weight:900;font-size:1.3rem;color:#fff}.wg-footer__tag{margin-top:1rem;font-size:.85rem;line-height:1.65;color:#a9bb9d;max-width:20rem}.wg-footer__h{font-family:var(--font-display);font-size:1.05rem;color:#fff;margin-bottom:1rem}.wg-footer__list{display:grid;gap:.55rem;font-size:.88rem}.wg-footer__list a:hover{color:#fff;text-decoration:underline}.wg-footer__muted{color:#8ba07f}.wg-footer__bottom{border-top:1px solid #2a3a20;padding-top:1.25rem;padding-bottom:1.25rem;font-size:.78rem;color:#8ba07f}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
