:root{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--ink:#111111;--muted:#6f6f6f;--line:#c4c2bb;--soft:#f6f5f1;--cream:#f3efe6;--accent:#65B69B;--accent-ink:#2f6f5b;--radius:18px;--container:1240px}*{box-sizing:border-box}:focus-visible{outline:3px solid #111;outline-offset:2px}.product-card a:focus-visible,.product-gallery-thumb:focus-visible,.product-zoom-trigger:focus-visible{outline-offset:-3px}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink)}img,video,iframe,model-viewer{max-width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.announcement{background:#111;color:#fff;padding:9px 0;font-size:12px;letter-spacing:.06em}.announcement-inner{display:flex;align-items:center;justify-content:center;gap:22px;position:relative;text-align:center}.announcement-track{position:absolute;right:0;font-weight:800;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.site-header{position:sticky;top:0;z-index:40;background:#fffffffa;border-bottom:1px solid var(--line)}.header-row{height:74px;display:grid;grid-template-columns:auto auto minmax(220px,1fr) auto;align-items:center;gap:28px}.brand{font-weight:900;letter-spacing:-.04em;font-size:22px;white-space:nowrap}.desktop-nav{display:flex;gap:22px;font-size:14px;font-weight:650}.desktop-nav a{color:#525252}.desktop-nav a.active,.desktop-nav a:hover{color:#111}.header-search{display:flex;align-items:center;gap:9px;border:1px solid var(--line);background:#fafafa;border-radius:999px;padding:10px 14px;max-width:420px;width:100%;justify-self:end}.header-search input{border:0;outline:0;background:transparent;width:100%;min-width:0}.header-actions{display:flex;align-items:center;gap:7px}.icon-button{position:relative;border:0;background:transparent;border-radius:50%;width:40px;height:40px;display:inline-grid;place-items:center}.icon-button:hover{background:#f3f3f3}.theme-toggle{overflow:hidden}.theme-icon{grid-area:1/1;transition:transform .25s ease,opacity .2s ease}.theme-icon-sun{opacity:0;transform:rotate(-35deg) scale(.7)}html[data-theme=dark] .theme-icon-moon{opacity:0;transform:rotate(35deg) scale(.7)}html[data-theme=dark] .theme-icon-sun{opacity:1;transform:rotate(0) scale(1)}.count{position:absolute;right:0;top:1px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#111;color:#fff;font-size:10px;display:grid;place-items:center}.mobile-only{display:none}.hero{background:linear-gradient(135deg,#f7f4ed,#fff 52%,#f2f4f7);overflow:hidden}.hero-grid{min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:60px;padding-block:72px}.hero-copy h1{font-size:clamp(48px,6vw,82px);line-height:.96;letter-spacing:-.045em;margin:18px 0 24px;max-width:780px}.hero-copy>p{font-size:18px;line-height:1.7;color:#5f5f5f;max-width:600px}.pill{display:inline-flex;align-items:center;gap:7px;border:1px solid #dad8d1;background:#ffffffb3;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:750}.hero-actions{display:flex;gap:12px;margin:30px 0 22px;flex-wrap:wrap}.btn{border:1px solid #d9d9d9;background:#fff;border-radius:12px;padding:12px 17px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-dark{background:#111;color:#fff;border-color:#111}.btn-light{background:#fff;color:#111}.btn-white{background:#fff;color:#111;border-color:#fff}.btn-lg{padding:15px 21px}.btn-full{width:100%}.product-action{position:relative;isolation:isolate;overflow:hidden;gap:9px;transition:transform .2s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease}.product-action:before{content:"";position:absolute;z-index:0;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(110deg,transparent 10%,rgba(255,255,255,.24) 45%,transparent 80%);transform:translate(-130%);transition:transform .55s cubic-bezier(.2,.8,.2,1);pointer-events:none}.button-label,.button-arrow,.button-spinner{position:relative;z-index:1}.button-arrow{font-size:17px;line-height:1;transition:transform .25s ease}.button-spinner{display:none;width:15px;height:15px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:button-spin .7s linear infinite}@media(hover:hover)and (pointer:fine){.product-action:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000029}.product-action:hover:before{transform:translate(130%)}.product-action--options:hover .button-arrow{transform:translate(4px)}}.product-action:active{transform:scale(.97)}.product-action.is-loading{cursor:wait}.product-action.is-loading .button-spinner{display:inline-block}.product-action.is-added{background:#2f7d61;border-color:#2f7d61;animation:button-success .48s ease}@keyframes button-spin{to{transform:rotate(360deg)}}@keyframes button-success{50%{transform:scale(1.035)}}.hero-micro{display:flex;flex-wrap:wrap;gap:18px;color:#555;font-size:13px}.hero-micro span,.trust-grid span{display:flex;align-items:center;gap:7px}.hero-visual{position:relative;min-height:480px}.adv-image-slot{position:relative;border:2px dashed #c9c7c0;background:linear-gradient(145deg,#f2f1ed,#fbfbfa);border-radius:18px;min-height:120px}.adv-image-slot:after{content:"";position:absolute;left:50%;top:50%;width:34px;height:34px;transform:translate(-50%,-50%);border-radius:8px;background:currentColor;opacity:.12}.adv-section-image{display:block;width:100%;height:100%;object-fit:cover}.hero-visual{overflow:hidden;border-radius:24px}.hero-visual>.adv-section-image{position:absolute;top:0;right:0;bottom:0;left:0}.hero-visual>.adv-image-slot{width:100%;height:100%;min-height:480px;border-radius:24px}.trust-strip{border-block:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:18px 0;font-size:13px;font-weight:700}.trust-grid svg{width:18px}.section{padding:86px 0}.soft-section{background:var(--soft)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.section-head h2,.center-heading h2{font-size:38px;letter-spacing:-.045em;margin:4px 0}.section-head>a{display:flex;align-items:center;gap:6px;font-weight:700;font-size:14px}.eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:.12em;font-weight:800;color:var(--muted)}.eyebrow.light{color:#ddd}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-card{border:1px solid var(--line);border-radius:18px;padding:14px;background:#fff;display:grid;grid-template-columns:92px 1fr auto;align-items:center;gap:18px}.category-card:hover{box-shadow:0 15px 40px #0000000f}.category-card>div:nth-child(2){display:flex;flex-direction:column;gap:6px}.category-card strong{font-size:15px}.category-card span{font-size:12px;color:var(--muted)}.category-art{height:76px;border-radius:12px;background:linear-gradient(135deg,#e8e8e8,#f9f9f9)}.art-2{background:linear-gradient(135deg,#e8ded0,#faf6ee)}.art-3{background:linear-gradient(135deg,#dfe4ea,#f8fafb)}.art-4{background:linear-gradient(135deg,#d9e3dc,#f6faf7)}.art-5{background:linear-gradient(135deg,#dedce5,#f8f7fb)}.art-6{background:linear-gradient(135deg,#e2d8d5,#fbf6f4)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transform:translateY(0) scale(1);transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease,border-color .32s ease}@media(hover:hover)and (pointer:fine){.product-card:hover,.product-card:focus-within{z-index:2;transform:translateY(-7px) scale(1.015);border-color:#d8d6cf;box-shadow:0 22px 52px #00000021}}.product-card-media{position:relative;aspect-ratio:1/1;overflow:hidden;background:#f7f7f5}.product-card-media-link{display:block;width:100%;height:100%;overflow:hidden}.product-card-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;transition:transform .45s cubic-bezier(.2,.8,.2,1)}.product-card-media .adv-image-slot{aspect-ratio:1/1;border:0;border-bottom:2px dashed #d5d3cc;border-radius:0}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card-image,.product-card:focus-within .product-card-image{transform:scale(1.045)}}.badge{position:absolute;left:12px;top:12px;background:#111;color:#fff;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800}.product-card-body{padding:15px;display:flex;flex-direction:column;gap:9px;height:100%}.product-title{font-weight:750;font-size:15px;line-height:1.35;min-height:40px}.price-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:auto}.price-row strong{font-size:16px}.compare{text-decoration:line-through;color:var(--muted);font-size:12px}.save{font-size:10px;background:#f0f0ed;padding:4px 6px;border-radius:999px;font-weight:750}.promo{background:#111;color:#fff;overflow:hidden}.promo-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:490px;gap:50px;padding-block:70px}.promo h2{font-size:54px;line-height:1;letter-spacing:-.055em;margin:10px 0 18px}.promo p{color:#c8c8c8;max-width:520px;line-height:1.65}.promo-art{height:350px;border-radius:30px;background:radial-gradient(circle at 30% 20%,#767676,#2f2f2f 52%,#171717);display:grid;place-items:center;text-align:center;color:#767676;letter-spacing:.18em;font-size:12px;overflow:hidden}.promo-art>.adv-image-slot{width:100%;height:100%;border-color:#666;background:transparent}.promo-art>.adv-section-image{width:100%;height:100%}.center-heading{text-align:center;max-width:720px;margin:0 auto 34px}.why-section{background:#fafafa}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.why-grid>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px}.why-grid svg{width:24px}.why-grid h3{font-size:16px;margin:18px 0 7px}.why-grid p{color:#6f6f6f;font-size:13px;line-height:1.6;margin:0}blockquote{margin:0;border:1px solid var(--line);border-radius:16px;padding:26px;background:#fff}blockquote p{font-size:17px;line-height:1.55}blockquote footer{font-size:12px;color:var(--muted)}.footer{border-top:1px solid var(--line);background:#111;color:#fff;padding:62px 0 25px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr 1.3fr;gap:40px}.footer p{color:#aaa;font-size:13px;line-height:1.6;max-width:420px}.footer h4{margin:0 0 15px}.footer-grid>div{display:flex;flex-direction:column;gap:9px}.footer-grid a{font-size:13px;color:#c4c4c4}.footer-brand{font-size:26px}.newsletter{display:flex;gap:8px}.newsletter input{background:#222;border:1px solid #444;color:#fff;padding:12px 13px;border-radius:10px;min-width:0;width:100%}.footer-bottom{border-top:1px solid #2e2e2e;margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#7e7e7e;font-size:11px}.advello-marquee{overflow:hidden;background:#111;color:#fff;border-block:1px solid #292929}.marquee-track{width:max-content;display:flex;align-items:center;gap:22px;padding:12px 0;animation:marquee 28s linear infinite}.marquee-track span{font-size:11px;font-weight:800;letter-spacing:.12em}.marquee-track b{color:#d7b57a}@keyframes marquee{to{transform:translate(-50%)}}.muddy-kit-card{display:grid;grid-template-columns:.82fr 1.18fr;overflow:hidden;border:1px solid var(--line);background:#fff;border-radius:22px;box-shadow:0 18px 50px #0000000f}.muddy-kit-copy{padding:clamp(28px,5vw,64px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.muddy-kit-copy h3{font-size:clamp(32px,4vw,52px);line-height:1;margin:10px 0}.muddy-kit-desc{color:#666;line-height:1.65}.muddy-kit-card>.adv-image-slot{width:100%;height:100%;min-height:420px;border:0;border-left:2px dashed #d5d3cc;border-radius:0}.muddy-kit-card>.adv-section-image{width:100%;height:100%;min-height:420px}.deal-price-row{margin:16px 0 24px}.deal-price-row strong{font-size:26px}.adv-chat{position:fixed;right:20px;bottom:20px;z-index:70}.adv-chat-launch{border:0;border-radius:999px;padding:13px 17px;background:#111;color:#fff;box-shadow:0 14px 40px #00000038;display:flex;align-items:center;gap:9px;font-weight:800}.adv-chat-launch-dot{width:8px;height:8px;background:#73d28c;border-radius:50%}.adv-chat-panel{position:absolute;right:0;bottom:58px;width:min(370px,calc(100vw - 28px));max-height:min(560px,calc(100vh - 100px));background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 70px #00000038;overflow:auto}.adv-chat-head{padding:17px;background:#111;color:#fff;display:flex;align-items:start;justify-content:space-between;gap:16px}.adv-chat-head strong,.adv-chat-head small{display:block}.adv-chat-head small{color:#aaa;margin-top:3px}.adv-chat-close{border:0;background:transparent;color:#fff;font-size:26px;line-height:1}.adv-chat-status{font-size:10px;color:#9de2ae;margin-bottom:5px}.adv-chat-status span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#73d28c}.adv-chat-messages{padding:18px}.adv-chat-msg{display:flex;gap:10px}.adv-chat-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-weight:900}.adv-chat-bubble{background:#f3f2ee;padding:12px;border-radius:12px;font-size:13px;line-height:1.5;flex:1}.adv-chat-suggestions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 18px 18px}.adv-chat-suggestions a{border:1px solid var(--line);border-radius:10px;padding:10px;font-size:11px;font-weight:750}.adv-chat-help{border-top:1px solid var(--line);padding:14px 18px;font-size:11px;color:#666}.adv-chat-help a{text-decoration:underline}@media(max-width:760px){.muddy-kit-card{grid-template-columns:1fr}.muddy-kit-card>.adv-image-slot,.muddy-kit-card>.adv-section-image{aspect-ratio:1/1;min-height:0}.muddy-kit-card>.adv-image-slot{border-left:0;border-top:2px dashed #d5d3cc}.adv-chat{right:13px;bottom:13px}}.drawer-backdrop,.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000061;z-index:80}.cart-drawer{position:absolute;right:0;top:0;height:100%;width:min(440px,94vw);background:#fff;display:flex;flex-direction:column}.drawer-head{padding:22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.drawer-head h2{margin:3px 0 0}.shipping-progress{padding:17px 22px;background:#faf9f6}.shipping-progress p{font-size:12px;margin:0 0 9px}.progress-track{height:5px;background:#e4e3df;border-radius:999px;overflow:hidden}.progress-track span{display:block;height:100%;background:#111}.drawer-lines{padding:0 22px;overflow:auto;flex:1}.cart-line{display:grid;grid-template-columns:88px 1fr;gap:13px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-thumb{width:88px;height:88px;aspect-ratio:1/1;border-radius:11px}.cart-product-image{display:block;object-fit:contain;background:#f7f7f5}.cart-line-info{display:flex;flex-direction:column;gap:7px;font-size:13px}.qty-row{display:flex;align-items:center;gap:0}.qty-row button,.quantity button{border:1px solid var(--line);background:#fff;width:30px;height:30px;display:grid;place-items:center}.qty-row span,.quantity span{min-width:31px;text-align:center}.qty-row .remove{margin-left:auto;border:0;color:var(--muted)}.drawer-footer{padding:20px 22px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.subtotal-row,.summary-row{display:flex;justify-content:space-between;gap:20px}.fine-print{font-size:11px;color:var(--muted);margin:0}.empty-state{text-align:center;display:grid;place-items:center;gap:9px;padding:50px 12px;color:#666}.empty-state h3,.empty-state h2{color:#111;margin:0}.empty-state p{margin:0 0 12px}.empty-state.large{min-height:360px}.shop-page{padding:58px 0 90px}.shop-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.shop-heading h1{font-size:48px;letter-spacing:-.05em;margin:6px 0}.shop-heading p{color:var(--muted);margin:0}.shop-controls{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}.shop-search,.shop-controls select{border:1px solid var(--line);border-radius:10px;padding:11px 12px;background:#fff;min-height:44px}.filter-block{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--line)}.filter-block h3{font-size:13px;margin-top:0}.filter-block button{display:block;width:100%;text-align:left;border:0;background:none;padding:7px 0;color:#666;font-size:13px}.filter-block button.filter-active{color:#111;font-weight:800}.filter-block input[type=range]{width:100%}.range-label{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;font-size:11px;color:var(--muted);margin-bottom:24px}.product-page{padding:35px 0 75px}.product-detail-grid{display:grid;grid-template-columns:1.07fr .93fr;gap:55px;align-items:start}.product-gallery{position:sticky;top:115px;min-width:0}.product-main-frame{position:relative;aspect-ratio:1/1;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#f7f7f5}.product-main-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;overflow:hidden}.product-main-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;transform-origin:var(--zoom-x,50%) var(--zoom-y,50%);transition:transform .28s ease}.product-zoom-trigger{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:#fff;overflow:hidden;cursor:zoom-in}.product-zoom-hint{position:absolute;right:14px;bottom:14px;display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#ffffffe6;box-shadow:0 5px 18px #0000001f;font-size:11px;font-weight:800;pointer-events:none}.product-main-video,.product-main-model{display:block;width:100%;height:100%;border:0;background:#000;object-fit:contain}.product-main-external-video{aspect-ratio:1/1}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:10px}.product-gallery-thumb{position:relative;aspect-ratio:1/1;min-width:0;padding:0;border:1px solid var(--line);border-radius:11px;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.product-gallery-thumb:hover{transform:translateY(-2px);border-color:#aaa}.product-gallery-thumb.is-active{border-color:#111;box-shadow:inset 0 0 0 1px #111}.product-gallery-thumbnail{display:block;width:100%;height:100%;object-fit:contain}.product-media-type{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-width:30px;height:30px;padding:0 6px;border-radius:999px;background:#111111d1;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900;box-shadow:0 4px 14px #0003}.adv-image-slot--product{width:100%;aspect-ratio:1/1;min-height:0}@media(hover:hover)and (pointer:fine){.product-zoom-trigger:hover .product-main-image{transform:scale(1.5)}}.product-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:18px}.product-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000e0}.product-lightbox-shell{position:relative;width:min(1100px,100%);height:min(860px,calc(100vh - 36px));height:min(860px,calc(100dvh - 36px));display:grid;grid-template-rows:minmax(0,1fr) auto auto;gap:10px;z-index:1}.product-lightbox-stage{min-width:0;min-height:0;overflow:hidden;display:grid;place-items:center;border-radius:16px;background:#fff;touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none}.product-lightbox-stage:active{cursor:grabbing}.product-lightbox-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;transform-origin:center;will-change:transform;pointer-events:none}.product-lightbox-close{position:absolute;z-index:2;right:12px;top:12px;width:46px;height:46px;border:0;border-radius:50%;background:#111111d1;color:#fff;font-size:28px;line-height:1;box-shadow:0 5px 20px #00000040}.product-lightbox-controls{display:flex;justify-content:center;gap:8px}.product-lightbox-controls button{min-width:46px;min-height:44px;padding:8px 15px;border:1px solid #555;border-radius:999px;background:#111;color:#fff;font-weight:800}.product-lightbox-help{margin:0;text-align:center;color:#ddd;font-size:11px}.product-info{position:sticky;top:115px}.product-info h1{font-size:44px;line-height:1.04;letter-spacing:-.05em;margin:10px 0 12px}.product-price{display:flex;align-items:center;gap:10px;margin:17px 0}.product-price strong{font-size:28px}.product-price span{text-decoration:line-through;color:var(--muted)}.product-price em{font-style:normal;font-size:11px;background:#111;color:#fff;border-radius:999px;padding:6px 8px}.sr-only{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}.adv-option-group{border:0;padding:0;margin:24px 0 18px}.adv-option-group legend{font-size:12px;font-weight:800;margin-bottom:10px}.adv-option-buttons{display:flex;flex-wrap:wrap;gap:8px}.adv-option-button{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid var(--line);border-radius:10px;background:#fff}.adv-option-button.is-selected{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.adv-swatch{width:18px;height:18px;border-radius:50%;background:var(--swatch);border:1px solid rgba(0,0,0,.18)}.adv-size-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.adv-size-button{min-width:0;border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px 7px 11px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:3px;color:#9aa19d}.adv-size-button.is-selected{color:var(--accent);border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:#f5fbf8}.adv-dog-stage{height:80px;width:100%;display:flex;align-items:flex-end;justify-content:center}.adv-dog-icon{width:100%;height:80px;overflow:visible;fill:currentColor;stroke:#6f7773;stroke-width:1.5}.adv-size-button.is-selected .adv-dog-icon{stroke:#357d66}.adv-size-button strong{color:var(--ink);font-size:13px}.adv-size-button small{color:#555;font-size:10px}.adv-size-breeds{color:var(--muted);font-size:11px;line-height:1.35;min-height:25px}.adv-fit-note{font-size:12px;color:var(--muted);margin:9px 0 0}.adv-dog-defs{position:absolute}.adv-style-panels>div{border:1px solid var(--line);border-radius:10px;padding:12px;margin-top:9px}.adv-style-panels p{margin:5px 0 0}.adv-bundle-saving{font-weight:800;color:#2e745e!important}.adv-table-wrap{overflow:auto}.adv-spec-table{width:100%;border-collapse:collapse;min-width:520px}.adv-spec-table th,.adv-spec-table td{text-align:left;border-bottom:1px solid var(--line);padding:9px;font-size:12px}.adv-spec-table th{color:#333}.buy-row{display:grid;grid-template-columns:auto 1fr;gap:10px}.quantity{display:flex}.quantity button,.quantity span{height:48px}.quantity span{display:grid;place-items:center;border-block:1px solid var(--line)}.add-main{min-height:48px}.buy-now{width:100%;margin-top:9px;background:#fff;border:2px solid #111}.wishlist-link{display:block;width:100%;border:0;background:none;padding:13px;color:#555}.micro-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 0 20px}.micro-trust span{border:1px solid var(--line);border-radius:10px;padding:11px;font-size:11px;display:flex;align-items:center;gap:7px}.product-info details{border-top:1px solid var(--line);padding:15px 0}.product-info summary{list-style:none;display:flex;justify-content:space-between;align-items:center;font-weight:750;font-size:13px}.product-info details p,.product-info details li{font-size:12px;color:#6b6b6b;line-height:1.65}.product-info details ul{padding:0;list-style:none}.product-info details li{display:flex;align-items:center;gap:7px}.cart-page{padding:60px 0 95px}.cart-page h1{font-size:48px;letter-spacing:-.05em;margin:5px 0 30px}.cart-page-grid{display:grid;grid-template-columns:1fr 360px;gap:35px}.cart-page-line{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:18px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cart-page-thumb{width:100px;height:100px;aspect-ratio:1/1;border-radius:12px}.cart-page-info{display:flex;flex-direction:column;gap:6px}.cart-page-info a{font-weight:750}.cart-page-info span{font-size:11px;color:var(--muted)}.order-summary{border:1px solid var(--line);border-radius:16px;padding:22px;height:max-content;position:sticky;top:110px}.order-summary h2{margin-top:0}.order-summary .shipping-progress{padding:14px;margin:0 -4px 18px}.summary-row{padding:11px 0;font-size:13px}.mobile-menu{position:absolute;left:0;top:0;height:100%;width:min(340px,90vw);background:#fff;padding:20px;display:flex;flex-direction:column;gap:5px}.mobile-menu-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.mobile-menu>a{padding:13px;border-bottom:1px solid var(--line);font-weight:700}@media(max-width:1050px){.header-row{grid-template-columns:auto 1fr auto}.desktop-nav{display:none}.header-search{justify-self:stretch}.mobile-only{display:grid}.hero-grid{gap:25px}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.product-detail-grid{gap:30px}.cart-page-grid{grid-template-columns:1fr}}@media(max-width:760px){.container{width:min(100% - 26px,var(--container))}.announcement{font-size:10px}.announcement-inner{justify-content:space-between;text-align:left;gap:10px}.announcement-track{position:static;flex:0 0 auto;font-size:10px}.header-row{height:64px;gap:8px;grid-template-columns:auto 1fr auto}.header-search{display:none}.brand{font-size:19px;text-align:center}.hide-small{display:none}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:55px 0 35px}.hero-copy h1{font-size:52px}.hero-copy>p{font-size:16px}.hero-actions{display:grid}.hero-visual{min-height:380px}.section{padding:62px 0}.section-head h2,.center-heading h2{font-size:31px}.section-head{align-items:start}.category-grid{grid-template-columns:1fr}.category-card{grid-template-columns:82px 1fr auto}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card-body{padding:11px}.product-title{font-size:13px}.product-card .stars{align-items:start;flex-direction:column;gap:3px}.save{display:none}.promo-grid{grid-template-columns:1fr;min-height:auto}.promo h2{font-size:43px}.promo-art{height:260px}.why-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column}.shop-heading{align-items:start;flex-direction:column}.shop-heading h1{font-size:38px}.shop-controls{justify-content:start;width:100%}.shop-search{flex:1;min-width:150px}.product-detail-grid{grid-template-columns:1fr}.product-gallery,.product-info{position:static}.product-info h1{font-size:36px}.product-main-frame{border-radius:14px}.product-gallery-thumbs{display:flex;grid-template-columns:none;gap:7px;overflow-x:auto;scroll-snap-type:x proximity;padding:1px 1px 7px;scrollbar-width:thin}.product-gallery-thumb{flex:0 0 72px;scroll-snap-align:start}.product-zoom-hint{right:10px;bottom:10px;min-height:38px}.adv-size-options{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-page-line{grid-template-columns:76px 1fr auto}.cart-page-thumb{width:76px;height:76px}.cart-page-line>.qty-row{grid-column:2}.cart-page-line>strong{grid-column:3;grid-row:1}.cart-page-line>.icon-button{grid-column:3;grid-row:2}}.mobile-menu-search{display:flex;align-items:center;gap:9px;border:1px solid var(--line);background:#fafafa;border-radius:999px;padding:10px 14px;margin-bottom:12px}.mobile-menu-search input{border:0;outline:0;background:transparent;width:100%;min-width:0}.stock.stock-out span{background:#c53030}.btn:disabled,button:disabled{opacity:.55;cursor:not-allowed}.btn:disabled:hover{transform:none}@media(max-width:760px){.cart-drawer,.mobile-menu{width:100vw;max-width:100vw;height:100dvh}.drawer-head{padding-top:max(18px,env(safe-area-inset-top))}.drawer-footer{padding-bottom:max(20px,env(safe-area-inset-bottom))}.mobile-menu{padding-top:max(20px,env(safe-area-inset-top))}.btn,.adv-option-button,.icon-button,.qty-row button,.quantity button{min-height:44px}.product-card .btn{padding:10px 8px;font-size:12px;line-height:1.2}.product-card-body{gap:8px}.product-title{min-height:35px}.product-card .price-row strong{font-size:14px}.product-card .compare{font-size:11px}.product-lightbox{padding:0}.product-lightbox-shell{width:100%;height:100vh;height:100dvh;padding:max(10px,env(safe-area-inset-top)) 10px max(10px,env(safe-area-inset-bottom));grid-template-rows:minmax(0,1fr) auto auto}.product-lightbox-stage{border-radius:12px}.product-lightbox-close{right:18px;top:max(18px,env(safe-area-inset-top))}.product-lightbox-help{padding-bottom:2px}}@media(max-width:420px){.buy-row{grid-template-columns:1fr}.quantity{width:100%}.quantity input[type=number]{flex:1;width:auto}.quantity button{width:48px}.micro-trust{grid-template-columns:1fr}.product-info h1{font-size:32px}.product-card-body{padding:10px 9px}.product-card .eyebrow{font-size:11px}.product-card .product-action{min-height:44px}.adv-chat-launch{padding:12px 14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.btn:hover,.product-card:hover,.product-card:focus-within,.product-card:hover .product-card-image,.product-card:focus-within .product-card-image{transform:none}.product-main-image{transition:none}}.cart-thumb.adv-image-slot{width:88px;min-height:88px;border-radius:11px}.cart-page-thumb.adv-image-slot{width:100px;min-height:100px;border-radius:12px}.badge-muted{left:auto;right:12px;top:auto;bottom:12px;background:#6f6f6f}.line-variant{font-size:11px;color:var(--muted)}.checkout-error{font-size:12px;color:#b03030;margin:8px 0 0;line-height:1.5}.sort-form select{border:1px solid var(--line);border-radius:10px;padding:11px 12px;background:#fff;min-height:44px}.quantity input[type=number]{width:52px;height:48px;text-align:center;border:0;border-block:1px solid var(--line);-moz-appearance:textfield}.qty-row input[type=number]{width:64px;min-height:44px;text-align:center;border:1px solid var(--line);border-radius:10px;padding:6px;-moz-appearance:textfield}.quantity input::-webkit-outer-spin-button,.quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.payment-reassurance{margin:14px 0 0;padding:14px;border:1px solid var(--line);border-radius:12px;background:#faf9f6}.payment-reassurance strong{display:block;font-size:13px;margin-bottom:4px}.payment-reassurance small{display:block;color:#666;line-height:1.5}.support-link{font-size:12px;color:#555;text-decoration:underline;text-underline-offset:3px}[hidden]{display:none!important}.load-more-wrap{text-align:center;padding-top:32px}.pagination{display:flex;align-items:center;justify-content:center;gap:16px}.page-label{font-size:13px;color:var(--muted)}.drawer-body{display:flex;flex-direction:column;flex:1;min-height:0}.rte{color:#555;line-height:1.7}.rte-page h1{font-size:44px;letter-spacing:-.05em}.brand-page{max-width:1040px}.brand-page-hero{max-width:760px;padding:22px 0 54px}.brand-page-hero h1{font-size:clamp(44px,6vw,72px);line-height:1;letter-spacing:-.06em;margin:12px 0 22px}.brand-page-hero>p{font-size:18px;line-height:1.7;color:#626262}.brand-page-section{border-top:1px solid var(--line);padding:54px 0}.brand-page-section h2,.brand-page-contact h2,.contact-card h2{font-size:clamp(30px,4vw,44px);letter-spacing:-.045em;margin:9px 0 20px}.brand-page-copy{display:grid;grid-template-columns:1fr 1fr;gap:36px;color:#626262;line-height:1.75}.brand-page-contact{border-radius:22px;background:var(--soft);padding:clamp(28px,5vw,54px);display:flex;align-items:center;justify-content:space-between;gap:36px}.brand-page-contact p{color:#626262;line-height:1.7;max-width:630px}.brand-page-contact .btn{flex:0 0 auto}.contact-email-line{font-size:15px!important}.contact-email-line a{text-decoration:underline;text-underline-offset:4px}.contact-card{display:grid;grid-template-columns:.72fr 1.28fr;gap:54px;border-top:1px solid var(--line);padding-top:54px}.contact-card>div>p{color:#626262;line-height:1.65}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:750}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:13px;background:#fff;font-weight:400}.contact-form textarea{resize:vertical}.contact-form .btn{align-self:flex-start}.auth-page{max-width:460px}.auth-page label{display:block;margin:14px 0;font-size:13px;font-weight:700}.auth-page input{display:block;width:100%;margin-top:6px;border:1px solid var(--line);border-radius:10px;padding:12px;font-weight:400}.form-error{color:#b03030;font-size:13px}.form-success{color:#2c7a4b;font-size:13px}.account-orders{display:grid;gap:10px;margin:20px 0 30px}.account-order-card{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:20px;border:1px solid var(--line);border-radius:14px;padding:18px;background:#fff}.account-order-card:hover{border-color:#c8c6bf;box-shadow:0 10px 30px #0000000f}.account-order-card>span{display:flex;flex-direction:column;gap:5px}.account-order-card small{color:var(--muted)}.account-order-card b{font-size:12px}.order-detail-page{max-width:920px}.order-status{color:#666}.order-tracking-card,.order-items-card{border:1px solid var(--line);border-radius:18px;padding:clamp(22px,4vw,36px);margin-top:24px;background:#fff}.order-tracking-card h2,.order-items-card h2{margin:5px 0 18px}.tracking-shipment{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:18px}.tracking-shipment>div{display:flex;flex-direction:column;gap:6px}.tracking-shipment small,.tracking-pending{color:#666}.tracking-pending{margin:0;line-height:1.6}.order-items-card ul{list-style:none;padding:0;margin:0}.order-items-card li,.order-total{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.order-total{font-size:18px;border-bottom:0;margin:4px 0 0}.newsletter-center{max-width:440px;margin:22px auto 0}.blog-teaser{border-bottom:1px solid var(--line);padding:20px 0}.category-art{object-fit:cover;width:92px;height:76px}.card-add-form,.product-card-body .price-row{margin-top:auto}@media(max-width:760px){.brand-page-copy,.contact-card,.contact-form-grid{grid-template-columns:1fr}.brand-page-contact{align-items:flex-start;flex-direction:column}.brand-page-contact .btn{width:100%}.contact-card{gap:24px}.account-order-card{grid-template-columns:1fr auto}.account-order-card>span:nth-child(2){display:none}.tracking-shipment{align-items:flex-start;flex-direction:column}.tracking-shipment .btn{width:100%}}html[data-theme=dark]{--ink:#f2f5f4;--muted:#a6afac;--line:#2b312f;--soft:#131817;--cream:#171c1a;background:#0b0e0d;color-scheme:dark}html[data-theme=dark] :focus-visible{outline-color:var(--accent)}html[data-theme=dark] body{background:#0b0e0d;color:var(--ink)}html[data-theme=dark] .site-header{background:#0b0e0dfa;border-color:var(--line)}html[data-theme=dark] .desktop-nav a{color:#adb5b2}html[data-theme=dark] .desktop-nav a.active,html[data-theme=dark] .desktop-nav a:hover{color:#fff}html[data-theme=dark] .header-search,html[data-theme=dark] .mobile-menu-search{background:#151a18;border-color:var(--line)}html[data-theme=dark] .header-search input,html[data-theme=dark] .mobile-menu-search input{color:var(--ink)}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#7f8985;opacity:1}html[data-theme=dark] .icon-button:hover{background:#202624}html[data-theme=dark] .theme-toggle{background:#171d1b;color:#c9fff0;box-shadow:inset 0 0 0 1px #303936}html[data-theme=dark] .count{background:var(--accent);color:#07100d}html[data-theme=dark] .hero{background:linear-gradient(135deg,#111713,#0b0e0d 52%,#111718)}html[data-theme=dark] .hero-copy>p,html[data-theme=dark] .hero-micro,html[data-theme=dark] .main-card small,html[data-theme=dark] .muddy-kit-desc,html[data-theme=dark] .why-grid p,html[data-theme=dark] .product-lead,html[data-theme=dark] .payment-reassurance small,html[data-theme=dark] .brand-page-hero>p,html[data-theme=dark] .brand-page-copy,html[data-theme=dark] .brand-page-contact p,html[data-theme=dark] .contact-card>div>p,html[data-theme=dark] .order-status,html[data-theme=dark] .tracking-shipment small,html[data-theme=dark] .tracking-pending{color:#a6afac}html[data-theme=dark] .pill{border-color:#35403c;background:#191f1dc7}html[data-theme=dark] .btn{background:#171c1a;color:var(--ink);border-color:#343b38}html[data-theme=dark] .btn-dark{background:var(--accent);color:#07110d;border-color:var(--accent)}html[data-theme=dark] .btn-light,html[data-theme=dark] .btn-white,html[data-theme=dark] .buy-now{background:#171c1a;color:var(--ink);border-color:#46504c}html[data-theme=dark] .product-action:before{background:linear-gradient(110deg,transparent 10%,rgba(255,255,255,.3) 45%,transparent 80%)}html[data-theme=dark] .product-action.is-added{background:#2f7d61;color:#fff;border-color:#3f9a79}html[data-theme=dark] .adv-image-slot{border-color:#3d4743;background:linear-gradient(145deg,#151a18,#0f1312)}html[data-theme=dark] .adv-image-slot:after{color:#77817d}html[data-theme=dark] .trust-strip,html[data-theme=dark] .category-card,html[data-theme=dark] .product-card,html[data-theme=dark] .why-grid>div,html[data-theme=dark] blockquote,html[data-theme=dark] .muddy-kit-card,html[data-theme=dark] .adv-chat-panel,html[data-theme=dark] .cart-drawer,html[data-theme=dark] .mobile-menu,html[data-theme=dark] .account-order-card,html[data-theme=dark] .order-tracking-card,html[data-theme=dark] .order-items-card{background:#111514;border-color:var(--line)}html[data-theme=dark] .soft-section,html[data-theme=dark] .why-section{background:var(--soft)}html[data-theme=dark] .category-card:hover,html[data-theme=dark] .product-card:hover,html[data-theme=dark] .product-card:focus-within,html[data-theme=dark] .account-order-card:hover{border-color:#45504c;box-shadow:0 20px 50px #00000059}html[data-theme=dark] .category-card span,html[data-theme=dark] .eyebrow,html[data-theme=dark] blockquote footer,html[data-theme=dark] .page-label,html[data-theme=dark] .shop-heading p,html[data-theme=dark] .range-label,html[data-theme=dark] .breadcrumbs,html[data-theme=dark] .line-variant,html[data-theme=dark] .cart-page-info span,html[data-theme=dark] .account-order-card small{color:#98a19e}html[data-theme=dark] .category-art{background:linear-gradient(135deg,#202624,#111514)}html[data-theme=dark] .product-card-media,html[data-theme=dark] .product-card-image,html[data-theme=dark] .cart-product-image,html[data-theme=dark] .product-main-frame,html[data-theme=dark] .product-main-image,html[data-theme=dark] .product-zoom-trigger{background:#151918}html[data-theme=dark] .product-gallery-thumb{background:#151918;border-color:#343b38;color:var(--ink)}html[data-theme=dark] .product-gallery-thumb.is-active{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}html[data-theme=dark] .product-zoom-hint{color:#fff;background:#0b0e0de0;border-color:#39413e;box-shadow:0 5px 18px #0000004d}html[data-theme=dark] .product-lightbox-stage{background:#111514}html[data-theme=dark] .compare,html[data-theme=dark] .product-price span{color:#9ba4a1}html[data-theme=dark] .save,html[data-theme=dark] .product-price em{background:#26332f;color:#c7f8e8}html[data-theme=dark] .promo,html[data-theme=dark] .footer,html[data-theme=dark] .advello-marquee,html[data-theme=dark] .announcement{background:#050706}html[data-theme=dark] .promo p,html[data-theme=dark] .footer p,html[data-theme=dark] .footer-grid a{color:#b5bcb9}html[data-theme=dark] .shipping-progress,html[data-theme=dark] .payment-reassurance,html[data-theme=dark] .brand-page-contact{background:#171c1a}html[data-theme=dark] .progress-track{background:#303633}html[data-theme=dark] .progress-track span{background:var(--accent)}html[data-theme=dark] .qty-row button,html[data-theme=dark] .quantity button,html[data-theme=dark] .variant-options button,html[data-theme=dark] .adv-option-button,html[data-theme=dark] .adv-size-button,html[data-theme=dark] .shop-search,html[data-theme=dark] .shop-controls select,html[data-theme=dark] .sort-form select,html[data-theme=dark] .variant-select,html[data-theme=dark] .contact-form input,html[data-theme=dark] .contact-form textarea,html[data-theme=dark] .auth-page input{background:#151a18;color:var(--ink);border-color:#343b38}html[data-theme=dark] .quantity input[type=number],html[data-theme=dark] .qty-row input[type=number]{background:#151a18;color:var(--ink);border-color:#4a534f}html[data-theme=dark] .variant-options button.selected,html[data-theme=dark] .adv-option-button.is-selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}html[data-theme=dark] .adv-size-button{color:#65706c}html[data-theme=dark] .adv-size-button.is-selected{color:var(--accent);background:#12231d}html[data-theme=dark] .adv-size-button small,html[data-theme=dark] .adv-size-button>span:last-child,html[data-theme=dark] .adv-fit-note,html[data-theme=dark] .filter-block button,html[data-theme=dark] .fine-print,html[data-theme=dark] .support-link,html[data-theme=dark] .wishlist-link,html[data-theme=dark] .qty-row .remove{color:#9ba4a1}html[data-theme=dark] .filter-block button.filter-active,html[data-theme=dark] .empty-state h3,html[data-theme=dark] .empty-state h2,html[data-theme=dark] .adv-spec-table th{color:var(--ink)}html[data-theme=dark] .empty-state,html[data-theme=dark] .rte,html[data-theme=dark] .product-info details p,html[data-theme=dark] .product-info details li,html[data-theme=dark] .adv-chat-help{color:#a6afac}html[data-theme=dark] .adv-chat-bubble{background:#1c2320;color:var(--ink)}html[data-theme=dark] .adv-chat-avatar,html[data-theme=dark] .adv-chat-launch{background:var(--accent);color:#07110d}html[data-theme=dark] .adv-chat-suggestions a{border-color:#343b38;background:#151a18}html[data-theme=dark] .drawer-backdrop,html[data-theme=dark] .mobile-menu-backdrop{background:#000000ad}html[data-theme=dark] .form-error,html[data-theme=dark] .checkout-error{color:#ff9b9b}html[data-theme=dark] .form-success{color:#83d8b8!important}body,.site-header,.hero,.trust-strip,.soft-section,.why-section,.category-card,.product-card,.muddy-kit-card,.adv-chat-panel,.cart-drawer,.mobile-menu,.btn,.icon-button,.header-search,.product-main-frame,.product-gallery-thumb,.payment-reassurance,.brand-page-contact,.account-order-card,.order-tracking-card,.order-items-card{transition:background-color .25s ease,color .25s ease,border-color .25s ease}@media(prefers-reduced-motion:reduce){.theme-icon,body,.site-header,.hero,.trust-strip,.soft-section,.why-section,.category-card,.product-card,.muddy-kit-card,.adv-chat-panel,.cart-drawer,.mobile-menu,.btn,.icon-button,.header-search,.product-main-frame,.product-gallery-thumb,.payment-reassurance,.brand-page-contact,.account-order-card,.order-tracking-card,.order-items-card{transition:none}}.skip-link{position:absolute;left:-9999px;top:0;z-index:200;padding:12px 18px;background:#111;color:#fff;border-radius:0 0 10px;font-weight:750}.skip-link:focus{left:0}#MainContent:focus{outline:none}.adv-option-button[aria-checked=true],.adv-size-button[aria-checked=true]{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.adv-size-button[aria-checked=true]{color:var(--accent-ink);border-color:var(--accent-ink);box-shadow:inset 0 0 0 1px var(--accent-ink);background:#f2faf6}.adv-size-button[aria-checked=true] .adv-dog-icon{stroke:var(--accent-ink)}.adv-swatch{box-shadow:0 0 0 1px #00000059}.advello-marquee{position:relative}.marquee-track{will-change:transform}.advello-marquee.is-paused .marquee-track{animation-play-state:paused}.marquee-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;min-height:32px;border:1px solid #3a3a3a;border-radius:50%;background:#0000008c;color:#fff;display:grid;place-items:center;font-size:10px;line-height:1}.marquee-toggle .marquee-toggle-play{display:none}.advello-marquee.is-paused .marquee-toggle .marquee-toggle-play{display:block}.advello-marquee.is-paused .marquee-toggle .marquee-toggle-pause{display:none}.checkout-error{margin:10px 0 0}.form-error,.form-success{font-size:13px;line-height:1.55}.prior-price-note{margin:-8px 0 14px;font-size:12px;color:var(--muted);line-height:1.5}.line-properties{list-style:none;margin:0;padding:0;font-size:11px;color:var(--muted)}.cart-remove{border:0;background:transparent}.collection-description{max-width:70ch;margin:0 0 26px}.collection-filters{margin:0 0 26px;border:1px solid var(--line);border-radius:12px;padding:14px 16px;background:#fff}.collection-filters summary{font-weight:750;font-size:13px;cursor:pointer}.collection-filters .filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:20px;margin-top:16px;align-items:start}.filter-block{border:0;padding:0;margin:0}.filter-block legend{font-size:12px;font-weight:800;margin-bottom:8px}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:400;margin:0 0 6px}.checkbox-label input{width:17px;height:17px;accent-color:var(--accent-ink)}.sort-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sort-apply{min-height:44px}.auth-panel{max-width:460px;margin:0 auto 46px}.auth-panel h1,.auth-panel h2{margin-top:0}.auth-links{font-size:13px;margin-top:14px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.account-identity{color:var(--muted)}.account-nav{display:flex;gap:8px;flex-wrap:wrap;font-size:13px;margin-bottom:30px}.account-nav a{text-decoration:underline;text-underline-offset:3px}.addresses-page{max-width:820px}.addresses-heading{margin-top:36px}.address-card{border:1px solid var(--line);border-radius:16px;padding:22px;margin:0 0 16px;background:#fff}.address-card h2,.address-card h3{margin-top:0}.address-card label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:750;margin:0 0 12px}.address-card input,.address-card select{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;font-weight:400;min-height:44px}.address-card summary{font-weight:750;font-size:13px;cursor:pointer;margin-top:10px}.address-delete{margin-top:10px;color:#a12a2a}.badge-inline{display:inline-block;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:var(--soft);border-radius:999px;padding:4px 8px;margin-left:8px;vertical-align:middle}.order-total-row{display:flex;justify-content:space-between;gap:20px;margin:0;padding:8px 0;font-size:13px;color:var(--muted)}.footer-heading{font-size:15px;margin:0 0 15px}.footer-legal{display:flex;flex-wrap:wrap;gap:6px 18px;margin-top:34px;padding-top:20px;border-top:1px solid #2e2e2e;color:#9aa19d;font-size:11px;line-height:1.7}.gift-card-shell{max-width:520px;text-align:center;padding:60px 20px}.gift-card-value{font-size:44px;font-weight:800;letter-spacing:-.04em;margin:18px 0 8px}.gift-card-code code{display:inline-block;font-size:20px;letter-spacing:.16em;padding:14px 18px;border:2px dashed var(--line);border-radius:12px;margin:12px 0 26px}.password-page{max-width:420px;text-align:center;padding:90px 20px}.password-page label{display:block;text-align:left;font-size:12px;font-weight:750;margin:22px 0 12px}.password-page input{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;margin-top:6px;min-height:44px}.article-image{border-radius:16px;margin:20px 0 30px;height:auto}@media(max-width:760px){.announcement-track-full{display:none}.sort-form{width:100%}.collection-filters .filters{grid-template-columns:1fr}}@media(min-width:761px){.announcement-track-short{display:none}}html[data-theme=dark] .skip-link{background:var(--accent);color:#07110d}html[data-theme=dark] .collection-filters,html[data-theme=dark] .address-card{background:#111514;border-color:var(--line)}html[data-theme=dark] .address-card input,html[data-theme=dark] .address-card select,html[data-theme=dark] .password-page input{background:#151a18;color:var(--ink);border-color:#4a534f}html[data-theme=dark] .adv-size-button[aria-checked=true]{color:#8fe0c2;border-color:#8fe0c2;box-shadow:inset 0 0 0 1px #8fe0c2;background:#12231d}html[data-theme=dark] .adv-size-button[aria-checked=true] .adv-dog-icon{stroke:#8fe0c2}html[data-theme=dark] .adv-option-button[aria-checked=true]{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}html[data-theme=dark] .badge-inline{background:#1c2320}html[data-theme=dark] .prior-price-note,html[data-theme=dark] .line-properties,html[data-theme=dark] .order-total-row,html[data-theme=dark] .account-identity{color:#a6afac}html[data-theme=dark] .gift-card-code code{border-color:#3a423f}html[data-theme=dark] .checkbox-label input{accent-color:var(--accent)}
/*# sourceMappingURL=/cdn/shop/t/42/assets/theme.css.map */
