:root{--green:#3CB54A;--orange:#F47920;--dark:#111111;--bg:#FFFFFF;--bg-alt:#F7F8F7;--border:#E7E7E7;--radius:10px;--font-heading:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);color:var(--dark);background:var(--bg)}h1,h2,h3,h4{font-family:var(--font-heading);margin:0 0 .4em;line-height:1.15}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.accent{color:var(--orange)}.btn{display:inline-block;padding:.9em 1.7em;border-radius:6px;font-weight:600;font-size:.95rem;border:2px solid transparent;transition:.15s}.btn--primary{background:var(--green);color:#fff}.btn--primary:hover{background:#329f3f}.btn--outline{background:#fff;color:var(--dark);border-color:var(--dark)}.btn--outline:hover{background:var(--dark);color:#fff}.site-header{border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff;z-index:50}.site-header__inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:2rem;padding:1rem 1.5rem}.site-header__logo{display:flex;align-items:center;gap:.6rem;font-family:var(--font-heading)}.site-header__logo-text{font-size:1.6rem;font-weight:700}.site-header__logo-text small{font-size:.7rem;display:block;letter-spacing:.1em}.site-header__by{font-size:.75rem;color:#666}.site-header__nav{display:flex;gap:1.6rem;margin-left:auto;font-weight:600;font-size:.9rem}.nav-item{position:relative}.nav-item .chev{font-size:.7em}.nav-dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-radius:6px;min-width:180px;padding:.5rem 0;box-shadow:0 8px 20px #00000014}.nav-item.has-dropdown:hover .nav-dropdown{display:block}.nav-dropdown a{display:block;padding:.5rem 1rem;font-weight:400}.nav-dropdown a:hover{background:var(--bg-alt)}.site-header__icons{display:flex;gap:1rem;align-items:center}.icon-btn{position:relative;display:inline-flex}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--orange);color:#fff;font-size:.65rem;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.site-header__burger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer}.site-header__burger span{width:22px;height:2px;background:var(--dark)}.hero{background:var(--bg-alt)}.hero__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;padding:4rem 1.5rem}.hero__text h1{font-size:2.6rem;font-weight:700;max-width:520px}.hero__subtitle{color:#555;max-width:460px;margin-bottom:1.6rem}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.hero__media{position:relative}.hero__stamp{position:absolute;bottom:-10px;left:-10px;width:100px}.trust-bar{border-bottom:1px solid var(--border);border-top:1px solid var(--border)}.trust-bar__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);padding:1.6rem 1.5rem}.trust-item{display:flex;align-items:center;gap:.8rem;justify-content:center;color:var(--green)}.trust-item__text{display:flex;flex-direction:column;color:var(--dark);font-size:.8rem}.trust-item__text strong{font-size:.85rem}.tiers{padding:4rem 1.5rem;max-width:1280px;margin:0 auto}.tiers h2{font-size:1.7rem;margin-bottom:1.6rem}.tiers__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem}.tier-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.4rem}.tier-card--highlight{border-color:var(--orange);box-shadow:0 4px 14px #f479201f}.tier-card__head{display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-bottom:.8rem}.tier-card__badge{width:24px;height:24px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem}.tier-card ul{margin:0;padding-left:1.1rem;color:#444;font-size:.9rem}.bestsellers{background:var(--bg-alt);padding:4rem 1.5rem}.bestsellers__inner{max-width:1280px;margin:0 auto}.bestsellers h2{font-size:1.7rem;margin-bottom:1.6rem}.bestsellers__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.4rem}.bestsellers__cta{text-align:center;margin-top:2rem}.product-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.product-card__media{aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center;position:relative}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:1rem}.product-card__media--placeholder{background:var(--bg-alt)}.product-card__badge{position:absolute;top:8px;left:8px;background:var(--dark);color:#fff;font-size:.7rem;padding:.2em .5em;border-radius:4px}.product-card__info{padding:1rem;text-align:center}.product-card__title{display:block;font-weight:600;margin-bottom:.3rem}.product-card__price{color:#555;margin:0}.why-us{padding:4rem 1.5rem}.why-us__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.4fr;gap:2.5rem;align-items:center}.why-us__media img{border-radius:var(--radius)}.why-us h2{font-size:1.7rem;margin-bottom:1.6rem}.why-us__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}.why-us__icon{color:var(--dark);display:inline-block;margin-bottom:.5rem}.why-us__item strong{display:block;margin-bottom:.3rem}.why-us__item p{margin:0;color:#555;font-size:.9rem}.site-footer{background:#111;color:#eee;margin-top:2rem}.site-footer__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;padding:3rem 1.5rem}.site-footer__stamp{width:120px;filter:invert(1);margin-bottom:.8rem}.site-footer__social{display:flex;gap:.8rem;margin-top:1rem}.site-footer__social a{color:#eee}.site-footer__col h4{color:#fff;margin-bottom:.8rem;font-size:1rem}.site-footer__col a{display:block;color:#bbb;margin-bottom:.5rem;font-size:.9rem}.site-footer__bottom{border-top:1px solid #333;text-align:center;padding:1rem;font-size:.8rem;color:#999}.content-page__inner,.collection-page__inner,.cart-page__inner,.product-page__inner{max-width:1000px;margin:0 auto;padding:3rem 1.5rem}.collection-page__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.4rem;margin-top:1.5rem}.product-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;max-width:1100px}.product-page__price{font-size:1.4rem;font-weight:700;color:var(--green)}.product-page__trust{display:flex;gap:1.4rem;margin-top:1.5rem;font-size:.85rem;color:#555}.cart-page__table{width:100%;border-collapse:collapse;margin:1.5rem 0}.cart-page__table td{padding:.8rem 0;border-bottom:1px solid var(--border)}.cart-page__item{display:flex;align-items:center;gap:1rem}.cart-page__item img{width:60px;height:60px;object-fit:cover;border-radius:6px}@media(max-width:900px){.hero__inner,.why-us__inner,.product-page__inner{grid-template-columns:1fr}.trust-bar__inner{grid-template-columns:repeat(2,1fr);gap:1.2rem}.site-footer__inner{grid-template-columns:1fr 1fr}}@media(max-width:700px){.site-header__nav{display:none}.site-header__nav.is-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem 1.5rem;border-bottom:1px solid var(--border);gap:.8rem}.site-header__burger{display:flex}.hero__text h1{font-size:2rem}.why-us__grid,.site-footer__inner{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
