:root{--ink:#20211f;--paper:#fffaf2;--white:#fff;--coral:#ef5a43;--yellow:#f8d85b;--blue:#a9dbe4;--green:#b9d486;--line:#d8d2c8;--muted:#6d6c66;--shadow:0 18px 60px rgba(32,33,31,.12);--radius:6px;--max:1240px}
*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.5;letter-spacing:0;overflow-x:hidden}body.locked{overflow:hidden}button,input,select{font:inherit}button,a{color:inherit}button{cursor:pointer}a{text-decoration:none}img{display:block;width:100%;height:auto}svg{width:20px;height:20px;stroke-width:1.8}.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}.skip-link{position:fixed;z-index:1000;left:1rem;top:1rem;padding:.7rem 1rem;background:var(--ink);color:var(--white);transform:translateY(-200%)}.skip-link:focus{transform:none}.announcement{min-height:34px;display:flex;align-items:center;justify-content:center;gap:.65rem;background:var(--yellow);font-size:.76rem;font-weight:800;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,250,242,.94);border-bottom:1px solid rgba(32,33,31,.12);backdrop-filter:blur(14px)}.header-inner{max-width:var(--max);height:76px;margin:auto;padding:0 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand{display:inline-flex;align-items:center;gap:.65rem;font-size:1.4rem;font-weight:900;text-transform:uppercase}.brand-mark{position:relative;display:inline-block;width:28px;height:27px}.brand-mark span{position:absolute;width:11px;height:13px;border-radius:50%;background:var(--coral)}.brand-mark span:nth-child(1){left:0;top:0;transform:rotate(-24deg)}.brand-mark span:nth-child(2){right:0;top:0;transform:rotate(24deg)}.brand-mark span:nth-child(3){left:8px;bottom:0;width:14px;height:15px}.brand-mark span:nth-child(4){display:none}.desktop-nav{display:flex;gap:2rem;font-size:.9rem;font-weight:700}.desktop-nav a,.footer-links a,.footer-links button{position:relative}.desktop-nav a:after,.footer-links a:after,.footer-links button:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .25s ease}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after,.footer-links a:hover:after,.footer-links button:hover:after{transform:scaleX(1);transform-origin:left}.header-actions{display:flex;justify-content:flex-end;gap:.35rem}.icon-button{position:relative;width:44px;height:44px;border:0;background:transparent;display:grid;place-items:center;border-radius:50%}.icon-button:hover{background:rgba(32,33,31,.08)}.icon-button:focus-visible,.button:focus-visible,.filter-pill:focus-visible,.choice-grid button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.count-badge{position:absolute;right:0;top:0;min-width:19px;height:19px;padding:0 5px;border-radius:20px;background:var(--coral);color:#fff;font-size:.68rem;font-weight:900;line-height:19px}.mobile-only,.mobile-nav{display:none}.hero{position:relative;height:min(760px,calc(100vh - 110px));min-height:560px;background:#706c5a;overflow:hidden}.hero>img{height:100%;object-fit:cover;object-position:center 42%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,20,18,.68) 0%,rgba(18,20,18,.2) 56%,rgba(18,20,18,0) 80%)}.hero-content{position:absolute;z-index:2;left:max(24px,calc((100vw - var(--max))/2 + 24px));bottom:12%;width:min(650px,calc(100% - 48px));color:#fff}.eyebrow{margin:0 0 12px;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.eyebrow.dark{color:var(--muted)}h1,h2,h3,p{letter-spacing:0}h1,h2,h3{line-height:.98}h1{max-width:600px;margin:0 0 20px;font-size:clamp(4.2rem,8.6vw,8rem);font-weight:900}h2{margin:0;font-size:clamp(2.6rem,5.2vw,5.5rem);font-weight:900}h3{font-size:1.55rem}.hero-content>p:not(.eyebrow){max-width:490px;margin:0 0 30px;font-size:1.18rem}.button-row{display:flex;gap:10px;flex-wrap:wrap}.button{min-height:50px;padding:0 20px;border:1px solid transparent;border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-size:.84rem;font-weight:900;text-transform:uppercase;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.14)}.button-primary{background:var(--coral);color:#fff}.button-light{background:#fff;color:var(--ink)}.button-dark{background:var(--ink);color:#fff}.button:disabled{opacity:.45;cursor:not-allowed;transform:none}.hero-next{position:absolute;z-index:2;right:max(24px,calc((100vw - var(--max))/2 + 24px));bottom:10%;width:52px;height:52px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;color:#fff;animation:bob 2s ease-in-out infinite}.marquee{overflow:hidden;background:var(--coral);color:#fff;padding:15px 0}.marquee-track{display:flex;align-items:center;gap:28px;width:max-content;font-size:1rem;font-weight:900;animation:marquee 22s linear infinite}.marquee-track svg{width:18px}.section-pad{padding:110px max(24px,calc((100vw - var(--max))/2 + 24px))}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px}.section-heading h2{max-width:850px}.text-link{border:0;padding:0 0 5px;background:transparent;display:inline-flex;align-items:center;gap:.4rem;border-bottom:1px solid;font-weight:800;white-space:nowrap}.text-link svg{width:16px}.shop-controls{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:30px}.filter-pills{display:flex;gap:8px;flex-wrap:wrap}.filter-pill{min-height:42px;padding:0 16px;border:1px solid var(--line);border-radius:40px;background:transparent;display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;font-weight:800}.filter-pill.active,.filter-pill:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.filter-pill svg{width:16px}.sort-control{display:flex;align-items:center;gap:.6rem;font-size:.8rem;font-weight:800}.sort-control select{border:1px solid var(--line);background:var(--paper);padding:9px 30px 9px 10px;border-radius:4px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{position:relative;min-width:0}.product-visual{position:relative;aspect-ratio:1/1.08;border-radius:var(--radius);overflow:hidden;background:var(--product-bg);cursor:pointer}.product-shape{position:absolute;inset:12%;display:grid;place-items:center;transition:transform .4s cubic-bezier(.2,.8,.2,1)}.product-visual:hover .product-shape{transform:rotate(-4deg) scale(1.06)}.product-object{position:relative;width:72%;height:72%;filter:drop-shadow(0 18px 16px rgba(25,28,25,.16))}.product-object.ball{border-radius:50%;background:var(--product-color)}.product-object.ball:before,.product-object.ball:after{content:"";position:absolute;background:rgba(255,255,255,.3);border-radius:50%}.product-object.ball:before{width:22%;height:22%;top:21%;left:18%}.product-object.ball:after{width:13%;height:13%;bottom:18%;right:23%}.product-object.rope{height:45%;border:24px solid var(--product-color);border-radius:50%;transform:rotate(-22deg)}.product-object.rope:before,.product-object.rope:after{content:"";position:absolute;width:36%;height:58%;border:16px solid var(--product-color);border-radius:50%;top:8%}.product-object.rope:before{left:-40%}.product-object.rope:after{right:-40%}.product-object.mouse{width:72%;height:48%;border-radius:55% 45% 45% 55%;background:var(--product-color);transform:rotate(12deg)}.product-object.mouse:before{content:"";position:absolute;width:34%;height:34%;border:10px solid var(--product-color);border-bottom-color:transparent;border-left-color:transparent;border-radius:50%;right:-33%;top:20%;transform:rotate(25deg)}.product-object.mouse:after{content:"";position:absolute;width:16px;height:16px;background:var(--ink);border-radius:50%;top:24%;left:24%}.product-object.stick{width:32%;height:88%;border-radius:45%;background:var(--product-color);transform:rotate(38deg)}.product-object.stick:before{content:"";position:absolute;inset:16% 22%;border-radius:30px;background:rgba(255,255,255,.25)}.product-object.puzzle{width:82%;height:60%;border-radius:50%;background:var(--product-color);transform:rotate(-8deg)}.product-object.puzzle:before{content:"";position:absolute;inset:18%;border:14px dotted rgba(255,255,255,.48);border-radius:50%}.product-object.bone{width:75%;height:34%;background:var(--product-color);border-radius:25px;transform:rotate(-20deg)}.product-object.bone:before,.product-object.bone:after{content:"";position:absolute;width:42%;aspect-ratio:1;background:var(--product-color);border-radius:50%;top:50%;transform:translateY(-50%)}.product-object.bone:before{left:-17%}.product-object.bone:after{right:-17%}.product-tag{position:absolute;left:12px;top:12px;padding:5px 9px;border-radius:3px;background:#fff;font-size:.68rem;font-weight:900;text-transform:uppercase}.wish-button{position:absolute;right:10px;top:10px;z-index:2;background:rgba(255,255,255,.88)}.wish-button.active{color:var(--coral)}.wish-button.active svg{fill:currentColor}.quick-add{position:absolute;left:12px;right:12px;bottom:12px;min-height:44px;border:0;border-radius:4px;background:var(--ink);color:#fff;font-weight:900;opacity:0;transform:translateY(10px);transition:.25s}.product-visual:hover .quick-add,.quick-add:focus-visible{opacity:1;transform:none}.product-info{padding:14px 2px 6px}.product-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.product-info h3{margin:0;font-size:1.04rem;line-height:1.25}.product-info p{margin:5px 0 0;color:var(--muted);font-size:.82rem}.price{font-size:.95rem;font-weight:900}.rating{font-size:.72rem;color:var(--muted)}.empty-state{text-align:center;padding:60px 20px;border:1px dashed var(--line);border-radius:var(--radius)}.empty-state svg{width:40px;height:40px}.split-feature{display:grid;grid-template-columns:1fr 1fr;min-height:760px;background:var(--blue)}.feature-image{min-height:650px;overflow:hidden}.feature-image img{height:100%;object-fit:cover}.feature-copy{padding:100px max(30px,8vw);display:flex;flex-direction:column;justify-content:center}.feature-copy h2{font-size:clamp(3rem,5vw,5.6rem)}.feature-copy>p:not(.eyebrow){max-width:620px;font-size:1.05rem;margin:28px 0}.feature-list{list-style:none;padding:0;margin:15px 0 0;border-top:1px solid rgba(32,33,31,.26)}.feature-list li{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:20px 0;border-bottom:1px solid rgba(32,33,31,.26)}.feature-list li>span{font-size:.75rem;font-weight:900}.feature-list strong{font-size:1rem}.feature-list p{margin:4px 0 0;font-size:.88rem}.finder{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;background:var(--ink);color:#fff}.finder-intro{align-self:start;position:sticky;top:120px}.finder-intro p:last-child{max-width:430px;color:#c9c9c5;font-size:1.08rem}.finder-panel{min-height:500px;padding:40px;background:#2c2d2a;border:1px solid #464743;border-radius:var(--radius)}.finder-progress{display:flex;align-items:center;gap:20px;margin-bottom:80px;color:#aaa;font-size:.78rem;font-weight:800}.progress-track{height:4px;flex:1;background:#484945}.progress-track span{display:block;width:33.33%;height:100%;background:var(--yellow);transition:width .3s}.finder-step h3{font-size:2.3rem;margin:0 0 30px}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.choice-grid.three{grid-template-columns:repeat(3,1fr)}.choice-grid button{min-height:150px;border:1px solid #5b5d56;background:#353633;color:#fff;border-radius:var(--radius);display:grid;place-items:center;align-content:center;gap:14px;font-weight:900;transition:.2s}.choice-grid button:hover{background:var(--coral);border-color:var(--coral);transform:translateY(-3px)}.choice-grid svg{width:30px;height:30px}.finder-back{margin-top:30px;border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:.4rem}.finder-result h3{font-size:2.4rem;margin:0 0 10px}.finder-result p{color:#ccc}.finder-result .result-card{display:flex;align-items:center;gap:20px;padding:18px;background:#fff;color:var(--ink);border-radius:var(--radius);margin:25px 0}.result-swatch{width:90px;aspect-ratio:1;border-radius:4px;display:grid;place-items:center;background:var(--swatch)}.result-card h4{font-size:1.25rem;margin:0}.result-card p{color:var(--muted);margin:.3rem 0}.category-banners{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.category-banner{position:relative;height:620px;overflow:hidden;border-radius:var(--radius);color:#fff}.category-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(16,17,16,.58),transparent 60%)}.category-banner img{height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.category-banner:hover img{transform:scale(1.035)}.category-banner>span{position:absolute;z-index:2;left:34px;bottom:34px;font-size:2.9rem;font-weight:900;line-height:1}.category-banner small{display:block;margin-bottom:10px;font-size:.73rem;text-transform:uppercase;letter-spacing:.12em}.category-banner>svg{position:absolute;z-index:2;right:30px;bottom:34px;width:30px;height:30px}.stories{background:#f2ece2}.story-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.story-card{background:transparent}.story-card img{height:440px;object-fit:cover;border-radius:var(--radius)}.story-card>div{padding:24px 0}.story-meta{display:flex;gap:12px;color:var(--muted);font-size:.75rem;font-weight:800;text-transform:uppercase}.story-meta span:before{content:"\2022";margin-right:12px}.story-card h3{max-width:520px;font-size:2rem;line-height:1.08;margin:12px 0 20px}.reviews{display:grid;grid-template-columns:.65fr 1.35fr;gap:6vw;background:var(--yellow)}.review-score{align-self:center}.review-score h2{font-size:clamp(3rem,5.2vw,5.4rem)}.stars{font-size:1.3rem;letter-spacing:.15em;margin-top:22px}.review-score>p:last-child{font-size:.75rem}.review-track{display:grid;grid-template-columns:1fr;gap:12px}.review-track blockquote{margin:0;padding:32px;background:rgba(255,255,255,.7);border-radius:var(--radius)}.review-track blockquote>p{font-size:1.2rem;margin:0 0 25px}.review-track footer{display:flex;align-items:center;gap:12px}.avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--coral);color:#fff;font-size:.72rem;font-weight:900}.avatar.blue{background:#5aa1b4}.avatar.green{background:#78994a}.review-track small,.review-track strong{display:block}.review-track small{color:var(--muted);font-size:.75rem}.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:8vw}.faq-intro{position:sticky;top:120px;align-self:start}.faq-intro h2{font-size:clamp(3.2rem,5vw,5.5rem)}.faq-intro a{text-decoration:underline}.accordion details{border-top:1px solid var(--line)}.accordion details:last-child{border-bottom:1px solid var(--line)}.accordion summary{list-style:none;padding:25px 4px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-weight:900;cursor:pointer}.accordion summary::-webkit-details-marker{display:none}.accordion details[open] summary svg{transform:rotate(45deg)}.accordion summary svg{flex:0 0 auto;transition:transform .2s}.accordion details p{max-width:700px;padding:0 50px 25px 4px;margin:0;color:var(--muted)}.newsletter{padding:80px max(24px,calc((100vw - var(--max))/2 + 24px));display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;background:var(--coral);color:#fff}.newsletter h2{font-size:clamp(2.5rem,4.5vw,4.8rem)}.newsletter form{display:grid;grid-template-columns:1fr auto;gap:8px}.newsletter input{min-width:0;height:54px;border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.12);color:#fff;padding:0 16px;border-radius:var(--radius)}.newsletter input::placeholder{color:rgba(255,255,255,.78)}.newsletter .button{border:1px solid var(--ink)}.form-message{grid-column:1/-1;margin:4px 0 0;min-height:20px;font-size:.8rem}.site-footer{padding:80px max(24px,calc((100vw - var(--max))/2 + 24px)) 25px;background:var(--ink);color:#fff}.footer-brand{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:65px}.footer-brand p{max-width:360px;margin:0;color:#bbb}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding-bottom:80px}.footer-links>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-links strong{margin-bottom:10px;font-size:.75rem;text-transform:uppercase;color:#999}.footer-links a,.footer-links button{border:0;background:transparent;padding:0;color:#fff;font-size:.9rem}.footer-bottom{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid #454641;color:#999;font-size:.72rem}.overlay{position:fixed;z-index:80;inset:0;background:rgba(20,21,19,.55);backdrop-filter:blur(3px)}.drawer{position:fixed;z-index:90;right:0;top:0;width:min(460px,100%);height:100%;background:var(--paper);display:flex;flex-direction:column;transform:translateX(102%);transition:transform .35s cubic-bezier(.2,.8,.2,1);box-shadow:var(--shadow)}.drawer.open{transform:none}.drawer-header{padding:25px 24px 20px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line)}.drawer-header h2{font-size:2.2rem}.drawer-content{flex:1;overflow:auto;padding:18px 24px}.drawer-footer{padding:20px 24px 28px;border-top:1px solid var(--line)}.cart-line,.wish-line{display:grid;grid-template-columns:84px 1fr auto;gap:14px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-thumb{aspect-ratio:1;background:var(--swatch);border-radius:4px;display:grid;place-items:center}.mini-shape{width:56%;height:56%;border-radius:50%;background:var(--color);filter:drop-shadow(0 6px 5px rgba(0,0,0,.14))}.cart-line h3,.wish-line h3{margin:6px 0 4px;font-size:1rem}.cart-line p,.wish-line p{margin:0;color:var(--muted);font-size:.78rem}.line-remove{border:0;background:transparent;color:var(--muted);align-self:start}.qty-control{display:flex;align-items:center;gap:12px;margin-top:12px}.qty-control button{width:28px;height:28px;border:1px solid var(--line);background:transparent}.promo-row{display:grid;grid-template-columns:1fr auto}.promo-row input{min-width:0;border:1px solid var(--line);padding:10px}.promo-row button{border:0;background:var(--yellow);padding:0 15px;font-weight:900}.promo-message{min-height:18px;margin:6px 0;font-size:.75rem}.total-row{display:flex;justify-content:space-between;margin:14px 0;font-size:1.05rem}.checkout-button{width:100%}.drawer-footer>small{display:block;text-align:center;margin-top:10px;color:var(--muted)}.drawer-empty{text-align:center;padding:80px 20px}.drawer-empty svg{width:44px;height:44px}.search-panel{position:fixed;z-index:95;left:50%;top:8vh;transform:translateX(-50%);width:min(760px,calc(100% - 32px));max-height:84vh;overflow:auto;background:var(--paper);box-shadow:var(--shadow);border-radius:var(--radius);padding:28px}.search-top{display:flex;justify-content:space-between;align-items:center}.search-top h2{font-size:2.3rem}.search-field{margin-top:22px;height:58px;border:1px solid var(--ink);display:flex;align-items:center;gap:10px;padding:0 15px}.search-field input{flex:1;border:0;outline:0;background:transparent;min-width:0}.search-result{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line);cursor:pointer}.search-result:hover{background:#f2ece2}.search-swatch{aspect-ratio:1;background:var(--swatch);border-radius:3px}.search-hint{color:var(--muted);padding:25px 0}.modal{position:fixed;z-index:100;inset:0;background:rgba(20,21,19,.64);display:grid;place-items:center;padding:20px;overflow:auto}.modal-card{position:relative;width:min(900px,100%);max-height:calc(100vh - 40px);overflow:auto;background:var(--paper);border-radius:var(--radius);box-shadow:var(--shadow)}.modal-close{position:absolute;z-index:3;right:12px;top:12px;background:rgba(255,255,255,.86)}.product-modal-grid{display:grid;grid-template-columns:1fr 1fr}.modal-product-visual{min-height:540px;background:var(--swatch);display:grid;place-items:center}.modal-product-visual .product-object{width:45%;height:45%}.modal-product-copy{padding:58px 42px}.modal-product-copy h2{font-size:3rem}.modal-rating{margin:15px 0;color:var(--muted);font-size:.85rem}.modal-product-copy>p{color:var(--muted)}.modal-price{font-size:1.3rem;font-weight:900}.option-label{margin:24px 0 8px;font-size:.76rem;font-weight:900;text-transform:uppercase}.color-options{display:flex;gap:8px}.color-swatch{width:32px;height:32px;border:2px solid var(--paper);border-radius:50%;box-shadow:0 0 0 1px var(--line)}.color-swatch.active{box-shadow:0 0 0 2px var(--ink)}.modal-actions{display:grid;grid-template-columns:1fr 50px;gap:8px;margin-top:24px}.modal-actions .button{width:100%}.modal-accordion{margin-top:30px}.modal-accordion details{border-top:1px solid var(--line)}.modal-accordion summary{padding:15px 0;font-weight:800;cursor:pointer}.modal-accordion p{font-size:.86rem}.article-modal{padding:65px max(28px,8vw)}.article-modal h2{font-size:clamp(2.5rem,5vw,4.5rem)}.article-modal p{max-width:680px}.toast-region{position:fixed;z-index:110;right:20px;bottom:20px;display:flex;flex-direction:column;gap:8px}.toast{padding:13px 18px;background:var(--ink);color:#fff;border-radius:4px;box-shadow:var(--shadow);font-size:.84rem;font-weight:800;animation:toastIn .25s ease}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@keyframes marquee{to{transform:translateX(-50%)}}@keyframes bob{50%{transform:translateY(7px)}}@keyframes toastIn{from{opacity:0;transform:translateY(10px)}}
@media (max-width:980px){.header-inner{grid-template-columns:auto 1fr auto}.desktop-nav{display:none}.mobile-only{display:grid}.brand{justify-self:center}.mobile-nav{display:grid;padding:10px 24px 22px;gap:14px}.mobile-nav a{padding:8px 0;font-weight:800;border-bottom:1px solid var(--line)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-add{opacity:1;transform:none}.split-feature{grid-template-columns:1fr}.feature-image{height:72vw;min-height:480px}.finder,.reviews,.faq{grid-template-columns:1fr}.finder-intro,.faq-intro{position:static}.category-banner{height:500px}.newsletter{grid-template-columns:1fr}.footer-brand{display:grid;gap:24px}.product-modal-grid{grid-template-columns:1fr}.modal-product-visual{min-height:360px}.modal-product-copy{padding:35px 25px}.footer-links{grid-template-columns:repeat(3,1fr)}}
@media (max-width:640px){.announcement{font-size:.63rem;padding:0 10px;text-align:center}.header-inner{height:66px;padding:0 12px}.header-actions{gap:0}.header-actions .icon-button{width:39px}.brand{font-size:1.05rem}.brand-mark{transform:scale(.82)}.hero{height:calc(100svh - 150px);min-height:500px}.hero>img{object-position:63% center}.hero-shade{background:linear-gradient(0deg,rgba(18,20,18,.76) 0%,rgba(18,20,18,.14) 65%)}.hero-content{bottom:8%;left:20px;width:calc(100% - 40px)}h1{font-size:clamp(3.7rem,18vw,5.8rem)}.hero-content>p:not(.eyebrow){font-size:1rem}.hero-next{display:none}.button-row .button{flex:1}.section-pad{padding:75px 18px}.section-heading{align-items:flex-start;flex-direction:column;margin-bottom:28px}.section-heading h2{font-size:3rem}.shop-controls{align-items:flex-start;flex-direction:column}.filter-pills{flex-wrap:nowrap;width:calc(100vw - 18px);overflow-x:auto;padding-right:18px}.filter-pill{flex:0 0 auto}.sort-control{width:100%;justify-content:space-between}.product-grid{gap:10px}.product-visual{aspect-ratio:1/1.2}.product-object.rope{border-width:15px}.product-object.rope:before,.product-object.rope:after{border-width:10px}.quick-add{left:8px;right:8px;bottom:8px;min-height:39px;font-size:.72rem}.wish-button{right:4px;top:4px}.product-info h3{font-size:.92rem}.product-info p{font-size:.73rem}.price{font-size:.86rem}.feature-image{height:105vw;min-height:420px}.feature-copy{padding:70px 24px}.feature-copy h2{font-size:3.15rem}.finder{padding-left:18px;padding-right:18px}.finder-intro h2{font-size:3.4rem}.finder-panel{padding:24px 18px;min-height:460px}.finder-progress{margin-bottom:55px}.finder-step h3{font-size:1.8rem}.choice-grid,.choice-grid.three{grid-template-columns:1fr}.choice-grid button{min-height:88px;display:flex}.category-banners{grid-template-columns:1fr}.category-banner{height:115vw;max-height:560px}.category-banner>span{left:22px;bottom:25px;font-size:2.3rem}.category-banner>svg{right:20px;bottom:25px}.story-grid{grid-template-columns:1fr}.story-card img{height:105vw;max-height:460px}.story-card h3{font-size:1.6rem}.review-score h2,.faq-intro h2{font-size:3.1rem}.review-track blockquote{padding:24px}.newsletter{padding:65px 20px}.newsletter form{grid-template-columns:1fr}.newsletter .button{width:100%}.site-footer{padding:65px 20px 20px}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{gap:20px;flex-direction:column}.search-panel{top:3vh}.search-top h2{font-size:1.8rem}.drawer{width:100%}.product-modal-grid{display:block}.modal-product-visual{min-height:300px}.modal-product-copy h2{font-size:2.35rem}.modal-actions{grid-template-columns:1fr 48px}.modal-card{max-height:calc(100vh - 24px)}.modal{padding:12px}.cart-line,.wish-line{grid-template-columns:70px 1fr auto}.toast-region{left:12px;right:12px;bottom:12px}.toast{text-align:center}}

/* Reach-connected WPForms newsletter. */
.newsletter .wpforms-container{margin:0!important;max-width:none}
.newsletter .wpforms-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:start}
.newsletter .wpforms-field-container{min-width:0}
.newsletter .wpforms-field{padding:0!important;margin:0!important}
.newsletter .wpforms-field-label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.newsletter .wpforms-field-email input{width:100%!important;height:54px!important;border:1px solid rgba(255,255,255,.55)!important;background:rgba(255,255,255,.12)!important;color:#fff!important;padding:0 16px!important;border-radius:var(--radius)!important}
.newsletter .wpforms-field-email input::placeholder{color:rgba(255,255,255,.78)!important}
.newsletter .wpforms-submit-container{padding:0!important;margin:0!important}
.newsletter .wpforms-submit{min-height:54px!important;padding:0 20px!important;border:1px solid var(--ink)!important;border-radius:var(--radius)!important;background:#fff!important;color:var(--ink)!important;font-weight:900!important;text-transform:uppercase!important;white-space:nowrap!important;transition:transform .2s,box-shadow .2s!important}
.newsletter .wpforms-submit:hover,.newsletter .wpforms-submit:focus-visible{transform:translateY(-2px)!important;box-shadow:0 8px 25px rgba(0,0,0,.14)!important}
.newsletter .wpforms-confirmation-container-full,.newsletter .wpforms-error-container{grid-column:1/-1;margin:4px 0 0!important;padding:0!important;border:0!important;background:transparent!important;color:#fff!important;font-size:.8rem!important}
@media (max-width:640px){.newsletter .wpforms-form{grid-template-columns:1fr}.newsletter .wpforms-submit{width:100%!important}.newsletter .wpforms-confirmation-container-full,.newsletter .wpforms-error-container{grid-column:auto}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}

/* WordPress and WooCommerce integration */
.admin-bar .site-header{top:32px}.desktop-nav .menu,.mobile-nav .menu{list-style:none;margin:0;padding:0}.desktop-nav .menu{display:flex;gap:2rem}.desktop-nav .current-menu-item>a:after,.desktop-nav .current_page_item>a:after{transform:scaleX(1)}.mobile-menu-toggle{display:none}.mobile-nav{padding:12px 24px 24px}.mobile-nav .menu{display:grid}.mobile-nav a{display:block;padding:12px 0;border-bottom:1px solid var(--line);font-weight:800}.header-actions .icon-button{display:grid}.site-header .custom-logo{max-height:42px;width:auto}.search-panel{padding:0}.search-panel-inner{padding:28px}.search-panel .woocommerce-product-search,.search-panel .search-form{display:grid;grid-template-columns:1fr auto;margin-top:20px}.search-panel input[type="search"]{height:54px;border:1px solid var(--ink);padding:0 15px;background:#fff}.search-panel button[type="submit"]{border:0;background:var(--ink);color:#fff;padding:0 20px;font-weight:900}.search-panel-head{display:flex;justify-content:space-between;align-items:center}.site-overlay{position:fixed;z-index:80;inset:0;background:rgba(20,21,19,.55);backdrop-filter:blur(3px)}.search-panel{z-index:95}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.woocommerce-breadcrumb{display:flex;gap:8px;margin:0 0 30px!important;color:var(--muted)!important;font-size:.78rem}.woocommerce-breadcrumb a{color:var(--muted)}.woocommerce-message,.woocommerce-info,.woocommerce-error{margin:0 0 20px!important;padding:18px 20px 18px 55px!important;border:0!important;border-left:4px solid var(--green)!important;background:#eef5e4!important;color:var(--ink)!important}.woocommerce-error{border-color:var(--coral)!important;background:#fae6df!important}.woocommerce-message:before,.woocommerce-info:before{color:#567f43!important}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{min-height:46px;padding:0 18px!important;border-radius:4px!important;display:inline-flex!important;align-items:center;justify-content:center;background:var(--ink)!important;color:#fff!important;font-size:.78rem!important;font-weight:900!important;text-transform:uppercase;letter-spacing:0!important;transition:transform .2s,background .2s}.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--coral)!important;color:#fff!important;transform:translateY(-2px)}.woocommerce a.button:active,.woocommerce button.button:active{transform:translateY(1px)}.woocommerce a.button.disabled,.woocommerce button.button.disabled{opacity:.45!important}.woocommerce .quantity .qty{height:46px;width:70px;border:1px solid var(--line);background:#fff}.woocommerce form .form-row label{font-size:.78rem;font-weight:900}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{min-height:48px;border:1px solid var(--line);border-radius:3px;background:#fff;padding:10px 12px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:26px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:46px}

.polarix-product-grid,.woocommerce ul.products{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 18px}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product,.polarix-product-card{float:none!important;width:auto!important;margin:0!important;min-width:0;display:flex;flex-direction:column}.product-media-wrap{position:relative;border-radius:var(--radius);overflow:hidden}.product-art-link{display:block}.polarix-product-art{position:relative;aspect-ratio:1/1.08;display:grid;place-items:center;background:var(--product-bg);overflow:hidden}.polarix-product-art .product-object{width:52%;height:52%;background:var(--product-color);filter:drop-shadow(0 18px 16px rgba(25,28,25,.16));transition:transform .35s cubic-bezier(.2,.8,.2,1)}.polarix-product-card:hover .product-object{transform:rotate(-4deg) scale(1.06)}.polarix-product-art .product-object.ball{border-radius:50%}.polarix-product-art .product-object.ball:before,.polarix-product-art .product-object.ball:after{content:"";position:absolute;background:rgba(255,255,255,.3);border-radius:50%}.polarix-product-art .product-object.ball:before{width:22%;height:22%;top:21%;left:18%}.polarix-product-art .product-object.ball:after{width:13%;height:13%;bottom:18%;right:23%}.polarix-product-art .product-object.rope{height:32%;border:20px solid var(--product-color);background:transparent;border-radius:50%;transform:rotate(-22deg)}.polarix-product-art .product-object.rope:before,.polarix-product-art .product-object.rope:after{content:"";position:absolute;width:36%;height:58%;border:14px solid var(--product-color);border-radius:50%;top:8%}.polarix-product-art .product-object.rope:before{left:-42%}.polarix-product-art .product-object.rope:after{right:-42%}.polarix-product-art .product-object.mouse{height:38%;border-radius:55% 45% 45% 55%;transform:rotate(12deg)}.polarix-product-art .product-object.mouse:before{content:"";position:absolute;width:34%;height:34%;border:9px solid var(--product-color);border-bottom-color:transparent;border-left-color:transparent;border-radius:50%;right:-33%;top:20%;transform:rotate(25deg)}.polarix-product-art .product-object.mouse:after{content:"";position:absolute;width:14px;height:14px;background:var(--ink);border-radius:50%;top:24%;left:24%}.polarix-product-art .product-object.stick{width:24%;height:66%;border-radius:45%;transform:rotate(38deg)}.polarix-product-art .product-object.stick:before{content:"";position:absolute;inset:16% 22%;border-radius:30px;background:rgba(255,255,255,.25)}.polarix-product-art .product-object.puzzle{width:62%;height:44%;border-radius:50%;transform:rotate(-8deg)}.polarix-product-art .product-object.puzzle:before{content:"";position:absolute;inset:18%;border:12px dotted rgba(255,255,255,.48);border-radius:50%}.polarix-product-art .product-object.bone{width:58%;height:24%;border-radius:25px;transform:rotate(-20deg)}.polarix-product-art .product-object.bone:before,.polarix-product-art .product-object.bone:after{content:"";position:absolute;width:42%;aspect-ratio:1;background:var(--product-color);border-radius:50%;top:50%;transform:translateY(-50%)}.polarix-product-art .product-object.bone:before{left:-17%}.polarix-product-art .product-object.bone:after{right:-17%}.polarix-product-art.is-large{aspect-ratio:auto;min-height:680px}.polarix-product-art.is-large .product-object{width:42%;height:42%}.product-card-copy{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-top:14px}.product-card-copy h2{margin:0;font-size:1.02rem!important;line-height:1.2;color:var(--ink)}.product-card-copy p{margin:5px 0 0;color:var(--muted);font-size:.78rem;line-height:1.45}.product-card-copy .price{font-size:.92rem!important;font-weight:900!important;color:var(--ink)!important;white-space:nowrap}.product-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.product-card-meta .star-rating{font-size:.72rem!important;color:#b28a00}.product-card-meta .add_to_cart_button{position:absolute;left:12px;right:12px;bottom:12px;min-height:44px!important;opacity:0;transform:translateY(8px)}.product-media-wrap:has(+ .product-card-copy) .add_to_cart_button{position:static}.polarix-product-card .product-card-meta .button{min-height:36px!important;padding:0 10px!important;font-size:.68rem!important}.polarix-product-card .added_to_cart{font-size:.72rem;font-weight:900;text-decoration:underline}.product-tag{position:absolute;left:12px;top:12px;padding:5px 9px;background:#fff;border-radius:3px;color:var(--ink);font-size:.68rem;font-weight:900;text-transform:uppercase}

.shop-intro{padding:58px max(24px,calc((100vw - var(--max))/2 + 24px)) 46px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px;border-bottom:1px solid var(--line)}.shop-intro h1{margin:0;font-size:clamp(4rem,7vw,7rem);line-height:.9}.shop-intro>div>p:last-child{color:var(--muted)}.shop-shell{max-width:var(--max);margin:auto;padding:46px 24px 120px;display:grid;grid-template-columns:250px minmax(0,1fr);gap:42px}.shop-filters{position:sticky;top:110px;align-self:start}.filter-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px}.filter-head h2{font-size:1.8rem}.filter-head .icon-button{display:none}.filter-group{padding:20px 0;border-top:1px solid var(--line)}.filter-group strong{display:block;margin-bottom:10px;font-size:.76rem;text-transform:uppercase}.filter-group a{min-height:36px;display:flex;justify-content:space-between;align-items:center;font-size:.88rem}.filter-group a:hover{text-decoration:underline}.filter-group small{color:var(--muted)}.price-filter{display:grid;gap:10px;padding:20px 0;border-top:1px solid var(--line)}.price-filter strong{font-size:.76rem;text-transform:uppercase}.price-filter label{display:grid;grid-template-columns:28px 1fr;align-items:center;border:1px solid var(--line);background:#fff}.price-filter label span{text-align:center}.price-filter input{height:42px;border:0;background:transparent}.filter-help{padding:18px;background:var(--blue)}.filter-help strong{display:block}.filter-help p{font-size:.8rem}.filter-help a{text-decoration:underline;font-weight:900;font-size:.78rem}.shop-toolbar{position:sticky;z-index:10;top:76px;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--paper)}.shop-toolbar .woocommerce-result-count{margin:0!important;font-size:.8rem;font-weight:900}.shop-toolbar .woocommerce-ordering{margin:0!important}.shop-toolbar select{height:44px;border:1px solid var(--line);background:var(--paper);padding:0 34px 0 12px}.shop-results .products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.filter-drawer-toggle{display:none}.woocommerce-pagination{margin-top:50px}.woocommerce-pagination ul{border:0!important;display:flex!important;gap:6px}.woocommerce-pagination li{border:0!important}.woocommerce-pagination a,.woocommerce-pagination span{width:42px;height:42px!important;padding:0!important;display:grid!important;place-items:center!important;background:#fff!important;color:var(--ink)!important}.woocommerce-pagination .current{background:var(--ink)!important;color:#fff!important}

.single-product div.product{max-width:var(--max);margin:auto;padding:40px 24px 110px}.single-product .woocommerce-breadcrumb{margin-bottom:28px!important}.polarix-single-product .product-detail-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);gap:7vw}.product-gallery-custom p{display:flex;justify-content:center;align-items:center;gap:7px;color:var(--muted);font-size:.75rem}.detail-art-wrap{position:relative}.detail-badge{position:absolute;left:18px;top:18px;padding:7px 10px;background:#fff;font-size:.7rem;font-weight:900;text-transform:uppercase}.single-product .summary{float:none!important;width:auto!important;margin:0!important;padding-top:22px}.single-product .summary .product_title{font-size:clamp(3.5rem,6vw,6.2rem);line-height:.9}.single-product .summary .woocommerce-product-rating{display:flex;gap:12px;align-items:center;margin:16px 0!important}.single-product .summary .price{font-size:1.35rem!important;font-weight:900;color:var(--ink)!important}.single-product .summary .woocommerce-product-details__short-description{color:var(--muted);font-size:1.04rem}.single-product .summary form.cart{display:flex;gap:8px;margin-top:25px!important}.single-product .summary .single_add_to_cart_button{flex:1}.single-product .product_meta{padding-top:18px;border-top:1px solid var(--line);display:grid;gap:4px;color:var(--muted);font-size:.76rem}.delivery-note{display:flex;gap:12px;margin:22px 0;padding:16px;background:#eef5e4}.delivery-note strong,.delivery-note span{display:block}.delivery-note span{color:var(--muted);font-size:.75rem}.product-facts details{border-top:1px solid var(--line)}.product-facts details:last-child{border-bottom:1px solid var(--line)}.product-facts summary{padding:18px 2px;display:flex;justify-content:space-between;list-style:none;font-weight:900;cursor:pointer}.product-facts summary::-webkit-details-marker{display:none}.product-facts details[open] summary svg{transform:rotate(45deg)}.product-facts p{margin:0 0 18px;color:var(--muted)}.product-proof{margin:80px calc((100vw - min(100vw,var(--max)))/-2) 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.product-proof>div{min-height:140px;padding:30px;display:grid;grid-template-columns:38px 1fr;align-content:center;border-right:1px solid var(--line)}.product-proof>div:last-child{border:0}.product-proof svg{grid-row:span 2;color:var(--coral)}.product-proof strong,.product-proof span{display:block}.product-proof span{color:var(--muted);font-size:.78rem}.single-product .woocommerce-tabs{display:none}.single-product .related.products{padding-top:90px}.single-product .related>h2{font-size:clamp(2.8rem,5vw,5rem);margin-bottom:30px}.single-product .related ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}

.home-guides{background:#f2ece2}.story-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.story-grid article img{height:440px;object-fit:cover;border-radius:var(--radius)}.story-grid article>div{padding:22px 0}.story-grid h3{max-width:540px;font-size:2rem}.commerce-cta{padding:75px max(24px,calc((100vw - var(--max))/2 + 24px));display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--yellow)}.commerce-cta h2{max-width:850px;font-size:clamp(2.8rem,5vw,5rem)}

.woocommerce-page-shell,.woocommerce-cart .site-main,.woocommerce-checkout .site-main{max-width:var(--max);margin:auto}.woocommerce-cart-form table,.woocommerce-checkout-review-order-table,.woocommerce-orders-table{border:1px solid var(--line)!important;border-radius:0!important;background:#fff}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:16px!important}.woocommerce-cart-form .product-thumbnail img{width:80px}.cart-collaterals .cart_totals{width:min(480px,100%)!important;padding:24px;background:#fff}.cart-collaterals .cart_totals h2{font-size:2rem}.checkout_coupon,.woocommerce-form-login{border:1px solid var(--line)!important;border-radius:0!important;background:#fff}.woocommerce-checkout h3{font-size:1.7rem}.woocommerce-checkout #payment{background:#fff!important;border:1px solid var(--line);border-radius:0!important}.woocommerce-checkout #payment div.payment_box{background:#f2ece2!important}.woocommerce-account .woocommerce{display:grid;grid-template-columns:240px 1fr;gap:36px}.woocommerce-MyAccount-navigation{width:auto!important;float:none!important}.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.woocommerce-MyAccount-navigation li{border-bottom:1px solid var(--line)}.woocommerce-MyAccount-navigation a{display:block;padding:15px 5px;font-weight:800}.woocommerce-MyAccount-navigation .is-active a{color:var(--coral)}.woocommerce-MyAccount-content{width:auto!important;float:none!important}.woocommerce-account .content-page h1,.woocommerce-cart .content-page h1,.woocommerce-checkout .content-page h1{font-size:clamp(3rem,6vw,6rem)}.not-found{text-align:center}.not-found>svg{width:52px;height:52px}.not-found h1{font-size:clamp(3.5rem,7vw,7rem)}.not-found p{color:var(--muted)}.not-found .button-row{justify-content:center}

@media(max-width:980px){.polarix-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.desktop-nav .menu{gap:1rem}.shop-shell{grid-template-columns:210px minmax(0,1fr);gap:24px}.shop-results .products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.polarix-single-product .product-detail-grid{gap:36px}.polarix-product-art.is-large{min-height:560px}.single-product .related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:782px){.admin-bar .site-header{top:46px}}
@media(max-width:760px){.mobile-menu-toggle{display:grid}.desktop-nav{display:none}.header-inner{grid-template-columns:auto 1fr auto}.header-actions .account-link{display:none}.mobile-nav{display:grid}.polarix-product-grid,.woocommerce ul.products{gap:20px 10px}.product-card-copy{display:block}.product-card-copy p{display:none}.polarix-product-card .product-card-meta{align-items:flex-end;flex-direction:column}.polarix-product-card .product-card-meta .button{width:100%;min-height:42px!important}.shop-intro{align-items:flex-start;flex-direction:column;padding:36px 18px 30px}.shop-intro h1{font-size:4rem}.shop-shell{display:block;padding:20px 18px 90px}.filter-drawer-toggle{display:inline-flex;margin-bottom:12px}.shop-filters{position:fixed;z-index:95;left:0;top:0;width:min(360px,90vw);height:100%;padding:22px;background:var(--paper);overflow:auto;transform:translateX(-102%);transition:transform .25s}.shop-filters.mobile-open{transform:none}.filter-head .icon-button{display:grid}.shop-toolbar{top:66px}.shop-results .products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.single-product div.product{padding:28px 18px 80px}.polarix-single-product .product-detail-grid{grid-template-columns:1fr;gap:20px}.polarix-product-art.is-large{min-height:82vw}.single-product .summary .product_title{font-size:3.5rem}.single-product .summary form.cart{display:grid;grid-template-columns:80px 1fr}.product-proof{margin:70px -18px 0;grid-template-columns:1fr}.product-proof>div{min-height:105px;border-right:0;border-bottom:1px solid var(--line)}.single-product .related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.story-grid{grid-template-columns:1fr}.story-grid article img{height:95vw;max-height:480px}.commerce-cta{align-items:flex-start;flex-direction:column}.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce-MyAccount-navigation ul{display:flex;overflow:auto;border:0;gap:8px}.woocommerce-MyAccount-navigation li{flex:0 0 auto;border:1px solid var(--line)}.woocommerce-MyAccount-navigation a{padding:10px 14px}.woocommerce-cart-form .product-thumbnail{display:none}.woocommerce table.shop_table_responsive tr td:before{font-weight:900}.search-panel{top:3vh}.search-panel-inner{padding:22px}}
@media(max-width:480px){.brand{font-size:1.05rem}.header-actions .icon-button{width:42px}.polarix-product-art .product-object.rope{border-width:12px}.polarix-product-art .product-object.rope:before,.polarix-product-art .product-object.rope:after{border-width:8px}.product-card-copy h2{font-size:.9rem!important}.product-card-copy .price{display:block;margin-top:5px}.single-product .summary .product_title{font-size:3rem}.woocommerce-cart-form table.shop_table td{padding:12px 8px!important}}
.polarix-product-card .product-card-meta .add_to_cart_button{position:static!important;left:auto;right:auto;bottom:auto;opacity:1!important;transform:none!important}
.woocommerce .filter-drawer-toggle{display:none!important}
@media(max-width:760px){.woocommerce .filter-drawer-toggle{display:inline-flex!important;margin-bottom:12px}}
.woocommerce button.filter-drawer-toggle{display:none!important}
@media(max-width:760px){.woocommerce button.filter-drawer-toggle{display:inline-flex!important;margin-bottom:12px}}
.single-product form.cart::before,.single-product form.cart::after{display:none!important}
@media(max-width:760px){.woocommerce-account .woocommerce{min-width:0;width:100%;overflow:hidden}.woocommerce-account .woocommerce-MyAccount-navigation{min-width:0;width:100%!important;overflow:hidden}.woocommerce-account .woocommerce-MyAccount-navigation ul{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden}.woocommerce-account .woocommerce-MyAccount-content{min-width:0;width:100%!important}}

/* 1.2.1: real WooCommerce product photography with artwork fallback. */
.polarix-product-art.has-product-image{background:#fff}
.polarix-product-art.has-product-image .polarix-product-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s cubic-bezier(.2,.8,.2,1)}
.product-art-link:hover .polarix-product-art.has-product-image .polarix-product-image,.product-art-link:focus-visible .polarix-product-art.has-product-image .polarix-product-image{transform:scale(1.035)}
.polarix-product-art.is-large.has-product-image .polarix-product-image{object-fit:contain;background:#fff}

/* 1.3.0: product discovery, gallery, purchase controls, and detail content. */
.product-media-wrap{position:relative;overflow:hidden}
.product-art-link{position:relative;overflow:hidden}
.product-card-hover{position:absolute;z-index:3;left:0;right:0;bottom:0;min-height:48%;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;gap:5px;background:rgba(24,25,23,.94);color:#fff;transform:translateY(102%);transition:transform .28s cubic-bezier(.2,.8,.2,1);pointer-events:none}
.product-art-link:hover .product-card-hover,.product-art-link:focus-visible .product-card-hover{transform:none}
.product-card-hover-label{color:var(--yellow);font-size:.67rem;font-weight:900;text-transform:uppercase}
.product-card-hover strong{font-size:1rem;line-height:1.25}
.product-card-hover span:not(.product-card-hover-label){font-size:.76rem;line-height:1.35}
.product-card-hover b{color:#d7d7d2}
.product-card-hover small{margin-top:5px;color:#c7c7c2;font-size:.68rem}

.polarix-single-product .product-detail-grid{position:relative;isolation:isolate;align-items:start;gap:64px}
.product-gallery-custom{min-width:0;position:sticky;z-index:1;top:112px}
.product-gallery-custom.is-zooming{z-index:40}
.product-gallery-stage{position:relative;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;background:#fff;border:1px solid var(--line);cursor:zoom-in}
.product-gallery-main{width:100%;height:100%;object-fit:contain;background:#fff}
.gallery-open-button{position:absolute;z-index:4;right:14px;bottom:14px;width:46px;height:46px;border:1px solid rgba(32,33,31,.18);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);color:var(--ink);box-shadow:0 8px 25px rgba(32,33,31,.12)}
.gallery-open-button:hover{background:var(--ink);color:#fff}
.product-zoom-preview{position:absolute;z-index:50;top:0;left:calc(100% + 24px);width:100%;aspect-ratio:1/1;border:1px solid rgba(32,33,31,.22);background-color:#fff;background-repeat:no-repeat;background-size:250% 250%;box-shadow:0 18px 55px rgba(32,33,31,.22);opacity:0;visibility:hidden;transform:translateX(-8px);transition:opacity .12s ease,transform .12s ease,visibility 0s linear .12s;pointer-events:none}
.product-zoom-preview.is-visible{opacity:1;visibility:visible;transform:none;transition-delay:0s}
.product-gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px}
.product-gallery-thumb{aspect-ratio:1;border:1px solid var(--line);padding:0;background:#fff;overflow:hidden;opacity:.72;transition:border-color .2s,opacity .2s,transform .2s}
.product-gallery-thumb img{width:100%;height:100%;object-fit:cover}
.product-gallery-thumb:hover,.product-gallery-thumb.is-active{border-color:var(--ink);opacity:1}
.product-gallery-thumb.is-active{box-shadow:inset 0 0 0 2px var(--ink)}
.gallery-usage-note{margin:12px 0 0!important;display:flex!important;justify-content:flex-start!important;gap:8px!important;font-size:.75rem!important}
.gallery-usage-note svg{width:17px}
.product-lightbox{width:min(1040px,94vw);height:min(90vh,900px);padding:50px;border:0;background:#fff;box-shadow:0 25px 90px rgba(0,0,0,.35)}
.product-lightbox::backdrop{background:rgba(18,19,17,.8)}
.product-lightbox img{width:100%;height:100%;object-fit:contain}
.product-lightbox-close{position:absolute;right:12px;top:12px;width:44px;height:44px;border:0;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff}

.single-product .summary{position:sticky;top:112px;padding-top:0!important}
.single-product .summary .product_title{margin-bottom:18px;font-size:3.35rem!important;line-height:1!important}
.single-product .summary .price{margin:12px 0 20px;font-size:1.45rem!important}
.single-product .summary .woocommerce-product-details__short-description{margin-bottom:22px;color:var(--muted);font-size:1rem;line-height:1.65}
.single-product .summary form.cart{display:block!important;margin:22px 0 0!important;padding:20px;border:1px solid var(--line);background:#fff}
.single-product form.cart table.variations{width:100%;margin:0 0 14px!important}
.single-product form.cart table.variations tr{display:block;margin-bottom:16px}
.single-product form.cart table.variations th,.single-product form.cart table.variations td{display:block;width:100%;padding:0!important;text-align:left}
.single-product form.cart table.variations th label{display:block;margin-bottom:8px;font-size:.74rem;font-weight:900;text-transform:uppercase}
.single-product form.cart table.variations select{width:100%;min-height:48px;border:1px solid var(--line);padding:0 42px 0 12px;background:#fff}
.single-product form.cart table.variations select.has-variation-chips{position:absolute;width:1px;height:1px;padding:0;border:0;clip:rect(0 0 0 0);overflow:hidden}
.variation-chips{display:flex;flex-wrap:wrap;gap:8px}
.variation-chip{min-height:42px;padding:0 13px;border:1px solid var(--line);border-radius:3px;background:#fff;font-size:.78rem;font-weight:800;transition:background .18s,color .18s,border-color .18s,transform .18s}
.variation-chip:hover{border-color:var(--ink);transform:translateY(-1px)}
.variation-chip.is-selected{border-color:var(--ink);background:var(--ink);color:#fff}
.single-product .reset_variations{display:inline-block;margin-top:9px;font-size:.72rem;font-weight:800;text-decoration:underline}
.single-product .single_variation{min-height:36px;margin:6px 0 12px}
.single-product .single_variation .price{font-size:1.2rem!important}
.single-product .woocommerce-variation-availability{color:#52713b;font-size:.8rem;font-weight:800}
.single-product .woocommerce-variation-add-to-cart{display:grid;grid-template-columns:138px minmax(0,1fr);gap:10px;align-items:stretch}
.single-product form.cart .quantity{width:138px!important;height:52px;display:grid;grid-template-columns:40px 1fr 40px;border:1px solid var(--line);background:#fff}
.single-product form.cart .quantity .qty{width:100%!important;height:50px;border:0!important;padding:0!important;text-align:center;font-weight:900;-moz-appearance:textfield}
.single-product form.cart .quantity .qty::-webkit-outer-spin-button,.single-product form.cart .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.quantity-stepper-button{border:0;background:transparent;font-size:1.2rem;font-weight:800}
.quantity-stepper-button:hover{background:#f2ece2}
.single-product .single_add_to_cart_button{min-height:52px!important;padding:0 18px!important;background:var(--coral)!important;color:#fff!important}
.single-product .single_add_to_cart_button:hover{background:#d94b36!important}
.single-product .product_meta{margin-top:18px}
.purchase-confidence{margin:18px 0 6px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.purchase-confidence span{min-height:78px;padding:12px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-right:1px solid var(--line);text-align:center;font-size:.68rem}
.purchase-confidence span:last-child{border-right:0}
.purchase-confidence svg{width:20px;color:var(--coral)}

.product-information{margin-top:100px;padding:100px max(24px,calc((100vw - var(--max))/2 + 24px));background:#f2ece2}
.product-information-header{max-width:820px;margin-bottom:52px}
.product-information-header h2{font-size:clamp(3rem,5vw,5.2rem)}
.product-information-header>p:last-child{max-width:650px;color:var(--muted);font-size:1.05rem}
.product-information-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:7vw;align-items:start}
.product-description-rich h2{margin:0 0 20px;font-size:2.25rem;line-height:1.08}
.product-description-rich h3{margin:34px 0 14px;font-size:1.3rem}
.product-description-rich p,.product-description-rich li{color:#4f504c;line-height:1.75}
.product-description-rich ul,.product-description-rich ol{padding-left:22px}
.product-description-rich li+li{margin-top:8px}
.product-specifications{padding-left:34px;border-left:1px solid var(--line)}
.product-specifications h3{margin:0 0 18px;font-size:1.6rem}
.product-specifications dl{margin:0}
.product-specifications dl>div{display:grid;grid-template-columns:115px 1fr;gap:18px;padding:13px 0;border-top:1px solid var(--line)}
.product-specifications dl>div:last-child{border-bottom:1px solid var(--line)}
.product-specifications dt{color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase}
.product-specifications dd{margin:0;font-size:.86rem;font-weight:700}
.specification-note{display:flex;gap:9px;margin:18px 0 0;color:var(--muted);font-size:.76rem}
.specification-note svg{flex:0 0 auto;width:18px;color:var(--coral)}
.product-detail-gallery{margin-top:85px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.product-detail-gallery figure{margin:0;min-width:0;background:#fff;overflow:hidden}
.product-detail-gallery img{width:100%;height:auto;object-fit:contain;background:#fff}
.product-faq-row{margin-top:70px;border-top:1px solid var(--line)}
.product-faq-row details{border-bottom:1px solid var(--line)}
.product-faq-row summary{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;font-size:1rem;font-weight:900;cursor:pointer}
.product-faq-row summary::-webkit-details-marker{display:none}
.product-faq-row details[open] summary svg{transform:rotate(180deg)}
.product-faq-row summary svg{transition:transform .2s}
.product-faq-row p{max-width:760px;margin:0 0 24px;color:var(--muted)}
.single-product .related.products{padding:100px max(24px,calc((100vw - var(--max))/2 + 24px))!important}

@media(max-width:980px){
	.polarix-single-product .product-detail-grid{gap:34px}
	.single-product .summary .product_title{font-size:2.7rem!important}
	.product-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}
	.purchase-confidence{grid-template-columns:1fr}
	.purchase-confidence span{min-height:54px;flex-direction:row;border-right:0;border-bottom:1px solid var(--line)}
	.purchase-confidence span:last-child{border-bottom:0}
}

@media(max-width:760px){
	.product-card-hover{display:none}
	.single-product .site-main,.polarix-single-product{max-width:100%;overflow-x:clip}
	.product-gallery-custom,.single-product .summary{position:static}
	.product-gallery-stage{aspect-ratio:1/1.04}
	.product-zoom-preview{display:none}
	.product-gallery-thumbs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px}
	.product-gallery-thumb{flex:0 0 78px;scroll-snap-align:start}
	.gallery-usage-note{font-size:.68rem!important}
	.product-lightbox{width:100vw;height:100svh;max-width:none;max-height:none;padding:58px 12px 18px}
	.single-product .summary .product_title{font-size:2.55rem!important}
	.single-product .summary form.cart{position:static!important;margin:18px 0 0!important;padding:16px 12px!important;box-shadow:none!important;backdrop-filter:none!important}
	.variation-chip{min-height:44px;flex:1 1 calc(50% - 8px);padding:0 8px}
	.single-product .woocommerce-variation-add-to-cart{grid-template-columns:118px minmax(0,1fr)}
	.single-product form.cart .quantity{width:118px!important;grid-template-columns:36px 1fr 36px}
	.product-information{margin-top:55px;padding:64px 18px}
	.product-information-header{margin-bottom:34px}
	.product-information-header h2{font-size:2.75rem}
	.product-information-grid{grid-template-columns:1fr;gap:45px}
	.product-specifications{padding:28px 0 0;border-left:0;border-top:1px solid var(--line)}
	.product-detail-gallery{margin-top:55px;grid-template-columns:1fr;gap:10px}
	.product-faq-row{margin-top:45px}
	.single-product .related.products{padding:65px 14px 90px!important}
}

/* 1.0.7 shop filter and ordering refinements */
.shop-filters{padding:24px;border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:0 10px 30px rgba(32,33,31,.07)}
.filter-head{margin-bottom:12px}.filter-head .eyebrow{margin-bottom:6px}.filter-group{padding:18px 0}.filter-group a{margin:3px -9px;padding:0 9px;border-radius:4px;font-weight:750;transition:background-color .18s,color .18s,transform .18s}.filter-group a svg{width:16px;opacity:.55}.filter-group a:hover,.filter-group a:focus-visible{background:#f2ece2;text-decoration:none;transform:translateX(3px)}.filter-group a.is-active{background:var(--ink);color:#fff}.filter-group a.is-active small{background:var(--yellow);color:var(--ink)}.filter-group small{min-width:25px;height:22px;padding:0 7px;border-radius:12px;display:grid;place-items:center;background:#eee9e1;color:var(--ink);font-size:.68rem;font-weight:900}.filter-group a:active{transform:translateX(3px) scale(.985)}
.price-filter-head{display:flex;align-items:center;justify-content:space-between}.price-filter output{padding:4px 8px;border-radius:3px;background:var(--yellow);font-size:.76rem;font-weight:900}.price-number{border-radius:4px;overflow:hidden}.price-number:focus-within{border-color:var(--ink);box-shadow:0 0 0 3px var(--blue)}.price-range{width:100%;height:24px!important;accent-color:var(--coral);cursor:pointer}.price-filter .button{width:100%;min-height:44px}.filter-help{border-radius:4px}.filter-help svg{margin-bottom:8px;color:#3d6470}
.shop-toolbar{min-height:70px;padding:10px 0;border-bottom:1px solid var(--line)}.shop-result-summary{display:flex;align-items:center;gap:9px}.shop-result-summary>svg{width:18px;color:var(--coral)}.shop-sort{display:flex;align-items:center;gap:9px;font-size:.76rem;font-weight:900;text-transform:uppercase}.sort-select-wrap{position:relative}.sort-select-wrap>svg{position:absolute;right:12px;top:50%;width:16px;transform:translateY(-50%);pointer-events:none}.shop-sort .woocommerce-ordering{float:none!important}.shop-toolbar .shop-sort select{min-width:190px;height:46px;padding:0 38px 0 13px;border:1px solid var(--line);border-radius:4px;background:#fff;appearance:none;font-size:.82rem;font-weight:750;text-transform:none;transition:border-color .18s,box-shadow .18s,background-color .18s}.shop-toolbar .shop-sort select:hover{border-color:var(--ink);background:#fffdf9}.shop-toolbar .shop-sort select:focus{border-color:var(--ink);outline:0;box-shadow:0 0 0 3px var(--blue)}

/* Contact */
.contact-hero{min-height:540px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);background:var(--blue)}.contact-hero-copy{padding:90px max(24px,calc((100vw - var(--max))/2 + 24px));padding-right:7vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.contact-hero-copy h1{max-width:760px;font-size:clamp(3.8rem,7vw,7rem);line-height:.9}.contact-hero-copy>p:not(.eyebrow){max-width:620px;margin:6px 0 26px;font-size:1.08rem}.contact-email{display:inline-flex;align-items:center;gap:10px;padding-bottom:5px;border-bottom:1px solid;font-weight:900}.contact-email:hover{color:#a83225}.contact-hero-art{position:relative;min-height:440px;display:grid;place-items:center;overflow:hidden;background:var(--yellow)}.contact-hero-art>svg{position:relative;z-index:2;width:112px;height:112px;stroke-width:1.35}.contact-art-shape{position:absolute;border:2px solid rgba(32,33,31,.18);border-radius:50%}.contact-art-shape-one{width:330px;height:330px}.contact-art-shape-two{width:470px;height:470px}.contact-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(480px,1.28fr);gap:8vw;align-items:start}.contact-details{position:sticky;top:120px}.contact-details h2{font-size:clamp(2.7rem,4.5vw,4.7rem)}.contact-detail-list{margin-top:34px;border-top:1px solid var(--line)}.contact-detail-list>div{display:grid;grid-template-columns:34px 1fr;gap:3px 12px;padding:20px 0;border-bottom:1px solid var(--line)}.contact-detail-list svg{grid-row:1/3;color:var(--coral)}.contact-detail-list strong,.contact-detail-list span{display:block}.contact-detail-list span{color:var(--muted);font-size:.82rem}.contact-form-card{padding:38px;border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:0 16px 44px rgba(32,33,31,.08)}.contact-form-heading h2{font-size:clamp(2.5rem,4vw,4rem)}.contact-form{display:grid;gap:18px;margin-top:30px}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:grid;gap:7px;color:var(--ink);font-size:.76rem;font-weight:900}.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:50px;padding:11px 13px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--ink);font:inherit}.contact-form textarea{min-height:150px;resize:vertical}.contact-form input:hover,.contact-form select:hover,.contact-form textarea:hover{border-color:#85847e}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--ink);outline:0;box-shadow:0 0 0 3px var(--blue)}.contact-form .button{justify-self:start}.contact-form-note{margin:0;color:var(--muted);font-size:.74rem}.contact-honeypot{position:absolute!important;left:-10000px!important}.contact-notice{display:flex;align-items:flex-start;gap:10px;margin-bottom:26px;padding:14px 16px;border-left:4px solid}.contact-notice svg{flex:0 0 auto}.contact-notice-success{border-color:#567f43;background:#eef5e4}.contact-notice-error{border-color:var(--coral);background:#fae6df}
@media(max-width:980px){.contact-hero{grid-template-columns:1fr .65fr}.contact-layout{gap:42px}.contact-form-card{padding:30px}}
@media(max-width:760px){.shop-filters{padding:22px;border:0;border-radius:0;box-shadow:8px 0 28px rgba(32,33,31,.18)}.shop-toolbar{align-items:flex-start;flex-direction:column;gap:8px}.shop-sort{width:100%;justify-content:space-between}.sort-select-wrap,.shop-sort .woocommerce-ordering,.shop-toolbar .shop-sort select{width:100%}.contact-hero{grid-template-columns:1fr;min-height:0}.contact-hero-copy{padding:64px 24px}.contact-hero-copy h1{font-size:3.9rem}.contact-hero-art{min-height:280px}.contact-hero-art>svg{width:82px;height:82px}.contact-art-shape-one{width:210px;height:210px}.contact-art-shape-two{width:310px;height:310px}.contact-layout{grid-template-columns:1fr;gap:48px;padding:70px 18px}.contact-details{position:static}.contact-form-card{padding:26px 20px}.contact-form-grid{grid-template-columns:1fr}}
@media(max-width:420px){.contact-hero-copy h1{font-size:3.25rem}.contact-form-card{padding:22px 16px}.contact-form .button{width:100%}}
@media(prefers-reduced-motion:reduce){.filter-group a{transition:none}}

/* 1.1.0 mobile commerce and cinematic hero */
.hero-video,.hero-frame{position:absolute;inset:0;width:100%;height:100%}.hero-frame{z-index:0;display:block}.hero-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 42%}.hero-video{z-index:1;display:block;object-fit:cover;object-position:center 42%;opacity:0;pointer-events:none;transition:opacity .35s ease}.hero.is-video-ready .hero-video{opacity:1}.mobile-commerce-bar{display:none}.cart-link.cart-updated{animation:cart-pop .65s ease}.toast-commerce{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:5px 10px}.toast-commerce>svg{grid-row:1/3;color:var(--green)}.toast-actions{display:flex;gap:12px}.toast-action{font-size:.72rem;font-weight:900;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px}
@keyframes cart-pop{0%,100%{transform:scale(1)}45%{transform:scale(1.14);background:var(--yellow)}}

@media(max-width:760px){
	body:not(.woocommerce-cart):not(.woocommerce-checkout){padding-bottom:calc(72px + env(safe-area-inset-bottom))}
	.announcement{min-height:30px;padding:4px 10px;font-size:.6rem;line-height:1.25}
	.header-inner{height:62px;padding:0 12px;grid-template-columns:44px minmax(0,1fr) auto}
	.header-inner>.brand{justify-self:center;font-size:1.05rem}
	.header-actions{min-width:83px}.header-actions .search-toggle{display:none}.header-actions .cart-link{width:auto;min-width:78px;height:42px;padding:0 11px;border:1px solid var(--line);border-radius:22px;display:flex;gap:6px;background:#fff;font-size:.72rem;font-weight:900}.header-actions .cart-link:hover,.header-actions .cart-link:active{background:var(--yellow);border-color:var(--ink)}.header-actions .cart-link .mobile-only{display:inline}.header-actions .cart-link .count-badge{right:-2px;top:-5px}
	.mobile-nav{max-height:calc(100svh - 92px);overflow:auto;padding:8px 18px 18px;background:var(--paper);box-shadow:0 16px 28px rgba(32,33,31,.12)}.mobile-nav a{min-height:48px;display:flex;align-items:center}
	.hero{height:min(690px,calc(100svh - 92px));min-height:520px}.hero-video{display:none}.hero-frame img{object-position:64% center}.hero-shade{background:linear-gradient(0deg,rgba(18,20,18,.82) 0%,rgba(18,20,18,.38) 44%,rgba(18,20,18,.08) 72%)}.hero-content{left:20px;bottom:7%;width:calc(100% - 40px)}.hero-content h1{max-width:340px;margin-bottom:14px;font-size:3.65rem;line-height:.9}.hero-content>p:not(.eyebrow){max-width:330px;margin-bottom:20px;font-size:.94rem}.hero-content .button-row{display:grid;grid-template-columns:1fr 1fr}.hero-content .button{min-height:50px;padding:0 12px;font-size:.7rem}.hero-next{display:none}
	.marquee{padding:11px 0}.marquee-track{gap:20px;font-size:.78rem}
	.section-pad{padding:70px 18px}.section-heading{gap:16px;margin-bottom:26px}.section-heading h2{font-size:2.65rem;line-height:.95}.section-heading .text-link{min-height:44px;align-items:center}
	.polarix-product-grid,.woocommerce ul.products{gap:24px 10px!important}.polarix-product-art{aspect-ratio:1/1.04}.product-card-copy{padding-top:10px}.product-card-copy h2{font-size:.92rem!important;line-height:1.2}.product-card-copy .price{margin-top:5px;font-size:.86rem!important}.polarix-product-card .product-card-meta{align-items:stretch;gap:7px;margin-top:8px}.polarix-product-card .product-card-meta .button{min-height:46px!important;padding:0 7px!important;font-size:.64rem!important}.polarix-product-card .added_to_cart{min-height:36px;display:flex;align-items:center;justify-content:center}
	.split-feature{display:flex;flex-direction:column;min-height:0}.feature-image{height:92vw;min-height:340px;max-height:520px}.feature-copy{padding:62px 22px}.feature-copy h2{font-size:2.85rem}.feature-copy>p:not(.eyebrow){margin:20px 0;font-size:.96rem}.feature-list li{grid-template-columns:34px 1fr;padding:17px 0}
	.finder{display:block}.finder-intro{position:static;margin-bottom:28px}.finder-intro h2{font-size:3rem}.finder-panel{min-height:0;padding:22px 16px}.finder-step h3{font-size:1.65rem}.choice-grid,.choice-grid.three{grid-template-columns:1fr 1fr}.choice-grid.three button:last-child{grid-column:1/-1}.choice-grid button{min-height:92px;display:flex;gap:10px}
	.category-banners{grid-template-columns:1fr}.category-banner{height:105vw;max-height:510px}.story-grid article img{height:82vw}.commerce-cta{padding:60px 20px}.commerce-cta h2{font-size:2.7rem}
	.shop-intro{padding:34px 18px 24px}.shop-intro h1{font-size:3.35rem}.shop-intro>div>p:last-child{margin-bottom:0}.shop-shell{padding:12px 14px 75px}.filter-drawer-toggle{min-height:48px!important;width:100%;justify-content:center}.shop-toolbar{position:relative;top:auto;gap:10px;padding:8px 0 16px}.shop-result-summary{width:100%;justify-content:center;padding:10px;border:1px solid var(--line);background:#fff}.shop-sort{display:block}.shop-sort>span{display:block;margin-bottom:6px}.shop-toolbar .shop-sort select{min-height:50px;font-size:.9rem}
	.shop-filters{left:0;right:0;top:auto;bottom:0;width:100%;height:auto;max-height:86svh;padding:22px 20px calc(22px + env(safe-area-inset-bottom));border:0;border-radius:16px 16px 0 0;overflow:auto;box-shadow:0 -15px 45px rgba(32,33,31,.24);transform:translateY(102%);transition:transform .28s cubic-bezier(.2,.8,.2,1)}.shop-filters.mobile-open{transform:none}.filter-head{position:sticky;z-index:2;top:-22px;margin:-22px -20px 8px;padding:22px 20px 12px;background:#fff;border-bottom:1px solid var(--line)}.filter-head:before{content:"";position:absolute;left:50%;top:8px;width:38px;height:4px;border-radius:4px;background:#ccc;transform:translateX(-50%)}.filter-head .icon-button{width:44px;height:44px;background:#f2ece2}
	.single-product div.product{padding:22px 14px 74px}.polarix-product-art.is-large{min-height:88vw}.single-product .summary{padding-top:4px}.single-product .summary .product_title{font-size:2.85rem}.single-product .summary form.cart{position:sticky;z-index:20;bottom:calc(72px + env(safe-area-inset-bottom));margin:20px -14px 0!important;padding:10px 14px;background:rgba(255,250,242,.96);box-shadow:0 -8px 20px rgba(32,33,31,.09);backdrop-filter:blur(12px)}.single-product .summary .single_add_to_cart_button{min-height:50px!important}.delivery-note{margin:16px 0}.product-proof{margin:45px -14px 0}
	.mobile-commerce-bar{position:fixed;z-index:70;left:0;right:0;bottom:0;height:calc(68px + env(safe-area-inset-bottom));padding:5px 8px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:rgba(255,255,255,.97);border-top:1px solid rgba(32,33,31,.16);box-shadow:0 -8px 24px rgba(32,33,31,.12);backdrop-filter:blur(16px)}.mobile-commerce-link{position:relative;min-width:0;height:58px;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--ink);font-size:.61rem;font-weight:900;text-transform:uppercase}.mobile-commerce-link>svg,.mobile-cart-icon>svg{width:22px;height:22px}.mobile-commerce-link:active{background:#f2ece2}.mobile-commerce-link:focus-visible{outline:3px solid var(--blue);outline-offset:-3px}.mobile-cart-icon{position:relative;display:grid;place-items:center}.mobile-cart-icon .count-badge{right:-13px;top:-8px}.mobile-commerce-link.cart-updated{color:var(--coral)}
	.toast-region{left:10px;right:10px;bottom:calc(78px + env(safe-area-inset-bottom))}.toast{min-height:64px;text-align:left}.toast-commerce{grid-template-columns:24px 1fr}.toast-actions{grid-column:2;justify-content:flex-start}
	.search-panel{top:auto;left:0;right:0;bottom:0;width:100%;max-height:78svh;border-radius:16px 16px 0 0;transform:none}.search-panel-inner{padding:24px 18px calc(24px + env(safe-area-inset-bottom))}.search-panel .woocommerce-product-search,.search-panel .search-form{grid-template-columns:1fr}.search-panel button[type="submit"]{min-height:50px}
	.woocommerce-cart .content-page,.woocommerce-checkout .content-page{padding:36px 14px 70px}.woocommerce-cart .content-page h1,.woocommerce-checkout .content-page h1{font-size:3rem}.woocommerce table.shop_table_responsive tr{padding:12px;background:#fff;border:1px solid var(--line);margin-bottom:12px}.woocommerce table.shop_table_responsive tr td{min-height:46px;display:flex!important;justify-content:space-between;align-items:center;gap:16px}.woocommerce table.shop_table_responsive tr td.product-name{display:block!important}.woocommerce table.shop_table_responsive tr td.actions{display:block!important}.woocommerce table.shop_table_responsive .coupon{display:grid!important;grid-template-columns:1fr auto;gap:6px}.cart-collaterals .cart_totals{padding:18px}.woocommerce-cart .cart_totals table.shop_table_responsive,.woocommerce-cart .cart_totals table.shop_table_responsive tbody{display:block;width:100%;max-width:100%}.woocommerce-cart .cart_totals .woocommerce-shipping-totals td{display:grid!important;grid-template-columns:minmax(0,1fr);justify-content:stretch;gap:8px;text-align:left!important}.woocommerce-cart .cart_totals .woocommerce-shipping-totals td:before{float:none}.woocommerce-cart .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator{width:100%;max-width:100%}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{min-width:0}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{font-size:16px}
}

@media(max-width:390px){.header-inner>.brand{font-size:.92rem}.header-actions .cart-link{min-width:70px;padding:0 8px}.hero-content h1{font-size:3.25rem}.hero-content .button-row{grid-template-columns:1fr}.hero{min-height:590px}.section-heading h2{font-size:2.4rem}.shop-results .products{grid-template-columns:1fr 1fr!important}.mobile-commerce-link{font-size:.56rem}}

/* 1.5.0 product detail layout and Amazon-style image inspection */
.single-product .product-information{width:100vw;margin-left:calc((100% - 100vw)/2);margin-right:calc((100% - 100vw)/2);}
.product-information-grid{grid-template-columns:minmax(0,1.55fr) minmax(320px,.8fr);}
.product-description-rich,.product-specifications{min-width:0;}
.product-description-rich{max-width:820px;}
.product-facts{margin-top:26px;border-top:1px solid var(--line);}
.product-facts details{background:#fff;transition:background-color .2s ease;}
.product-facts details[open]{background:#faf7f0;}
.product-facts summary{min-height:66px;padding:16px 18px;gap:18px;font-size:.92rem;}
.product-facts summary svg{flex:0 0 auto;width:18px;transition:transform .2s ease;}
.product-facts details[open] summary svg{transform:rotate(45deg);}
.product-facts details>p{margin:0;padding:0 48px 20px 18px;font-size:.9rem;line-height:1.65;}
.product-faq-row{max-width:820px;margin-left:auto;margin-right:auto;}
.product-faq-row details{background:#fff;}
.product-faq-row summary{padding-inline:18px;}

@media(max-width:760px){
	.single-product .product-information{width:100%;margin-left:0;margin-right:0;}
	.product-information-grid{grid-template-columns:minmax(0,1fr);}
	.product-description-rich{max-width:none;}
	.product-facts summary{padding-inline:14px;}
	.product-facts details>p{padding-inline:14px;}
}
@media(max-width:1023px){.product-zoom-preview{display:none}}
@media(min-width:761px){.hero{background:var(--ink)}}
@media(prefers-reduced-motion:reduce){.cart-link.cart-updated{animation:none}.hero-video{transition:none}.hero.is-video-ready .hero-video{opacity:0}}

/* 1.6.0 checkout, account and post-purchase service experience */
.footer-links{grid-template-columns:repeat(4,minmax(0,1fr))}
.checkout-experience{margin:0 0 28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);background:#fff}
.checkout-experience>div{min-height:88px;padding:18px;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:3px 12px;border-right:1px solid var(--line)}
.checkout-experience>div:last-child{border-right:0}.checkout-experience svg{grid-row:1/3;color:var(--coral)}.checkout-experience span,.checkout-experience strong{display:block}.checkout-experience span{color:var(--muted);font-size:.76rem}.checkout-experience strong{margin-bottom:2px;color:var(--ink);font-size:.82rem}
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,.78fr);column-gap:44px;align-items:start}
.woocommerce-checkout form.checkout>#customer_details{grid-column:1;grid-row:1/3;width:100%;float:none}.woocommerce-checkout form.checkout>#order_review_heading{grid-column:2;margin:0;padding:22px 24px 14px;background:#fff;border:1px solid var(--line);border-bottom:0}.woocommerce-checkout form.checkout>#order_review{grid-column:2;position:sticky;top:100px;width:100%;float:none;padding:0 24px 24px;background:#fff;border:1px solid var(--line);border-top:0}
.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{width:100%;float:none}.woocommerce-checkout .col2-set .col-2{margin-top:22px}.woocommerce-checkout .woocommerce-billing-fields>h3{margin-top:0}.woocommerce-checkout form .form-row{margin:0 0 15px}.woocommerce-checkout form .form-row label{margin-bottom:6px;font-size:.75rem;font-weight:900}.woocommerce-checkout form .form-row input.input-text,.woocommerce-checkout form .form-row textarea,.woocommerce-checkout form .form-row select,.woocommerce-checkout .select2-selection{min-height:50px;padding:11px 13px;border:1px solid var(--line);border-radius:4px;background:#fff}.woocommerce-checkout form .form-row input:focus,.woocommerce-checkout form .form-row textarea:focus,.woocommerce-checkout form .form-row select:focus{border-color:var(--ink);outline:0;box-shadow:0 0 0 3px var(--blue)}
.woocommerce-checkout #payment{margin-top:16px}.woocommerce-checkout #place_order{width:100%;min-height:56px;margin-top:10px;background:var(--coral);color:#fff;font-weight:900}.woocommerce-checkout #place_order:hover{background:#b73c2d}.woocommerce-checkout .woocommerce-privacy-policy-text{color:var(--muted);font-size:.75rem}.woocommerce-checkout .woocommerce-form-login-toggle,.woocommerce-checkout .woocommerce-form-coupon-toggle{margin-bottom:12px}.woocommerce-checkout .woocommerce-info{border-top-color:var(--coral);background:#fff}
.order-progress-card{margin:34px 0;padding:30px;border:1px solid var(--line);background:#fff}.order-progress-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.order-progress-heading h2{font-size:clamp(2.1rem,4vw,3.7rem)}.order-progress-steps{margin-top:30px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.order-progress-step{position:relative;min-width:0;padding:0 18px 0 0;display:grid;grid-template-columns:36px 1fr;gap:1px 10px;color:#96958f}.order-progress-step:before{content:"";position:absolute;left:36px;right:0;top:17px;height:2px;background:#dedbd5}.order-progress-step:last-child:before{display:none}.order-progress-step>span{position:relative;z-index:1;grid-row:1/3;width:36px;height:36px;border:2px solid #d4d1cb;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:.75rem;font-weight:900}.order-progress-step>span svg{width:17px}.order-progress-step strong{padding-top:1px;color:inherit;font-size:.84rem}.order-progress-step small{line-height:1.3}.order-progress-step.is-complete,.order-progress-step.is-current{color:var(--ink)}.order-progress-step.is-complete>span{border-color:#557b45;background:#557b45;color:#fff}.order-progress-step.is-current>span{border-color:var(--coral);box-shadow:0 0 0 4px #f7d4cb}.order-progress-card.has-exception{border-left:5px solid var(--coral)}
.post-purchase-help{margin:24px 0 40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:var(--blue)}.post-purchase-help>div{min-height:122px;padding:23px;display:grid;grid-template-columns:30px 1fr;gap:3px 10px;border-right:1px solid rgba(32,33,31,.16)}.post-purchase-help>div:last-child{border-right:0}.post-purchase-help svg{grid-row:1/3;color:var(--coral)}.post-purchase-help strong,.post-purchase-help span{display:block}.post-purchase-help span{font-size:.76rem;color:var(--muted)}.post-purchase-help a{text-decoration:underline;text-underline-offset:3px}
.polarix-policy{max-width:860px}.polarix-policy>h2{max-width:820px;font-size:clamp(2.8rem,5vw,5.2rem)}.polarix-policy>h3{margin:44px 0 12px;font-size:1.55rem}.polarix-policy>p,.polarix-policy>ul{font-size:1rem;color:#52534f}.polarix-policy>ul{padding-left:22px}.polarix-policy>ul li{margin:9px 0}.polarix-policy a{text-decoration:underline;text-underline-offset:3px;font-weight:800}.polarix-tracking-copy{max-width:960px}.tracking-help{margin:30px 0;padding:20px;border-left:4px solid var(--coral);background:var(--blue)}.tracking-help p{margin:5px 0 0;color:var(--muted)}.polarix-tracking-copy .woocommerce-form-track-order{margin-top:34px;padding:30px;border:1px solid var(--line);background:#fff}.polarix-tracking-copy .woocommerce-form-track-order>p:first-child{color:var(--muted)}.polarix-tracking-copy .form-row{width:100%!important;float:none!important}.polarix-tracking-copy input{min-height:50px}.polarix-tracking-copy button{min-height:50px;background:var(--ink)!important;color:#fff!important}

@media(max-width:980px){.footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce-checkout form.checkout{grid-template-columns:minmax(0,1fr) 330px;column-gap:24px}.order-progress-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 0}.order-progress-step:nth-child(2):before{display:none}}
@media(max-width:760px){.checkout-experience{grid-template-columns:1fr}.checkout-experience>div{min-height:72px;border-right:0;border-bottom:1px solid var(--line)}.checkout-experience>div:last-child{border-bottom:0}.woocommerce-checkout form.checkout{display:block}.woocommerce-checkout form.checkout>#order_review_heading{margin-top:28px}.woocommerce-checkout form.checkout>#order_review{position:static}.woocommerce-checkout #place_order{min-height:58px}.order-progress-card{margin:28px -2px;padding:22px 16px}.order-progress-heading{align-items:flex-start;flex-direction:column}.order-progress-heading .button{width:100%}.order-progress-steps{grid-template-columns:1fr;gap:0}.order-progress-step{min-height:74px;padding:0 0 18px}.order-progress-step:before{left:17px;right:auto;top:36px;bottom:0;width:2px;height:auto}.order-progress-step:nth-child(2):before{display:block}.post-purchase-help{grid-template-columns:1fr}.post-purchase-help>div{min-height:92px;border-right:0;border-bottom:1px solid rgba(32,33,31,.16)}.post-purchase-help>div:last-child{border-bottom:0}.polarix-tracking-copy .woocommerce-form-track-order{padding:22px 16px}.polarix-policy>h3{margin-top:36px}}

/* 1.6.1 mobile checkout completion controls */
.mobile-checkout-summary{display:none}.checkout-notes-toggle{width:100%;min-height:48px;margin:4px 0 14px;padding:0 14px;border:1px solid var(--line);background:#fff;text-align:left;font-size:.78rem;font-weight:900}.checkout-notes-toggle:after{content:"+";float:right;font-size:1.1rem}.checkout-notes-toggle[aria-expanded="true"]:after{content:"-"}.woocommerce-checkout #order_comments_field[hidden]{display:none!important}
@media(max-width:760px){.woocommerce-checkout:not(.woocommerce-order-received){padding-bottom:calc(82px + env(safe-area-inset-bottom))}.mobile-checkout-summary{position:fixed;z-index:85;left:0;right:0;bottom:0;min-height:72px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;border-top:1px solid var(--line);box-shadow:0 -10px 30px rgba(32,33,31,.14)}.mobile-checkout-total{min-width:0;display:grid}.mobile-checkout-total small{color:var(--muted);font-size:.65rem;font-weight:800;text-transform:uppercase}.mobile-checkout-total strong{font-size:1.05rem;white-space:nowrap}.mobile-checkout-pay{min-height:48px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--coral);color:#fff;font-size:.78rem;font-weight:900;text-transform:uppercase}.mobile-checkout-pay svg{width:17px}}

/* 1.9.0.19 keep CookieYes clear of the mobile checkout action bar */
@media(max-width:760px){body.woocommerce-checkout:not(.woocommerce-order-received) .cky-btn-revisit-wrapper.cky-revisit-bottom-left{bottom:calc(87px + env(safe-area-inset-bottom))!important}}

/* 1.7.0 customer account workspace */
.woocommerce-account .woocommerce:before,.woocommerce-account .woocommerce:after{display:none!important;content:none!important}
.woocommerce-account:not(.logged-in) .woocommerce{display:block;max-width:980px;margin:0 auto}.woocommerce-account:not(.logged-in) .woocommerce .u-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.woocommerce-account:not(.logged-in) .woocommerce .u-column1,.woocommerce-account:not(.logged-in) .woocommerce .u-column2{width:100%;float:none;padding:28px;border:1px solid var(--line);background:#fff}.woocommerce-account:not(.logged-in) .woocommerce h2{margin:0 0 22px;font-size:2rem}.woocommerce-account:not(.logged-in) .woocommerce form.login,.woocommerce-account:not(.logged-in) .woocommerce form.register{margin:0;padding:0;border:0}.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login__rememberme{display:flex;align-items:center;gap:8px;margin:4px 0 16px}.woocommerce-account:not(.logged-in) .woocommerce .lost_password{margin:16px 0 0}.woocommerce-account:not(.logged-in) .woocommerce .lost_password a{text-decoration:underline;text-underline-offset:3px;font-weight:800}
@media(max-width:760px){.woocommerce-account:not(.logged-in) .woocommerce .u-columns{grid-template-columns:1fr}.woocommerce-account:not(.logged-in) .woocommerce .u-column1,.woocommerce-account:not(.logged-in) .woocommerce .u-column2{padding:22px 18px}}
.woocommerce-account .woocommerce{grid-template-columns:250px minmax(0,1fr);gap:46px;align-items:start}.woocommerce-account .woocommerce>.woocommerce-notices-wrapper{grid-column:1/-1}.woocommerce-account .content-page{padding-top:72px}.woocommerce-account .content-page>article>h1{margin-bottom:42px}.woocommerce-MyAccount-navigation{position:sticky;top:112px}.woocommerce-MyAccount-navigation ul{padding:8px 0;border:1px solid var(--line);background:#fff}.woocommerce-MyAccount-navigation li{border:0}.woocommerce-MyAccount-navigation a{min-height:50px;padding:12px 15px;display:flex;align-items:center;gap:11px;border-left:3px solid transparent;font-size:.82rem}.woocommerce-MyAccount-navigation a svg{width:18px;height:18px;color:var(--muted)}.woocommerce-MyAccount-navigation a:hover{background:#f6f1e9}.woocommerce-MyAccount-navigation .is-active a{border-left-color:var(--coral);background:#fff3ef;color:var(--ink)}.woocommerce-MyAccount-navigation .is-active a svg{color:var(--coral)}.woocommerce-MyAccount-content{min-width:0}.account-welcome{padding:34px;background:var(--ink);color:#fff}.account-welcome-top{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.account-welcome h2{max-width:720px;font-size:clamp(2.3rem,4vw,4.4rem)}.account-welcome p{max-width:640px;margin:14px 0 0;color:#d6d5d0}.account-welcome-badge{flex:0 0 auto;min-height:36px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid #565752;font-size:.7rem;font-weight:900;text-transform:uppercase}.account-welcome-badge svg{width:15px;color:var(--yellow)}.account-actions{margin:18px 0 40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);background:#fff}.account-action{min-height:148px;padding:22px;display:flex;flex-direction:column;align-items:flex-start;border-right:1px solid var(--line);transition:background .2s,transform .2s}.account-action:last-child{border-right:0}.account-action:hover{background:#f6f1e9;transform:translateY(-2px)}.account-action>svg{width:24px;height:24px;margin-bottom:26px;color:var(--coral)}.account-action strong,.account-action small{display:block}.account-action strong{font-size:.94rem}.account-action small{margin-top:4px;color:var(--muted);line-height:1.4}.account-section-heading{margin:0 0 16px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.account-section-heading h3{margin:0;font-size:1.55rem}.account-section-heading a{font-size:.76rem;font-weight:900;text-decoration:underline;text-underline-offset:4px}.account-latest-order{margin-bottom:40px;border:1px solid var(--line);background:#fff}.account-latest-order-head{padding:20px 22px;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.account-latest-order-head strong,.account-latest-order-head span{display:block}.account-latest-order-head span{margin-top:3px;color:var(--muted);font-size:.76rem}.account-order-status{align-self:flex-start;padding:6px 9px;background:var(--blue);font-size:.68rem;font-weight:900;text-transform:uppercase}.account-latest-order-body{padding:22px;display:flex;align-items:center;justify-content:space-between;gap:24px}.account-latest-order-body p{margin:0;color:var(--muted)}.account-latest-order-body .button-row{flex:0 0 auto}.account-empty-orders{margin-bottom:40px;padding:28px;border-left:4px solid var(--yellow);background:#fff}.account-empty-orders h3{margin:0 0 8px;font-size:1.4rem}.account-empty-orders p{margin:0 0 18px;color:var(--muted)}.account-service-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:var(--blue)}.account-service-strip>div{min-height:112px;padding:20px;display:grid;grid-template-columns:28px 1fr;gap:2px 10px;border-right:1px solid rgba(32,33,31,.14)}.account-service-strip>div:last-child{border-right:0}.account-service-strip svg{grid-row:1/3;color:var(--coral)}.account-service-strip strong,.account-service-strip span{display:block}.account-service-strip span{color:var(--muted);font-size:.74rem;line-height:1.35}.woocommerce-account .woocommerce form .form-row input.input-text,.woocommerce-account .woocommerce form .form-row select{min-height:50px;padding:11px 13px;border:1px solid var(--line);border-radius:4px;background:#fff}.woocommerce-account .woocommerce form .form-row label{margin-bottom:6px;font-size:.75rem;font-weight:900}.woocommerce-account .woocommerce form button.button{min-height:50px;background:var(--ink);color:#fff}.woocommerce-account .woocommerce-Addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.woocommerce-account .woocommerce-Address{width:100%!important;padding:22px;border:1px solid var(--line);background:#fff}.woocommerce-account .woocommerce-Address-title h2{font-size:1.55rem}.woocommerce-account table.shop_table{background:#fff}
@media(max-width:980px){.woocommerce-account .woocommerce{grid-template-columns:210px minmax(0,1fr);gap:24px}.account-actions{grid-template-columns:1fr}.account-action{min-height:98px;display:grid;grid-template-columns:28px 1fr;align-content:center;gap:2px 12px;border-right:0;border-bottom:1px solid var(--line)}.account-action:last-child{border-bottom:0}.account-action>svg{grid-row:1/3;margin:0}.account-service-strip{grid-template-columns:1fr}.account-service-strip>div{min-height:86px;border-right:0;border-bottom:1px solid rgba(32,33,31,.14)}.account-service-strip>div:last-child{border-bottom:0}}
@media(max-width:760px){.woocommerce-account .content-page{padding:34px 18px 94px}.woocommerce-account .content-page>article>h1{margin-bottom:24px;font-size:3.15rem}.woocommerce-account .woocommerce{display:block;overflow:visible}.woocommerce-account .woocommerce-MyAccount-navigation{position:static;margin:0 0 20px;overflow:visible}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;padding:0;overflow:visible;background:var(--line)}.woocommerce-account .woocommerce-MyAccount-navigation li{min-width:0;background:#fff;border:0}.woocommerce-account .woocommerce-MyAccount-navigation a{min-height:54px;padding:10px 11px;border-left:0;border-bottom:3px solid transparent;font-size:.72rem;line-height:1.2}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{border-bottom-color:var(--coral)}.woocommerce-MyAccount-navigation-link--customer-logout{grid-column:1/-1}.account-welcome{padding:24px 18px}.account-welcome-top{display:block}.account-welcome h2{font-size:2.5rem}.account-welcome p{font-size:.86rem}.account-welcome-badge{margin-top:18px}.account-actions{grid-template-columns:1fr;margin-top:12px}.account-latest-order-head,.account-latest-order-body{align-items:flex-start;flex-direction:column}.account-latest-order-body .button-row,.account-latest-order-body .button{width:100%}.account-section-heading{align-items:flex-start}.woocommerce-account .woocommerce-Addresses{grid-template-columns:1fr}.woocommerce-account table.shop_table_responsive tr{padding:12px;background:#fff;border:1px solid var(--line);margin-bottom:10px}.woocommerce-account table.shop_table_responsive tr td{border:0}.woocommerce-account table.shop_table_responsive .woocommerce-orders-table__cell-order-actions{display:grid;gap:8px}.woocommerce-account table.shop_table_responsive .woocommerce-orders-table__cell-order-actions .button{margin:0!important;width:100%}}

/* 1.8.0 account order linking and intentional registration invitations */
.woocommerce-account .woocommerce-MyAccount-content>.woocommerce-info{display:flex;align-items:center;justify-content:space-between;gap:18px;line-height:1.5}.woocommerce-account .woocommerce-MyAccount-content>.woocommerce-info .button{float:none;flex:0 0 auto;order:2;margin:0}
.account-link-order{margin:0 0 40px;padding:26px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:32px;align-items:end;border:1px solid var(--line);background:#fff}.account-link-order h3{margin:0;font-size:1.55rem}.account-link-order>div>p:last-child{margin:10px 0 0;color:var(--muted);font-size:.86rem}.account-link-order form{display:grid;grid-template-columns:1fr 1.2fr auto;gap:10px;align-items:end}.account-link-order .form-row{margin:0!important}.account-link-order .form-row label{display:block}.account-link-order .button{min-height:50px!important;white-space:nowrap}
body.account-prompt-open{overflow:hidden}.account-prompt{position:fixed;z-index:220;inset:0;display:grid;place-items:center;padding:20px}.account-prompt-backdrop{position:absolute;inset:0;background:rgba(21,22,20,.72);backdrop-filter:blur(5px)}.account-prompt-dialog{position:relative;z-index:1;width:min(820px,100%);max-height:calc(100vh - 40px);display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);overflow:auto;border:1px solid rgba(255,255,255,.3);border-radius:6px;background:var(--paper);box-shadow:0 30px 90px rgba(0,0,0,.35)}.account-prompt-pets{position:relative;min-height:520px;overflow:hidden;background:var(--blue)}.account-prompt-pets:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(28,29,27,.32),transparent 52%);pointer-events:none}.account-prompt-pets img{position:absolute;width:70%;height:56%;object-fit:cover;border:6px solid var(--paper);box-shadow:0 16px 38px rgba(0,0,0,.2)}.account-prompt-dog{left:8%;top:8%;transform:rotate(-5deg);animation:accountPetDog 5s ease-in-out infinite}.account-prompt-cat{right:7%;bottom:7%;transform:rotate(5deg);animation:accountPetCat 5.6s ease-in-out infinite}.account-prompt-sticker{position:absolute;z-index:2;padding:7px 10px;border:2px solid var(--ink);background:var(--yellow);font-size:.68rem;font-weight:900;text-transform:uppercase;box-shadow:4px 4px 0 var(--ink)}.sticker-orders{right:5%;top:5%;transform:rotate(5deg)}.sticker-track{left:4%;bottom:5%;transform:rotate(-5deg);background:#fff}.account-prompt-copy{position:relative;padding:42px 38px}.account-prompt-close{position:absolute;right:14px;top:14px;width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(32,33,31,.08)}.account-prompt-close:hover{background:var(--ink);color:#fff}.account-prompt-copy h2{max-width:470px;margin:0;font-size:clamp(2.2rem,4vw,3.6rem)}.account-prompt-copy>p:not(.eyebrow){margin:18px 0;color:var(--muted);font-size:.95rem}.account-prompt-benefits{list-style:none;margin:20px 0 28px;padding:0;border-top:1px solid var(--line)}.account-prompt-benefits li{min-height:48px;display:grid;grid-template-columns:24px 1fr;align-items:center;gap:10px;border-bottom:1px solid var(--line);font-size:.8rem;font-weight:800}.account-prompt-benefits svg{width:18px;color:var(--coral)}.account-prompt-copy .text-link{align-self:center;margin-left:8px}
@keyframes accountPetDog{0%,100%{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(-3deg) translateY(-8px)}}@keyframes accountPetCat{0%,100%{transform:rotate(5deg) translateY(0)}50%{transform:rotate(3deg) translateY(8px)}}
@media(max-width:980px){.account-link-order{grid-template-columns:1fr}.account-link-order form{grid-template-columns:1fr 1fr auto}}
@media(max-width:760px){.woocommerce-account .woocommerce-MyAccount-content>.woocommerce-info{padding:18px!important;display:flex;align-items:stretch;flex-direction:column}.woocommerce-account .woocommerce-MyAccount-content>.woocommerce-info .button{width:100%;white-space:normal;text-align:center}.account-link-order{padding:22px 18px}.account-link-order form{grid-template-columns:1fr}.account-link-order .button{width:100%}.account-prompt{padding:10px}.account-prompt-dialog{max-height:calc(100vh - 20px);grid-template-columns:1fr}.account-prompt-pets{min-height:168px}.account-prompt-pets img{width:42%;height:76%;border-width:4px}.account-prompt-dog{left:10%;top:10%}.account-prompt-cat{right:10%;bottom:8%}.account-prompt-copy{padding:28px 20px 24px}.account-prompt-copy h2{font-size:2.35rem}.account-prompt-copy>p:not(.eyebrow){font-size:.85rem}.account-prompt-benefits{margin:16px 0 20px}.account-prompt-copy .button-row{display:grid}.account-prompt-copy .button,.account-prompt-copy .text-link{width:100%;margin:0;min-height:48px}.account-prompt-copy .text-link{justify-content:center;border:0}.account-prompt-close{right:9px;top:9px;background:#fff}}
@media(prefers-reduced-motion:reduce){.account-prompt-pets img{animation:none}}

/* 1.9.0 newsletter, social proof and business identity */
.polarix-reach-signup{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr)}
.polarix-reach-signup>div:first-child>p:last-child{max-width:540px;margin:18px 0 0;color:rgba(255,255,255,.88)}
.polarix-reach-form{min-width:0}
.polarix-reach-form .hostinger-reach-block-subscription-form,.polarix-reach-form .hostinger-reach-block-subscription-form-wrapper{width:100%}
.polarix-reach-form .hostinger-reach-block-form-fields--inline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end}
.polarix-reach-form .hostinger-reach-block-form-field label{display:block;margin:0 0 7px;color:#fff;font-size:.72rem;font-weight:900;text-transform:uppercase}
.polarix-reach-form .hostinger-reach-block-form-field input{width:100%;height:54px}
.polarix-reach-form .hostinger-reach-block-submit{min-height:54px;padding:0 22px;border:1px solid var(--ink);border-radius:4px;background:var(--ink)!important;color:#fff!important;font-size:.8rem;font-weight:900;text-transform:uppercase}
.polarix-reach-form .hostinger-reach-block-submit:hover{background:#000!important}
.polarix-reach-form .reach-subscription-message{min-height:54px;padding:13px 16px;align-items:center;gap:10px;background:rgba(255,255,255,.95);color:var(--ink);border-radius:4px}
.newsletter-consent{margin:10px 0 0;color:rgba(255,255,255,.8);font-size:.7rem;line-height:1.5}
.newsletter-consent a{text-decoration:underline;text-underline-offset:3px}
.footer-social{display:flex;flex-wrap:wrap;gap:8px;margin:-38px 0 45px;padding-bottom:35px;border-bottom:1px solid #454641}
.footer-social a{min-height:42px;padding:0 13px;display:inline-flex;align-items:center;gap:8px;border:1px solid #454641;border-radius:4px;color:#fff;font-size:.78rem;font-weight:800;transition:background .2s,border-color .2s,transform .2s}
.footer-social a:hover{border-color:#fff;background:#fff;color:var(--ink);transform:translateY(-2px)}
.footer-social svg{width:17px;height:17px}
.footer-business{padding:0 0 26px;display:grid;grid-template-columns:1fr 1fr 1.25fr;gap:30px;color:#b8b8b3;font-size:.74rem}
.footer-business>div{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.footer-business strong{color:#fff;font-size:.82rem}.footer-business a{color:#fff;text-decoration:underline;text-underline-offset:3px}
@media(max-width:980px){.polarix-reach-signup{grid-template-columns:1fr}.footer-business{grid-template-columns:1fr 1fr}.footer-business>div:last-child{grid-column:1/-1}}
@media(max-width:640px){.polarix-reach-form .hostinger-reach-block-form-fields--inline{grid-template-columns:1fr}.polarix-reach-form .hostinger-reach-block-submit{width:100%}.footer-social{margin-top:-28px}.footer-social a{flex:1 1 calc(50% - 4px);justify-content:center}.footer-business{grid-template-columns:1fr;gap:18px}.footer-business>div:last-child{grid-column:auto}}

/* 1.9.0 staging compatibility fixes */
@media(min-width:761px){
	.account-link-order form{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}
	.account-link-order .form-row,.account-link-order input{min-width:0;width:100%}
	.account-link-order .button{grid-column:1/-1;width:100%}
}

/* Keep imported content safe without changing the 1.8.3 production layout. */
.product-description-rich,.product-specifications{min-width:0}
.product-description-rich img{max-width:100%;height:auto}
.product-specifications dd{min-width:0;overflow-wrap:anywhere;word-break:normal}

/* 1.9.0.4 catalog merchandising, finder and related-product repairs */
.product-showcase .section-heading>div{max-width:860px}
.product-showcase .section-dek{max-width:560px;margin:18px 0 0;color:var(--muted);font-size:1rem}
.product-showcase-new{background:#f2ece2}
.product-showcase-new .polarix-product-card .polarix-product-art{background:#fff}

.single-product .product-information{width:calc(100% + 48px);margin-left:-24px;margin-right:-24px}
@media(min-width:761px){.single-product .product-information{padding-left:24px;padding-right:24px}}
.single-product .related.products{box-sizing:border-box;width:calc(100% + 48px);margin-left:-24px!important;margin-right:-24px!important;padding:100px 24px!important}
.single-product .related.products>h2{width:100%;max-width:var(--max);margin:0 auto 42px;font-size:clamp(2.7rem,4.5vw,4.8rem);line-height:.95}
.single-product .related.products ul.products{width:100%!important;max-width:var(--max)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),284px))!important;justify-content:start;gap:34px 18px!important;align-items:stretch}
.single-product .related.products li.product{min-width:0;width:auto!important;margin:0!important;display:flex;flex-direction:column}
.single-product .related.products .product-card-copy{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;flex:1;min-width:0;gap:7px;padding-top:14px}
.single-product .related.products .product-card-copy>div{min-width:0}
.single-product .related.products .product-card-copy h2,.single-product .related.products .product-card-copy p{overflow-wrap:anywhere}
.single-product .related.products .product-card-copy .price{min-width:0;max-width:100%;flex:0 0 auto;white-space:normal;text-align:left;line-height:1.2}
.single-product .related.products .product-card-meta{margin-top:auto}

.finder-v2{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:7vw}
.finder-benefits{list-style:none;margin:30px 0 0;padding:22px 0 0;border-top:1px solid #454641}
.finder-benefits li{display:flex;align-items:center;gap:10px;margin:11px 0;color:#e1e1dc;font-size:.86rem;font-weight:700}
.finder-benefits svg{width:17px;color:var(--yellow)}
.finder-panel-v2{min-height:610px;padding:38px 40px;overflow:hidden}
.finder-panel-v2 .finder-progress{margin-bottom:52px}
.finder-panel-v2 .progress-track span{width:25%}
.finder-kicker{margin:0 0 9px;color:var(--yellow)!important;font-size:.7rem;font-weight:900;text-transform:uppercase}
.finder-panel-v2 .finder-step h3{max-width:670px;margin-bottom:24px;font-size:2.15rem}
.finder-options{grid-template-columns:repeat(3,minmax(0,1fr))}
.finder-step[data-finder-step="pet"] .finder-options{grid-template-columns:repeat(2,minmax(0,1fr))}
.finder-options button{min-width:0;min-height:164px;padding:22px 15px;text-align:center}
.finder-options button span{display:block;font-size:.92rem}
.finder-options button small{max-width:170px;color:#bdbdb7;font-size:.7rem;font-weight:600;line-height:1.4}
.finder-options button:hover small,.finder-options button.is-selected small{color:#fff}
.finder-options button.is-selected{border-color:var(--yellow);box-shadow:inset 0 0 0 2px var(--yellow)}
.finder-panel-v2 .finder-back{min-height:42px;margin-top:22px;padding:0 3px;font-size:.78rem;font-weight:800}
.finder-panel-v2 .finder-back:hover{color:var(--yellow)}
.finder-result>h3{max-width:680px;margin-bottom:26px;font-size:2.1rem}
.finder-match{display:grid;grid-template-columns:180px minmax(0,1fr);gap:28px;padding:26px 0;border-top:1px solid #50514d;border-bottom:1px solid #50514d}
.finder-match-media{display:block;aspect-ratio:1;overflow:hidden;background:#fff}
.finder-match-media img{width:100%;height:100%;object-fit:cover}
.finder-match-copy{min-width:0}
.finder-match-badge{display:inline-block;margin-bottom:8px;color:var(--yellow);font-size:.68rem;font-weight:900;text-transform:uppercase}
.finder-match-copy h3,.finder-match-copy h4{margin:0 0 8px;font-size:1.65rem;line-height:1.05}
.finder-match-copy>p{margin:0 0 12px;color:#c9c9c5;font-size:.83rem}
.finder-match-copy ul{list-style:none;margin:12px 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px}
.finder-match-copy li{min-width:0;display:flex;align-items:flex-start;gap:7px;color:#ededE8;font-size:.72rem}
.finder-match-copy li svg{flex:0 0 auto;width:15px;color:var(--yellow)}
.finder-match-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:16px}
.finder-match-footer strong{font-size:1.05rem}
.finder-match-footer .button{min-height:44px;padding:0 15px;font-size:.72rem;white-space:nowrap}
.finder-alternative{display:grid;grid-template-columns:76px minmax(0,1fr);gap:16px;padding:20px 0;border-bottom:1px solid #50514d}
.finder-alternative .finder-match-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 18px}
.finder-alternative .finder-match-badge,.finder-alternative .finder-match-copy>p{grid-column:1/-1}
.finder-alternative .finder-match-copy h4{font-size:1.05rem}
.finder-alternative .finder-match-footer{grid-column:2;grid-row:2;margin:0}
.finder-alternative .finder-match-footer strong{white-space:nowrap;font-size:.9rem}
.finder-alternative .finder-match-footer .text-link{font-size:.72rem}
.finder-result-actions{display:flex;align-items:center;justify-content:space-between;gap:22px}
.finder-result-actions .finder-shop-link{color:#fff;font-size:.78rem}
.finder-empty{padding:30px 0;border-top:1px solid #50514d;border-bottom:1px solid #50514d}
.finder-empty h4{margin:0 0 8px;font-size:1.4rem}
.finder-empty p{margin:0;color:#c9c9c5}

@media(max-width:980px){
	.finder-v2{grid-template-columns:1fr;gap:42px}
	.finder-v2 .finder-intro{position:static}
}

@media(max-width:760px){
	.product-showcase .section-heading{align-items:flex-start;flex-direction:column}
	.product-showcase .section-dek{font-size:.9rem}
	.guide-tools .guide-filter{width:100%}
	.single-product .product-information{width:100%;margin-left:0;margin-right:0}
	.single-product .related.products{width:100%;margin-left:0!important;margin-right:0!important;padding:65px 14px 90px!important}
	.single-product .related.products>h2{margin-bottom:28px;font-size:2.65rem}
	.single-product .related.products ul.products{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),284px))!important;gap:26px 12px!important}
	.single-product .related.products .product-card-copy .price{text-align:left}
	.finder-panel-v2{min-height:0;padding:24px 16px}
	.finder-panel-v2 .finder-progress{margin-bottom:34px}
	.finder-panel-v2 .finder-step h3,.finder-result>h3{font-size:1.7rem}
	.finder-options,.finder-step[data-finder-step="pet"] .finder-options{grid-template-columns:1fr}
	.finder-options button{min-height:92px;padding:15px 16px;display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;place-items:start;text-align:left;gap:2px 10px}
	.finder-options button svg{grid-row:1/3;align-self:center}
	.finder-options button span{align-self:end}
	.finder-options button small{align-self:start;max-width:none}
	.finder-match{grid-template-columns:112px minmax(0,1fr);gap:16px}
	.finder-match-copy h3{font-size:1.25rem}
	.finder-match-copy ul{grid-template-columns:1fr}
	.finder-match-footer{align-items:flex-start;flex-direction:column;gap:10px}
	.finder-match-footer .button{width:100%}
	.finder-alternative{grid-template-columns:68px minmax(0,1fr)}
	.finder-alternative .finder-match-copy{display:block}
	.finder-alternative .finder-match-footer{margin-top:9px;display:flex;align-items:flex-start}
	.finder-result-actions{align-items:flex-start;flex-direction:column}
}

@media(max-width:430px){
	.single-product .related.products ul.products{grid-template-columns:1fr!important}
	.finder-match{grid-template-columns:1fr}
	.finder-match-media{max-width:220px}
}

@media(min-width:761px) and (max-width:1100px){
	.single-product .related.products .product-card-copy{grid-template-columns:1fr;gap:7px}
	.single-product .related.products .product-card-copy .price{text-align:left}
}

@media(prefers-reduced-motion:reduce){.finder-options button{transition:none}}
