:root{--bg:#fffaf0;--fg:#1f1a12;--muted:#756b5c;--line:#eadfc9;--soft:#f7efdf;--accent:#5f6f28;--accent-fg:#ffffff;--danger:#b65a35;--success:#5f8a3b;--amber:#b8893b;--radius:18px;--radius-sm:12px;--radius-pill:999px;--shadow-sm:0 1px 2px rgba(95,70,35,.08);--shadow:0 14px 34px -14px rgba(95,70,35,.22)}.announcement-bar{background:#000;color:#fff;text-align:center;font-size:13px;font-weight:500;padding:10px;letter-spacing:.02em}.site-header{position:sticky;top:0;z-index:40;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #f5f5f5}.site-header__inner{max-width:1280px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;height:56px}.site-header__menu{background:none;border:none;padding:8px;cursor:pointer;color:#404040}.site-header__nav{display:none;gap:32px;font-size:14px;font-weight:500;color:#404040}.site-header__logo{font-weight:800;font-size:18px;letter-spacing:-.02em}.site-header__icons{display:flex;gap:4px;align-items:center;color:#404040}.site-header__icons a{padding:8px;display:inline-flex;position:relative}.site-header__cart-count{position:absolute;top:0;right:0;background:#000;color:#fff;font-size:10px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}@media(min-width:768px){.site-header__menu{display:none}.site-header__nav{display:flex}.site-header__inner{height:64px}}.hide-mobile{display:none}@media(min-width:640px){.hide-mobile{display:inline-flex}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:14px 28px;border-radius:var(--radius-pill);font-weight:700;font-size:15px;border:none;cursor:pointer;transition:all .2s;letter-spacing:.01em;text-align:center}.btn--primary{background:var(--accent);color:var(--accent-fg);box-shadow:0 10px 25px -10px #00000040}.btn--primary:hover{background:#262626}.btn--primary:active{transform:scale(.98)}.btn--full{width:100%}.btn--lg{padding:18px;font-size:17px}.hero{padding:80px 0;text-align:center;background:linear-gradient(180deg,#fafafa,#fff)}.hero__inner{max-width:1200px;margin:0 auto;padding:0 16px}.hero__title{font-size:clamp(32px,6vw,56px);font-weight:800;letter-spacing:-.02em;margin:0 0 16px;line-height:1.05}.hero__sub{color:var(--muted);max-width:560px;margin:0 auto 28px;font-size:17px}.product{padding:24px 16px 120px;max-width:1280px;margin:0 auto}.product__grid{display:grid;gap:24px}@media(min-width:1024px){.product__grid{grid-template-columns:1fr 1fr;gap:64px;padding:32px 0}}.product__gallery{display:flex;gap:12px}@media(min-width:1024px){.product__gallery{gap:16px}}.product__thumbs{display:flex;flex-direction:column;gap:8px;flex-shrink:0}@media(min-width:1024px){.product__thumbs{gap:12px}}.product__thumb{width:56px;height:56px;border-radius:var(--radius-sm);border:2px solid var(--line);background:#fff;padding:0;overflow:hidden;cursor:pointer;transition:all .2s}.product__thumb:hover{border-color:#a3a3a3}.product__thumb.is-active{border-color:#000;box-shadow:var(--shadow-sm)}.product__thumb img{width:100%;height:100%;object-fit:cover}@media(min-width:1024px){.product__thumb{width:80px;height:80px}}.product__main-image{flex:1;background:var(--soft);border-radius:24px;overflow:hidden;aspect-ratio:1;position:relative;box-shadow:var(--shadow-sm)}@media(min-width:1024px){.product__main-image{aspect-ratio:4/5}}.product__main-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s}.product__main-image img.is-active{opacity:1}.product__info{display:flex;flex-direction:column}.product__stock{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#737373;margin-bottom:12px}.product__stock-dot{width:6px;height:6px;border-radius:50%;background:var(--success);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.product__title{font-size:clamp(30px,5vw,48px);font-weight:800;letter-spacing:-.02em;margin:0;line-height:1.1}.product__subtitle{display:block;color:#737373;font-weight:600;font-size:22px;margin-top:4px}.product__reviews{display:flex;align-items:center;gap:12px;margin-top:16px;font-size:14px}.product__reviews .stars{color:var(--amber);display:inline-flex;gap:2px}.product__reviews strong{font-weight:600}.product__reviews a{color:#737373;text-decoration:underline;text-underline-offset:4px}.product__price{display:flex;align-items:flex-end;gap:12px;margin-top:24px;flex-wrap:wrap}.price-current{font-size:clamp(36px,6vw,52px);font-weight:800;letter-spacing:-.02em;line-height:1}.price-compare{color:#a3a3a3;text-decoration:line-through;font-size:20px;margin-bottom:6px}.price-badge{background:#fee2e2;color:var(--danger);font-size:12px;font-weight:700;padding:4px 10px;border-radius:var(--radius-pill);margin-bottom:8px}.product__per-unit{font-size:13px;color:#737373;margin:6px 0 0}.bundles{margin-top:28px}.bundles__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.bundles__head h2{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin:0}.bundles__limited{font-size:11px;font-weight:600;color:var(--danger);text-transform:uppercase;letter-spacing:.08em;animation:pulse 2s infinite}.bundles__list{display:grid;gap:12px}.bundle{position:relative;width:100%;text-align:left;border:2px solid var(--line);background:#fff;border-radius:18px;padding:16px;cursor:pointer;transition:all .2s}.bundle:hover{border-color:#a3a3a3}.bundle.is-selected{border-color:#000;background:var(--soft);box-shadow:var(--shadow-sm)}.bundle__badge{position:absolute;top:-10px;right:16px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;border-radius:var(--radius-pill);background:#fbbf24;color:#000}.bundle__badge--dark{background:#000;color:#fff}.bundle__row{display:flex;gap:12px;align-items:center}.bundle__radio{width:20px;height:20px;border:2px solid #d4d4d4;border-radius:50%;flex-shrink:0;position:relative;transition:all .2s}.bundle.is-selected .bundle__radio{border-color:#000;background:#000}.bundle.is-selected .bundle__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:#fff;border-radius:50%;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.bundle__body{flex:1;min-width:0}.bundle__title{display:flex;justify-content:space-between;align-items:center;gap:8px}.bundle__title strong{font-size:16px;font-weight:700}.bundle__price{font-size:18px;font-weight:800}.bundle__sub{display:flex;justify-content:space-between;font-size:12px;color:#737373;margin-top:4px}.bundle__sub s{color:#a3a3a3}[data-product-form]{margin-top:24px}.product__secure{display:flex;align-items:center;justify-content:center;gap:6px;text-align:center;font-size:12px;color:#737373;margin-top:12px}.product__trust{margin-top:28px;padding-top:28px;border-top:1px solid #f5f5f5}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.trust__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.trust__icon-circle{width:40px;height:40px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#0a0a0a}.trust__text strong{display:block;font-size:12px;font-weight:700}.trust__text span{font-size:11px;color:#737373}.trust-row{padding:24px 16px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--soft)}.trust-row .trust{max-width:900px;margin:0 auto}.product__description{margin-top:32px}.product__description h3{font-size:18px;font-weight:700;margin:0 0 8px}.product__description p,.product__description .rte{color:#525252;line-height:1.6;font-size:15px}.product__benefits{list-style:none;padding:0;margin:16px 0 0;display:grid;gap:10px}.product__benefits li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:#404040}.product__benefits .check{width:20px;height:20px;border-radius:50%;background:#000;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.info-cards{margin-top:48px;display:grid;gap:20px}@media(min-width:768px){.info-cards{grid-template-columns:1fr 1fr}}.info-card{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff;box-shadow:var(--shadow-sm)}.info-card__head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.info-card__icon{width:44px;height:44px;border-radius:14px;background:#000;color:#fff;display:flex;align-items:center;justify-content:center}.info-card h3{margin:0;font-size:20px;font-weight:700}.info-card ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.info-card li{padding-left:24px;position:relative;color:#404040;font-size:15px}.info-card li:before{content:"\2713";position:absolute;left:0;color:var(--success);font-weight:700}.product-faq{margin-top:64px;max-width:760px;margin-left:auto;margin-right:auto}.product-faq h2{font-size:clamp(28px,4vw,36px);font-weight:800;text-align:center;letter-spacing:-.02em;margin:0 0 24px}.product-faq details{border:1px solid var(--line);border-radius:18px;padding:0;margin-bottom:12px;background:#fff;overflow:hidden}.product-faq summary{padding:20px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:15px}.product-faq summary::-webkit-details-marker{display:none}.product-faq summary:after{content:"+";font-size:20px;font-weight:300;color:#525252}.product-faq details[open] summary:after{content:"\2212"}.product-faq p{padding:0 20px 20px;margin:0;color:#737373;font-size:15px;line-height:1.6}.product__sticky{position:fixed;bottom:0;left:0;right:0;z-index:30;background:#fff;border-top:1px solid var(--line);padding:12px;box-shadow:0 -8px 24px -12px #0000001a}.product__sticky .btn{padding:14px}@media(min-width:1024px){.product__sticky{display:none}}.featured{padding:60px 16px;max-width:1200px;margin:0 auto}.featured h2{font-size:28px;font-weight:800;text-align:center;margin:0 0 32px}.featured__card{display:block;max-width:480px;margin:0 auto;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:box-shadow .2s}.featured__card:hover{box-shadow:var(--shadow)}.featured__body{padding:20px}.featured__price{font-size:24px;font-weight:800;margin:8px 0 16px}.reviews{padding:60px 16px;background:var(--soft)}.reviews__inner{max-width:1200px;margin:0 auto}.reviews h2{text-align:center;font-size:28px;font-weight:800;margin:0 0 8px}.reviews .stars{text-align:center;color:var(--amber);font-size:18px;margin-bottom:32px}.reviews__grid{display:grid;gap:16px;grid-template-columns:1fr}@media(min-width:768px){.reviews__grid{grid-template-columns:repeat(3,1fr)}}.review{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px}.review .stars{color:var(--amber);margin:0 0 12px;text-align:left}.review p{margin:0 0 12px;font-size:15px;line-height:1.5}.review footer{font-size:13px;color:var(--muted)}.faq{padding:60px 16px;max-width:760px;margin:0 auto}.faq h2{text-align:center;font-size:32px;font-weight:800;margin:0 0 32px;letter-spacing:-.02em}.faq__list{display:grid;gap:12px}.faq__item{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:0;overflow:hidden}.faq__item summary{padding:20px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";font-size:20px;font-weight:300}.faq__item[open] summary:after{content:"\2212"}.faq__item>div{padding:0 20px 20px;color:var(--muted);font-size:15px;line-height:1.5}.collection{padding:32px 16px;max-width:1200px;margin:0 auto}.collection h1{font-size:32px;font-weight:800;margin:0 0 24px}.collection__grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:box-shadow .2s}.product-card:hover{box-shadow:var(--shadow)}.product-card h3{margin:12px 16px 4px;font-size:15px;font-weight:600}.product-card__price{margin:0 16px 16px;font-weight:800}.cart{padding:32px 16px;max-width:800px;margin:0 auto}.cart h1{font-size:28px;font-weight:800;margin:0 0 24px}.cart__item{display:grid;grid-template-columns:80px 1fr;gap:16px;padding:16px 0;border-bottom:1px solid var(--line)}.cart__item img{border-radius:var(--radius-sm)}.cart__footer{margin-top:24px;padding-top:24px;border-top:1px solid var(--line)}.cart__total{font-size:20px;margin-bottom:16px}.page{padding:48px 16px;max-width:760px;margin:0 auto}.page h1{font-size:32px;font-weight:800}.rte{line-height:1.6;color:#404040}.site-footer{margin-top:64px;border-top:1px solid var(--line);background:var(--soft);padding:40px 0 16px}.site-footer__inner{max-width:1280px;margin:0 auto;padding:0 16px;display:flex;flex-direction:column;gap:24px;font-size:14px;color:#525252}@media(min-width:640px){.site-footer__inner{flex-direction:row;justify-content:space-between}}.site-footer__logo{font-weight:800;color:#000;font-size:18px;margin-bottom:8px}.site-footer__links{display:grid;grid-template-columns:1fr 1fr;gap:8px 32px}.site-footer__bottom{text-align:center;font-size:12px;color:#a3a3a3;padding:16px}html,body{max-width:100%;overflow-x:hidden}a,.site-header a,.site-header svg,.site-footer a{color:var(--fg);text-decoration:none}.skip-to-content{display:none}@media screen and (min-width:1024px){.product__grid{grid-template-columns:minmax(420px,560px) minmax(420px,560px);gap:64px;align-items:start}.product__main-image{max-width:480px}}@media screen and (max-width:768px){.product{padding:18px 14px 110px;max-width:100%;overflow:hidden}.product__grid{display:flex;flex-direction:column;gap:24px;max-width:100%;padding:0}.product__gallery{display:flex;gap:10px;width:100%;height:calc(100vw - 92px);max-height:420px;overflow:hidden}.product__thumbs{flex:0 0 58px;width:58px;height:100%;overflow-y:auto;overflow-x:hidden}.product__thumb{width:58px;height:58px}.product__main-image{position:relative;flex:1;width:calc(100% - 68px);height:100%;aspect-ratio:unset;overflow:hidden;background:#fff;border-radius:18px}.product__main-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0}.product__main-image img.is-active{opacity:1}.product__info,.bundles,.bundles__list,form[data-product-form],.product__description,.info-cards,.product-faq{width:100%;max-width:100%;overflow:hidden}.product__title{font-size:clamp(34px,10vw,42px);line-height:1.08}.product__subtitle{font-size:clamp(20px,6vw,26px);line-height:1.15}.product__price{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.price-current{font-size:clamp(36px,11vw,46px);white-space:nowrap}.price-compare{font-size:18px;white-space:nowrap}.bundles__head{gap:12px}.bundles__head h2,.bundles__limited{white-space:nowrap;font-size:11px}.bundle{width:100%;max-width:100%;padding:14px;overflow:visible}.bundle__title{gap:8px}.bundle__price{white-space:nowrap;flex-shrink:0}.btn,.btn--full,.btn--lg{width:100%;max-width:100%;font-size:18px;box-sizing:border-box}.product__sticky{width:100%;left:0;right:0}}.site-footer{background:var(--soft);border-top:1px solid var(--line)}.site-footer__logo{color:var(--fg);font-weight:900;letter-spacing:.04em}.cart{max-width:920px;margin:0 auto;padding:48px 18px 120px}.cart h1{font-size:clamp(36px,8vw,56px);margin-bottom:32px}.cart__items{display:grid;gap:22px}.cart__item{display:grid;grid-template-columns:130px 1fr;gap:20px;padding:20px;border:1px solid var(--line);border-radius:24px;background:#fff}.cart__image img{width:130px;height:130px;object-fit:contain;border-radius:18px;background:var(--soft)}.cart__title{display:block;font-weight:800;font-size:20px;color:var(--fg);text-decoration:none}.cart__variant{color:var(--muted);font-size:14px;margin-top:4px}.cart__price{font-weight:800;font-size:20px;margin-top:8px}.cart__qty{display:inline-flex;align-items:center;margin-top:14px;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:var(--soft)}.cart__qty-btn{width:42px;height:42px;border:none;background:transparent;font-size:22px;font-weight:800;cursor:pointer}.cart__qty-input{width:54px;height:42px;border:none;text-align:center;font-size:17px;font-weight:800;background:transparent}.cart__qty-input::-webkit-outer-spin-button,.cart__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart__remove{display:block;margin-top:12px;font-size:14px;color:var(--danger);font-weight:700}.cart__footer{margin-top:30px;padding:24px;border-radius:24px;background:var(--soft);border:1px solid var(--line)}.cart__total{display:flex;justify-content:space-between;font-size:22px;margin-bottom:16px}.cart__update{margin-bottom:12px;background:#fff;color:var(--fg);border:1px solid var(--line)}.cart__continue{display:block;text-align:center;margin-top:16px;font-weight:700;color:var(--accent)}@media screen and (max-width:640px){.cart{padding:36px 16px 110px}.cart__item{grid-template-columns:110px 1fr;padding:16px;gap:14px}.cart__image img{width:110px;height:110px}.cart__title{font-size:17px}.cart__price{font-size:18px}}body{margin:0!important}.announcement-bar{margin:0!important;padding:0!important;background:#000!important}.announcement-bar__inner{margin:0!important;padding:8px 12px!important;line-height:1.2!important;background:#000!important;color:#fff!important}.one-unit-offer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#1f1a12b8;display:flex;align-items:center;justify-content:center;padding:18px}.one-unit-offer__box{width:100%;max-width:420px;background:#fffaf0;border:2px solid #eadfc9;border-radius:28px;padding:28px 22px;text-align:center;box-shadow:0 24px 60px #0000004d}.one-unit-offer__tag{display:inline-flex;background:#b8893b;color:#fff;padding:7px 13px;border-radius:999px;font-size:12px;font-weight:900;margin-bottom:12px}.one-unit-offer__icon{font-size:42px;margin-bottom:8px}.one-unit-offer h2{font-size:28px;line-height:1.05;margin:0 0 12px;color:#1f1a12}.one-unit-offer p{font-size:15px;line-height:1.45;color:#756b5c;margin:0 0 18px}.one-unit-offer button{width:100%;border:none;border-radius:999px;padding:16px;background:#5f6f28;color:#fff;font-size:16px;font-weight:900}.header__heading,.header__heading-link,.header__heading-logo-wrapper{width:auto!important;max-width:none!important;flex:none!important;display:flex!important;align-items:center!important;justify-content:center!important}.site-header,.header-wrapper,.header{min-height:72px!important;height:72px!important;padding-top:4px!important;padding-bottom:4px!important}.header__heading-logo,.site-header__logo img,.header img{width:auto!important;height:54px!important;max-height:54px!important;min-width:unset!important;max-width:none!important;object-fit:contain!important}.header{grid-template-columns:1fr auto 1fr!important;align-items:center!important}@media screen and (max-width:749px){.site-header,.header-wrapper,.header{min-height:60px!important;height:60px!important;padding-top:2px!important;padding-bottom:2px!important}.header__heading-logo,.site-header__logo img,.header img{width:auto!important;height:40px!important;max-height:40px!important;min-width:unset!important;max-width:none!important;object-fit:contain!important}}.top-bar,.announcement-bar,.header-top,.utility-bar{background:#000!important;padding:10px 18px!important;border-bottom:2px solid #d8c29d!important}.top-bar *,.announcement-bar *,.header-top *,.utility-bar *{color:#fff!important;font-size:15px!important;font-weight:700!important;letter-spacing:.2px!important}.top-bar p:before,.announcement-bar p:before,.header-top p:before,.utility-bar p:before{content:"\1f69a";margin-right:8px}@media screen and (max-width:749px){.top-bar *,.announcement-bar *,.header-top *,.utility-bar *{font-size:13px!important;text-align:center!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/base.css.map */
