*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);font-size:var(--fz);line-height:1.65;color:var(--c-text);background:var(--c-bg);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}ul,ol{list-style:none}input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4{line-height:1.2;font-weight:700;letter-spacing:-.025em}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--px)}.section{padding:2.75rem 0}.section--alt{background:var(--c-bg-alt)}.section--sm{padding:1.5rem 0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rte{line-height:1.8;color:var(--c-muted)}.rte p+p{margin-top:.75rem}.rte>*:last-child{margin-bottom:0}.rte ul,.rte ol{padding-left:1.25rem;margin:.5rem 0}.rte ul{list-style:disc}.rte ol{list-style:decimal}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:.9375rem;border:2px solid transparent;cursor:pointer;transition:all .2s;white-space:nowrap;-webkit-appearance:none}.btn--primary{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}.btn--primary:hover{background:var(--c-primary-dark);border-color:var(--c-primary-dark);transform:translateY(-1px)}.btn--cta{background:var(--c-cta);color:#fff;border-color:var(--c-cta);box-shadow:0 2px 8px #2e7d5240}.btn--cta:hover{background:var(--c-cta-dark);border-color:var(--c-cta-dark);transform:translateY(-1px);box-shadow:0 4px 16px #2e7d5259}.btn--outline{background:transparent;border-color:var(--c-primary);color:var(--c-primary)}.btn--outline:hover{background:var(--c-primary);color:#fff}.btn--ghost{background:transparent;border-color:var(--c-border);color:var(--c-muted)}.btn--ghost:hover{border-color:var(--c-primary);color:var(--c-primary)}.btn--white-outline{background:transparent;border-color:#ffffff80;color:#fff}.btn--white-outline:hover{background:#ffffff1f}.btn--full{width:100%;justify-content:center}.btn--lg{padding:.9375rem 2rem;font-size:1rem}.btn--sm{padding:.5rem 1rem;font-size:.8125rem}.btn:disabled,.btn[disabled]{opacity:.45;pointer-events:none;cursor:default}.icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:var(--c-text);transition:background .2s;flex-shrink:0}.icon-btn:hover{background:var(--c-bg-alt)}.icon-btn svg{width:20px;height:20px;flex-shrink:0}.section-head{text-align:center;margin-bottom:1.75rem}.section-eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--c-primary);margin-bottom:.5rem}.section-title{font-size:clamp(1.625rem,3.5vw,2.25rem);color:var(--c-text);margin-bottom:.625rem}.section-sub{color:var(--c-muted);font-size:.9375rem;line-height:1.7;max-width:520px;margin:0 auto}.announcement-bar{background:var(--c-primary);color:#fff;text-align:center;padding:.5625rem 3rem;font-size:.875rem;font-weight:500;position:relative;line-height:1.4}.announcement-bar__close{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);opacity:.65;transition:opacity .2s;padding:.25rem}.announcement-bar__close:hover{opacity:1}.announcement-bar__close svg{width:16px;height:16px;display:block}.site-header{position:sticky;top:0;z-index:100;background:#fffffff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--c-border);transition:box-shadow .2s}.site-header.scrolled{box-shadow:0 2px 12px #00000014}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:var(--header-h)}.header-left{display:flex;align-items:center;justify-self:start}.header-logo{display:flex;align-items:center;justify-self:center}.header-logo img{height:var(--logo-h);width:auto;display:block}.header-logo__text{font-size:1.375rem;font-weight:800;letter-spacing:-.03em;color:var(--c-primary)}.header-actions{display:flex;align-items:center;gap:.25rem;justify-self:end}.header-account{position:relative}.header-account__btn{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;border-radius:8px;color:var(--c-text);font-size:.8125rem;font-weight:600;transition:background .2s;white-space:nowrap;cursor:pointer}.header-account__btn:hover{background:var(--c-bg-alt)}.header-account__btn svg{width:18px;height:18px;flex-shrink:0}.header-account__chevron{transition:transform .2s;margin-left:.1rem}.header-account__btn[aria-expanded=true] .header-account__chevron{transform:rotate(180deg)}.account-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--c-border);border-radius:10px;padding:.375rem;min-width:200px;box-shadow:0 8px 24px #0000001a;z-index:200;list-style:none;margin:0}.account-dropdown[hidden]{display:none}.account-dropdown a{display:block;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;color:var(--c-text);transition:background .15s}.account-dropdown a:hover{background:var(--c-bg-alt)}.account-dropdown__divider{height:1px;background:var(--c-border);margin:.375rem 0}@media(max-width:600px){.header-account__label{display:none}}.header-cart{position:relative}.header-cart__count{position:absolute;top:2px;right:2px;min-width:16px;height:16px;background:var(--c-cta);color:#fff;font-size:10px;font-weight:700;border-radius:99px;display:flex;align-items:center;justify-content:center;padding:0 3px;pointer-events:none}.header-nav__item{position:relative;display:flex;align-items:center}.header-nav__dropdown{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%) translateY(-6px);background:#fff;border:1px solid var(--c-border);border-radius:10px;padding:.5rem;min-width:210px;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,visibility .2s;box-shadow:0 8px 28px #0000001a;z-index:50}.header-nav__dropdown:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:#fff;border-left:1px solid var(--c-border);border-top:1px solid var(--c-border)}.header-nav__item:hover .header-nav__dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.header-nav__dropdown-link{display:block;padding:.5625rem 1rem;font-size:.875rem;font-weight:500;color:var(--c-muted);transition:color .15s,background .15s;border-radius:6px;white-space:nowrap}.header-nav__dropdown-link:hover{color:var(--c-text);background:var(--c-bg-alt)}.header-nav__dropdown-sep{height:1px;background:var(--c-border);margin:.375rem .5rem}.header-burger{display:flex;flex-direction:column;gap:5px;padding:8px;cursor:pointer}.header-burger span{display:block;width:20px;height:2px;background:var(--c-text);border-radius:2px;transition:transform .25s,opacity .25s}.header-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header-burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.header-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;visibility:hidden;pointer-events:none}.mobile-nav.open{visibility:visible;pointer-events:all}.mobile-nav__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s}.mobile-nav.open .mobile-nav__backdrop{opacity:1}.mobile-nav__panel{position:absolute;top:0;left:0;bottom:0;width:min(300px,88vw);background:#fff;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-nav.open .mobile-nav__panel{transform:none}.mobile-nav__head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--c-border)}.mobile-nav__title{font-size:1rem;font-weight:800;color:var(--c-primary)}.mobile-nav__body{flex:1;overflow-y:auto}.mobile-nav__link{display:block;padding:.875rem 1.25rem;font-size:1rem;font-weight:500;border-bottom:1px solid var(--c-border);transition:color .2s,background .2s,padding-left .22s;color:var(--c-text)}.mobile-nav__link:hover{background:var(--c-bg-alt);color:var(--c-primary);padding-left:1.875rem}.mobile-nav__toggle{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;cursor:pointer;background:none}.mobile-nav__toggle:hover{padding-left:1.875rem}.mobile-nav__toggle-icon{font-size:1.25rem;font-weight:300;color:var(--c-muted);transition:transform .25s;flex-shrink:0;line-height:1}.mobile-nav__toggle[aria-expanded=true] .mobile-nav__toggle-icon{transform:rotate(45deg)}.mobile-nav__sub{overflow:hidden;max-height:0;transition:max-height .35s ease}.mobile-nav__sub-link{display:block;padding:.75rem 1.25rem .75rem 2rem;font-size:.9375rem;font-weight:500;border-bottom:1px solid var(--c-border);color:var(--c-muted);transition:color .2s,padding-left .22s,background .2s;background:var(--c-bg-alt)}.mobile-nav__sub-link:hover{color:var(--c-primary);padding-left:2.5rem;background:#8b5e400f}.mobile-nav__foot{padding:.75rem 1.25rem;border-top:1px solid var(--c-border)}.mobile-nav__socials{display:flex;gap:.75rem;justify-content:center;padding:.5rem 0}.mobile-nav__social-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:var(--c-bg-alt);color:var(--c-text);transition:background .2s,color .2s}.mobile-nav__social-btn:hover{background:var(--c-primary);color:#fff}.mobile-nav__social-btn svg{width:22px;height:22px}.hero{position:relative;min-height:65vh;background:#1a0f06;overflow:hidden}.hero__slides{position:absolute;top:0;right:0;bottom:0;left:0}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease}.hero__slide--active{opacity:1}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.62) 0%,rgba(0,0,0,.04) 42%,transparent 68%)}.hero__content{position:absolute;bottom:0;left:0;right:0;z-index:2;color:#fff;padding-bottom:2.75rem}.hero__badge{position:absolute;top:1.25rem;left:1.5rem;z-index:5;display:inline-flex;align-items:center;gap:.4rem;background:#00000059;border:1px solid rgba(255,255,255,.25);border-radius:99px;padding:.375rem .875rem;font-size:.8rem;font-weight:600;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__badge svg{width:14px;height:14px;flex-shrink:0}.hero__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;margin-bottom:.625rem;color:#fff}.hero__sub{font-size:clamp(.875rem,2vw,1rem);opacity:.88;line-height:1.7;max-width:460px;color:#fff}.hero__dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:5}.hero__dot{width:8px;height:8px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .3s;padding:0;flex-shrink:0}.hero__dot--active{background:#fff;transform:scale(1.4)}.hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border-radius:50%;background:#0000004d;border:1px solid rgba(255,255,255,.22);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:0}.hero__arrow:hover{background:#00000080}.hero__arrow--prev{left:1.25rem}.hero__arrow--next{right:1.25rem}.hero__arrow svg{width:20px;height:20px;display:block}@media(max-width:480px){.hero__arrow{width:34px;height:34px}.hero__arrow svg{width:16px;height:16px}}.trust-bar{background:var(--c-primary);padding:.875rem 0}..trust-bar{background:var(--c-primary);padding:.875rem 0}.trust-bar__list{display:flex;justify-content:center;flex-wrap:wrap;gap:.875rem 2.5rem}@media(max-width:640px){.trust-bar__list{flex-direction:column;align-items:center;gap:.5rem}}.trust-bar__item{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.8rem;font-weight:600}.trust-bar__item svg{flex-shrink:0;opacity:.9;width:16px;height:16px}.product-card{background:#fff;border-radius:10px;border:1px solid var(--c-border);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 8px 28px #00000017;transform:translateY(-2px)}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--c-bg-alt);display:block}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badge{position:absolute;top:.5rem;left:.5rem;padding:.2rem .625rem;border-radius:4px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff}.product-card__badge--hot{background:var(--c-primary)}.product-card__badge--new{background:var(--c-cta)}.product-card__badge--sale{background:#e63946}.product-card__body{padding:.875rem 1rem 1.125rem;flex:1;display:flex;flex-direction:column;gap:.3rem}.product-card__vendor{font-size:.7rem;color:var(--c-muted);text-transform:uppercase;letter-spacing:.05em}.product-card__title{font-size:.9375rem;font-weight:600;line-height:1.4;flex:1;color:var(--c-text)}.product-card__title a:hover{color:var(--c-primary)}.product-card__price{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem;margin-top:.375rem}.price-current{font-size:1rem;font-weight:700;color:var(--c-primary)}.price-compare{font-size:.825rem;color:var(--c-muted);text-decoration:line-through}.price-save{font-size:.68rem;font-weight:700;background:#fff1f1;color:#e63946;padding:.125rem .5rem;border-radius:4px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.cat-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:16/10;display:flex;align-items:flex-end;text-decoration:none;transition:transform .2s;background:var(--c-bg-alt)}.cat-card:hover{transform:scale(1.01)}.cat-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s}.cat-card:hover .cat-card__img{transform:scale(1.05)}.cat-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%)}.cat-card__body{position:relative;z-index:2;padding:1.5rem;color:#fff;width:100%}.cat-card__name{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.2rem}.cat-card__desc{font-size:.85rem;opacity:.85}.ps-section{background:var(--c-bg-alt)}.ps-positive{max-width:600px;margin:0 auto;text-align:center}.ps-intro{color:var(--c-muted);font-size:.9375rem;line-height:1.7;margin-bottom:1.75rem}.ps-list-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--c-primary);margin-bottom:1rem}.ps-list{display:flex;flex-direction:column;gap:.75rem}.ps-list--positive{text-align:left;display:inline-flex;flex-direction:column;gap:.75rem}.ps-item{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;color:var(--c-text);line-height:1.5}.ps-item__icon{flex-shrink:0;font-weight:700;font-size:.9rem;width:20px;text-align:center;padding-top:.1rem;color:var(--c-cta)}.ps-closing{margin-top:1.75rem;font-size:.9375rem;color:var(--c-muted);line-height:1.7}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--c-border)}.faq-item:first-child{border-top:1px solid var(--c-border)}.faq-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.125rem 0;font-size:.9375rem;font-weight:600;text-align:left;gap:1rem;cursor:pointer;transition:color .2s;color:var(--c-text)}.faq-btn:hover{color:var(--c-primary)}.faq-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;border:1.5px solid var(--c-border);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;transition:transform .25s,background .2s,border-color .2s,color .2s;color:var(--c-muted)}.faq-btn[aria-expanded=true] .faq-icon{transform:rotate(45deg);background:var(--c-primary);border-color:var(--c-primary);color:#fff}.faq-body{overflow:hidden;max-height:0;transition:max-height .35s ease}.faq-body__inner{padding-bottom:1.25rem;color:var(--c-muted);line-height:1.8;font-size:.9375rem}.site-footer{background:#243320;color:#ffffffb3}.footer-main{padding:1.5rem 0}.footer-main__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:1rem;flex-shrink:0}.footer-brand__name{font-size:1.125rem;font-weight:800;color:#fff;letter-spacing:-.03em}.footer-socials{display:flex;gap:.375rem}.footer-social__link{width:30px;height:30px;border-radius:6px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background .2s;color:#ffffffb3}.footer-social__link:hover{background:#fff3;color:#fff}.footer-social__link svg{width:15px;height:15px}.footer-links{display:flex;flex-wrap:wrap;gap:.375rem .875rem}.footer-links a{font-size:.8125rem;color:#ffffffa6;transition:color .2s;white-space:nowrap}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:1rem 0}.footer-bottom__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.8125rem}.footer-payments{display:flex;gap:.375rem;align-items:center;flex-wrap:wrap}.product-page{padding:2rem 0 .5rem}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-gallery__main{border-radius:12px;overflow:hidden;background:var(--c-bg-alt);aspect-ratio:1;margin-bottom:.625rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex-shrink:0;width:64px;height:64px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s;background:none;padding:0}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--c-primary)}.product-info__vendor{font-size:.8rem;color:var(--c-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.product-info__title{font-size:clamp(1.375rem,3vw,1.75rem);margin-bottom:1rem;line-height:1.2;color:var(--c-text)}.product-info__price{display:flex;align-items:baseline;gap:.875rem;flex-wrap:wrap;margin-bottom:1.25rem}.product-price-current{font-size:1.875rem;font-weight:800;color:var(--c-primary);letter-spacing:-.03em}.product-price-compare{font-size:1.125rem;color:var(--c-muted);text-decoration:line-through}.product-price-save{font-size:.8rem;font-weight:700;background:#fff1f1;color:#e63946;padding:.2rem .625rem;border-radius:4px}.product-shipping-bar{background:#2e7d5212;border:1px solid rgba(46,125,82,.18);border-radius:8px;padding:.625rem .875rem;font-size:.85rem;color:#1a5c38;font-weight:500;margin-bottom:1.125rem;display:flex;flex-direction:column;gap:.375rem;min-height:38px}.psb-track{height:6px;background:var(--c-border);border-radius:99px;overflow:hidden;width:100%}.psb-fill{height:100%;background:var(--c-cta);border-radius:99px;transition:width .5s ease}.variant-group{margin-bottom:1rem}.variant-label{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--c-text);display:flex;align-items:center;gap:.375rem}.variant-label__selected{color:var(--c-primary)}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-opt{padding:.4375rem .9375rem;border:1.5px solid var(--c-border);border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;background:#fff;color:var(--c-text)}.variant-opt:hover{border-color:var(--c-primary);color:var(--c-primary)}.variant-opt.selected{border-color:var(--c-primary);background:#8b5e4014;color:var(--c-primary);font-weight:700}.variant-opt[disabled]{opacity:.35;cursor:not-allowed;text-decoration:line-through}.qty-wrap{margin-bottom:1.125rem}.qty-control{display:inline-flex;align-items:center;border:1.5px solid var(--c-border);border-radius:8px;overflow:hidden}.qty-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:400;color:var(--c-muted);transition:background .2s,color .2s;cursor:pointer}.qty-btn:hover{background:var(--c-bg-alt);color:var(--c-text)}.qty-input{width:44px;text-align:center;border:none;outline:none;font-size:.9375rem;font-weight:700;background:none;-moz-appearance:textfield}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.product-cta-wrap{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.buy-now-btn{width:100%;padding:1rem;font-size:1.0625rem;font-weight:700;background:var(--c-cta);color:#fff;border-radius:10px;box-shadow:0 2px 10px #2e7d5240;transition:all .2s;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;-webkit-appearance:none}.buy-now-btn:hover{background:var(--c-cta-dark);box-shadow:0 4px 18px #2e7d5261;transform:translateY(-1px)}.buy-now-btn:disabled{opacity:.45;pointer-events:none}.add-to-cart-btn{width:100%;padding:.875rem;font-size:.9375rem;font-weight:600;background:transparent;color:var(--c-primary);border:2px solid var(--c-primary);border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s;-webkit-appearance:none}.add-to-cart-btn:hover{background:var(--c-primary);color:#fff}.add-to-cart-btn:disabled{opacity:.45;pointer-events:none}.product-trust{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:1rem 0;border-top:1px solid var(--c-border);margin-bottom:.875rem}.product-trust__item{display:flex;align-items:center;gap:.4rem;font-size:.8125rem;color:var(--c-muted)}.product-trust__item svg{color:var(--c-primary);flex-shrink:0;width:15px;height:15px}.accordion{border-top:1px solid var(--c-border);margin-top:.5rem}.accordion__item{border-bottom:1px solid var(--c-border)}.accordion__btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.9375rem 0;font-size:.9375rem;font-weight:600;cursor:pointer;text-align:left;gap:1rem;transition:color .2s;color:var(--c-text)}.accordion__btn:hover{color:var(--c-primary)}.accordion__icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;border:1.5px solid var(--c-border);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;transition:transform .25s,background .2s,border-color .2s,color .2s;color:var(--c-muted)}.accordion__btn[aria-expanded=true] .accordion__icon{transform:rotate(45deg);background:var(--c-primary);border-color:var(--c-primary);color:#fff}.accordion__body{overflow:hidden;max-height:0;transition:max-height .35s ease}.accordion__body__inner{padding-bottom:1.125rem;color:var(--c-muted);line-height:1.8;font-size:.9375rem}.accordion__body__inner p+p{margin-top:.5rem}.sticky-buy{position:fixed;bottom:0;left:0;right:0;z-index:80;background:#fff;border-top:1px solid var(--c-border);box-shadow:0 -4px 20px #00000014;transform:translateY(110%);transition:transform .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.sticky-buy.visible{transform:none;pointer-events:all}.sticky-buy__inner{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0}.sticky-buy__info{display:flex;align-items:center;justify-content:space-between;width:100%}.sticky-buy__title{font-size:.9rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--c-text)}.sticky-buy__price{font-size:.9rem;color:var(--c-primary);font-weight:700;flex-shrink:0;padding-left:.75rem}.sticky-buy__btn{width:100%;padding:.9375rem;border-radius:10px;font-size:1rem}.sticky-buy__btn:hover{transform:none}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;visibility:hidden}.cart-overlay.open{visibility:visible}.cart-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s}.cart-overlay.open .cart-overlay__backdrop{opacity:1}.cart-drawer{position:absolute;right:0;top:0;bottom:0;width:min(420px,96vw);background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.cart-overlay.open .cart-drawer{transform:none}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--c-border)}.cart-drawer__title{font-size:1rem;font-weight:700;color:var(--c-text)}.cart-drawer__body{flex:1;overflow-y:auto;padding:0 1.25rem}.cart-drawer__footer{padding:1rem 1.25rem;border-top:1px solid var(--c-border);background:var(--c-bg-alt)}.cart-drawer__total{display:flex;justify-content:space-between;font-weight:700;font-size:1rem;margin-bottom:.875rem;color:var(--c-text)}.cart-drawer__view-link{display:block;text-align:center;margin-top:.75rem;font-size:.875rem;color:var(--c-muted);transition:color .2s}.cart-drawer__view-link:hover{color:var(--c-primary)}.cart-item{display:flex;gap:.875rem;padding:1rem 0;border-bottom:1px solid var(--c-border)}.cart-item__img{width:72px;height:72px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--c-bg-alt)}.cart-item__info{flex:1;min-width:0}.cart-item__title{font-weight:600;font-size:.875rem;line-height:1.4;margin-bottom:.2rem;color:var(--c-text)}.cart-item__variant{font-size:.75rem;color:var(--c-muted)}.cart-item__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.cart-item__price{font-weight:700;color:var(--c-primary);font-size:.9rem}.cart-item__remove{color:var(--c-muted);font-size:.875rem;transition:color .2s;padding:.25rem;line-height:1}.cart-item__remove:hover{color:#e63946}.free-shipping-bar{margin-bottom:.875rem}.free-shipping-bar__track{height:6px;background:var(--c-border);border-radius:99px;overflow:hidden;margin:.375rem 0}.free-shipping-bar__fill{height:100%;background:var(--c-cta);border-radius:99px;transition:width .4s}.free-shipping-bar__text{font-size:.8125rem;color:var(--c-muted)}.free-shipping-bar__text.achieved{color:var(--c-cta);font-weight:600}.toast{position:fixed;bottom:1.5rem;right:1.5rem;z-index:500;background:#1a1a1a;color:#fff;padding:.75rem 1.125rem;border-radius:8px;font-size:.875rem;font-weight:500;box-shadow:0 8px 24px #0000002e;transform:translateY(calc(100% + 2rem));transition:transform .3s;pointer-events:none;max-width:260px}.toast.show{transform:none}.toast--success{background:var(--c-cta)}.toast--error{background:#e63946}.collection-header{background:var(--c-bg-alt);padding:2rem 0;border-bottom:1px solid var(--c-border)}.collection-header h1{font-size:clamp(1.5rem,4vw,2rem)}.collection-desc{color:var(--c-muted);margin-top:.5rem;max-width:500px;font-size:.9375rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;border-bottom:1px solid var(--c-border);margin-bottom:1.75rem;flex-wrap:wrap;gap:.75rem}.collection-count{font-size:.875rem;color:var(--c-muted)}.sort-select{padding:.5rem .875rem;border:1.5px solid var(--c-border);border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer;transition:border-color .2s;outline:none}.sort-select:focus{border-color:var(--c-primary)}.cart-page{padding:2.5rem 0 5rem}.cart-empty{text-align:center;padding:4rem 0}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;align-items:start}.cart-page-item{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--c-border)}.cart-page-item__img{width:80px;height:80px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--c-bg-alt)}.cart-page-item__info{flex:1}.cart-page-item__title{font-weight:600;font-size:.9rem;margin-bottom:.2rem;color:var(--c-text)}.cart-page-item__variant{font-size:.8rem;color:var(--c-muted)}.cart-page-item__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:.625rem;flex-wrap:wrap;gap:.5rem}.cart-page-item__qty{display:inline-flex;align-items:center;border:1px solid var(--c-border);border-radius:6px;overflow:hidden}.cart-page-item__qty button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;color:var(--c-muted);background:none;border:none;transition:background .2s}.cart-page-item__qty button:hover{background:var(--c-bg-alt)}.cart-page-item__qty span{min-width:28px;text-align:center;font-weight:700;font-size:.875rem}.cart-page-item__price{font-weight:700;color:var(--c-primary);font-size:.9375rem}.cart-summary{background:var(--c-bg-alt);border-radius:12px;padding:1.5rem;border:1px solid var(--c-border);position:sticky;top:calc(var(--header-h) + 1rem)}.cart-summary__row{display:flex;justify-content:space-between;font-weight:700;font-size:1rem;margin-bottom:.75rem;color:var(--c-text)}.cart-summary__note{font-size:.8125rem;color:var(--c-muted);margin-bottom:1.125rem}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem .4rem;font-size:.8rem;color:var(--c-muted);margin-bottom:1.25rem}.breadcrumbs a:hover{color:var(--c-primary);text-decoration:underline}.breadcrumbs__sep{opacity:.4}.pagination{display:flex;justify-content:center;gap:.375rem;margin-top:3rem}.pagination a,.pagination span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:.875rem;font-weight:600;border:1.5px solid var(--c-border);transition:all .2s}.pagination a:hover{border-color:var(--c-primary);color:var(--c-primary)}.pagination .current{background:var(--c-primary);border-color:var(--c-primary);color:#fff}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.blog-card{border-radius:10px;overflow:hidden;border:1px solid var(--c-border);background:#fff;transition:box-shadow .2s,transform .2s}.blog-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.blog-card__img{aspect-ratio:16/9;overflow:hidden;background:var(--c-bg-alt)}.blog-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;display:block}.blog-card:hover .blog-card__img img{transform:scale(1.04)}.blog-card__body{padding:1.125rem 1.25rem 1.5rem}.blog-card__meta{font-size:.8rem;color:var(--c-muted);margin-bottom:.375rem}.blog-card__title{font-size:1rem;font-weight:700;line-height:1.35;margin-bottom:.625rem;color:var(--c-text)}.blog-card__title a:hover{color:var(--c-primary)}.blog-card__excerpt{font-size:.875rem;color:var(--c-muted);margin-bottom:.875rem;line-height:1.6}.page-header{padding-bottom:1.5rem;margin-bottom:2rem;border-bottom:1px solid var(--c-border)}.page-title{font-size:clamp(1.5rem,4vw,2rem);color:var(--c-text)}.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-image{border-radius:12px;overflow:hidden;aspect-ratio:4/5;background:var(--c-bg-alt)}.about-image img{width:100%;height:100%;object-fit:cover;display:block}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem}.about-value{background:#fff;border-radius:10px;padding:1.5rem;border:1px solid var(--c-border);text-align:center}.about-value__icon{width:44px;height:44px;border-radius:10px;background:var(--c-bg-alt);display:flex;align-items:center;justify-content:center;margin:0 auto .875rem;color:var(--c-primary)}.about-value__icon svg{width:22px;height:22px}.about-value h3{font-size:.9375rem;font-weight:700;margin-bottom:.375rem;color:var(--c-text)}.about-value p{font-size:.875rem;color:var(--c-muted);line-height:1.6}.contact-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem}.form-group{margin-bottom:1.125rem}label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.375rem;color:var(--c-text)}input[type=text],input[type=email],input[type=search],textarea{width:100%;padding:.6875rem .875rem;border:1.5px solid var(--c-border);border-radius:8px;font-size:.9375rem;background:#fff;transition:border-color .2s,box-shadow .2s;outline:none}input[type=text]:focus,input[type=email]:focus,input[type=search]:focus,textarea:focus{border-color:var(--c-primary);box-shadow:0 0 0 3px #8b5e401a}textarea{resize:vertical;min-height:120px}.form-success{background:#ecfdf5;border:1px solid rgba(46,125,82,.3);color:#1a5c38;padding:.875rem 1rem;border-radius:8px;font-weight:500;margin-bottom:1rem;font-size:.9375rem}.form-errors{background:#fff1f1;border:1px solid rgba(230,57,70,.3);color:#9b1c24;padding:.875rem 1rem;border-radius:8px;font-size:.9375rem;margin-bottom:1rem}.not-found{min-height:55vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem}.not-found__code{font-size:6rem;font-weight:800;color:var(--c-border);letter-spacing:-.05em;line-height:1}.not-found__title{font-size:1.75rem;margin-bottom:.75rem;margin-top:.5rem;color:var(--c-text)}.not-found__sub{color:var(--c-muted);margin-bottom:2rem;max-width:400px}.search-page{padding:3rem 0 5rem}.search-form{display:flex;max-width:540px;margin:0 auto 2.5rem;border:2px solid var(--c-border);border-radius:99px;overflow:hidden;transition:border-color .2s}.search-form:focus-within{border-color:var(--c-primary)}.search-form__input{flex:1;padding:.75rem 1.25rem;border:none;outline:none;font-size:.9375rem;background:none;color:var(--c-text)}.search-form button{padding:.75rem 1.25rem;background:var(--c-primary);color:#fff;transition:background .2s;border:none;cursor:pointer}.search-form button:hover{background:var(--c-primary-dark)}.search-empty,.search-count{text-align:center;padding:2rem;color:var(--c-muted)}.article-page{padding:2.5rem 0 5rem}.article__header{margin-bottom:2rem}.article__meta{font-size:.8125rem;color:var(--c-muted);margin-bottom:.375rem}.article__title{font-size:clamp(1.5rem,4vw,2.25rem);color:var(--c-text)}.article__hero-img{border-radius:12px;overflow:hidden;margin-bottom:2rem;aspect-ratio:16/9;background:var(--c-bg-alt)}.article__hero-img img{width:100%;height:100%;object-fit:cover;display:block}.article__content{max-width:680px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.review-card{background:#fff;border-radius:12px;border:1px solid var(--c-border);padding:1.625rem;display:flex;flex-direction:column;gap:1rem;transition:box-shadow .2s,transform .2s}.review-card:hover{box-shadow:0 8px 28px #00000014;transform:translateY(-2px)}.review-card__stars{color:#f59e0b;font-size:1rem;letter-spacing:.05em}.review-card__text{font-size:.9375rem;color:var(--c-text);line-height:1.7;flex:1}.review-card__author{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.review-card__avatar{width:38px;height:38px;border-radius:50%;background:var(--c-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9375rem;flex-shrink:0;text-transform:uppercase}.review-card__name{font-size:.875rem;font-weight:700;color:var(--c-text)}.review-card__pet{font-size:.8rem;color:var(--c-muted);margin-top:.1rem}.cta-banner{background:var(--c-primary);padding:2.75rem 0}.cta-banner__inner{text-align:center;max-width:600px;margin:0 auto}.cta-banner__eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffa6;margin-bottom:.5rem}.cta-banner__title{font-size:clamp(1.625rem,3.5vw,2.25rem);font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.03em;margin-bottom:.75rem}.cta-banner__sub{font-size:.9375rem;color:#ffffffbf;line-height:1.7;margin-bottom:2rem}.cta-banner .btn--cta{background:#fff;color:var(--c-primary);border-color:#fff;font-size:1rem}.cta-banner .btn--cta:hover{background:#ffffffeb;transform:translateY(-1px);box-shadow:0 4px 20px #00000026}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.footer-main__inner{flex-direction:column;align-items:flex-start;gap:1.25rem}.about-layout,.contact-layout{grid-template-columns:1fr}.blog-grid{grid-template-columns:1fr 1fr}.ps-cols{grid-template-columns:1fr}.product-trust{grid-template-columns:1fr 1fr}.reviews-grid{grid-template-columns:1fr}}@media(max-width:640px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.cat-grid{grid-template-columns:1fr}.about-values{grid-template-columns:1fr 1fr}}@media(max-width:480px){.blog-grid,.about-values{grid-template-columns:1fr}.sticky-buy__info{display:none}}@media(max-width:380px){.hero__actions .btn{width:100%}}.shopify-policy__title,.policy__title,.page-width h1:first-of-type{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/29/assets/base.css.map */
