.shop{--sh-bg:#faf8f6;--sh-surface:#fff;--sh-tint:#f2eae6;--sh-text:#2b2327;--sh-muted:#786c72;--sh-border:#e5dcd9;--sh-accent:#882d49;--sh-soft:#f4e4e9;--sh-success:#27664e;min-height:100dvh;background:var(--sh-bg);color:var(--sh-text);font-size:14px;isolation:isolate}[data-theme=dark] .shop{--sh-bg:#171518;--sh-surface:#211e23;--sh-tint:#2e252b;--sh-text:#f6eef1;--sh-muted:#b6a8b1;--sh-border:#3e333b;--sh-accent:#f0a0bb;--sh-soft:#412b36;--sh-success:#9cdbbf}.shop *{box-sizing:border-box}.shop a{color:inherit;text-decoration:none}.shop button,.shop input,.shop select,.shop textarea{font:inherit}.shop a,.shop button{-webkit-tap-highlight-color:transparent}.shop button{cursor:pointer}.shop button:disabled{opacity:.4;cursor:not-allowed}.shop :focus-visible{outline:3px solid var(--sh-accent);outline-offset:4px}.shop h1,.shop h2,.shop h3,.shop p{margin:0}.shop h1{font-size:clamp(24px,3vw,36px);font-weight:800;letter-spacing:-.7px}.shop h2{font-size:20px;line-height:1.65}.shop h3{font-size:16px}.shop-announcement{background:#512333;color:#fff1f5;text-align:center;padding:7px 16px;letter-spacing:.1px}.shop-header{max-width:1320px;margin:auto;padding:23px 32px}.shop-brand,.shop-header{display:flex;align-items:center}.shop-brand{font-size:24px;white-space:nowrap}.shop-brand small{display:block;color:var(--sh-muted);font-weight:400;letter-spacing:0}.shop .brand-mark{display:grid;place-items:center;background:var(--sh-accent);color:var(--sh-bg);width:45px;height:45px;border-radius:14px;font-weight:800;flex:none}.shop .brand-mark.has-brand-image{background:transparent}.shop .brand-mark img{width:100%;height:100%;object-fit:contain}.shop-search{display:flex;align-items:center;border:1px solid var(--sh-border);border-radius:10px;flex:1 1;padding:0 14px;max-width:580px}.shop-search input{border:0!important;box-shadow:none!important;background:transparent!important;min-width:0;width:100%;height:44px}.shop-search button{background:none;border:0;color:var(--sh-text);height:44px;display:grid;place-items:center}.shop-header-actions{display:flex;gap:8px;margin-inline-start:auto}.shop-icon{border:1px solid var(--sh-border);border-radius:50%;background:var(--sh-surface);color:var(--sh-text);width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex:none}.shop-bag{position:relative}.shop-bag b{position:absolute;top:-4px;right:-4px;font-size:10px;line-height:18px;min-width:18px;border-radius:10px;color:var(--sh-bg)}.shop-sun{display:none}[data-theme=dark] .shop-sun{display:block}[data-theme=dark] .shop-moon{display:none}.shop-desktop-nav{border-block:1px solid var(--sh-border);display:flex;padding:10px max(32px,calc((100vw - 1256px)/2));gap:30px;white-space:nowrap;font-size:12px}.shop-desktop-nav a[aria-current]{color:var(--sh-accent);font-weight:800}.shop-desktop-nav>span{margin-inline-start:auto;color:var(--sh-muted)}.shop-main{max-width:1320px;margin:auto;padding:32px 32px 72px;min-height:60vh}.shop-eyebrow{color:var(--sh-accent);font-size:11px;font-weight:700;display:block}.shop-hero{display:grid;grid-template-columns:1fr 1fr;background:var(--sh-tint);border-radius:18px;overflow:hidden;margin-bottom:56px;min-height:470px}.shop-hero-copy{padding:64px 42px;align-self:center}.shop-hero h1{font-size:clamp(30px,3.5vw,45px);line-height:1.8}.shop-hero h1 em{color:var(--sh-accent);font-style:normal}.shop-hero p{color:var(--sh-muted);max-width:400px;margin:20px 0 28px;line-height:2.1}.shop-button{border:1px solid var(--sh-accent);border-radius:9px;background:var(--sh-accent);color:var(--sh-bg)!important;font-weight:700;min-height:46px;padding:11px 22px;display:inline-flex;align-items:center;justify-content:center;gap:12px;text-align:center;transition:background .2s,transform .2s}.shop-button:hover{filter:brightness(1.06);transform:translateY(-1px)}.shop-hero-foot{display:flex;gap:16px;margin-top:40px;color:var(--sh-muted);font-size:10px;flex-wrap:wrap}.shop-hero-photo{position:relative;display:block;min-width:0;min-height:0;overflow:hidden;background:#e8ded4}.shop-hero-photo>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 30%}.shop-hero-photo>div{position:absolute;bottom:22px;right:22px;left:22px;background:rgba(255,255,255,.91);color:#382730;padding:16px 20px;border-radius:9px;display:grid;grid-template-columns:1fr auto;box-shadow:0 8px 28px #39202612}.shop-hero-photo span{font-size:10px;color:#81656e;grid-column:1}.shop-hero-photo strong{font-size:15px;grid-column:1}.shop-hero-photo svg{grid-column:2;grid-row:1/3;align-self:center}.shop-section-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px}.shop-section-heading>a{display:flex;gap:10px;align-items:center;font-size:12px}.shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.shop-product{min-width:0;background:var(--sh-surface);border:1px solid var(--sh-border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.shop-product:hover{transform:translateY(-3px);box-shadow:0 10px 30px #3617230b}.shop-product-image{position:relative;aspect-ratio:4/5;display:block;overflow:hidden;background:var(--sh-tint)}.shop-product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s}.shop-product:hover .shop-product-image img{transform:scale(1.025)}.shop-code,.shop-discount{position:absolute;top:10px;background:rgba(255,255,255,.9);color:#3e3036;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:3px 9px;border-radius:5px;font-size:10px}.shop-code{right:10px}.shop-discount{left:10px;color:#8b2d4b}.shop-product-info{padding:14px;background:var(--sh-surface);display:flex;flex-direction:column;flex:1 1}.shop-product-info h3{font-size:14px;line-height:1.9;min-height:53px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-product-info>p{font-size:11px;color:var(--sh-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.shop-color-row{display:flex;gap:5px;min-height:14px;align-items:center;margin-bottom:8px}.shop-color-labels i,.shop-color-row i{width:11px;height:11px;border-radius:50%;box-shadow:inset 0 0 0 1px #8885;display:inline-block;flex:none}.shop-price{display:flex;justify-content:space-between;align-items:baseline;gap:6px;padding:4px 0;font-size:11px;flex-wrap:wrap}.shop-price span{color:var(--sh-muted)}.shop-price strong{font-size:13px;white-space:nowrap}.shop-price small{font-size:9px;font-weight:400}.shop-pack-price{margin-bottom:13px}.shop-pack-price strong{color:var(--sh-accent)}.shop-add,.shop-stepper{margin-top:auto;background:var(--sh-soft);color:var(--sh-accent);border:1px solid transparent;min-height:41px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:7px;font-size:12px;font-weight:700;width:100%}.shop-stepper{justify-content:space-between;max-width:100%}.shop-stepper button{border:0;background:transparent;color:inherit;min-width:42px;min-height:42px;display:grid;place-items:center}.shop-unavailable{background:var(--sh-tint);padding:9px;text-align:center;margin-top:auto;border-radius:7px}.shop-lead,.shop-muted{color:var(--sh-muted)}.shop-image-empty{height:100%;width:100%;justify-content:center;gap:12px;color:var(--sh-muted);font-size:11px}.shop-empty,.shop-image-empty{display:flex;flex-direction:column;align-items:center}.shop-empty{text-align:center;padding:75px 20px;gap:20px}.shop-empty>svg{color:var(--sh-accent)}.shop-empty p{color:var(--sh-muted)}.shop-filter{display:flex;gap:12px;margin-bottom:28px}.shop-filter label{display:flex;align-items:center;gap:12px;flex:1 1;background:var(--sh-surface);padding:0 12px;border:1px solid var(--sh-border);border-radius:8px}.shop-filter label input{border:0;background:transparent}.shop input:not([type=radio]):not([type=checkbox]),.shop select,.shop textarea{border:1px solid var(--sh-border);border-radius:7px;background:var(--sh-surface);color:var(--sh-text);padding:10px 12px;min-height:45px;width:100%;outline-offset:2px}.shop input[type=checkbox],.shop input[type=radio]{accent-color:var(--sh-accent);width:17px;height:17px;flex:none}.shop-filter select{width:auto;max-width:180px}.shop-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1px solid var(--sh-border);border-radius:8px;min-height:44px;background:var(--sh-surface);color:var(--sh-text);white-space:nowrap}.shop-breadcrumb{display:flex;gap:9px;color:var(--sh-muted);font-size:12px;margin-bottom:24px;flex-wrap:wrap}.shop-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:60px;align-items:start}.shop-gallery{min-width:0;position:sticky;top:22px}.shop-gallery-frame{aspect-ratio:4/5;position:relative;border-radius:13px;overflow:hidden;background:var(--sh-tint)}.shop-photo-strip{display:flex;width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.shop-photo-strip::-webkit-scrollbar{display:none}.shop-photo-slide{flex:0 0 100%;height:100%;width:100%;padding:0;border:0;scroll-snap-align:start;background:transparent;min-width:0}.shop-photo-slide img{width:100%;height:100%;object-fit:contain;display:block}.shop-zoom{position:absolute;bottom:14px;left:14px;width:42px;height:42px;border:0;border-radius:9px;display:grid;place-items:center;background:#ffffffed;color:#3b2a32}.shop-gallery>p{font-size:10px;margin:10px 0}.shop-thumbnails{display:flex;gap:10px;overflow-x:auto;padding:4px}.shop-thumbnails button{width:62px;height:76px;flex:none;border:2px solid transparent;background:var(--sh-tint);padding:3px;border-radius:8px;overflow:hidden}.shop-thumbnails button[aria-pressed=true]{border-color:var(--sh-accent)}.shop-thumbnails img{width:100%;height:100%;object-fit:cover;border-radius:4px}.shop-detail-kicker{display:flex;justify-content:space-between;margin-bottom:12px;color:var(--sh-accent)}.shop-detail-info h1{font-size:28px}.shop-lead{margin:15px 0 25px!important}.shop-detail-prices{padding:18px 0;border-block:1px solid var(--sh-border);margin-bottom:20px}.shop-detail-prices strong{font-size:20px;color:var(--sh-accent)}.shop-detail-prices p{font-size:12px;color:var(--sh-accent)}.shop-color-labels{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.shop-color-labels span{display:flex;align-items:center;gap:7px;font-size:11px;background:var(--sh-surface);border:1px solid var(--sh-border);border-radius:6px;padding:4px 10px}.shop-detail-info>.shop-muted{font-size:11px;margin:12px 0}.shop-detail-info>.shop-add,.shop-detail-info>.shop-stepper{min-height:48px}.shop details{border-top:1px solid var(--sh-border);padding:17px 0}.shop summary{cursor:pointer;font-weight:700;font-size:14px}.shop details>p{margin-top:15px}.shop-description{white-space:pre-wrap}.shop-table-wrap{overflow-x:auto;max-width:100%}.shop table{width:100%;border-collapse:collapse;font-size:12px;margin-top:12px}.shop td,.shop th{text-align:right;padding:11px 8px;border-bottom:1px solid var(--sh-border)}.shop th{color:var(--sh-muted);font-weight:500}.shop td small{display:block;color:var(--sh-muted);font-size:10px}.shop-lightbox{position:fixed;inset:0;border:0;padding:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;background:#131114;color:#fff;z-index:200}.shop-lightbox[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.shop-lightbox::backdrop{background:#131114}.shop-lightbox footer,.shop-lightbox header{display:flex;align-items:center;justify-content:space-between;padding:12px max(16px,env(safe-area-inset-right));gap:20px}.shop-lightbox header{padding-top:max(14px,env(safe-area-inset-top));font-size:12px}.shop-lightbox footer{justify-content:center;padding-bottom:max(16px,env(safe-area-inset-bottom))}.shop-lightbox .shop-icon{background:#302a31;border-color:#5a4a58}.shop-lightbox-image{min-width:0;min-height:0;display:grid;place-items:center;padding:8px 16px;overflow:hidden}.shop-lightbox-image img{display:block;width:100%;height:100%;object-fit:contain;min-height:0;min-width:0}.shop-panel{border:1px solid var(--sh-border);background:var(--sh-surface);padding:26px;border-radius:12px}.shop-panel,.shop-panel h2{margin-bottom:20px}.shop-auth-form label,.shop-checkout>label,.shop-form label{display:flex;flex-direction:column;gap:7px;font-size:12px}.shop-form{display:flex;flex-direction:column;gap:18px}.shop-form .shop-panel{margin:0}.shop-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.shop-wide{grid-column:1/-1}.shop textarea{min-height:90px;resize:vertical}.shop-error{border-inline-start:3px solid #bf3152;background:#bf315211;padding:10px 14px;color:var(--sh-text);font-size:12px}.shop-success{background:#28765b15;border-inline-start:3px solid #398563;padding:12px 14px;font-size:12px}.shop-auth{display:grid;grid-template-columns:1fr 1fr;max-width:1000px;margin:45px auto}.shop-auth-intro{align-self:center}.shop-auth-intro h1{font-size:45px}.shop-auth-intro p{color:var(--sh-muted);margin:22px 0}.shop-auth-intro a{display:flex;align-items:center;gap:12px;color:var(--sh-accent)}.shop-auth-form{display:flex;flex-direction:column;gap:20px;padding:36px}.shop-auth-form>svg{color:var(--sh-accent)}.shop-auth-form h2{margin:0}.shop-auth-form p,.shop-auth-form small{font-size:11px}.shop-segment{display:flex;border-bottom:1px solid var(--sh-border)}.shop-segment button{flex:1 1;border:0;background:none;padding:10px;color:var(--sh-muted);border-bottom:2px solid transparent}.shop-segment button[aria-pressed=true]{color:var(--sh-accent);border-color:var(--sh-accent);font-weight:700}.shop-account-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:36px;align-items:start}.shop-account-aside a{display:flex;justify-content:space-between;padding:14px 0;color:var(--sh-accent);font-size:12px}.shop-link-button{display:inline-flex;align-items:center;gap:9px;background:none;border:0;color:var(--sh-accent);padding:8px 0;font-size:12px}.shop-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:36px;align-items:start}.shop-cart-line{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:20px;align-items:center;padding:23px 0;border-bottom:1px solid var(--sh-border)}.shop-cart-line:first-child{padding-top:0}.shop-cart-line>a{height:113px;border-radius:8px;overflow:hidden;background:var(--sh-tint)}.shop-cart-line img{width:100%;height:100%;object-fit:cover}.shop-cart-line h2{font-size:15px}.shop-cart-line p{font-size:11px;color:var(--sh-muted);margin:6px 0}.shop-cart-line .shop-stepper{width:145px;margin-top:14px}.shop-line-total{display:flex;flex-direction:column;align-items:flex-end;gap:15px;font-size:12px}.shop-line-total .shop-icon{border:0;background:transparent;color:var(--sh-muted)}.shop-cart-lines+.shop-muted{font-size:11px;margin:20px 0}.shop-checkout{display:flex;flex-direction:column;gap:18px}.shop-checkout h2{margin:0}.shop-checkout fieldset{border:0;padding:0;margin:0}.shop-checkout legend{font-size:13px;font-weight:700;margin-bottom:10px}.shop-choice{display:flex;align-items:center;gap:12px;background:var(--sh-bg);border:1px solid var(--sh-border);border-radius:8px;padding:12px;margin-bottom:8px;cursor:pointer}.shop-choice:has(input:checked){border-color:var(--sh-accent);background:var(--sh-soft)}.shop-choice span{font-size:12px}.shop-choice small{font-size:10px;color:var(--sh-muted);display:block}.shop-address{font-size:12px;color:var(--sh-muted)}.shop-address a{display:block;color:var(--sh-accent);margin-top:6px}.shop-summary{border-top:1px solid var(--sh-border);padding-top:15px;margin-top:8px}.shop-summary>div{display:flex;justify-content:space-between;gap:15px;font-size:12px;margin-bottom:12px}.shop-summary>div>span{color:var(--sh-muted)}.shop-summary-total{padding-top:14px;border-top:1px solid var(--sh-border);font-size:15px!important;color:var(--sh-accent)}.shop-checkout>small{font-size:10px;color:var(--sh-muted);text-align:center}.shop-order-list{border-top:1px solid var(--sh-border)}.shop-order-row{display:flex;align-items:center;gap:25px;border-bottom:1px solid var(--sh-border);padding:24px 12px}.shop-order-row>div{flex:1 1}.shop-order-row h2{font-size:16px}.shop-order-row p{font-size:11px;color:var(--sh-muted)}.shop-order-row strong{font-size:13px}.shop-status{font-size:11px;padding:5px 12px;border-radius:20px}.shop-order-state,.shop-status{background:var(--sh-soft);color:var(--sh-accent)}.shop-order-state{display:flex;align-items:center;gap:16px;border-radius:10px;padding:22px;margin-bottom:20px}.shop-order-state p{font-size:12px;margin-top:5px}.shop-timeline{padding:0;list-style:none}.shop-timeline li{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--sh-border);padding:13px 0;font-size:12px}.shop-timeline span{color:var(--sh-muted);white-space:nowrap}.shop-bank-card{background:#512333;color:#fff3f7;padding:24px;border-radius:12px;display:flex;flex-direction:column;gap:12px;margin:20px 0}.shop-bank-card bdi{font-size:22px;letter-spacing:1px;text-align:center}.shop-bank-card span,.shop-bank-card strong{font-size:11px}.shop-receipt-row{padding:14px 0;border-bottom:1px solid var(--sh-border);font-size:12px}.shop-receipt-row span{display:block;color:var(--sh-muted);margin-top:5px}.shop-receipt-row a{color:var(--sh-accent)}.shop-pagination{display:flex;gap:24px;justify-content:center;align-items:center;margin-top:35px;font-size:12px}.shop-pagination a{background:var(--sh-surface);padding:10px 18px;border:1px solid var(--sh-border);border-radius:8px}.shop-footer{max-width:1256px;margin:auto;border-top:1px solid var(--sh-border);padding:30px 0;display:flex;align-items:center;gap:30px;flex-wrap:wrap}.shop-footer .shop-brand{font-size:18px}.shop-footer .brand-mark{width:30px;height:30px}.shop-footer p{color:var(--sh-muted);font-size:11px;margin-inline-end:auto}.shop-footer>a:not(.shop-brand){font-size:11px}.shop-footer>small{width:100%;font-size:10px;color:var(--sh-muted)}.shop-mobile-nav{display:none}.shop-loading{padding:60px;text-align:center;color:var(--sh-muted)}@media(max-width:1050px){.shop-header{gap:24px}.shop-hero-copy{padding:35px 28px}.shop-hero{min-height:400px}.shop-grid{gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.shop-cart-layout{grid-template-columns:minmax(0,1fr) 320px;gap:24px}.shop-detail{gap:32px}.shop-auth{gap:40px}.shop-auth-intro h1{font-size:36px}.shop-cart-line{grid-template-columns:75px minmax(0,1fr)}.shop-line-total{grid-column:2;flex-direction:row;align-items:center;justify-content:space-between}.shop-footer{margin-inline:32px}}@media(max-width:720px){.shop{font-size:13px;padding-bottom:calc(76px + env(safe-area-inset-bottom))}.shop-announcement{font-size:9px;padding:5px 12px}.shop-header{padding:17px 18px;gap:12px;flex-wrap:wrap}.shop-brand{font-size:22px;gap:9px}.shop .brand-mark{width:37px;height:37px;border-radius:11px}.shop-brand small{font-size:8px}.shop-header-actions{gap:7px}.shop-icon{width:38px;height:38px}.shop-desktop-account,.shop-desktop-nav{display:none}.shop-search{order:3;flex-basis:100%;max-width:none;margin-top:3px;padding-inline:10px;gap:8px}.shop-search input{font-size:11px}.shop-main{padding:10px 16px 42px}.shop-hero{grid-template-columns:1fr 44%;min-height:310px;margin-bottom:30px;border-radius:11px}.shop-hero-copy{padding:22px 18px}.shop-hero h1{font-size:24px;line-height:1.9;letter-spacing:-.8px}.shop-eyebrow{font-size:9px}.shop-hero p{font-size:10px;margin:12px 0 18px;line-height:2}.shop-hero .shop-button{font-size:10px;padding:8px 11px;min-height:38px;gap:7px}.shop-hero-foot{display:none}.shop-hero-photo>img{object-position:55% center}.shop-hero-photo>div{right:8px;left:8px;bottom:8px;padding:8px;border-radius:6px;display:block}.shop-hero-photo strong{font-size:9px;display:block;line-height:1.8}.shop-hero-photo span{font-size:8px}.shop-hero-photo svg{display:none}.shop-section-heading{margin:15px 0 20px;gap:10px}.shop-section-heading h1{font-size:22px}.shop-section-heading h2{font-size:19px}.shop-section-heading>a{font-size:10px;gap:5px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.shop-product{border-radius:10px}.shop-product-info{padding:10px}.shop-product-info h3{font-size:12px;min-height:45px;line-height:1.85}.shop-product-info>p{font-size:9px;margin-bottom:9px}.shop-price{font-size:9px;gap:3px}.shop-price strong{font-size:11px}.shop-price small{font-size:8px}.shop-pack-price{margin-bottom:9px}.shop-color-row{gap:4px;margin-bottom:6px}.shop-color-row i{width:9px;height:9px}.shop-add,.shop-stepper,.shop-unavailable{font-size:10px;min-height:39px;gap:5px}.shop-stepper button{min-width:38px;min-height:40px}.shop-code,.shop-discount{font-size:8px;padding:2px 6px;top:7px}.shop-code{right:7px}.shop-discount{left:7px}.shop-filter{flex-wrap:wrap;gap:8px}.shop-filter label{flex-basis:100%}.shop-filter select{flex:1 1;min-width:0;font-size:11px}.shop-filter button{font-size:11px;padding:7px 12px}.shop-detail{display:flex;flex-direction:column;gap:24px}.shop-gallery{width:100%;position:static}.shop-gallery-frame{max-height:66dvh;aspect-ratio:4/5}.shop-detail-info{width:100%}.shop-detail-info h1{font-size:24px}.shop-detail-prices strong{font-size:19px}.shop-detail-prices .shop-price{font-size:12px}.shop-thumbnails button{width:54px;height:66px}.shop-lightbox header{font-size:11px;line-height:1.7}.shop-lightbox header span{max-width:80%}.shop-auth{display:flex;flex-direction:column;gap:25px;margin:16px auto;max-width:450px}.shop-auth-intro h1{font-size:28px}.shop-auth-intro p{font-size:12px;margin:13px 0}.shop-auth-intro a{font-size:12px}.shop-auth-form{padding:25px}.shop-account-layout,.shop-cart-layout{grid-template-columns:1fr;gap:22px}.shop-panel{padding:20px}.shop-form-grid{grid-template-columns:1fr;gap:17px}.shop-account-aside{margin-top:5px}.shop-cart-line{grid-template-columns:74px minmax(0,1fr);gap:14px;padding:20px 0}.shop-cart-line>a{height:94px}.shop-cart-line h2{font-size:13px}.shop-cart-line p{font-size:10px}.shop-line-total{font-size:11px}.shop-cart-line .shop-stepper{width:140px;margin-top:8px}.shop-checkout{margin-top:6px}.shop-order-row{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:12px;padding:20px 0}.shop-order-row>.shop-status{grid-column:2}.shop-order-row>strong{grid-column:3;grid-row:2;font-size:11px}.shop-order-row>svg:last-child{grid-column:3;grid-row:1;justify-self:end}.shop-order-row h2{font-size:14px}.shop-order-row p{font-size:10px}.shop-order-row .shop-status{justify-self:start}.shop-order-state{padding:17px}.shop-order-state p,.shop-timeline li{font-size:10px}.shop-footer{margin:0 18px;padding:25px 0;gap:20px}.shop-footer .shop-brand{font-size:17px}.shop-footer p{width:100%;order:1}.shop-footer>small{order:2}.shop-mobile-nav{display:flex;position:fixed;bottom:0;right:0;left:0;z-index:30;background:color-mix(in srgb,var(--sh-surface) 93%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--sh-border);padding:9px 8px max(9px,env(safe-area-inset-bottom));box-shadow:0 -5px 25px #26131d08;justify-content:space-around}.shop-mobile-nav a{display:flex;align-items:center;flex-direction:column;gap:4px;font-size:9px;color:var(--sh-muted);position:relative;min-width:54px;min-height:44px;padding:3px 7px;border-radius:9px}.shop-mobile-nav a[aria-current]{color:var(--sh-accent);background:var(--sh-soft);font-weight:700}.shop-mobile-nav b{position:absolute;top:-4px;right:5px;min-width:16px;height:16px;border-radius:10px;background:var(--sh-accent);color:var(--sh-bg);line-height:16px;font-size:9px}.shop-bank-card bdi{font-size:21px}.shop-empty{padding:55px 15px}.shop-breadcrumb{font-size:10px}.shop-summary-total{font-size:14px!important}}@media(max-width:370px){.shop-main{padding-inline:11px}.shop-grid{gap:9px}.shop-product-info{padding:8px}.shop-price strong{font-size:10px}.shop-price small{font-size:7px}.shop-hero h1{font-size:21px}.shop-hero-copy{padding:17px 13px}.shop-hero p{font-size:9px}.shop-hero{min-height:280px}.shop-brand small{display:none}.shop-code,.shop-discount{font-size:7px}}@media(prefers-reduced-motion:reduce){.shop *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(max-width:720px){.shop-icon,.shop-zoom{width:44px;height:44px}.shop-add,.shop-stepper,.shop-stepper button{min-height:44px}.shop-stepper button{min-width:44px}.shop-product-info h3{font-size:13px}.shop-price,.shop-product-info>p{font-size:10px}.shop-product .shop-price strong{font-size:12px}.shop-detail-prices strong{font-size:19px}.shop-add,.shop-stepper{font-size:11px}.shop-mobile-nav a{font-size:10px}}.shop{--sh-bg:#fff;--sh-surface:#f6f5f3;--sh-tint:#eeebe6;--sh-text:#252723;--sh-muted:#696b64;--sh-border:#dedfd8;--sh-accent:#353c30;--sh-on-accent:#fff;--sh-soft:#edf0e8;--sh-success:#31674e;--sh-sale:#973e31;--sh-warm:#f1e9e2;--sh-width:1440px;--sh-gutter:40px;font-size:16px;line-height:1.9;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}[data-theme=dark] .shop{--sh-bg:#1c1e1b;--sh-surface:#262923;--sh-tint:#34382f;--sh-text:#f2f3ed;--sh-muted:#b7beb0;--sh-border:#44493e;--sh-accent:#d3ddc6;--sh-on-accent:#252e1d;--sh-soft:#30382a;--sh-success:#a4d3b1;--sh-sale:#f3b1a6;--sh-warm:#322e29}.shop h1,.shop h2,.shop h3{letter-spacing:0}.shop h1{font-size:34px;line-height:1.65}.shop h2{font-size:28px;line-height:1.7;font-weight:750}.shop h3{font-size:17px}.shop svg{flex-shrink:0;stroke-width:1.65}.shop-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.shop-skip{position:fixed;top:-100px;right:16px;z-index:400;padding:12px 22px;background:var(--sh-bg)}.shop-skip:focus{top:12px}.shop-announcement{display:flex;justify-content:space-between;align-items:center;gap:20px;background:var(--sh-accent);color:var(--sh-on-accent);padding:7px max(var(--sh-gutter),calc((100vw - 1360px)/2));font-size:11px;min-height:34px;letter-spacing:0}.shop-announcement a{display:flex;align-items:center;gap:10px}.retail-masthead{background:var(--sh-bg);position:relative;z-index:35}.shop-header{max-width:var(--sh-width);padding:20px var(--sh-gutter);gap:48px}.shop-brand{gap:12px;font-size:28px;font-weight:850}.shop-brand small{font-size:10px}.shop .brand-mark{width:62px;height:62px;border-radius:4px;color:var(--sh-on-accent)}.shop-header-actions{align-items:center;gap:14px}.shop-icon{width:44px;height:44px;border:0;background:transparent;transition:background .18s,transform .18s}.shop-icon:hover{background:var(--sh-soft)}.shop-icon:active{transform:scale(.94)}.shop-bag b{top:0;right:0;background:var(--sh-accent);color:var(--sh-on-accent)}.retail-account-link{display:flex;align-items:center;gap:8px;font-size:12px;min-height:44px;white-space:nowrap}.retail-menu-toggle{display:none}.shop-search{position:relative;max-width:520px;gap:12px;padding:0 15px;border-radius:4px;background:var(--sh-surface)}.shop-search input{height:48px;min-height:48px;padding:0!important;font-size:14px!important}.shop-search>button{width:44px;flex:none}.shop-search-results{position:absolute;inset:calc(100% + 8px) -1px auto;background:var(--sh-bg);border:1px solid var(--sh-border);box-shadow:0 14px 30px #2527231a;padding:16px;z-index:50}.shop-search-results>span{font-size:12px;color:var(--sh-muted);display:block;margin-bottom:8px}.shop-search-results>a{display:flex;align-items:center;gap:12px;padding:9px 0;border-bottom:1px solid var(--sh-border);font-size:13px;min-height:70px}.shop-search-results img{width:44px;height:56px;object-fit:cover;border-radius:2px}.shop-search-results>a>span{flex:1 1;min-width:0}.shop-search-results small{display:block;color:var(--sh-muted);font-size:11px;margin-top:3px}.shop-search-results .shop-search-all{border:0;display:flex;justify-content:space-between;align-items:center;padding:12px 0 0;width:100%;background:transparent;color:var(--sh-accent);font-size:13px;min-height:44px}.shop-search-results>p{font-size:13px;padding:16px 0}.shop-desktop-nav{gap:32px;padding:0 max(var(--sh-gutter),calc((100vw - 1360px)/2));min-height:53px;align-items:center;font-size:13px}.shop-desktop-nav>a,.shop-desktop-nav>button{min-height:52px;display:flex;gap:8px;align-items:center;background:none;border:0;color:var(--sh-text);padding:0;position:relative}.shop-desktop-nav>button{font-weight:700;border-inline-end:1px solid var(--sh-border);padding-inline-end:25px;min-height:24px}.shop-desktop-nav .retail-nav-guide{margin-inline-start:auto;font-size:12px;color:var(--sh-muted)}.shop-desktop-nav .retail-sale-link{color:var(--sh-sale)}.shop-desktop-nav>a:hover:after,.shop-desktop-nav>a[aria-current]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--sh-text)}.shop-main{max-width:var(--sh-width);padding:32px var(--sh-gutter) 80px}.shop-main:has(.store-home){padding-top:20px}.shop-eyebrow{font-size:12px;font-weight:500;margin-bottom:8px;color:var(--sh-muted)}.shop-button,.shop-secondary{min-height:48px;border-radius:3px;padding:11px 22px;gap:16px;font-size:14px;font-weight:650}.shop-button{color:var(--sh-on-accent)!important}.shop-secondary{color:var(--sh-accent)!important}.shop-button:hover{transform:none}.shop-secondary:hover{background:var(--sh-soft)}.shop-link-button{font-size:13px;min-height:44px;text-decoration:underline;text-underline-offset:5px}.store-campaign{display:grid;grid-template-columns:1.55fr 1fr;gap:6px;height:620px}.store-campaign-main,.store-campaign-side{position:relative;overflow:hidden;min-width:0;background:var(--sh-tint)}.store-campaign img{width:100%;height:100%;object-fit:cover;display:block;object-position:center 24%;transition:transform .7s}.store-campaign-main:after,.store-campaign-side:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,#171b1699 82%,#171b16c2);pointer-events:none}.store-campaign-copy{position:absolute;right:42px;bottom:40px;left:42px;color:#fff;z-index:1}.store-campaign-copy>span{font-size:12px;font-weight:500}.store-campaign h1{font-size:52px;line-height:1.4;margin-top:10px;font-weight:800}.store-campaign-copy>p{font-size:14px;margin:12px 0 22px}.store-campaign-copy .shop-button{background:#fff;border-color:#fff;color:#252723!important;min-width:192px}.store-campaign-product{position:absolute;bottom:42px;left:32px;z-index:2;color:#fff!important;font-size:12px;display:flex;gap:10px;align-items:center;min-height:48px;border-bottom:1px solid #fff8}.store-campaign-side>span{position:absolute;bottom:40px;right:32px;left:32px;z-index:1;color:#fff}.store-campaign-side small{font-size:12px;display:block;margin-bottom:8px}.store-campaign-side strong{display:block;font-size:25px;line-height:1.8;max-width:340px}.store-campaign-side i{display:flex;align-items:center;gap:15px;font-size:12px;font-style:normal;margin-top:16px}.store-campaign-side:hover img{transform:scale(1.025)}.store-campaign-empty{height:390px;display:block}.store-campaign-empty .store-campaign-main{height:100%;background:#626e57}.store-promises{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--sh-border);padding:24px 0;gap:18px;margin-bottom:62px}.store-promises>a{display:flex;align-items:center;justify-content:center;gap:16px;min-height:50px}.store-promises>a+a{border-inline-start:1px solid var(--sh-border)}.store-promises span{font-size:14px;font-weight:600}.store-promises small{display:block;font-size:11px;color:var(--sh-muted);font-weight:400}.shop-section-heading{gap:25px;margin-bottom:28px}.shop-section-heading h2{font-size:27px}.shop-section-heading p{font-size:14px;color:var(--sh-muted);margin-top:7px}.shop-section-heading>a{gap:12px;font-size:13px;min-height:44px;white-space:nowrap}.shop-grid{gap:36px 22px}.shop-product{border:0;border-radius:0;background:transparent;position:relative}.shop-product:hover{transform:none;box-shadow:none}.shop-product-visual{position:relative;background:var(--sh-surface)}.shop-product-image{border-radius:0}.shop-product-image img{transition:opacity .3s,transform .5s}.shop-product-alternate{position:absolute;inset:0;opacity:0;transition:opacity .3s}.shop-product-view{display:none}.shop-product .shop-save{position:absolute;top:10px;left:10px;background:#ffffffed;color:#333}.shop-save[aria-pressed=true]{color:var(--sh-sale)!important}.shop-code{top:auto;bottom:10px;font-size:11px;padding:2px 8px;background:#ffffffe6;color:#333}.shop-code,.shop-discount{right:12px;border-radius:0}.shop-discount{top:14px;left:auto;background:#fff;color:#973e31;font-size:10px;padding:4px 8px}.shop-product-info{padding:15px 0 0;background:transparent}.shop-product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px;font-size:11px;color:var(--sh-muted)}.shop-color-row{margin:0}.shop-color-row small{font-size:10px}.shop-product-info h3{font-size:15px;min-height:56px}.shop-product-info>p{font-size:12px;margin:3px 0 13px}.shop-price{font-size:12px}.shop-price strong{font-size:15px}.shop-price small{font-size:10px}.shop-pack-price{margin-bottom:15px}.shop-pack-price strong{font-size:19px;color:var(--sh-text)}.shop-add,.shop-stepper,.shop-unavailable{min-height:46px;border:1px solid var(--sh-border);border-radius:3px;color:var(--sh-accent);background:var(--sh-bg);font-size:13px}.shop-add:hover,.shop-stepper{background:var(--sh-soft);border-color:var(--sh-accent)}.shop-stepper button{width:46px;min-height:44px}.shop-unavailable{background:var(--sh-surface);color:var(--sh-muted);font-size:12px;font-weight:400}.store-selection-footer{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid var(--sh-border);gap:20px}.store-selection-footer>span{font-size:13px;color:var(--sh-muted)}.store-age-section{margin-block:68px;display:grid;grid-template-columns:1fr 1.55fr;gap:40px;align-items:center;padding:36px 40px;background:var(--sh-surface)}.store-age-section h2{font-size:25px}.store-age-section p{font-size:13px;color:var(--sh-muted);margin-top:6px}.store-age-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.store-age-links a{min-height:98px;background:var(--sh-bg);padding:17px 18px;border-bottom:2px solid var(--sh-border);transition:border-color .2s}.store-age-links a:hover{border-color:var(--sh-accent)}.store-age-links strong{display:block;font-size:18px;font-weight:600}.store-age-links span{display:flex;justify-content:space-between;gap:9px;font-size:11px;color:var(--sh-muted);margin-top:10px}.store-feature{display:grid;grid-template-columns:1fr 1fr;background:var(--sh-warm);min-height:590px}.store-feature-photo{position:relative;min-width:0;overflow:hidden;display:block}.store-feature-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 24%}.store-feature-photo>span{position:absolute;bottom:24px;right:26px;left:26px;display:flex;justify-content:space-between;background:#ffffffec;color:#262823;padding:16px 20px;font-size:13px}.store-feature-copy{padding:56px;align-self:center}.store-feature h2{font-size:50px;line-height:1.65;font-weight:750}.store-feature p{font-size:15px;color:var(--sh-muted);line-height:2.15;max-width:360px;margin:20px 0 28px}.store-feature .shop-button{font-size:13px;max-width:100%}.store-feature small{display:block;font-size:12px;color:var(--sh-muted);margin-top:14px}.store-for-business{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;margin:80px 0;padding-block:40px;border-block:1px solid var(--sh-border)}.store-for-business h2{font-size:31px}.store-for-business p{font-size:14px;color:var(--sh-muted);line-height:2.15;max-width:570px;margin:16px 0 22px}.store-for-business ol{padding:0;list-style:none;margin:0}.store-for-business li{display:flex;gap:25px;align-items:center;padding:23px 0;border-bottom:1px solid var(--sh-border)}.store-for-business li:last-child{border:0}.store-for-business li>span{font-size:30px;font-weight:300;color:var(--sh-muted);min-width:30px}.store-for-business li h3{font-size:17px}.store-for-business li p{margin:4px 0 0;font-size:13px}.store-faq{display:grid;grid-template-columns:1fr 1.5fr;gap:90px;margin-top:48px}.store-faq>div:first-child>a{display:flex;align-items:center;gap:12px;font-size:13px;min-height:44px;margin-top:12px}.store-faq details>p{font-size:14px;color:var(--sh-muted);line-height:2.1;margin-top:13px}.retail-catalogue-heading{padding:12px 0 28px;margin-bottom:26px;border-bottom:1px solid var(--sh-border)}.retail-catalogue-heading p{font-size:13px;color:var(--sh-muted);margin-top:9px}.retail-catalogue{display:grid;grid-template-columns:230px minmax(0,1fr);gap:40px;align-items:start}.retail-results{min-width:0}.retail-results .shop-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 22px}.retail-sidebar{border-inline-end:1px solid var(--sh-border);padding-inline-end:25px}.retail-filter-title{display:flex;align-items:center;justify-content:space-between;font-size:16px;margin-bottom:22px}.retail-filter-search{display:flex;align-items:center;gap:8px;border:1px solid var(--sh-border);padding:0 10px}.retail-filter-search input{border:0!important;background:transparent!important;padding:0!important;min-width:0;font-size:13px!important}.retail-filter-form fieldset{margin:0;padding:20px 0;border:0;border-bottom:1px solid var(--sh-border)}.retail-filter-form legend{float:right;width:100%;font-weight:650;font-size:14px;margin-bottom:12px}.retail-filter-form legend+*{clear:both}.retail-filter-choice{display:flex;align-items:center;gap:9px;min-height:40px;font-size:12px;cursor:pointer}.retail-filter-choice small{margin-inline-start:auto;color:var(--sh-muted)}.retail-filter-colors{display:flex;flex-wrap:wrap;gap:7px}.retail-filter-colors button{display:flex;align-items:center;gap:7px;min-height:40px;padding:6px 10px;background:var(--sh-bg);border:1px solid var(--sh-border);color:var(--sh-text);font-size:12px}.retail-filter-colors button[aria-pressed=true]{background:var(--sh-soft);border-color:var(--sh-accent)}.retail-filter-colors i{width:12px;height:12px;border-radius:50%;box-shadow:inset 0 0 0 1px #8886}.retail-price-inputs{display:flex;gap:10px}.retail-price-inputs label{flex:1 1;min-width:0;font-size:12px}.retail-price-inputs input{margin-top:6px;font-size:14px!important}.retail-offer-choice{margin-top:16px}.retail-filter-actions{display:flex;flex-direction:column;gap:8px;margin-top:20px}.retail-filter-actions>a{font-size:12px;text-align:center;min-height:44px;padding:10px}.retail-sortbar{display:flex;justify-content:space-between;align-items:center;min-height:48px;gap:18px;margin-bottom:24px;font-size:13px}.retail-sortbar>span{color:var(--sh-muted)}.retail-sortbar label{display:flex;align-items:center;gap:14px;position:relative;font-size:12px}.retail-sortbar select{width:195px;font-size:13px!important;appearance:none;padding-inline-end:32px!important}.retail-sortbar label>svg{position:absolute;left:12px;pointer-events:none}.retail-mobile-filter{display:none}.retail-active-filters{display:flex;flex-wrap:wrap;gap:8px;clear:both;margin-bottom:22px}.retail-active-filters a{display:flex;align-items:center;gap:9px;min-height:36px;background:var(--sh-soft);font-size:12px;padding:6px 10px}.shop-empty{min-height:380px;padding:65px 20px}.shop-empty h2{font-size:25px}.shop-empty p{font-size:15px}.shop-pagination{font-size:14px}.shop-pagination a{border-radius:3px;min-height:48px}.retail-filter-dialog,.retail-menu-dialog{border:1px solid var(--sh-border);background:var(--sh-bg);color:var(--sh-text);padding:30px;width:min(620px,calc(100vw - 32px));max-height:90dvh;border-radius:5px;overscroll-behavior:contain}.retail-filter-dialog::backdrop,.retail-menu-dialog::backdrop{background:#161c1780;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.retail-filter-dialog[open],.retail-menu-dialog[open]{animation:store-enter .2s ease-out}.retail-menu-dialog header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.retail-menu-dialog h2{font-size:22px}.retail-menu-dialog h3{font-size:15px;margin:24px 0 14px}.retail-menu-all{background:var(--sh-soft);padding:14px 16px;font-weight:650;font-size:15px;min-height:54px}.retail-menu-all,.retail-menu-links a{display:flex;align-items:center;justify-content:space-between}.retail-menu-links a{border-bottom:1px solid var(--sh-border);min-height:50px;font-size:14px}.retail-menu-ages{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.retail-menu-ages a{display:flex;gap:10px;align-items:center;justify-content:space-between;font-size:13px;border:1px solid var(--sh-border);padding:12px;min-height:48px}.retail-menu-dialog a:hover{background:var(--sh-surface)}.shop-detail{gap:64px}.shop-gallery-frame{border-radius:0;background:var(--sh-surface)}.shop-gallery>p{font-size:12px;margin:14px 0}.shop-thumbnails button{width:64px;height:80px;border-radius:2px}.shop-thumbnails img{border-radius:0}.shop-zoom{width:46px;height:46px;border-radius:50%}.shop-detail-info{min-width:0}.shop-detail-kicker{font-size:12px}.store-product-title{display:flex;align-items:flex-start;gap:16px}.store-product-title h1{flex:1 1;min-width:0;font-size:30px}.shop-lead{font-size:15px;line-height:2.05}.shop-detail-prices .shop-price{font-size:14px;padding:7px 0}.shop-detail-prices strong{font-size:22px}.shop-detail-prices .shop-pack-price{margin:0}.shop-detail-prices .shop-pack-price strong{font-size:29px}.shop-detail-prices>p{font-size:13px;color:var(--sh-sale)}.shop-color-labels span{border-radius:2px;font-size:13px}.shop-detail-info>.shop-muted{font-size:13px;margin:17px 0}.shop-detail-info>.shop-add,.shop-detail-info>.shop-stepper{background:var(--sh-accent);color:var(--sh-on-accent);min-height:54px;border-color:var(--sh-accent);font-size:15px}.store-detail-assurance{display:flex;align-items:center;gap:9px;margin-top:15px;color:var(--sh-muted);font-size:12px}.store-detail-assurance a{margin-inline-start:auto;text-decoration:underline;text-underline-offset:4px}.shop-share{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:6px}.shop-share small{font-size:12px;color:var(--sh-muted)}.shop summary{font-size:15px;min-height:32px}.shop-description{font-size:14px;line-height:2.1}.shop table{font-size:13px}.shop-lightbox{background:#171917}.shop-lightbox::backdrop{background:#171917}.shop-lightbox .shop-icon{color:white;background:#31372f}.shop input:not([type=radio]):not([type=checkbox]),.shop select,.shop textarea{font-size:16px;min-height:48px;border-radius:3px;background:var(--sh-bg)}.shop-panel{background:var(--sh-bg);border-radius:4px;padding:28px}.shop-panel h2{font-size:23px}.shop-auth-form label,.shop-checkout>label,.shop-form label{font-size:14px}.shop-form-grid{gap:22px}.shop-error,.shop-success{font-size:14px;line-height:2}.shop-auth{gap:80px;max-width:1060px;margin:40px auto 20px;align-items:center}.shop-auth-intro{align-self:stretch;padding:48px 35px;background:var(--sh-warm);display:flex;flex-direction:column;justify-content:center}.shop-auth-intro h1{font-size:42px;line-height:1.8}.shop-auth-intro p{font-size:15px;max-width:330px}.shop-auth-intro a{font-size:14px;min-height:44px}.shop-auth-form{padding:0;border:0}.shop-auth-form h2{font-size:28px}.shop-auth-form p,.shop-auth-form small{font-size:13px;line-height:2}.shop-segment button{min-height:48px;font-size:14px}.shop-account-aside{background:var(--sh-surface)}.shop-account-aside a{min-height:48px;font-size:14px}.shop-cart-layout{grid-template-columns:minmax(0,1fr) 390px;gap:48px}.shop-cart-line>a{border-radius:2px}.shop-cart-line h2{font-size:16px}.shop-cart-line p{font-size:12px}.shop-line-total{font-size:14px}.shop-cart-lines+.shop-muted{font-size:13px;line-height:2}.shop-checkout{background:var(--sh-surface);gap:22px}.shop-checkout legend{font-size:15px}.shop-choice{border-radius:3px;min-height:58px}.shop-choice span{font-size:14px}.shop-choice small{font-size:12px}.shop-address{font-size:14px;line-height:2}.shop-address a{min-height:40px}.shop-summary>div{font-size:14px}.shop-summary-total{font-size:19px!important}.shop-checkout>small,.shop-summary-total small{font-size:12px}.store-checkout-steps{display:flex;gap:12px;align-items:center;margin:0 0 32px;font-size:13px;color:var(--sh-muted);padding:18px 0;border-block:1px solid var(--sh-border)}.store-checkout-steps span{display:flex;align-items:center;gap:8px}.store-checkout-steps b{width:26px;height:26px;background:var(--sh-soft);border-radius:50%;text-align:center;font-size:12px;line-height:26px}.store-checkout-steps .is-current{font-weight:700;color:var(--sh-text)}.store-checkout-steps>i{flex:1 1;height:1px;max-width:90px;background:var(--sh-border)}.shop-order-row h2{font-size:17px}.shop-order-row p{font-size:13px}.shop-order-row strong{font-size:15px}.shop-status{font-size:12px;border-radius:2px}.shop-order-state{border-radius:3px}.shop-order-state p{font-size:14px}.shop-timeline li{font-size:14px;flex-wrap:wrap}.shop-bank-card{background:var(--sh-accent);color:var(--sh-on-accent);border-radius:6px}.shop-bank-card span,.shop-bank-card strong{font-size:13px}.shop-receipt-row{font-size:14px}.retail-guide-header{padding:10px 0 35px;margin-bottom:36px;border-bottom:1px solid var(--sh-border)}.retail-guide-header p{font-size:15px;color:var(--sh-muted);margin-top:13px}.retail-guide-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:65px;align-items:start}.retail-guide-layout>nav{display:flex;flex-direction:column;position:sticky;top:24px;border-inline-end:1px solid var(--sh-border);padding-inline-end:22px}.retail-guide-layout>nav a{min-height:48px;display:flex;align-items:center;font-size:14px}.retail-guide-layout section{max-width:800px;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid var(--sh-border);scroll-margin-top:24px}.retail-guide-layout section h2{font-size:25px;margin-bottom:16px}.retail-guide-layout section p{font-size:15px;line-height:2.2;margin-bottom:14px;color:var(--sh-muted)}.shop-footer{max-width:none;margin:0;display:block;background:var(--sh-surface);padding:50px var(--sh-gutter) 25px}.retail-footer-inner{max-width:1360px;margin:auto}.shop-footer-top{display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1fr;gap:54px;padding-bottom:40px}.shop-footer .shop-brand{font-size:28px;margin-bottom:18px;gap:10px}.shop-footer .brand-mark{width:56px;height:56px}.shop-footer p{font-size:15px;margin-bottom:10px}.shop-footer-top>div>span{display:block;font-size:13px;color:var(--sh-muted);max-width:300px;line-height:2.1}.shop-footer-about{display:flex;align-items:center;gap:12px;font-size:12px;min-height:44px;margin-top:12px}.shop-footer-links{display:flex;flex-direction:column;font-size:13px;gap:4px}.shop-footer-links strong{font-size:15px;margin:15px 0}.shop-footer-links a{display:flex;align-items:center;min-height:38px;width:fit-content;color:var(--sh-muted)}.shop-footer-links a:hover{text-decoration:underline;text-underline-offset:5px;color:var(--sh-text)}.shop-footer-bottom{border-top:1px solid var(--sh-border);padding-top:23px;display:flex;justify-content:space-between;align-items:center;gap:22px;font-size:12px;color:var(--sh-muted)}.shop-footer-bottom small{font-size:11px}.shop-theme-switch{display:flex;align-items:center;gap:8px;min-height:44px;background:transparent;border:0;color:var(--sh-muted);font-size:12px!important}.shop-public-contact{display:flex;gap:26px;flex-wrap:wrap;padding:24px 0;border-top:1px solid var(--sh-border);font-size:13px;line-height:2.1}.shop-public-contact>*{display:flex;align-items:center;gap:10px;max-width:650px}.shop-contact-text{white-space:pre-line}@media(hover:hover){.shop-product:hover .shop-product-alternate{opacity:1}.shop-product:not(:has(.shop-product-alternate)):hover .shop-product-image img{transform:scale(1.025)}}@keyframes store-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(min-width:721px) and (max-width:1100px){.shop{--sh-gutter:24px}.shop-header{gap:24px}.shop-brand{font-size:25px}.shop .brand-mark{width:52px;height:52px}.retail-account-link span,.shop-header-saved{display:none}.shop-header-actions{gap:5px}.shop-search{max-width:none}.shop-desktop-nav{gap:24px;overflow-x:auto;scrollbar-width:none}.shop-desktop-nav .retail-nav-guide{display:none}.store-campaign{height:520px;grid-template-columns:1.3fr 1fr}.store-campaign-copy{right:28px;left:28px;bottom:30px}.store-campaign h1{font-size:42px}.store-campaign-product{display:none}.store-campaign-side>span{right:24px;left:24px;bottom:32px}.store-campaign-side strong{font-size:21px}.shop-section-heading h2{font-size:23px}.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 18px}.shop-product .shop-pack-price strong{font-size:17px}.store-age-section{grid-template-columns:1fr;gap:25px}.store-age-links{grid-template-columns:repeat(3,1fr)}.store-feature{min-height:490px}.store-feature-copy{padding:35px}.store-feature h2{font-size:38px}.store-feature .shop-button{font-size:12px;padding:10px 15px}.store-for-business{gap:44px}.store-for-business h2{font-size:28px}.store-faq{gap:45px}.retail-catalogue{grid-template-columns:210px minmax(0,1fr);gap:25px}.retail-sidebar{padding-inline-end:20px}.retail-results .shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}.retail-sortbar label{font-size:0}.shop-detail{gap:30px}.store-product-title h1{font-size:26px}.shop-detail-prices .shop-pack-price strong{font-size:24px}.shop-auth{gap:40px}.shop-auth-intro{padding:32px}.shop-auth-intro h1{font-size:32px}.shop-cart-layout{grid-template-columns:minmax(0,1fr) 330px;gap:26px}.shop-cart-line{grid-template-columns:80px minmax(0,1fr);gap:18px}.shop-line-total{grid-column:2;flex-direction:row;align-items:center;justify-content:space-between;font-size:13px}.shop-footer-top{gap:28px}.shop-footer-links{font-size:12px}.retail-guide-layout{grid-template-columns:200px minmax(0,1fr);gap:35px}.shop-account-layout{grid-template-columns:minmax(0,1fr) 260px;gap:24px}}@media(max-width:720px){.shop{--sh-gutter:16px;font-size:15px}.shop-announcement{justify-content:center;font-size:10px;padding:5px 12px;min-height:30px}.shop-announcement a{display:none}.shop-header{padding:11px 16px;gap:10px}.retail-menu-toggle{display:inline-flex}.shop-brand{font-size:23px;gap:6px}.shop-brand small{font-size:8px;display:block}.shop .brand-mark{width:42px;height:42px}.shop-header-actions{gap:0}.retail-account-link,.shop-header-saved{display:none}.shop-search{order:4;flex-basis:100%;max-width:none;gap:10px;padding:0 12px;margin:0}.shop-search input{font-size:16px!important;height:46px;min-height:46px!important}.shop-search-results{padding:13px}.shop-search-results>a{font-size:12px}.shop-search-results small{font-size:11px}.shop-desktop-nav{display:flex;gap:25px;overflow-x:auto;scrollbar-width:none;min-height:46px;font-size:12px}.shop-desktop-nav::-webkit-scrollbar{display:none}.shop-desktop-nav>.retail-nav-guide,.shop-desktop-nav>button{display:none}.shop-desktop-nav>a{flex:none;min-height:46px}.shop-main{padding:24px 16px 48px}.shop-main:has(.store-home){padding-top:0}.shop h1{font-size:28px}.shop h2{font-size:24px}.shop-eyebrow{font-size:11px}.shop-button,.shop-secondary{font-size:14px;min-height:48px;padding:11px 18px}.shop-icon{width:44px;height:44px}.store-campaign{height:470px;display:block;margin:0 -16px}.store-campaign-main{height:100%}.store-campaign-main>img{object-position:center 17%}.store-campaign-side{display:none}.store-campaign-copy{right:25px;left:25px;bottom:28px}.store-campaign-copy>span{font-size:11px}.store-campaign h1{font-size:38px;line-height:1.5;margin-top:6px}.store-campaign-copy p{font-size:12px;margin:8px 0 17px}.store-campaign-copy .shop-button{font-size:13px;min-width:174px}.store-campaign-product{left:21px;bottom:28px;font-size:10px;gap:6px}.store-promises{grid-template-columns:1fr;gap:0;padding:5px 0;margin-bottom:36px}.store-promises>a{justify-content:flex-start;gap:12px;padding:11px 0;min-height:50px}.store-promises>a+a{border-inline-start:0;border-top:1px solid var(--sh-border)}.store-promises span{display:flex;align-items:center;justify-content:space-between;flex:1 1;font-size:12px;gap:14px}.store-promises small{font-size:10px}.store-promises svg{width:20px;height:20px}.shop-section-heading{gap:14px;align-items:flex-end;margin:0 0 20px}.shop-section-heading h2{font-size:22px;max-width:290px;line-height:1.85}.shop-section-heading>a{font-size:11px;gap:7px;white-space:normal;flex:none}.shop-section-heading p{font-size:13px}.retail-results .shop-grid,.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.shop-product-info{padding:12px 0 0}.shop-product-info h3{font-size:13px;min-height:49px}.shop-product-info>p{font-size:11px;margin:5px 0 11px}.shop-product-meta{font-size:10px;gap:5px}.shop-color-row i{width:10px;height:10px}.shop-color-row{gap:4px}.shop-product .shop-save{top:4px;left:4px;width:44px;height:44px}.shop-product .shop-save svg{width:18px}.shop-code{right:7px;bottom:7px;top:auto;font-size:10px;padding:1px 6px}.shop-discount{font-size:9px;top:auto;bottom:32px;right:7px;left:auto;padding:2px 6px}.shop-product .shop-price{font-size:10px;padding:3px 0;gap:4px}.shop-product .shop-price strong{font-size:12px}.shop-product .shop-pack-price strong{font-size:15px}.shop-price small{font-size:9px}.shop-pack-price{margin-bottom:12px}.shop-add,.shop-stepper{font-size:12px;min-height:44px;gap:6px}.shop-stepper button{width:44px}.shop-unavailable{font-size:10px;min-height:44px}.shop-product:hover .shop-product-image img{transform:none}.store-selection-footer{margin-top:25px;padding-top:20px;flex-direction:column;gap:15px}.store-selection-footer>span{font-size:12px}.store-selection-footer .shop-secondary{width:100%}.store-age-section{margin:42px -16px;padding:26px 16px;grid-template-columns:1fr;gap:20px}.store-age-section h2{font-size:23px}.store-age-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-age-links a{padding:14px 15px;min-height:92px}.store-age-links strong{font-size:17px}.store-age-links span{font-size:10px}.store-feature{grid-template-columns:1fr;min-height:0;margin:0 -16px}.store-feature-photo{height:370px}.store-feature-photo>img{object-position:center 25%}.store-feature-photo>span{right:20px;left:20px;bottom:20px;padding:12px 15px;font-size:12px}.store-feature-copy{padding:30px 25px 36px}.store-feature h2{font-size:34px;line-height:1.7}.store-feature h2 br{display:none}.store-feature p{font-size:14px;margin:14px 0 22px;max-width:none}.store-feature .shop-button{font-size:12px;width:100%;padding:12px 16px}.store-for-business{margin:42px 0;grid-template-columns:1fr;gap:28px;padding:28px 0}.store-for-business h2{font-size:26px}.store-for-business p{font-size:14px}.store-for-business li{gap:20px;padding:17px 0}.store-for-business li h3{font-size:16px}.store-for-business li p{font-size:12px}.store-faq{grid-template-columns:1fr;gap:20px;margin-top:34px}.store-faq h2{font-size:26px}.store-faq>div:first-child>a{font-size:13px;margin-top:6px}.shop summary{font-size:14px;min-height:36px}.shop details{padding:14px 0}.shop details>p{font-size:14px}.retail-catalogue-heading{padding-top:0;margin-bottom:20px;padding-bottom:22px}.retail-catalogue-heading h1{font-size:27px}.retail-catalogue-heading p{font-size:12px}.retail-catalogue{display:block}.retail-sidebar{display:none}.retail-mobile-filter{display:flex;float:right;min-width:114px;min-height:48px;font-size:13px;margin-bottom:20px;padding:10px 12px;gap:9px}.retail-sortbar{margin-right:127px;justify-content:flex-end;margin-bottom:20px}.retail-sortbar>span{display:none}.retail-sortbar label{font-size:0;width:100%}.retail-sortbar select{font-size:12px!important;width:100%;min-height:48px;padding-inline:10px 26px!important}.retail-active-filters{gap:7px;margin-bottom:20px}.retail-active-filters a{font-size:11px}.retail-results .shop-empty,.retail-results .shop-grid{clear:both}.retail-filter-dialog{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:22px 22px max(24px,env(safe-area-inset-bottom));border:0;border-radius:0}.retail-filter-title{font-size:21px;margin-bottom:18px}.retail-filter-choice{min-height:46px;font-size:14px}.retail-filter-form legend{font-size:15px}.retail-filter-colors button{min-height:44px;font-size:14px}.retail-filter-form select,.retail-filter-search input,.retail-price-inputs input{font-size:16px!important}.retail-filter-actions{position:sticky;bottom:-24px;background:var(--sh-bg);border-top:1px solid var(--sh-border);padding-top:15px}.retail-menu-dialog{padding:22px;width:calc(100vw - 24px)}.retail-menu-dialog h2{font-size:20px}.retail-menu-ages{grid-template-columns:repeat(2,minmax(0,1fr))}.retail-menu-links a{font-size:14px}.shop-breadcrumb{font-size:11px;gap:8px;margin-bottom:20px}.shop-detail{gap:27px}.shop-gallery{position:static;width:100%;min-width:0}.shop-gallery-frame{max-height:66dvh}.shop-gallery>p{font-size:11px;margin:12px 0}.shop-thumbnails button{width:58px;height:72px}.shop-detail-info{padding:0;width:100%}.store-product-title{gap:10px}.store-product-title h1{font-size:26px;line-height:1.85}.shop-detail-kicker{font-size:11px;margin-bottom:13px}.shop-lead{font-size:14px}.shop-detail-prices{margin:22px 0;padding:16px 0}.shop-detail-prices .shop-price{font-size:13px}.shop-detail-prices strong{font-size:20px}.shop-detail-prices .shop-pack-price strong{font-size:25px}.shop-detail-info>.shop-muted{font-size:12px}.store-detail-assurance{font-size:11px;gap:7px}.shop table,.shop-share .shop-link-button{font-size:12px}.shop-lightbox header{font-size:12px;line-height:1.8}.shop-panel{padding:24px 18px}.shop-panel h2{font-size:22px}.shop-auth{display:flex;flex-direction:column;gap:28px;max-width:500px;margin:4px auto 15px}.shop-auth-intro{padding:25px;width:100%}.shop-auth-intro h1{font-size:30px}.shop-auth-intro h1 br{display:none}.shop-auth-intro p{font-size:13px;margin:12px 0}.shop-auth-intro a{font-size:12px}.shop-auth-form{width:100%;padding:8px 0 0}.shop-auth-form h2{font-size:26px}.shop-account-layout,.shop-cart-layout{grid-template-columns:1fr;gap:26px}.shop-form-grid{grid-template-columns:1fr;gap:20px}.shop-cart-line{gap:16px;padding:20px 0}.shop-cart-line h2{font-size:14px}.shop-cart-line p{font-size:12px}.shop-line-total{font-size:13px}.shop-cart-line .shop-stepper{width:144px;margin-top:11px}.shop-cart-lines+.shop-muted{font-size:12px}.shop-summary>div{font-size:13px}.shop-summary-total{font-size:18px!important}.shop-checkout legend{font-size:15px}.shop-checkout>p{font-size:14px}.store-checkout-steps{font-size:11px;gap:8px;padding:14px 0;margin-bottom:26px}.store-checkout-steps>i{min-width:8px}.store-checkout-steps span{gap:6px;white-space:nowrap}.store-checkout-steps b{width:22px;height:22px;line-height:22px;font-size:10px}.shop-order-row>strong{font-size:12px}.shop-order-row h2{font-size:16px}.shop-order-row p{font-size:12px}.shop-order-state p{font-size:13px}.shop-timeline li{font-size:12px}.shop-bank-card bdi{font-size:20px}.retail-guide-header{padding-top:0}.retail-guide-header h1{font-size:27px}.retail-guide-header p{font-size:14px;line-height:2}.retail-guide-layout{grid-template-columns:1fr;gap:28px}.retail-guide-layout>nav{position:static;flex-direction:row;gap:24px;overflow-x:auto;white-space:nowrap;border:0;border-bottom:1px solid var(--sh-border);padding:0}.retail-guide-layout>nav a{font-size:13px}.retail-guide-layout section h2{font-size:23px}.retail-guide-layout section p{font-size:14px}.shop-footer{padding:30px 22px 20px;margin:0}.shop-footer-top{grid-template-columns:1fr 1fr;gap:24px 22px;padding-bottom:28px}.shop-footer-top>div:first-child{grid-column:1/-1}.shop-footer .shop-brand{font-size:28px;margin-bottom:14px}.shop-footer .brand-mark{width:55px;height:55px}.shop-footer p{font-size:14px;order:0}.shop-footer-top>div>span{font-size:12px;max-width:none}.shop-footer-links{font-size:12px;gap:2px}.shop-footer-links strong{font-size:14px;margin:8px 0}.shop-footer-links a{min-height:44px}.shop-footer-bottom{flex-wrap:wrap;gap:12px;font-size:11px}.shop-footer-bottom small{font-size:10px;order:3;flex-basis:100%}.shop-public-contact{gap:14px;font-size:12px}.shop-mobile-nav{background:var(--sh-bg);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 -4px 20px #24292208;padding:8px 8px max(8px,env(safe-area-inset-bottom))}.shop-mobile-nav a{min-height:50px;min-width:56px;font-size:10px;border-radius:0}.shop-mobile-nav a[aria-current]{background:transparent}.shop-mobile-nav a[aria-current]:before{content:"";position:absolute;top:-8px;left:8px;right:8px;height:2px;background:var(--sh-accent)}.shop-mobile-nav b{background:var(--sh-accent);color:var(--sh-on-accent)}}@media(max-width:370px){.shop-brand{font-size:21px}.shop-header{gap:7px;padding-inline:12px}.shop-brand small{font-size:7px}.shop .brand-mark{width:38px;height:38px}.shop-header-actions .shop-icon{width:42px}.store-campaign{height:440px}.store-campaign h1{font-size:35px}.store-campaign-product{display:none}.store-promises small{font-size:9px}.shop-section-heading h2{font-size:20px}.shop-section-heading>a{font-size:10px}.shop-product .shop-pack-price strong{font-size:14px}.shop-product .shop-price{font-size:9px}.shop-product-info h3{font-size:12px;min-height:46px}.shop-product .shop-price small{font-size:8px}.shop-product-meta{font-size:9px}.shop-color-row i{width:9px;height:9px}.shop-mobile-nav a{min-width:48px;font-size:9px}.shop-detail-prices .shop-pack-price strong{font-size:23px}.store-checkout-steps{font-size:10px;gap:6px}.retail-sortbar{margin-right:122px}.retail-mobile-filter{min-width:110px}}@media(prefers-reduced-motion:reduce){.shop *,.shop :after,.shop :before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.store-related{margin-top:72px;padding-top:40px;border-top:1px solid var(--sh-border)}.store-campaign-main>img{object-position:center top}