:root{--color-white:#fff;--color-mist:#f5f5f7;--color-frost:#fafafc;--color-hairline:#d6d6d6;--color-control:#e6e6e8;--color-ink:#1d1d1f;--color-slate:#707070;--color-steel:#86868b;--color-link:#06c;--color-blue:#0071e3;--color-blue-hover:#0077ed;--color-launch:#b64400;--font:"Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-card:28px;--radius-media:20px;--radius-link:10px;--radius-pill:9999px;--page-max-width:1200px;--section-gap:90px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-white);color:var(--color-ink);font:400 17px/1.47 var(--font);letter-spacing:-.022em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-weight:600}button,input,select,textarea{font:inherit;color:inherit;letter-spacing:inherit}::selection{background:var(--color-blue);color:var(--color-white)}:where(a,button,input,select,textarea,summary):focus-visible{outline:2px solid var(--color-blue);outline-offset:2px}:root{--ease:cubic-bezier(.25, .1, .25, 1);--speed:.24s}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}a{color:var(--color-link);text-decoration:none}a:hover{text-decoration:underline}.card{border-radius:var(--radius-card);background:var(--color-white);box-shadow:0 0 0 1px var(--color-control);padding:28px}.band .card,.surface-mist .card{box-shadow:none}.tag{border-radius:var(--radius-pill);background:var(--color-mist);min-height:22px;color:var(--color-ink);letter-spacing:-.01em;white-space:nowrap;align-items:center;padding:1px 10px;font-size:12px;font-weight:500;line-height:1.5;display:inline-flex}.tag-outline{background:var(--color-white);box-shadow:inset 0 0 0 1px var(--color-steel)}.tag-dark{background:var(--color-ink);color:var(--color-white)}.tag-accent{background:var(--color-blue);color:var(--color-white)}.launch{color:var(--color-launch);letter-spacing:-.01em;font-size:12px;font-weight:600;line-height:1.33}.btn{border-radius:var(--radius-pill);min-height:40px;color:var(--color-ink);letter-spacing:-.015em;white-space:nowrap;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:8px;padding:8px 20px;font-size:15px;font-weight:400;line-height:1.33;text-decoration:none;display:inline-flex}.btn:hover{text-decoration:none}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--color-blue);color:var(--color-white)}.btn-primary:hover:not(:disabled){background:var(--color-blue-hover)}.btn-secondary{box-shadow:inset 0 0 0 1px var(--color-steel);background:0 0}.btn-secondary:hover:not(:disabled){box-shadow:inset 0 0 0 1px var(--color-ink)}.btn-ghost{color:var(--color-link);padding-inline:8px}.btn-ghost:hover:not(:disabled){text-decoration:underline}.btn-small{min-height:30px;padding:4px 14px;font-size:12px}.btn-large{min-height:48px;padding:12px 28px;font-size:17px}.link-ghost{color:var(--color-link);align-items:center;gap:4px;font-size:17px;text-decoration:none;display:inline-flex}.link-ghost i{font-style:normal}.link-ghost:hover{text-decoration:underline}select{min-height:44px;box-shadow:inset 0 0 0 1px var(--color-steel);appearance:none;background:var(--color-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%231d1d1f' stroke-width='1.5'/%3E%3C/svg%3E") right 16px center/10px 6px no-repeat;color:var(--color-ink);cursor:pointer;border:0;border-radius:12px;padding:10px 40px 10px 18px;font-size:15px}select:hover:not(:disabled){box-shadow:inset 0 0 0 1px var(--color-ink)}input[type=range],input[type=checkbox],input[type=radio]{accent-color:var(--color-blue)}input[type=text],input[type=number],input[type=email],input[type=password],input[type=search],input[type=tel],textarea{min-height:44px;box-shadow:inset 0 0 0 1px var(--color-steel);background:var(--color-white);color:var(--color-ink);border:0;border-radius:12px;padding:10px 16px;font-family:inherit;font-size:15px}input[type=text]::placeholder,input[type=number]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,textarea::placeholder{color:var(--color-steel)}input[type=text]:hover:not(:disabled),input[type=number]:hover:not(:disabled),input[type=email]:hover:not(:disabled),input[type=password]:hover:not(:disabled),input[type=search]:hover:not(:disabled),input[type=tel]:hover:not(:disabled),textarea:hover:not(:disabled){box-shadow:inset 0 0 0 1px var(--color-ink)}input[type=text]:disabled,input[type=number]:disabled,input[type=email]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=tel]:disabled,textarea:disabled{background:var(--color-mist);color:var(--color-slate);box-shadow:none}textarea{resize:vertical;width:100%;line-height:1.5}.notice{background:var(--color-mist);color:var(--color-ink);border-radius:18px;margin:16px 0;padding:14px 20px;font-size:14px}.notice-error{background:var(--color-white);box-shadow:inset 0 0 0 1px var(--color-ink)}.notice-success{background:var(--color-mist)}.notice-success:before{content:"✓  ";color:var(--color-blue);font-weight:600}.kicker{color:var(--color-launch);letter-spacing:-.01em;font-size:14px;font-weight:600}.muted-text{color:var(--color-slate)}.loading,.empty{color:var(--color-slate);padding:24px 0;font-size:17px}code,pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.app{background:var(--color-white);flex-direction:column;min-height:100svh;display:flex}.app>main{flex:1}.container{width:min(var(--page-max-width), 100% - 4rem);margin-inline:auto}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.site-logo{height:20px;color:var(--color-ink);flex:none;align-items:center;gap:8px;text-decoration:none;display:flex}.site-logo img{object-fit:contain;width:auto;height:100%}.site-logo span{letter-spacing:-.01em;font-size:15px;font-weight:600}.site-logo:hover{text-decoration:none}.language-toggle{border-radius:var(--radius-pill);background:var(--color-mist);align-items:center;gap:2px;padding:2px;display:inline-flex}.language-toggle>i{display:none}.language-toggle button{border-radius:var(--radius-pill);min-width:30px;min-height:26px;color:var(--color-slate);cursor:pointer;background:0 0;border:0;padding:0 6px;font-size:11px;font-weight:500}.language-toggle button:hover{color:var(--color-ink)}.language-toggle button.is-active{background:var(--color-white);color:var(--color-ink);box-shadow:inset 0 0 0 1px var(--color-control);font-weight:600}.site-footer{margin-top:var(--section-gap);background:var(--color-mist);color:var(--color-slate);font-size:12px}.site-footer-inner{width:min(var(--page-max-width), 100% - 4rem);margin:0 auto;padding:32px 0 24px}.site-footer-perks{border-bottom:1px solid var(--color-hairline);grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px;padding-bottom:28px;list-style:none;display:grid}.site-footer-perks li{color:var(--color-ink);letter-spacing:-.01em;align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.site-footer-perks svg{background:var(--color-white);border-radius:50%;flex:none;width:40px;height:40px;padding:9px}.site-footer-top{border-bottom:1px solid var(--color-hairline);justify-content:space-between;gap:40px;padding-bottom:24px;display:flex}.site-footer-brand{max-width:360px}.site-footer-brand .site-logo{height:16px}.site-footer-brand p{margin-top:12px;line-height:1.5}.site-footer-links{grid-template-columns:repeat(3,minmax(150px,auto));gap:32px;display:grid}.site-footer-links div{flex-direction:column;gap:8px;display:flex}.site-footer-links h4{color:var(--color-ink);font-size:12px;font-weight:600}.site-footer-links a{color:var(--color-slate);text-decoration:none}.site-footer-links a:hover{color:var(--color-ink);text-decoration:underline}.site-footer-bottom{justify-content:space-between;gap:16px;padding-top:16px;display:flex}.site-footer-bottom a{color:var(--color-slate)}@media (width<=833px){.site-footer-top{flex-direction:column}.site-footer-perks{grid-template-columns:1fr;gap:12px}}@media (width<=734px){.container,.site-footer-inner{width:calc(100% - 32px)}.site-footer{margin-top:64px}.site-footer-links{grid-template-columns:1fr 1fr}.site-footer-bottom{flex-direction:column}}.page{padding:56px 0 24px}.page-head{flex-direction:column;align-items:flex-start;gap:12px;max-width:820px;margin-bottom:40px;display:flex}.page-head h1{letter-spacing:-.02em;font-size:clamp(34px,5vw,48px);line-height:1.08}.page-head p{color:var(--color-slate);letter-spacing:-.01em;font-size:19px;line-height:1.4}.page-head-row{flex-flow:wrap;justify-content:space-between;align-items:flex-end;max-width:none}.section{margin-top:var(--section-gap)}.section-head{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:28px;display:flex}.section-head h2{letter-spacing:-.015em;font-size:clamp(28px,3.4vw,40px);line-height:1.1}.band{margin-top:var(--section-gap);padding:4px 0 var(--section-gap);background:var(--color-mist)}.breadcrumbs{color:var(--color-slate);flex-wrap:wrap;gap:8px;margin-bottom:28px;font-size:12px;display:flex}.breadcrumbs a{color:var(--color-slate)}.breadcrumbs [aria-current]{color:var(--color-ink)}.hero{text-align:center;padding:72px 0 0}.hero-copy{flex-direction:column;align-items:center;gap:16px;display:flex}.hero-copy h1{letter-spacing:-.015em;max-width:900px;font-size:clamp(44px,7vw,80px);line-height:1.05}.hero-copy>p{max-width:640px;color:var(--color-ink);letter-spacing:.01em;font-size:21px;line-height:1.38}.hero-kicker{letter-spacing:.01em;font-size:21px;font-weight:600}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px 32px;margin-top:8px;display:flex}.hero-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:min(1440px,100% - 44px);margin:64px auto 0;display:grid}.hero-tile{border-radius:var(--radius-card);aspect-ratio:4/5;background:var(--color-mist);color:var(--color-ink);text-decoration:none;position:relative;overflow:hidden}.hero-tile .hero-tile-image{object-fit:cover;width:100%;height:100%;display:block}.hero-tile span{border-radius:var(--radius-pill);text-align:left;white-space:nowrap;text-overflow:ellipsis;background:#ffffffe6;padding:10px 16px;font-size:14px;font-weight:600;position:absolute;bottom:16px;left:16px;right:16px;overflow:hidden}.hero-tile:hover{text-decoration:none}.hero-tile:hover span{text-decoration:underline}.hero-stats{justify-content:center;gap:64px;margin-top:48px;display:flex}.hero-stats dt{font-size:40px;font-weight:600;line-height:1}.hero-stats dd{color:var(--color-slate);margin-top:6px;font-size:14px}.category-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:16px;display:grid}.category-tile{color:var(--color-ink);text-align:center;flex-direction:column;align-items:center;gap:10px;text-decoration:none;display:flex}.category-tile .category-art{aspect-ratio:1;border-radius:var(--radius-media);width:100%;display:block}.category-tile span{font-size:14px;font-weight:600;line-height:1.2}.category-tile small{color:var(--color-slate);margin-top:-6px;font-size:12px}.category-tile:hover{text-decoration:none}.category-tile:hover span{color:var(--color-link)}.steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;list-style:none;display:grid}.steps li{border-radius:var(--radius-card);background:var(--color-mist);padding:32px 28px}.steps h3{letter-spacing:.005em;margin:12px 0 8px;font-size:24px;line-height:1.17}.steps p{color:var(--color-slate);font-size:17px}.step-number{color:var(--color-launch);font-size:14px;font-weight:600}.sell-band{margin-top:var(--section-gap);border-radius:var(--radius-card);background:var(--color-mist);text-align:center;flex-direction:column;align-items:center;gap:16px;padding:72px 28px;display:flex}.sell-band h2{letter-spacing:-.01em;font-size:clamp(30px,4vw,48px);line-height:1.08}.sell-band p{max-width:600px;color:var(--color-slate);font-size:19px}.sell-band .btn{margin-top:8px}.product-layout{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);align-items:start;gap:56px;display:grid}.gallery{flex-direction:column;gap:12px;display:flex}.gallery-main{aspect-ratio:1;border-radius:var(--radius-card);object-fit:cover;background:var(--color-mist);width:100%;display:block}.gallery-thumbs{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.gallery-thumbs button{aspect-ratio:1;cursor:pointer;box-shadow:0 0 0 1px var(--color-control);background:0 0;border:0;border-radius:14px;padding:0;overflow:hidden}.gallery-thumbs button.is-active{box-shadow:0 0 0 2px var(--color-blue)}.gallery-thumbs img{object-fit:cover;width:100%;height:100%;display:block}.product-info{flex-direction:column;align-items:flex-start;gap:12px;display:flex;position:sticky;top:24px}.product-info h1{letter-spacing:-.01em;font-size:clamp(32px,3.6vw,48px);line-height:1.08}.product-shop{color:var(--color-slate);font-size:14px}.product-rating{color:inherit}.product-rating:hover{text-decoration:none}.buy-box{border-radius:var(--radius-card);background:var(--color-mist);flex-direction:column;gap:16px;width:100%;margin-top:16px;padding:28px;display:flex}.buy-box .notice{background:var(--color-white);margin:0}.buy-box .notice-error{box-shadow:inset 0 0 0 1px var(--color-ink)}.buy-row{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.buy-row .btn{flex:1;min-width:150px;min-height:44px;font-size:17px}.quantity-field input{width:88px}.reserve-toggle{align-self:flex-start;padding-left:0;font-size:17px}.reserve-form{border-top:1px solid var(--color-hairline);flex-direction:column;gap:12px;padding-top:16px;display:flex}.reserve-form p{color:var(--color-slate);font-size:14px}.reserve-form .btn{align-self:flex-start}.product-facts{color:var(--color-slate);flex-direction:column;gap:10px;margin-top:8px;font-size:14px;list-style:none;display:flex}.product-facts strong{color:var(--color-ink);font-weight:600}.product-details{margin-top:var(--section-gap);grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:56px;display:grid}.product-details h2{letter-spacing:.007em;margin-bottom:20px;font-size:28px}.product-details p{color:var(--color-ink);white-space:pre-line;margin-bottom:14px;line-height:1.47}.specs{border-collapse:collapse;width:100%;font-size:14px}.specs th,.specs td{border-bottom:1px solid var(--color-hairline);text-align:left;vertical-align:top;padding:14px 0}.specs th{width:45%;color:var(--color-slate);font-weight:400}.reviews-layout{grid-template-columns:280px minmax(0,1fr);gap:56px;display:grid}.reviews-summary{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.reviews-average{flex-direction:column;gap:6px;display:flex}.reviews-average strong{letter-spacing:-.02em;font-size:64px;line-height:1}.reviews-average>span:last-child{color:var(--color-slate);font-size:14px}.histogram{flex-direction:column;gap:8px;width:100%;font-size:12px;list-style:none;display:flex}.histogram li{grid-template-columns:32px 1fr 24px;align-items:center;gap:10px;display:grid}.histogram i{background:var(--color-control);border-radius:2px;height:4px;overflow:hidden}.histogram b{background:var(--color-ink);height:100%;display:block}.histogram span:last-child{color:var(--color-slate);text-align:right}.reviews-list{flex-direction:column;display:flex}.review{border-bottom:1px solid var(--color-hairline);padding:20px 0}.review header{flex-wrap:wrap;align-items:center;gap:8px 12px;margin-bottom:8px;font-size:14px;display:flex}.review time{color:var(--color-slate);margin-left:auto;font-size:12px}.review p{font-size:17px;line-height:1.47}.review small{color:var(--color-slate);margin-top:8px;font-size:12px;display:block}.review.card{border-bottom:0;padding:28px}.review-form{flex-direction:column;gap:14px;margin-bottom:20px;display:flex;background:var(--color-mist)!important;box-shadow:none!important}.star-input{gap:4px;display:flex}.star-input button{color:var(--color-hairline);cursor:pointer;background:0 0;border:0;padding:0 2px;font-size:30px;line-height:1}.star-input button.is-on{color:var(--color-ink)}.field-label{font-size:14px;font-weight:600}.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.shop-card{border-radius:var(--radius-card);background:var(--color-mist);color:var(--color-ink);gap:18px;padding:28px;text-decoration:none;display:flex}.shop-card h3{letter-spacing:.01em;font-size:21px}.shop-card p{color:var(--color-slate);margin:4px 0 12px;font-size:14px}.shop-card:hover{text-decoration:none}.shop-card:hover h3{color:var(--color-link)}.band .shop-card{background:var(--color-white)}.shop-card-meta{color:var(--color-slate);flex-wrap:wrap;align-items:center;gap:6px 14px;font-size:12px;display:flex}.shop-mark{background:var(--color-ink);width:52px;height:52px;color:var(--color-white);border-radius:16px;flex:none;place-items:center;font-size:17px;font-weight:600;display:grid}.shop-reviews{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.shop-reviews .card{background:var(--color-mist);box-shadow:none}.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:28px;display:grid}.cart-groups,.checkout-main{flex-direction:column;gap:20px;display:flex}.cart-group h2{margin-bottom:8px;font-size:21px}.cart-group h2 a{color:var(--color-ink)}.cart-group h2 small{color:var(--color-slate);font-size:14px;font-weight:400}.cart-line{border-top:1px solid var(--color-hairline);grid-template-columns:88px minmax(0,1fr) 80px 120px auto;align-items:center;gap:20px;padding:20px 0;display:grid}.cart-line.card{grid-template-columns:auto auto 1fr}.cart-line.is-blocked .cart-line-info a{color:var(--color-slate)}.cart-line-image{background:var(--color-mist);border-radius:16px;width:88px;height:88px;overflow:hidden}.cart-line-info{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.cart-line-info a{color:var(--color-ink);font-size:17px;font-weight:600}.cart-line-info span{color:var(--color-slate);font-size:14px}.cart-quantity{width:80px}.cart-line-total{text-align:right;font-size:17px}.cart-summary,.checkout-summary{flex-direction:column;gap:14px;display:flex;position:sticky;top:24px;background:var(--color-mist)!important;box-shadow:none!important}.cart-summary h2,.checkout-summary h2{font-size:24px}.cart-summary .btn,.checkout-summary .btn{width:100%;min-height:48px;font-size:17px}.cart-summary .notice,.checkout-summary .notice{background:var(--color-white);margin:0}.summary-row{justify-content:space-between;gap:16px;font-size:14px;display:flex}.summary-row.is-blocked{color:var(--color-slate);text-decoration:line-through}.summary-muted{color:var(--color-slate)}.summary-total{border-top:1px solid var(--color-hairline);padding-top:14px;font-size:17px}.summary-total strong{font-size:24px}.summary-shop{border-bottom:1px solid var(--color-hairline);flex-direction:column;gap:6px;padding-bottom:14px;display:flex}.summary-shop>strong{font-size:14px}.checkout-main .card{flex-direction:column;gap:18px;display:flex}.checkout-main .card h2{font-size:24px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-grid input{width:100%}.form-grid .field-wide{grid-column:1/-1}.choice-list{flex-direction:column;gap:10px;display:flex}.choice{box-shadow:inset 0 0 0 1px var(--color-steel);cursor:pointer;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 20px;display:grid}.choice:hover{box-shadow:inset 0 0 0 1px var(--color-ink)}.choice.is-selected{box-shadow:inset 0 0 0 2px var(--color-blue)}.choice-text{flex-direction:column;display:flex}.choice-text strong{font-size:17px;font-weight:600}.choice-text small{color:var(--color-slate);font-size:12px}.choice-price{white-space:nowrap;font-size:14px}.done-orders{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin-bottom:40px;display:grid}.done-orders .card{background:var(--color-mist);box-shadow:none;flex-direction:column;gap:10px;display:flex}.done-orders h2{margin-bottom:8px;font-size:21px}.done-orders h2 small{color:var(--color-slate);font-size:14px;font-weight:400}.bank{background:var(--color-white);border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:8px;padding:20px;display:grid}.bank dt{color:var(--color-slate);font-size:12px}.bank dd{font-size:17px;font-weight:600}@media (width<=1068px){.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.shop-grid,.shop-reviews,.hero-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=833px){.product-layout,.product-details,.reviews-layout,.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr)}.product-info,.cart-summary,.checkout-summary{position:static}.steps{grid-template-columns:1fr}}@media (width<=734px){:root{--section-gap:64px}.page{padding-top:36px}.hero{padding-top:48px}.hero-copy>p{font-size:19px}.hero-gallery{gap:12px;width:calc(100% - 32px);margin-top:40px}.hero-tile span{padding:6px 12px;font-size:12px;bottom:10px;left:10px;right:10px}.hero-stats{gap:32px}.hero-stats dt{font-size:28px}.shop-grid,.shop-reviews{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.category-tile span{font-size:12px}.form-grid{grid-template-columns:1fr}.cart-line{grid-template-columns:64px minmax(0,1fr) auto}.cart-line-image{width:64px;height:64px}.cart-line-total{text-align:left;grid-column:2}.sell-band{padding:48px 20px}.bank{grid-template-columns:1fr}.buy-box{padding:20px}}.auth-page{padding:72px 0 24px}.auth-card{max-width:480px;margin:0 auto;padding:44px 40px;background:var(--color-mist)!important;box-shadow:none!important}.auth-card h1{letter-spacing:-.01em;text-align:center;font-size:40px;line-height:1.1}.auth-lead{color:var(--color-slate);text-align:center;margin-top:10px;font-size:17px}.form{flex-direction:column;gap:16px;display:flex}.form h2,.form h3{letter-spacing:.01em;font-size:21px}.form .notice{margin:0}.auth-card .form{margin-top:28px}.auth-card .form .btn{width:100%;min-height:48px;font-size:17px}.field{flex-direction:column;gap:6px;display:flex}.field>span{font-size:14px;font-weight:600}.field small{color:var(--color-slate);font-size:12px}.form-note{color:var(--color-slate);font-size:12px;line-height:1.4}.form-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.auth-links{border-top:1px solid var(--color-hairline);color:var(--color-slate);flex-direction:column;align-items:center;gap:8px;margin-top:24px;padding-top:20px;font-size:14px;display:flex}.prompt-card{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:560px;margin:0 auto;padding:48px 40px;display:flex;background:var(--color-mist)!important;box-shadow:none!important}.prompt-card h1{letter-spacing:.007em;font-size:28px}.prompt-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.side-layout{grid-template-columns:200px minmax(0,1fr);gap:48px;display:grid}.side-nav{flex-direction:column;gap:2px;display:flex}.side-nav a{border-radius:var(--radius-link);color:var(--color-ink);padding:8px 12px;font-size:14px;text-decoration:none}.side-nav a:hover{background:var(--color-mist);text-decoration:none}.side-nav a[aria-current=page]{background:var(--color-mist);font-weight:600}.side-title{letter-spacing:.007em;margin-bottom:20px;font-size:28px}.back-link{margin-bottom:20px}.order-list{flex-direction:column;gap:12px;display:flex}.order-row{color:var(--color-ink);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:20px;padding:20px 28px;text-decoration:none;display:grid;background:var(--color-mist)!important;box-shadow:none!important}.order-row>div{flex-direction:column;gap:2px;min-width:0;display:flex}.order-row span{color:var(--color-slate);font-size:14px}.order-row:hover{text-decoration:none}.order-row:hover strong:first-child{color:var(--color-link)}.order-detail-head{align-items:flex-start}.status-group{align-items:center}.order-row .tag,.seller-order>summary .tag{background:var(--color-white);color:var(--color-ink);font-size:12px}.order-row .tag-outline,.seller-order>summary .tag-outline{box-shadow:inset 0 0 0 1px var(--color-steel)}.order-row .tag-dark,.seller-order>summary .tag-dark{background:var(--color-ink);color:var(--color-white)}.order-row-items{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.status-group{flex-wrap:wrap;gap:6px;display:inline-flex}.order-detail{flex-direction:column;gap:28px;display:flex}.order-detail-head{flex-wrap:wrap;justify-content:space-between;gap:16px;display:flex}.order-detail-head h2{letter-spacing:.007em;font-size:28px}.order-detail-head p{color:var(--color-slate);font-size:14px}.table-wrap{overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:14px}.table th,.table td{border-bottom:1px solid var(--color-hairline);text-align:left;vertical-align:middle;padding:14px 10px}.table th{color:var(--color-slate);font-size:12px;font-weight:400}.table .num{text-align:right;white-space:nowrap}.table tr.muted td{color:var(--color-slate)}.table tr.total td{border-bottom:0;font-size:17px;font-weight:600}.row-actions{text-align:right;white-space:nowrap}.row-actions .btn+.btn{margin-left:6px}.detail-list{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.detail-list dt{color:var(--color-slate);margin-bottom:4px;font-size:12px}.detail-list dd{font-size:14px;line-height:1.5}.reservation-row{grid-template-columns:72px minmax(0,1fr) auto auto;align-items:center;gap:20px;padding:20px 28px;display:grid;background:var(--color-mist)!important;box-shadow:none!important}.reservation-row>div{flex-direction:column;gap:2px;display:flex}.reservation-row span{color:var(--color-slate);font-size:14px}.reservation-row strong a{color:var(--color-ink)}.reservation-image{border-radius:16px;width:72px;height:72px;overflow:hidden}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;display:grid}.settings-grid .card{background:var(--color-mist);box-shadow:none}.sell-layout{grid-template-columns:minmax(0,1fr) minmax(0,480px);align-items:start;gap:64px;display:grid}.sell-layout>.card{background:var(--color-mist);box-shadow:none}.sell-copy{flex-direction:column;gap:20px;display:flex}.sell-copy h1{letter-spacing:-.015em;font-size:clamp(40px,6vw,64px);line-height:1.05}.sell-copy>p{font-size:21px;line-height:1.38}.check-list{flex-direction:column;gap:12px;font-size:17px;list-style:none;display:flex}.check-list li:before{content:"✓";color:var(--color-blue);margin-right:12px;font-weight:600}.tabs{border-bottom:1px solid var(--color-hairline);gap:28px;margin-bottom:32px;display:flex;overflow-x:auto}.tabs a,.tabs button{color:var(--color-slate);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:12px 0;font-size:17px;font-weight:500;text-decoration:none;display:inline-flex}.tabs a:hover,.tabs button:hover{color:var(--color-ink);text-decoration:none}.tabs a[aria-current=page],.tabs button[aria-current=page]{border-bottom-color:var(--color-ink);color:var(--color-ink)}.tabs .count{background:var(--color-ink);min-width:18px;color:var(--color-white);text-align:center;border-radius:9px;padding:0 5px;font-size:11px}.stat-grid{margin-bottom:var(--section-gap);grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.stat{border-radius:var(--radius-card);background:var(--color-mist);color:var(--color-ink);flex-direction:column;gap:8px;padding:28px;text-decoration:none;display:flex}.stat>span:first-child{color:var(--color-slate);font-size:14px}.stat strong{letter-spacing:-.01em;font-size:40px;line-height:1}a.stat:hover{text-decoration:none}a.stat:hover>span:first-child{color:var(--color-link)}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;display:grid}.chip{border-radius:var(--radius-pill);min-height:32px;box-shadow:inset 0 0 0 1px var(--color-steel);background:var(--color-white);color:var(--color-ink);cursor:pointer;border:0;padding:4px 16px;font-size:12px}.chip:hover{box-shadow:inset 0 0 0 1px var(--color-ink)}.chip.is-active{background:var(--color-ink);color:var(--color-white);box-shadow:none}.seller-order{padding:0;background:var(--color-mist)!important;box-shadow:none!important}.seller-order>summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:20px;padding:20px 28px;list-style:none;display:grid}.seller-order>summary::-webkit-details-marker{display:none}.seller-order>summary>div{flex-direction:column;gap:2px;display:flex}.seller-order>summary span{color:var(--color-slate);font-size:14px}.seller-order[open]>summary{border-bottom:1px solid var(--color-hairline)}.seller-order-body{flex-direction:column;gap:20px;padding:20px 28px 28px;display:flex}.seller-order-body .notice{background:var(--color-white);margin:0}.seller-reservation{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:20px;padding:20px 28px;display:grid;background:var(--color-mist)!important;box-shadow:none!important}.seller-reservation>div:first-child{flex-direction:column;gap:2px;display:flex}.seller-reservation span{color:var(--color-slate);font-size:14px}.seller-reservation strong a{color:var(--color-ink)}.seller-reservation .note{color:var(--color-ink);font-style:italic}.narrow-form{max-width:640px;background:var(--color-mist)!important;box-shadow:none!important}.thumb{object-fit:cover;background:var(--color-mist);border-radius:12px;width:56px;height:56px;display:block}.product-table td:nth-child(2){min-width:220px}.product-table td:nth-child(2) a{color:var(--color-ink);font-weight:600}.editor-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:28px;display:grid}.editor-form{flex-direction:column;gap:20px;display:flex}.editor-form .card{background:var(--color-mist);box-shadow:none}.editor-form input[type=text],.editor-form select{width:100%}.spec-row{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) auto;gap:8px;display:grid}.editor-photos{flex-direction:column;gap:16px;display:flex;position:sticky;top:24px;background:var(--color-mist)!important;box-shadow:none!important}.editor-photos h2{font-size:21px}.photo-manager{flex-direction:column;gap:14px;display:flex}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.photo{flex-direction:column;gap:4px;display:flex}.photo img{aspect-ratio:1;object-fit:cover;border-radius:16px;width:100%;display:block}.photo figcaption{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px;display:flex}.photo .btn{min-height:26px;padding:2px 6px;font-size:12px}.inline-search{gap:8px;max-width:480px;margin-bottom:20px;display:flex}.inline-search input{border-radius:980px;flex:1}.side-nav a{justify-content:space-between;align-items:center;gap:8px;display:flex}.side-nav .count,.questions-card .count{border-radius:var(--radius-pill);background:var(--color-ink);min-width:20px;color:var(--color-white);text-align:center;padding:0 6px;font-size:11px;font-weight:600;line-height:18px}.order-row-thumbs{grid-template-columns:auto minmax(0,1fr) auto auto}.order-thumbs{gap:0;display:flex}.order-thumb{background:var(--color-white);width:56px;height:56px;box-shadow:0 0 0 2px var(--color-mist);border-radius:14px;flex:none;place-items:center;font-weight:600;display:grid;overflow:hidden;color:var(--color-slate)!important;font-size:13px!important}.order-thumb img,.order-thumb svg{object-fit:cover;width:100%;height:100%;display:block}.order-thumbs .order-thumb+.order-thumb{margin-left:-14px}.order-thumb-letter{color:var(--color-steel);text-transform:uppercase;font-size:20px}.order-timeline{border-radius:var(--radius-media);background:var(--color-mist);padding:24px}.order-timeline h3{margin-bottom:18px;font-size:15px}.order-timeline ol{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;list-style:none;display:grid}.order-timeline li{color:var(--color-slate);flex-direction:column;gap:10px;padding-right:12px;display:flex;position:relative}.order-timeline li:not(:last-child):after{content:"";background:var(--color-hairline);border-radius:1px;height:2px;position:absolute;top:14px;left:36px;right:8px}.order-timeline li.is-done:not(:last-child):after{background:var(--color-ink)}.order-timeline li>div{flex-direction:column;gap:2px;display:flex}.order-timeline li strong{color:var(--color-ink);font-size:14px;font-weight:600}.order-timeline li span{font-size:12px}.order-timeline li:not(.is-done) strong{color:var(--color-slate);font-weight:500}.timeline-dot{width:30px;height:30px;box-shadow:inset 0 0 0 1px var(--color-steel);background:var(--color-white);color:var(--color-slate);border-radius:50%;place-items:center;font-weight:600;display:grid;font-size:13px!important}.timeline-dot svg{font-size:16px}.is-done>.timeline-dot{background:var(--color-ink);color:var(--color-white);box-shadow:none}.is-current>.timeline-dot{box-shadow:0 0 0 4px var(--color-white), 0 0 0 5px var(--color-ink)}.is-cancelled>.timeline-dot{background:var(--color-white);color:var(--color-launch);box-shadow:inset 0 0 0 2px var(--color-launch);font-size:18px!important}.order-timeline li.is-cancelled strong{color:var(--color-launch)}.order-items{flex-direction:column;gap:10px;display:flex}.order-items h3{font-size:15px}.order-items .summary-row{font-size:14px}.order-items .summary-total{margin-top:4px}.order-item{border-bottom:1px solid var(--color-hairline);grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:16px;padding-bottom:12px;display:grid}.order-item .order-thumb{background:var(--color-mist);box-shadow:none}.order-item>div{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.order-item>div>a:first-child{color:var(--color-ink);font-size:15px;font-weight:600}.order-item small{color:var(--color-slate);font-size:13px}.order-item>strong{font-size:15px}.order-item-review{font-size:13px}.countdown{flex-direction:column;gap:6px;max-width:320px;margin-top:6px;display:flex}.countdown-text{align-items:center;gap:6px;font-weight:500;display:inline-flex;color:var(--color-ink)!important;font-size:13px!important}.countdown-text svg{font-size:15px}.countdown-text em{font-style:normal}.countdown-bar{border-radius:var(--radius-pill);background:var(--color-control);height:4px;overflow:hidden}.countdown-bar span{background:var(--color-ink);transform-origin:0;height:100%;transition:transform var(--speed) var(--ease);display:block}.is-soon .countdown-bar span{background:var(--color-launch)}.stat-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-grid-4 .stat strong{font-size:32px}.stat-attention{box-shadow:inset 0 0 0 2px var(--color-ink)}.stat-grid:has(+.questions-card){margin-bottom:20px}.questions-card{margin-bottom:var(--section-gap);flex-direction:column;gap:18px;display:flex}.questions-card header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px 20px;display:flex}.questions-card h2{align-items:center;gap:10px;font-size:24px;display:flex}.questions-card header p{color:var(--color-slate);margin-top:4px;font-size:14px}.questions-card ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;list-style:none;display:grid}.questions-card li a{border-radius:var(--radius-media);background:var(--color-mist);height:100%;color:var(--color-ink);flex-direction:column;gap:6px;padding:16px 18px;text-decoration:none;display:flex}.questions-card li a:hover{text-decoration:none}.questions-card li a:hover small{color:var(--color-link)}.questions-card small{color:var(--color-slate);font-size:12px;font-weight:600}.questions-card li span{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.questions-card em{color:var(--color-slate);margin-top:auto;font-size:12px;font-style:normal}.seller-questions-head{margin-bottom:16px}.seller-questions-head .side-title{margin-bottom:6px}.seller-questions-head .form-note{font-size:14px}.question-list{flex-direction:column;gap:12px;display:flex}.question-item{grid-template-columns:220px minmax(0,1fr);gap:24px;padding:22px 26px;scroll-margin-top:80px;display:grid;background:var(--color-mist)!important;box-shadow:none!important}.question-item.is-open{background:var(--color-white)!important;box-shadow:inset 0 0 0 1px var(--color-steel)!important}.question-product{color:var(--color-ink);flex-direction:column;align-items:flex-start;gap:10px;font-size:14px;font-weight:600;line-height:1.3;display:flex}.question-product:hover{color:var(--color-link);text-decoration:none}.question-thumb{background:var(--color-mist);border-radius:16px;width:72px;height:72px;overflow:hidden}.question-thumb img,.question-thumb svg{object-fit:cover;width:100%;height:100%;display:block}.question-body{flex-direction:column;gap:10px;min-width:0;display:flex}.question-meta{color:var(--color-slate);font-size:12px}.question-text{white-space:pre-line;font-size:17px;line-height:1.45}.question-answer{border-left:2px solid var(--color-ink);background:var(--color-white);border-radius:0 14px 14px 0;flex-direction:column;align-items:flex-start;gap:4px;padding:14px 18px;display:flex}.question-answer p:not(.question-meta){white-space:pre-line;font-size:15px;line-height:1.5}.question-answer .btn{margin-left:-8px}.question-form{flex-direction:column;gap:10px;display:flex}.question-form .form-note{margin-left:auto}@media (width<=833px){.side-layout,.sell-layout,.editor-layout,.two-columns,.settings-grid{grid-template-columns:1fr}.stat-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.questions-card ul{grid-template-columns:1fr}.side-nav{flex-flow:wrap}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-photos{position:static}}@media (width<=734px){.auth-card{padding:32px 20px}.auth-card h1{font-size:32px}.order-row,.seller-order>summary,.seller-reservation{grid-template-columns:1fr;gap:8px;padding:18px 20px}.reservation-row{grid-template-columns:56px minmax(0,1fr);padding:18px 20px}.reservation-image{width:56px;height:56px}.reservation-row>.tag,.reservation-row>button{grid-column:2;justify-self:start}.stat{padding:20px}.stat strong{font-size:28px}.tabs{gap:20px}.order-row-thumbs{grid-template-columns:1fr}.order-thumb{width:48px;height:48px}.order-timeline{padding:20px}.order-timeline ol{grid-auto-flow:row;gap:14px}.order-timeline li{flex-direction:row;align-items:center;gap:14px}.order-timeline li:not(:last-child):after{width:2px;height:auto;inset:34px auto -12px 14px}.order-item{grid-template-columns:48px minmax(0,1fr) auto;gap:12px}.question-item{grid-template-columns:1fr;gap:14px;padding:18px 20px}.question-product{flex-direction:row;align-items:center}.question-thumb{border-radius:12px;flex:none;width:48px;height:48px}}@keyframes shell-fade-down{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@keyframes shell-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes shell-slide-in{0%{transform:translate(100%)}to{transform:none}}@keyframes shell-fade{0%{opacity:0}to{opacity:1}}@keyframes ticker-scroll{to{transform:translate(-50%)}}.ticker{background:var(--color-mist);height:36px;color:var(--color-ink);letter-spacing:-.01em;align-items:center;font-size:12px;display:flex;position:relative;overflow:hidden}.ticker-viewport{flex:1;min-width:0;height:100%;overflow:hidden}.ticker-track{will-change:transform;width:max-content;height:100%;animation:80s linear infinite ticker-scroll;display:flex}.ticker:hover .ticker-track,.ticker:focus-within .ticker-track,.ticker.is-paused .ticker-track{animation-play-state:paused}.ticker-list{align-items:center;height:100%;list-style:none;display:flex}.ticker-list li{flex:none;padding-right:48px}.ticker-list a,.ticker-list>li>span{color:inherit;white-space:nowrap;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.ticker-list a:hover span{text-decoration:underline}.ticker-list svg{flex:none;width:14px;height:14px}.ticker-list .ticker-arrow{width:12px;height:12px;color:var(--color-link)}.ticker-list .is-launch{color:var(--color-launch);font-weight:600}.ticker-dot{background:var(--color-steel);border-radius:50%;flex:none;width:4px;height:4px}.ticker-toggle{background:var(--color-mist);width:36px;height:36px;color:var(--color-slate);cursor:pointer;border:0;flex:none;place-items:center;display:grid}.ticker-toggle svg{width:12px;height:12px}.ticker-toggle:hover{color:var(--color-ink)}.ticker.is-still .ticker-viewport{scrollbar-width:none;overflow-x:auto}.ticker.is-still .ticker-track{padding-inline:16px;animation:none}@media (prefers-reduced-motion:reduce){.ticker-viewport{scrollbar-width:none;overflow-x:auto}.ticker-toggle{display:none}}.site-header{z-index:40;background:var(--color-white);border-bottom:1px solid var(--color-control);transition:transform var(--speed) var(--ease);position:sticky;top:0}.site-header.is-hidden{transform:translateY(calc(-100% - 1px))}.header-row{width:min(var(--page-max-width), 100% - 4rem);align-items:center;gap:16px;min-height:72px;margin:0 auto;display:flex}.header-row .site-logo{margin-right:4px}.header-row .site-logo-text{font-size:17px;font-weight:600}.site-header.is-compact .header-row{min-height:58px}.site-header.is-compact .header-quick,.site-header.is-compact .header-icon-label{display:none}.site-header.is-compact .search-box{height:40px}.site-header.is-compact .header-categories{min-height:40px}.header-categories{border-radius:var(--radius-pill);background:var(--color-mist);min-height:44px;color:var(--color-ink);cursor:pointer;border:0;flex:none;align-items:center;gap:8px;padding:0 16px 0 14px;font-size:14px;font-weight:500;display:inline-flex}.header-categories svg{width:18px;height:18px}.header-categories .header-chevron{width:14px;height:14px;color:var(--color-slate);transition:transform var(--speed) var(--ease)}.header-categories:hover{box-shadow:inset 0 0 0 1px var(--color-hairline)}.header-categories[aria-expanded=true]{background:var(--color-ink);color:var(--color-white)}.header-categories[aria-expanded=true] .header-chevron{color:inherit;transform:rotate(180deg)}.header-actions{flex:none;align-items:center;gap:6px;display:flex}.header-actions .language-toggle{margin-left:6px}.header-icon{min-width:52px;color:var(--color-ink);border-radius:12px;flex-direction:column;align-items:center;gap:2px;padding:4px 6px;text-decoration:none;display:inline-flex}.header-icon:hover{background:var(--color-mist);text-decoration:none}.header-icon[aria-current=page] .header-icon-label{font-weight:600}.header-icon-glyph{place-items:center;display:grid;position:relative}.header-icon-glyph svg{width:22px;height:22px}.header-icon-label{letter-spacing:-.005em;white-space:nowrap;font-size:11px;line-height:1.2}.header-badge{border-radius:var(--radius-pill);background:var(--color-ink);min-width:17px;height:17px;color:var(--color-white);letter-spacing:0;box-shadow:0 0 0 2px var(--color-white);place-items:center;padding:0 5px;font-size:10px;font-weight:600;line-height:1;display:grid;position:absolute;top:-5px;left:calc(100% - 8px)}.header-badge-cart{background:var(--color-blue)}.header-quick{border-top:1px solid var(--color-control)}.header-quick-row{width:min(var(--page-max-width), 100% - 4rem);scrollbar-width:none;align-items:center;gap:22px;min-height:40px;margin:0 auto;display:flex;overflow-x:auto}.header-quick-row::-webkit-scrollbar{display:none}.header-quick-row a{color:var(--color-slate);white-space:nowrap;flex:none;font-size:13px;text-decoration:none}.header-quick-row a:hover{color:var(--color-ink);text-decoration:none}.header-quick-row a[aria-current=page]{color:var(--color-ink);font-weight:600}.header-quick-row .header-quick-strong{color:var(--color-link)}.header-quick-spacer{flex:1;min-width:8px}.mega-menu{z-index:2;background:var(--color-white);border-top:1px solid var(--color-control);border-bottom:1px solid var(--color-control);animation:shell-fade-down var(--speed) var(--ease);position:absolute;top:100%;left:0;right:0}.mega-inner{width:min(var(--page-max-width), 100% - 4rem);grid-template-columns:1fr 260px;gap:32px;margin:0 auto;padding:24px 0 32px;display:grid}.mega-categories{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.mega-category{border-radius:var(--radius-media);background:var(--color-mist);color:var(--color-ink);align-items:center;gap:14px;padding:12px;font-size:15px;font-weight:500;text-decoration:none;display:flex}.mega-category:hover{box-shadow:inset 0 0 0 1px var(--color-hairline);text-decoration:none}.mega-category:hover .mega-art{transform:scale(1.06)}.mega-art{background:var(--color-white);width:56px;height:56px;transition:transform var(--speed) var(--ease);border-radius:14px;flex:none;overflow:hidden}.mega-art svg{width:100%;height:100%;display:block}.mega-art svg rect:first-child{fill:var(--color-white)}.mega-explore{border-left:1px solid var(--color-control);flex-direction:column;gap:4px;padding-left:32px;display:flex}.mega-explore h2{color:var(--color-slate);letter-spacing:0;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:600}.mega-link{min-height:40px;color:var(--color-ink);align-items:center;gap:12px;font-size:15px;text-decoration:none;display:flex}.mega-link svg{width:20px;height:20px;color:var(--color-slate)}.mega-link:hover{text-decoration:none}.mega-link:hover span{text-decoration:underline}.mega-link.is-launch{color:var(--color-launch);font-weight:600}.mega-link.is-launch svg{color:inherit}.mega-all{color:var(--color-link);align-items:center;gap:6px;margin-top:12px;font-size:15px;display:inline-flex}.mega-all svg{width:16px;height:16px}.search-box{border-radius:var(--radius-pill);background:var(--color-white);min-width:0;height:46px;box-shadow:inset 0 0 0 1.5px var(--color-ink);flex:1;align-items:stretch;gap:4px;padding:3px;display:flex;position:relative}.search-box:focus-within{box-shadow:inset 0 0 0 2px var(--color-blue)}.search-field{flex:1;align-items:center;min-width:0;display:flex;position:relative}.search-field input[type=search]{border-radius:var(--radius-pill);width:100%;height:100%;min-height:0;box-shadow:none;background:0 0;padding:0 36px 0 42px;font-size:15px}.search-field input[type=search]:hover:not(:disabled){box-shadow:none}.search-field input[type=search]:focus-visible{outline:none}.search-field input[type=search]::-webkit-search-cancel-button{display:none}.search-field-icon{width:20px;height:20px;color:var(--color-slate);pointer-events:none;position:absolute;left:14px}.search-clear{width:28px;height:28px;color:var(--color-slate);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;right:6px}.search-clear svg{width:16px;height:16px}.search-clear:hover{background:var(--color-mist);color:var(--color-ink)}.search-submit{min-height:0;padding:0 22px;font-size:14px;font-weight:500}.suggest{z-index:5;overscroll-behavior:contain;border-radius:var(--radius-media);background:var(--color-white);max-height:min(72vh,600px);box-shadow:inset 0 0 0 1px var(--color-hairline);animation:shell-fade-down .16s var(--ease);padding:10px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}.suggest[hidden]{display:none}.suggest-group{padding:4px 0}.suggest-group+.suggest-group{border-top:1px solid var(--color-control)}.suggest-head{color:var(--color-slate);justify-content:space-between;align-items:center;padding:6px 10px 4px;font-size:12px;font-weight:600;display:flex}.suggest-clear{color:var(--color-link);cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:400}.suggest-clear:hover{text-decoration:underline}.suggest-option{color:var(--color-ink);border-radius:12px;align-items:center;gap:12px;text-decoration:none;display:flex}.suggest-option:hover{text-decoration:none}.suggest-option.is-active{background:var(--color-mist)}.suggest-option mark{color:inherit;background:0 0;font-weight:600}.suggest-row{min-height:40px;padding:6px 10px;font-size:14px}.suggest-row>svg{width:18px;height:18px;color:var(--color-slate);flex:none}.suggest-recent{list-style:none}.suggest-recent li{align-items:center;display:flex;position:relative}.suggest-recent .suggest-option{flex:1;min-width:0;padding-right:40px}.suggest-recent .suggest-option span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.suggest-remove{width:28px;height:28px;color:var(--color-steel);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;right:6px}.suggest-remove svg{width:14px;height:14px}.suggest-remove:hover{background:var(--color-control);color:var(--color-ink)}.suggest-chips{flex-wrap:wrap;gap:6px;padding:4px 6px 6px;display:flex}.suggest-chip{border-radius:var(--radius-pill);min-height:32px;box-shadow:inset 0 0 0 1px var(--color-control);padding:0 14px;font-size:13px}.suggest-chip.is-active{box-shadow:inset 0 0 0 1px var(--color-ink)}.suggest-dym strong{color:var(--color-link);font-weight:600}.suggest-muted{color:var(--color-slate)}.suggest-product{padding:6px 10px;font-size:14px}.suggest-thumb{background:var(--color-mist);border-radius:12px;flex:none;width:48px;height:48px;overflow:hidden}.suggest-thumb-image{object-fit:cover;width:100%;height:100%;display:block}.suggest-product-text{flex-direction:column;flex:1;min-width:0;display:flex}.suggest-product-text>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.suggest-product-text .suggest-muted{font-size:12px}.suggest-price{flex-direction:column;flex:none;align-items:flex-end;font-size:14px;display:flex}.suggest-price strong{font-weight:600}.suggest-price s{color:var(--color-slate);font-size:12px}.suggest-status{color:var(--color-slate);padding:12px 10px;font-size:14px}.suggest-all{color:var(--color-link)}.suggest-all>svg{color:inherit}.drawer-layer{z-index:100;position:fixed;inset:0}.drawer-backdrop{animation:shell-fade var(--speed) var(--ease);background:#1d1d1f5c;position:absolute;inset:0}.cart-drawer{background:var(--color-white);width:min(440px,100%);animation:shell-slide-in .28s var(--ease);flex-direction:column;display:flex;position:absolute;top:0;bottom:0;right:0}.cart-drawer:focus{outline:none}.drawer-head{border-bottom:1px solid var(--color-control);justify-content:space-between;align-items:center;min-height:64px;padding:0 16px 0 24px;display:flex}.drawer-head h2{letter-spacing:-.02em;align-items:center;gap:10px;font-size:21px;display:flex}.drawer-count{border-radius:var(--radius-pill);background:var(--color-mist);place-items:center;min-width:24px;height:24px;padding:0 7px;font-size:13px;font-weight:600;display:inline-grid}.drawer-close{background:var(--color-mist);width:40px;height:40px;color:var(--color-ink);cursor:pointer;border:0;border-radius:50%;place-items:center;display:grid}.drawer-close svg{width:18px;height:18px}.drawer-close:hover{background:var(--color-control)}.drawer-body{overscroll-behavior:contain;flex:1;min-height:0;padding:8px 24px 16px;overflow-y:auto}.drawer-skeleton{border-radius:var(--radius-media);background:var(--color-mist);height:92px;margin-top:16px}.drawer-empty{color:var(--color-slate);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:40px 32px;font-size:15px;display:flex}.drawer-empty .btn{margin-top:16px}.drawer-empty-icon{background:var(--color-mist);width:72px;height:72px;color:var(--color-ink);border-radius:50%;place-items:center;margin-bottom:8px;display:grid}.drawer-empty-icon svg{width:32px;height:32px}.drawer-empty-title{color:var(--color-ink);letter-spacing:-.02em;font-size:21px;font-weight:600}.drawer-shop{padding:16px 0}.drawer-shop+.drawer-shop{border-top:1px solid var(--color-control)}.drawer-shop-head{align-items:baseline;gap:8px;display:flex}.drawer-shop-name{color:var(--color-ink);font-size:15px;font-weight:600}.drawer-shop-city{color:var(--color-slate);font-size:12px}.free-ship{background:var(--color-mist);border-radius:14px;margin:10px 0 4px;padding:10px 14px 12px;font-size:13px}.free-ship p{align-items:center;gap:8px;display:flex}.free-ship svg{width:18px;height:18px;color:var(--color-slate);flex:none}.free-ship.is-done svg{color:var(--color-blue)}.free-ship-bar{border-radius:var(--radius-pill);background:var(--color-control);height:4px;margin-top:8px;overflow:hidden}.free-ship-bar span{border-radius:inherit;background:var(--color-blue);transform-origin:0;height:100%;transition:transform var(--speed) var(--ease);display:block}.drawer-lines{list-style:none}.drawer-line{gap:14px;padding-top:14px;display:flex}.drawer-line.is-problem .drawer-line-media{opacity:.5}.drawer-line-media{background:var(--color-mist);border-radius:16px;flex:none;width:84px;height:84px;overflow:hidden}.drawer-line-image{object-fit:cover;width:100%;height:100%;display:block}.drawer-line-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.drawer-line-title{-webkit-line-clamp:2;color:var(--color-ink);-webkit-box-orient:vertical;font-size:14px;line-height:1.35;display:-webkit-box;overflow:hidden}.drawer-line-price{align-items:baseline;gap:8px;font-size:15px;display:flex}.drawer-line-price strong{font-weight:600}.drawer-line-price small{color:var(--color-slate);font-size:12px}.drawer-line-state{color:var(--color-launch);font-size:12px;font-weight:600}.drawer-line-actions{justify-content:space-between;align-items:center;gap:8px;margin-top:6px;display:flex}.drawer-remove{border-radius:var(--radius-pill);min-height:30px;color:var(--color-slate);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0 8px;font-size:12px;display:inline-flex}.drawer-remove svg{width:15px;height:15px}.drawer-remove:hover{background:var(--color-mist);color:var(--color-ink)}.cart-drawer .qty-stepper{border-radius:var(--radius-pill);height:32px;box-shadow:inset 0 0 0 1px var(--color-hairline);align-items:center;display:inline-flex}.cart-drawer .qty-stepper button{width:32px;height:32px;color:var(--color-ink);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.cart-drawer .qty-stepper button svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;width:14px;height:14px}.cart-drawer .qty-stepper button:hover:not(:disabled){background:var(--color-mist)}.cart-drawer .qty-stepper button:disabled{color:var(--color-hairline);cursor:default}.cart-drawer .qty-stepper input[type=text]{width:32px;height:28px;min-height:0;box-shadow:none;text-align:center;background:0 0;border-radius:0;padding:0;font-size:14px;font-weight:600}.cart-drawer .qty-stepper input[type=text]:hover:not(:disabled){box-shadow:none}.drawer-foot{padding:16px 24px calc(20px + env(safe-area-inset-bottom));border-top:1px solid var(--color-control);background:var(--color-white)}.drawer-subtotal{justify-content:space-between;align-items:baseline;font-size:17px;display:flex}.drawer-subtotal strong{letter-spacing:-.02em;font-size:21px;font-weight:600}.drawer-note{color:var(--color-slate);margin-top:2px;font-size:12px}.drawer-blocked{color:var(--color-launch);margin-top:10px;font-size:13px;font-weight:500}.drawer-buttons{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;display:grid}.drawer-buttons .btn{min-height:46px}.toaster{z-index:110;pointer-events:none;width:min(480px,100% - 32px);position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toaster-stack{flex-direction:column;align-items:center;gap:8px;display:flex}.toast{background:var(--color-ink);max-width:100%;min-height:48px;color:var(--color-white);pointer-events:auto;animation:shell-fade-up var(--speed) var(--ease);border-radius:18px;align-items:center;gap:10px;padding:8px 8px 8px 16px;font-size:14px;display:flex}.toast-icon{flex:none;width:18px;height:18px}.toast-text{flex:1;min-width:0}.toast-action{border-radius:var(--radius-pill);color:var(--color-white);text-underline-offset:3px;white-space:nowrap;flex:none;padding:4px 10px;font-weight:600;text-decoration:underline}.toast-action:hover{background:#ffffff1f}.toast-close{width:32px;height:32px;color:var(--color-white);opacity:.7;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.toast-close svg{width:16px;height:16px}.toast-close:hover{opacity:1;background:#ffffff1f}.back-to-top{z-index:30;background:var(--color-white);width:46px;height:46px;color:var(--color-ink);box-shadow:inset 0 0 0 1px var(--color-hairline);opacity:0;pointer-events:none;cursor:pointer;transition:opacity var(--speed) var(--ease), transform var(--speed) var(--ease);border:0;border-radius:50%;place-items:center;display:grid;position:fixed;bottom:24px;right:24px;transform:translateY(8px)}.back-to-top svg{width:20px;height:20px}.back-to-top:hover{box-shadow:inset 0 0 0 1px var(--color-ink)}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:none}.mobile-tabbar{display:none}@media (width<=1068px){.header-icon-label{display:none}.header-icon{min-width:42px;padding:8px 6px}.header-row{gap:12px}}@media (width<=900px){.header-categories{justify-content:center;width:44px;padding:0}.header-categories span,.header-categories .header-chevron,.site-logo-text{display:none}.mega-inner{grid-template-columns:1fr;gap:20px}.mega-categories{grid-template-columns:repeat(2,1fr)}.mega-explore{border-left:0;border-top:1px solid var(--color-control);padding-top:16px;padding-left:0}}@media (width<=733.98px){body{padding-bottom:calc(58px + env(safe-area-inset-bottom))}.ticker{height:32px;font-size:11px}.ticker-toggle{width:32px;height:32px}.header-row{flex-wrap:wrap;row-gap:10px;width:calc(100% - 32px);min-height:0;padding:10px 0}.header-row .site-logo{order:1;height:18px}.header-categories{order:2;width:auto;min-height:40px;padding:0 14px 0 12px}.header-categories span{display:inline}.header-actions{order:3;margin-left:auto}.search-box{flex:1 0 100%;order:4;height:44px}.header-icon-favorites,.header-icon-compare,.header-icon-account,.header-icon-cart{display:none}.search-submit{padding:0 16px}.site-header.is-compact .header-row{row-gap:8px;min-height:0;padding:8px 0}.site-header.is-compact .search-box{height:42px}.header-quick-row{gap:18px;width:100%;min-height:38px;padding-inline:16px}.header-quick-spacer{display:none}.mega-menu{max-height:calc(100svh - 120px);overflow-y:auto}.mega-inner{width:calc(100% - 32px);padding:16px 0 24px}.mega-categories{gap:8px}.mega-category{gap:10px;padding:8px;font-size:14px}.mega-art{border-radius:12px;width:44px;height:44px}.suggest{max-height:calc(100svh - 190px)}.suggest-product .suggest-price s{display:none}.cart-drawer{width:100%}.drawer-body{padding-inline:16px}.drawer-foot{padding-inline:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.drawer-head{padding-left:16px}.toaster{bottom:calc(58px + 12px + env(safe-area-inset-bottom))}.back-to-top{right:16px;bottom:calc(58px + 16px + env(safe-area-inset-bottom));width:42px;height:42px}.mobile-tabbar{z-index:60;height:calc(58px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--color-white);border-top:1px solid var(--color-control);grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-tabbar a,.mobile-tabbar button{color:var(--color-slate);letter-spacing:0;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:10px;font-weight:500;text-decoration:none;display:flex}.mobile-tabbar a[aria-current=page],.mobile-tabbar button.is-active{color:var(--color-ink);font-weight:600}.tab-glyph{place-items:center;display:grid;position:relative}.tab-glyph svg{width:24px;height:24px}.tab-badge{border-radius:var(--radius-pill);background:var(--color-blue);min-width:16px;height:16px;color:var(--color-white);box-shadow:0 0 0 2px var(--color-white);place-items:center;padding:0 4px;font-size:10px;font-weight:600;line-height:1;display:grid;position:absolute;top:-4px;left:calc(100% - 8px)}}.home-section{margin-top:var(--section-gap)}.home-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px 24px;margin-bottom:28px;display:flex}.home-section-head h2{letter-spacing:-.025em;font-size:clamp(28px,3.4vw,40px);line-height:1.1}.home-section-actions{align-items:center;gap:16px;display:flex}.home-section-actions .link-ghost svg{width:16px;height:16px}.home-round{background:var(--color-white);width:40px;height:40px;box-shadow:inset 0 0 0 1px var(--color-hairline);color:var(--color-ink);cursor:pointer;transition:box-shadow var(--speed) var(--ease), opacity var(--speed) var(--ease);border:0;border-radius:50%;flex:none;place-items:center;display:inline-grid}.home-round svg{width:20px;height:20px}.home-round:hover:not(:disabled){box-shadow:inset 0 0 0 1px var(--color-ink)}.home-round:disabled{opacity:.35;cursor:default}.home-hero{width:min(1440px,100% - 44px);margin:20px auto 0}.home-hero-frame{isolation:isolate;border-radius:var(--radius-card);background:var(--color-mist);touch-action:pan-y;height:clamp(460px,42vw,600px);position:relative;overflow:hidden}.home-hero-track{height:100%;transition:transform .38s var(--ease);will-change:transform;display:flex}.home-slide{flex:0 0 100%;height:100%;position:relative;overflow:hidden}.home-slide-media{background:var(--color-mist);position:absolute;inset:0}.home-slide-media img,.home-slide-media .home-slide-art{object-fit:cover;width:100%;height:100%;display:block}.home-slide-media .home-slide-art{width:58%;margin-left:auto}.home-slide-shade{background:linear-gradient(90deg,#00000094 0%,#00000057 38%,#0000 66%);position:absolute;inset:0}.home-slide-copy{max-width:min(540px,52%);color:var(--color-white);flex-direction:column;align-items:flex-start;gap:14px;display:flex;position:absolute;top:50%;left:clamp(28px,5.5vw,80px);transform:translateY(-50%)}.home-slide-copy h2{letter-spacing:-.035em;text-wrap:balance;font-size:clamp(40px,5.4vw,76px);line-height:1}.home-slide-copy p{letter-spacing:-.01em;opacity:.92;text-wrap:pretty;max-width:440px;font-size:19px;line-height:1.42}.home-slide-copy .btn{margin-top:10px}.home-slide-kicker{letter-spacing:.08em;text-transform:uppercase;opacity:.88;font-size:13px;font-weight:600}.home-slide-pick{background:var(--color-white);width:min(360px,40%);color:var(--color-ink);border-radius:22px;align-items:center;gap:14px;padding:10px 16px 10px 10px;text-decoration:none;display:flex;position:absolute;bottom:28px;right:28px}.home-slide-pick:hover{text-decoration:none}.home-slide-pick:hover strong{color:var(--color-link)}.home-slide-pick:hover .home-slide-pick-arrow{transform:translate(3px)}.home-slide-pick-thumb{background:var(--color-mist);border-radius:14px;flex:none;width:64px;height:64px;overflow:hidden}.home-slide-pick-thumb img,.home-slide-pick-thumb .home-slide-art{object-fit:cover;width:100%;height:100%;display:block}.home-slide-pick-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.home-slide-pick-text small{color:var(--color-slate);font-size:12px}.home-slide-pick-text strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:1.3;overflow:hidden}.home-slide-pick-text>span{align-items:baseline;gap:8px;display:flex}.home-slide-pick-text b{font-size:14px;font-weight:600}.home-slide-pick-text s{color:var(--color-slate);font-size:12px}.home-slide-pick-arrow{width:18px;height:18px;color:var(--color-steel);transition:transform var(--speed) var(--ease);flex:none}.home-hero-controls{justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding-inline:8px;display:flex}.home-hero-dots{align-items:center;display:flex}.home-hero-dots button{cursor:pointer;background:0 0;border:0;place-items:center;width:28px;height:32px;display:grid}.home-hero-dots button span{border-radius:var(--radius-pill);background:var(--color-hairline);width:8px;height:8px;transition:background var(--speed) var(--ease)}.home-hero-dots button:hover span{background:var(--color-steel)}.home-hero-dots button.is-active{width:40px}.home-hero-dots button.is-active span{background:var(--color-ink);width:28px}.home-hero-counter{color:var(--color-slate);font-variant-numeric:tabular-nums;letter-spacing:.02em;margin-left:12px;font-size:13px}.home-hero-buttons{gap:8px;display:flex}.home-trust{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px;list-style:none;display:grid}.home-trust li{box-shadow:inset 0 0 0 1px var(--color-control);border-radius:20px;align-items:center;gap:14px;padding:18px 20px;display:flex}.home-trust strong{letter-spacing:-.015em;font-size:15px;font-weight:600;line-height:1.25;display:block}.home-trust small{color:var(--color-slate);letter-spacing:-.005em;margin-top:2px;font-size:13px;line-height:1.35;display:block}.home-trust-icon{background:var(--color-mist);width:44px;height:44px;color:var(--color-ink);border-radius:50%;flex:none;place-items:center;display:grid}.home-trust-icon svg{width:22px;height:22px}.home-flash{margin-top:56px;padding:64px 0 72px;scroll-margin-top:24px}.home-loading{background:var(--color-mist);margin-top:56px;padding:64px 0 72px}.home-error{margin-top:40px}.home-flash-head{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:20px 40px;margin-bottom:28px;display:grid}.home-flash-title{align-items:flex-start;gap:14px;display:flex}.home-flash-title h2{letter-spacing:-.025em;font-size:clamp(28px,3.4vw,40px);line-height:1.1}.home-flash-title p{color:var(--color-slate);margin-top:6px;font-size:17px}.home-flash-bolt{color:var(--color-launch);margin-top:4px}.home-flash-bolt svg{fill:currentColor;stroke:none;width:34px;height:34px}.home-countdown{align-items:center;gap:14px;display:flex}.home-countdown-label{color:var(--color-slate);font-size:14px}.home-countdown-digits{font-variant-numeric:tabular-nums;align-items:center;gap:4px;display:flex}.home-countdown-digits b{background:var(--color-ink);min-width:48px;color:var(--color-white);letter-spacing:-.01em;text-align:center;border-radius:12px;padding:8px 6px;font-size:24px;font-weight:600;line-height:1}.home-countdown-digits i{color:var(--color-ink);font-size:22px;font-style:normal;font-weight:600}.home-countdown-ended{color:var(--color-slate);font-size:15px}.home-flash-actions{align-items:center;gap:20px;display:flex}.home-flash-actions .link-ghost svg{width:16px;height:16px}.home-rail-buttons{gap:8px;display:flex}.band .home-round{box-shadow:none}.band .home-round:hover:not(:disabled){box-shadow:inset 0 0 0 1px var(--color-ink)}.home-rail{--rail-gap:16px;--rail-visible:5;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--rail-visible) - 1) * var(--rail-gap)) / var(--rail-visible));gap:var(--rail-gap);overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:var(--radius-card);display:grid;overflow-x:auto}.home-rail::-webkit-scrollbar{display:none}.home-rail>*{scroll-snap-align:start;min-width:0}.home-rail-cards{--rail-gap:20px;--rail-visible:4}.home-rail-item{display:flex}.home-rail-item>*{flex:1}.home-deal-link{border-radius:var(--radius-card);background:var(--color-white);height:100%;color:var(--color-ink);flex-direction:column;gap:14px;padding:12px 12px 20px;text-decoration:none;display:flex}.home-deal-link:hover{text-decoration:none}.home-deal-link:hover h3{color:var(--color-link)}.home-deal-link:hover .product-image{transform:scale(1.04)}.home-deal-media{aspect-ratio:1;border-radius:var(--radius-media);background:var(--color-mist);overflow:hidden}.home-deal-media .product-image{transition:transform .3s var(--ease)}.home-deal-body{flex-direction:column;flex:1;gap:4px;padding:0 6px;display:flex}.home-deal-body h3{letter-spacing:-.015em;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:600;line-height:1.27;display:-webkit-box;overflow:hidden}.home-deal-body small{color:var(--color-slate);font-size:12px}.home-deal-percent.launch{letter-spacing:-.02em;font-size:22px;font-weight:700;line-height:1.1}.home-deal-price{flex-wrap:wrap;align-items:baseline;gap:2px 8px;margin-top:auto;padding-top:6px;display:flex}.home-deal-price strong{font-size:17px;font-weight:600}.home-deal-price s{color:var(--color-slate);font-size:13px}.home-skeleton{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.home-skeleton span{aspect-ratio:3/4;border-radius:var(--radius-card);background:var(--color-white)}.home-categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;list-style:none;display:grid}.home-category{border-radius:var(--radius-card);background:var(--color-mist);height:100%;color:var(--color-ink);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px 8px;padding:12px 12px 18px;text-decoration:none;display:grid}.home-category:hover{text-decoration:none}.home-category:hover strong{color:var(--color-link)}.home-category:hover img{transform:scale(1.04)}.home-category:hover .home-category-arrow{color:var(--color-ink);transform:translate(3px)}.home-category-media{aspect-ratio:4/3;border-radius:var(--radius-media);background:var(--color-white);grid-column:1/-1;overflow:hidden}.home-category-media img,.home-category-media .home-category-art{object-fit:cover;width:100%;height:100%;display:block}.home-category-media img{transition:transform .3s var(--ease)}.home-category-text{flex-direction:column;padding-left:8px;display:flex}.home-category-text strong{letter-spacing:-.02em;font-size:17px;font-weight:600;line-height:1.24}.home-category-text small{color:var(--color-slate);font-size:13px}.home-category-arrow{width:18px;height:18px;color:var(--color-steel);transition:transform var(--speed) var(--ease);margin-right:6px}.home-recent-clear svg{width:16px;height:16px}.home-how-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px 48px;margin-bottom:36px;display:flex}.home-how-head h2{letter-spacing:-.025em;font-size:clamp(28px,3.4vw,40px);line-height:1.1}.home-how-head p{max-width:560px;color:var(--color-slate);margin-top:12px;font-size:19px;line-height:1.42}.home-stats{gap:48px;display:flex}.home-stats dt{letter-spacing:-.035em;font-variant-numeric:tabular-nums;font-size:48px;font-weight:600;line-height:1}.home-stats dd{color:var(--color-slate);margin-top:8px;font-size:14px}.home-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;list-style:none;display:grid}.home-steps li{border-radius:var(--radius-card);background:var(--color-white);padding:32px 28px 36px}.home-steps h3{letter-spacing:-.015em;margin:18px 0 8px;font-size:24px;line-height:1.17}.home-steps p{color:var(--color-slate);font-size:17px}.home-step-number{color:var(--color-launch);font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.home-sell{margin-top:var(--section-gap);border-radius:var(--radius-card);background:var(--color-ink);color:var(--color-white);justify-content:space-between;align-items:center;gap:32px 48px;padding:64px clamp(28px,6vw,80px);display:flex}.home-sell h2{letter-spacing:-.03em;max-width:620px;font-size:clamp(30px,4vw,48px);line-height:1.06}.home-sell p{max-width:560px;color:var(--color-hairline);margin-top:14px;font-size:19px;line-height:1.42}.home-sell .btn{flex:none}@media (width<=1068px){.home-trust{grid-template-columns:repeat(2,minmax(0,1fr))}.home-rail{--rail-visible:4}.home-rail-cards{--rail-visible:3}.home-flash-head{grid-template-columns:minmax(0,1fr) auto}.home-flash-actions{grid-column:1/-1;justify-content:space-between}}@media (width<=833px){.home-slide-pick{display:none}.home-slide-copy{max-width:70%}.home-rail{--rail-visible:3}.home-rail-cards{--rail-visible:2.3}.home-steps{grid-template-columns:1fr}.home-sell{flex-direction:column;align-items:flex-start}}@media (width<=734px){.home-hero{width:calc(100% - 32px);margin-top:12px}.home-hero-frame{height:min(560px,138vw)}.home-slide-media .home-slide-art{width:100%}.home-slide-shade{background:linear-gradient(#0000 38%,#0000006b 64%,#000000a8 100%)}.home-slide-copy{gap:10px;max-width:none;inset:auto 22px 24px;transform:none}.home-slide-copy h2{font-size:36px}.home-slide-copy p{font-size:16px}.home-slide-copy .btn{margin-top:6px}.home-hero-controls{margin-top:10px;padding-inline:0}.home-hero-counter{display:none}.home-round{width:36px;height:36px}.home-trust{gap:8px;margin-top:20px}.home-trust li{border-radius:18px;flex-direction:column;align-items:flex-start;gap:10px;padding:12px}.home-trust strong{font-size:14px}.home-trust small{font-size:12px}.home-trust-icon{width:36px;height:36px}.home-trust-icon svg{width:19px;height:19px}.home-flash{margin-top:40px;padding:44px 0 52px}.home-flash-head{grid-template-columns:minmax(0,1fr) auto;gap:18px 12px;margin-bottom:20px}.home-flash-title{grid-column:1/-1;gap:10px}.home-flash-bolt{margin-top:2px}.home-flash-bolt svg{width:26px;height:26px}.home-flash-title p{font-size:15px}.home-countdown{gap:10px}.home-countdown-label{font-size:13px}.home-countdown-digits{gap:3px}.home-countdown-digits b{border-radius:10px;min-width:38px;padding:7px 4px;font-size:18px}.home-countdown-digits i{font-size:17px}.home-flash-actions{grid-column:auto}.home-flash-actions .link-ghost{font-size:15px}.home-flash-actions .home-rail-buttons{display:none}.home-rail{--rail-gap:12px;--rail-visible:1.7;border-radius:0;margin-inline:-16px;padding-inline:16px;scroll-padding-inline:16px}.home-rail-cards{--rail-visible:1.8}.home-section-actions .home-rail-buttons{display:none}.home-deal-percent.launch{font-size:20px}.home-skeleton{grid-template-columns:repeat(2,minmax(0,1fr))}.home-skeleton span:nth-child(n+3){display:none}.home-categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 10px}.home-category{text-align:center;background:0 0;flex-direction:column;align-items:stretch;gap:8px;padding:0;display:flex}.home-category-media{aspect-ratio:1;background:var(--color-mist);border-radius:18px}.home-category-text{padding:0}.home-category-text strong{letter-spacing:-.01em;font-size:12px;line-height:1.25}.home-category-text small,.home-category-arrow{display:none}.home-how-head p{font-size:17px}.home-stats{justify-content:space-between;gap:16px;width:100%}.home-stats dt{font-size:34px}.home-stats dd{font-size:12px}.home-steps li{padding:26px 24px 28px}.home-sell{padding:44px 24px}.home-sell p{font-size:17px}}.pd{--pd-tabs:52px;--pd-sticky:calc(var(--pd-offset,0px) + var(--pd-tabs) + 16px)}.pd-sr{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.pd-top{grid-template:"gallery head""gallery info"1fr/minmax(0,1.18fr) minmax(0,1fr);align-items:start;gap:20px 56px;display:grid}.pd-head{flex-direction:column;grid-area:head;align-items:flex-start;gap:8px;display:flex}.pd-head h1{letter-spacing:-.015em;font-size:clamp(28px,3.2vw,40px);line-height:1.1}.pd-meta{flex-wrap:wrap;align-items:center;gap:6px 20px;font-size:14px;display:flex}.pd .pd-info{top:calc(var(--pd-offset,0px) + 16px);flex-direction:column;grid-area:info;align-items:stretch;gap:16px;display:flex;position:sticky}.pd-price{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.pd-price .price-large strong{letter-spacing:-.01em;font-size:32px}.pd-price .stock{margin-top:4px;font-size:14px}.pd-price .stock-in:before{content:"●";color:var(--color-blue);vertical-align:2px;margin-right:6px;font-size:10px}.pd-lowest{color:var(--color-slate);font-size:13px}.pd-lowest strong{color:var(--color-ink);font-weight:600}.pd .pd-buy{gap:16px;margin-top:0;padding:24px}.pd-buy-row{flex-direction:column;gap:14px;display:flex}.pd-buy-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.pd-buy-buttons .btn{min-width:0;padding-inline:16px}.pd-buy-buttons svg{flex:none;width:20px;height:20px}.pd-stepper{justify-content:space-between;align-items:center;gap:12px;display:flex}.pd-stepper-label{color:var(--color-slate);font-size:14px}.pd-stepper-control{border-radius:var(--radius-pill);background:var(--color-white);height:44px;box-shadow:inset 0 0 0 1px var(--color-control);align-items:center;display:inline-flex}.pd-stepper-control button{width:44px;height:44px;color:var(--color-ink);cursor:pointer;transition:opacity var(--speed) var(--ease);background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.pd-stepper-control button svg{width:18px;height:18px}.pd-stepper-control button:hover:not(:disabled){color:var(--color-link)}.pd-stepper-control button:disabled{opacity:.3;cursor:default}.pd-stepper-control input[type=number]{width:44px;height:44px;min-height:0;box-shadow:none;text-align:center;-moz-appearance:textfield;background:0 0;padding:0;font-size:17px;font-weight:600}.pd-stepper-control input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pd-stepper-control input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pd-stepper-control input[type=number]:hover:not(:disabled){box-shadow:none}.pd-delivery{border-top:1px solid var(--color-hairline);flex-direction:column;gap:10px;padding-top:16px;display:flex}.pd-delivery h2{letter-spacing:-.01em;align-items:center;gap:8px;font-size:15px;display:flex}.pd-delivery h2 svg{width:20px;height:20px}.pd-delivery ul{flex-direction:column;gap:8px;list-style:none;display:flex}.pd-delivery li{justify-content:space-between;align-items:baseline;gap:12px;font-size:14px;display:flex}.pd-delivery small{color:var(--color-slate);font-size:12px;display:block}.pd-delivery-main strong{font-weight:600}.pd-delivery-cost{color:var(--color-slate);white-space:nowrap}.pd-delivery-cost.is-free{color:var(--color-ink);font-weight:600}.pd-cutoff{color:var(--color-ink);font-size:13px}.pd-seller-line{color:var(--color-slate);font-size:12px}.pd-reserve{border-top:1px solid var(--color-hairline);flex-direction:column;gap:6px;padding-top:12px;display:flex}.pd-reserve>p{color:var(--color-slate);font-size:12px}.pd-reserve .reserve-toggle{gap:8px;min-height:36px;font-size:15px}.pd-reserve .reserve-toggle svg{width:18px;height:18px}.pd-reserve .reserve-form{margin-top:6px}.pd-actions{flex-direction:column;gap:8px;display:flex}.pd-actions-row{flex-wrap:wrap;gap:8px;display:flex}.pd-action{border-radius:var(--radius-pill);background:var(--color-white);min-height:40px;box-shadow:inset 0 0 0 1px var(--color-control);color:var(--color-ink);cursor:pointer;transition:box-shadow var(--speed) var(--ease);border:0;align-items:center;gap:8px;padding:8px 16px;font-size:14px;display:inline-flex}.pd-action svg{width:18px;height:18px;transition:transform var(--speed) var(--ease);flex:none}.pd-action:hover{box-shadow:inset 0 0 0 1px var(--color-steel)}.pd-action:active svg{transform:scale(.88)}.pd-action.is-on{box-shadow:inset 0 0 0 1px var(--color-ink);font-weight:500}.pd-action.is-on:first-child svg{color:var(--color-launch)}.pd-watch-note{color:var(--color-slate);font-size:12px;line-height:1.45}.pd-gallery{top:calc(var(--pd-offset,0px) + 16px);flex-direction:column;grid-area:gallery;gap:12px;display:flex;position:sticky}.pd-stage{aspect-ratio:1;border-radius:var(--radius-card);background:var(--color-mist);touch-action:pan-y;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.pd-stage:hover .pd-arrow{opacity:1}.pd-stage-art{width:100%;height:100%;display:block}.pd-stage-open{cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;padding:0;display:block}.pd-stage-open img{object-fit:cover;width:100%;height:100%;transition:transform var(--speed) var(--ease);display:block}.pd-stage-open.is-zoomed img{transition:none;transform:scale(2.2)}.pd-stage-open:focus-visible{outline-offset:-4px}.pd-arrow{background:var(--color-white);width:44px;height:44px;box-shadow:inset 0 0 0 1px var(--color-control);color:var(--color-ink);cursor:pointer;opacity:0;transition:opacity var(--speed) var(--ease), transform var(--speed) var(--ease);border:0;border-radius:50%;place-items:center;margin-top:-22px;display:grid;position:absolute;top:50%}.pd-arrow svg{width:20px;height:20px}.pd-arrow:hover{transform:scale(1.06)}.pd-arrow:focus-visible{opacity:1}.pd-arrow-prev{left:16px}.pd-arrow-next{right:16px}@media (hover:none){.pd-arrow{opacity:1}}.pd-counter{border-radius:var(--radius-pill);background:var(--color-white);color:var(--color-ink);pointer-events:none;padding:2px 10px;font-size:12px;position:absolute;top:16px;right:16px}.pd-dots{pointer-events:none;justify-content:center;gap:6px;display:none;position:absolute;bottom:14px;left:0;right:0}.pd-dots i{background:var(--color-white);width:6px;height:6px;box-shadow:inset 0 0 0 1px var(--color-steel);border-radius:50%}.pd-dots i.is-active{background:var(--color-ink);box-shadow:none}.pd-thumbs{scrollbar-width:none;gap:10px;display:flex;overflow-x:auto}.pd-thumbs::-webkit-scrollbar{display:none}.pd-thumbs button{background:var(--color-mist);width:76px;height:76px;box-shadow:inset 0 0 0 1px var(--color-control);cursor:pointer;border:0;border-radius:14px;flex:none;padding:0;overflow:hidden}.pd-thumbs button.is-active{box-shadow:inset 0 0 0 2px var(--color-ink)}.pd-thumbs button:focus-visible{outline-offset:-2px}.pd-thumbs img{object-fit:cover;border-radius:14px;width:100%;height:100%;padding:3px;display:block}@keyframes pd-fade{0%{opacity:0}to{opacity:1}}.pd-lightbox{z-index:1000;background:var(--color-white);animation:pd-fade var(--speed) var(--ease);grid-template-rows:auto minmax(0,1fr) auto;display:grid;position:fixed;inset:0}.pd-lightbox-bar{min-height:60px;color:var(--color-slate);justify-content:space-between;align-items:center;gap:16px;padding:8px 16px 8px 24px;font-size:14px;display:flex}.pd-icon-button{background:var(--color-mist);width:44px;height:44px;color:var(--color-ink);cursor:pointer;border:0;border-radius:50%;place-items:center;display:grid}.pd-icon-button svg{width:20px;height:20px}.pd-icon-button:hover{background:var(--color-control)}.pd-lightbox-stage{touch-action:pan-y;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:0 80px;display:flex;position:relative}.pd-lightbox-stage img{object-fit:contain;border-radius:var(--radius-media);max-width:100%;max-height:100%;display:block}.pd-lightbox-stage .pd-arrow{opacity:1;background:var(--color-mist);box-shadow:none}.pd-lightbox-stage .pd-arrow-prev{left:20px}.pd-lightbox-stage .pd-arrow-next{right:20px}.pd-lightbox-thumbs{justify-content:center;gap:8px;padding:16px;display:flex;overflow-x:auto}.pd-lightbox-thumbs button{background:var(--color-mist);opacity:.55;cursor:pointer;width:60px;height:60px;transition:opacity var(--speed) var(--ease);border:0;border-radius:12px;flex:none;padding:0;overflow:hidden}.pd-lightbox-thumbs button:hover,.pd-lightbox-thumbs button.is-active{opacity:1}.pd-lightbox-thumbs button.is-active{box-shadow:inset 0 0 0 2px var(--color-ink)}.pd-lightbox-thumbs img{object-fit:cover;border-radius:12px;width:100%;height:100%;padding:3px;display:block}.pd-freeship{border-radius:var(--radius-card);background:var(--color-mist);flex-direction:column;gap:18px;margin-top:56px;padding:28px;display:flex}.pd-freeship-head{align-items:center;gap:16px;display:flex}.pd-freeship-head h2{letter-spacing:-.01em;font-size:21px;line-height:1.2}.pd-freeship-head p{color:var(--color-slate);margin-top:2px;font-size:13px}.pd-freeship-icon{background:var(--color-white);width:48px;height:48px;color:var(--color-blue);border-radius:50%;flex:none;place-items:center;display:grid}.pd-freeship-icon svg{width:24px;height:24px}.pd-progress{background:var(--color-white);border-radius:3px;height:6px;overflow:hidden}.pd-progress b{background:var(--color-blue);transform-origin:0;height:100%;transition:transform var(--speed) var(--ease);display:block}.pd-mini-cards{scroll-snap-type:x proximity;scrollbar-width:thin;gap:12px;margin:0 -28px;padding:2px 28px 4px;scroll-padding-inline:28px;list-style:none;display:flex;overflow-x:auto}.pd-mini-card{scroll-snap-align:start;border-radius:var(--radius-media);background:var(--color-white);flex:none;width:172px;position:relative}.pd-mini-link{height:100%;color:var(--color-ink);flex-direction:column;gap:8px;padding:10px 10px 14px;text-decoration:none;display:flex}.pd-mini-link strong{margin-top:auto;font-size:14px;font-weight:600}.pd-mini-link:hover{text-decoration:none}.pd-mini-link:hover .pd-mini-title{color:var(--color-link)}.pd-mini-media{aspect-ratio:1;background:var(--color-mist);border-radius:14px;overflow:hidden}.pd-mini-media .product-image{width:100%;height:100%}.pd-mini-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.3;display:-webkit-box;overflow:hidden}.pd-mini-add{background:var(--color-white);width:36px;height:36px;box-shadow:inset 0 0 0 1px var(--color-control);color:var(--color-ink);cursor:pointer;transition:transform var(--speed) var(--ease);border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:16px;right:16px}.pd-mini-add svg{width:18px;height:18px}.pd-mini-add:hover{transform:scale(1.08)}.pd-mini-add.is-in{background:var(--color-blue);box-shadow:none;color:var(--color-white)}.pd-tabs{top:var(--pd-offset,0px);z-index:20;background:var(--color-white);box-shadow:0 1px 0 var(--color-hairline);margin-top:56px;position:sticky}.pd-tabs-row{height:var(--pd-tabs);scrollbar-width:none;align-items:stretch;gap:32px;display:flex;overflow-x:auto}.pd-tabs-row::-webkit-scrollbar{display:none}.pd-tabs-row a{color:var(--color-slate);transition:color var(--speed) var(--ease), box-shadow var(--speed) var(--ease);flex:none;align-items:center;gap:6px;font-size:14px;text-decoration:none;display:inline-flex}.pd-tabs-row a span{border-radius:var(--radius-pill);background:var(--color-mist);color:var(--color-ink);padding:0 7px;font-size:12px}.pd-tabs-row a:hover{color:var(--color-ink);text-decoration:none}.pd-tabs-row a.is-active{color:var(--color-ink);box-shadow:inset 0 -2px 0 var(--color-ink);font-weight:600}.pd-tabs-row a:focus-visible{outline-offset:-2px}.pd-section{scroll-margin-top:calc(var(--pd-offset,0px) + var(--pd-tabs) + 24px);margin-top:72px}.pd-section .section-head{flex-wrap:wrap}.pd-section .section-head p{color:var(--color-slate);font-size:14px}.pd-count{color:var(--color-slate);vertical-align:.15em;margin-left:10px;font-size:.6em;font-weight:400}.pd-details{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:56px;display:grid}.pd-details .pd-section{margin-top:48px}.pd-details h2{letter-spacing:-.01em;margin-bottom:20px;font-size:28px}.pd-details .pd-description p{white-space:pre-line;margin-bottom:14px;line-height:1.55}.pd-chart{border-radius:var(--radius-card);background:var(--color-mist);flex-direction:column;gap:16px;padding:28px;display:flex}.pd-chart-verdict{letter-spacing:-.01em;font-size:19px;font-weight:600}.pd-chart-verdict.is-good:before{content:"✓ ";color:var(--color-blue)}.pd-chart-frame{border-radius:var(--radius-media);background:var(--color-white);padding:12px 8px 4px}.pd-chart-frame svg{touch-action:pan-y;width:100%;height:auto;display:block;overflow:visible}.pd-chart-line{fill:none;stroke:var(--color-ink);stroke-width:2.2px;stroke-linejoin:round;stroke-linecap:round}.pd-chart-grid{stroke:var(--color-hairline);stroke-width:1px;stroke-dasharray:3 4}.pd-chart-label,.pd-chart-tick{fill:var(--color-slate);font-size:12px}.pd-chart-dot{fill:var(--color-blue);stroke:var(--color-white);stroke-width:3px}.pd-chart-hover line{stroke:var(--color-steel);stroke-width:1px}.pd-chart-hover circle{fill:var(--color-white);stroke:var(--color-ink);stroke-width:2px}.pd-chart-hover text{fill:var(--color-ink);font-size:12px;font-weight:600}.pd-chart-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.pd-chart-stats div{background:var(--color-white);border-radius:16px;padding:12px 16px}.pd-chart-stats dt{color:var(--color-slate);font-size:12px}.pd-chart-stats dd{font-size:17px;font-weight:600}.pd-reviews-layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:56px;display:grid}.pd-reviews-summary{top:var(--pd-sticky);flex-direction:column;align-items:flex-start;gap:16px;display:flex;position:sticky}.pd-positive{color:var(--color-slate);font-size:13px}.pd-histogram{flex-direction:column;gap:2px;width:100%;list-style:none;display:flex}.pd-histogram button{width:100%;color:var(--color-ink);text-align:left;cursor:pointer;transition:background-color var(--speed) var(--ease);background:0 0;border:0;border-radius:10px;grid-template-columns:34px 1fr 28px;align-items:center;gap:10px;padding:5px 8px;font-size:12px;display:grid}.pd-histogram button:hover:not(:disabled),.pd-histogram button.is-active{background:var(--color-mist)}.pd-histogram button.is-active{font-weight:600}.pd-histogram button:disabled{opacity:.45;cursor:default}.pd-histogram i{background:var(--color-control);border-radius:3px;height:6px;overflow:hidden}.pd-histogram b{background:var(--color-ink);height:100%;display:block}.pd-histogram span:last-child{color:var(--color-slate);text-align:right}.pd-reviews-main{min-width:0}.pd-review-tools{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;margin-bottom:8px;display:flex}.pd-chips{flex-wrap:wrap;gap:8px;display:flex}.pd-chip{border-radius:var(--radius-pill);background:var(--color-white);min-height:34px;box-shadow:inset 0 0 0 1px var(--color-control);color:var(--color-ink);white-space:nowrap;cursor:pointer;transition:background-color var(--speed) var(--ease), color var(--speed) var(--ease);border:0;align-items:center;gap:6px;padding:4px 14px;font-size:13px;display:inline-flex}.pd-chip svg{width:14px;height:14px}.pd-chip:hover:not(:disabled){box-shadow:inset 0 0 0 1px var(--color-steel)}.pd-chip.is-active{background:var(--color-ink);box-shadow:none;color:var(--color-white)}.pd-chip:disabled{opacity:.4;cursor:default}.pd-sort{color:var(--color-slate);align-items:center;gap:8px;font-size:13px;display:inline-flex}.pd-sort select{min-height:36px;padding-block:6px;font-size:14px}.pd-review footer{align-items:center;gap:12px;margin-top:12px;display:flex}.pd-helpful{border-radius:var(--radius-pill);background:var(--color-white);min-height:30px;box-shadow:inset 0 0 0 1px var(--color-control);color:var(--color-slate);cursor:pointer;border:0;align-items:center;gap:6px;padding:4px 12px;font-size:12px;display:inline-flex}.pd-helpful svg{width:15px;height:15px;transition:transform var(--speed) var(--ease)}.pd-helpful:hover:not(:disabled){color:var(--color-ink);box-shadow:inset 0 0 0 1px var(--color-steel)}.pd-helpful:active svg{transform:scale(.85)rotate(-8deg)}.pd-helpful.is-on{color:var(--color-link);box-shadow:inset 0 0 0 1px var(--color-link)}.pd-helpful-mine{color:var(--color-slate);font-size:12px}.pd-more{margin-top:20px}.pd-question-form{border-radius:var(--radius-card);background:var(--color-mist);flex-direction:column;gap:12px;margin-bottom:20px;padding:24px;display:flex}.pd-question-form .field{flex-direction:column;gap:6px;font-size:14px;display:flex}.pd-question-form small{color:var(--color-slate);font-size:12px}.pd-question-form .form-actions{flex-wrap:wrap;gap:8px;display:flex}.pd-question-login{color:var(--color-slate);margin-bottom:12px;font-size:14px}.pd-question-list{list-style:none}.pd-question{border-bottom:1px solid var(--color-hairline);padding:20px 0}.pd-question p{font-size:17px;line-height:1.45}.pd-question small{color:var(--color-slate);font-size:12px}.pd-q,.pd-a{align-items:flex-start;gap:14px;display:flex}.pd-a{border-radius:var(--radius-media);background:var(--color-mist);margin:12px 0 0 42px;padding:16px 20px}.pd-a strong{font-size:13px;font-weight:600}.pd-a p{font-size:15px}.pd-qa-mark{background:var(--color-mist);border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:12px;font-weight:600;display:grid}.pd-qa-mark.is-answer{background:var(--color-white)}.pd-qa-mark.is-answer svg{width:16px;height:16px}.pd-waiting{color:var(--color-slate);margin:10px 0 0 42px;font-size:12px;display:inline-block}.pd-rail .product-grid{scroll-snap-type:x proximity;scrollbar-width:thin;grid-template-columns:none;grid-auto-columns:calc(25% - 15px);grid-auto-flow:column;padding-bottom:6px;overflow-x:auto}.pd-rail .product-grid>*{scroll-snap-align:start}.pd-bar{display:none}@media (width<=1068px){.pd-top{column-gap:36px}.pd-rail .product-grid{grid-auto-columns:calc(33.3333% - 13.3333px)}.pd-chart-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=833px){.pd-top{grid-template-rows:none;grid-template-columns:minmax(0,1fr);grid-template-areas:"head""gallery""info"}.pd .pd-info,.pd-gallery,.pd-reviews-summary{position:static}.pd-details,.pd-reviews-layout{grid-template-columns:minmax(0,1fr);gap:0}.pd-reviews-layout{gap:32px}}@media (width<=734px){.pd{--pd-tabs:48px;padding-bottom:88px}.pd-top{row-gap:16px}.pd-stage{border-radius:0;margin-inline:-16px}.pd-thumbs{display:none}.pd-dots{display:flex}.pd-arrow{width:36px;height:36px;margin-top:-18px}.pd-lightbox-stage{padding:0 12px}.pd-lightbox-stage .pd-arrow{margin:0;top:auto;bottom:12px}.pd-lightbox-stage .pd-arrow-prev{left:calc(50% - 52px)}.pd-lightbox-stage .pd-arrow-next{right:calc(50% - 52px)}.pd-lightbox-stage img{border-radius:0;max-height:calc(100% - 64px)}.pd .pd-buy{padding:20px}.pd-buy-buttons{grid-template-columns:minmax(0,1fr)}.pd-freeship{margin-top:40px;padding:20px}.pd-mini-cards{margin-inline:-20px;padding-inline:20px;scroll-padding-inline:20px}.pd-mini-card{width:148px}.pd-freeship-head h2{font-size:17px}.pd-tabs{margin:40px -16px 0;padding:0 16px}.pd-tabs-row{gap:22px}.pd-section{margin-top:56px}.pd-details .pd-section{margin-top:36px}.pd-chart{padding:16px}.pd-chart-frame{padding:8px 0 0}.pd-chart-verdict{font-size:17px}.pd-chart-stats div{padding:10px 12px}.pd-review-tools{flex-flow:column;align-items:stretch}.pd-sort{justify-content:space-between}.pd-chips{scrollbar-width:none;flex-wrap:nowrap;margin-inline:-16px;padding-inline:16px;overflow-x:auto}.pd-a{margin-left:0}.pd-waiting{margin-left:42px}.pd-rail .product-grid{grid-auto-columns:46%;gap:12px;margin-inline:-16px;padding-inline:16px;scroll-padding-inline:16px}.pd-bar{left:0;right:0;bottom:calc(var(--bottom-nav-height,64px) + env(safe-area-inset-bottom,0px));z-index:40;background:var(--color-white);box-shadow:0 -1px 0 var(--color-hairline);opacity:0;visibility:hidden;transition:opacity var(--speed) var(--ease), transform var(--speed) var(--ease), visibility var(--speed);justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex;position:fixed;transform:translateY(12px)}.pd-bar.is-visible{opacity:1;visibility:visible;transform:none}.pd-bar .btn{flex:none;min-height:44px}.pd-bar .btn svg{width:18px;height:18px}.pd-bar-price{flex-direction:column;min-width:0;display:flex}.pd-bar-price strong{font-size:19px;font-weight:600;line-height:1.2}.pd-bar-price span{color:var(--color-slate);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}}.pd-show-cart{cursor:pointer;background:0 0;border:0;padding:0;font-size:14px}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.price{flex-wrap:wrap;align-items:baseline;gap:2px 8px;display:inline-flex}.price strong{white-space:nowrap;font-size:14px;font-weight:600}.price s{color:var(--color-slate);white-space:nowrap;font-size:12px}.price-card strong{letter-spacing:-.01em;font-size:17px}.price-card.price-sale strong{color:var(--color-launch)}.price-large strong{letter-spacing:.007em;font-size:28px}.price-large s{font-size:17px}.price-large .launch{font-size:14px}.stock{color:var(--color-slate);white-space:nowrap;font-size:12px}.stock-in{color:var(--color-ink)}.stars{color:var(--color-slate);white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:inline-flex}.stars-on{color:var(--color-ink);letter-spacing:1px}.stars-off{color:var(--color-hairline);letter-spacing:1px;margin-left:-6px}.stars-value{color:var(--color-ink)}.stars-large{font-size:14px}.stars-compact{gap:3px}.stars-compact .stars-value{font-weight:600}.stars-compact .stars-count{margin-left:1px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.product-card{border-radius:var(--radius-card);background:var(--color-mist);min-width:0;position:relative}.band .product-card{background:var(--color-white)}.band .product-card .product-card-media{background:var(--color-mist)}.product-card-link{border-radius:inherit;height:100%;color:var(--color-ink);flex-direction:column;gap:14px;padding:12px 12px 20px;text-decoration:none;display:flex}.product-card-link:hover{text-decoration:none}.product-card-link:focus-visible{outline-offset:-2px}.product-card-media{border-radius:var(--radius-media);aspect-ratio:1;background:var(--color-white);isolation:isolate;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;display:block}.product-card-media .product-image{transition:transform .4s var(--ease)}.product-card-flag{border-radius:var(--radius-pill);color:var(--color-ink);background:#ffffffeb;padding:3px 10px;font-size:12px;font-weight:600;position:absolute;bottom:12px;left:12px}.is-sold-out .product-image{opacity:.55}.product-card-body{flex-direction:column;flex:1;gap:4px;padding:0 6px;display:flex}.product-card-body h3{-webkit-line-clamp:2;letter-spacing:-.02em;-webkit-box-orient:vertical;font-size:17px;font-weight:600;line-height:1.24;display:-webkit-box;overflow:hidden}.product-card-discount{font-size:14px}.product-card-meta{flex-wrap:wrap;align-items:center;gap:2px 10px;display:flex}.product-card-shop{min-width:0;color:var(--color-slate);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.product-card-foot{flex-direction:column;align-items:flex-start;gap:2px;margin-top:auto;padding-top:10px;display:flex}.product-card-overlay{aspect-ratio:1;pointer-events:none;position:absolute;top:12px;left:12px;right:12px}.product-card-overlay button{pointer-events:auto}.product-card-tools{flex-direction:column;gap:8px;display:flex;position:absolute;top:10px;right:10px}.card-icon{width:36px;height:36px;box-shadow:inset 0 0 0 1px var(--color-control);color:var(--color-ink);cursor:pointer;transition:transform var(--speed) var(--ease), opacity var(--speed) var(--ease);background:#fffffff0;border:0;border-radius:50%;place-items:center;padding:0;font-size:18px;display:grid}.card-icon:hover{box-shadow:inset 0 0 0 1px var(--color-ink)}.card-icon:active{transform:scale(.92)}.card-compare.is-on{background:var(--color-ink);box-shadow:none;color:var(--color-white)}.card-add{border-radius:var(--radius-pill);min-width:40px;height:40px;box-shadow:inset 0 0 0 1px var(--color-control);color:var(--color-ink);white-space:nowrap;cursor:pointer;transition:transform var(--speed) var(--ease), opacity var(--speed) var(--ease);background:#fffffff0;border:0;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-size:14px;font-weight:600;display:inline-flex;position:absolute;bottom:10px;right:10px}.card-add svg{flex:none;font-size:18px}.card-add:active{transform:scale(.94)}.card-add:hover,.card-add:focus-visible{background:var(--color-blue);box-shadow:none;color:var(--color-white)}.card-add-text{display:none}@media (hover:hover){.product-card:hover .product-card-media .product-image{transform:scale(1.045)}.product-card:hover h3{color:var(--color-link)}.card-add:hover,.card-add:focus-visible{padding:0 16px 0 14px}.card-add:hover .card-add-text,.card-add:focus-visible .card-add-text{display:inline}.product-card:hover .card-add{background:var(--color-white);box-shadow:inset 0 0 0 1px var(--color-ink)}.product-card:hover .card-add:hover,.card-add:focus-visible{background:var(--color-blue);box-shadow:none;color:var(--color-white)}.product-card .card-compare:not(.is-on){opacity:0;transform:translateY(-4px)}.product-card:hover .card-compare,.product-card:focus-within .card-compare{opacity:1;transform:none}}@media (hover:none){.product-card .card-compare:not(.is-on){display:none}}.product-list{flex-direction:column;gap:12px;display:flex}.product-line{border-radius:var(--radius-card);background:var(--color-mist);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:12px;display:grid}.product-line .product-card-media{width:148px}.product-line:hover h3{color:var(--color-link)}.product-line:hover .product-image{transform:scale(1.045)}.product-line-link{min-width:0;color:var(--color-ink);grid-template-columns:148px minmax(0,1fr);align-items:center;gap:24px;text-decoration:none;display:grid}.product-line-link:hover{text-decoration:none}.product-line-body{flex-direction:column;align-items:flex-start;gap:6px;min-width:0;display:flex}.product-line-body h3{letter-spacing:-.015em;font-size:19px;font-weight:600;line-height:1.24}.product-line-body .launch{font-size:14px}.product-line-side{text-align:right;flex-direction:column;align-items:flex-end;gap:8px;padding-right:12px;display:flex}.product-line-side .price{justify-content:flex-end}.product-line-actions{align-items:center;gap:8px;margin-top:6px;display:flex}.product-line-actions .btn svg{font-size:16px}.product-line-actions .card-icon{background:var(--color-white)}.product-skeleton{padding:12px 12px 24px}.product-skeleton .skeleton-media{aspect-ratio:1;border-radius:var(--radius-media);background:var(--color-white);width:100%;display:block}.product-skeleton span{flex-direction:column;gap:10px;padding:16px 6px 0;display:flex}.product-skeleton span i{background:var(--color-control);border-radius:6px;height:12px;display:block}.product-skeleton span i:first-child{width:85%}.product-skeleton span i:nth-child(2){width:55%}.product-skeleton span i:nth-child(3){width:35%;margin-top:12px}.product-skeleton.product-line{grid-template-columns:148px 1fr;padding:12px;display:grid}.product-skeleton.product-line .skeleton-media{width:148px}.product-skeleton.product-line span{padding:0}.product-row{position:relative}.product-row-track{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:calc(25% - 15px);grid-auto-flow:column;gap:20px;display:grid;overflow-x:auto}.product-row-track::-webkit-scrollbar{display:none}.product-row-item{scroll-snap-align:start;min-width:0;display:flex}.product-row-item>.product-card{flex:1}.product-row-arrow{background:var(--color-white);width:44px;height:44px;box-shadow:inset 0 0 0 1px var(--color-hairline);color:var(--color-ink);cursor:pointer;opacity:0;transition:opacity var(--speed) var(--ease);border:0;border-radius:50%;place-items:center;font-size:20px;display:grid;position:absolute;top:calc(50% - 90px)}.product-row-arrow:hover{box-shadow:inset 0 0 0 1px var(--color-ink)}.product-row-arrow:focus-visible{opacity:1}.product-row-prev{left:-18px}.product-row-next{right:-18px}.product-row:hover .product-row-arrow{opacity:1}@media (hover:none){.product-row-arrow{display:none}}.catalog-head{flex-direction:column;gap:8px;margin-bottom:28px;display:flex}.catalog-head h1{letter-spacing:-.02em;font-size:clamp(34px,5vw,48px);line-height:1.08}.catalog-head p{color:var(--color-slate);font-size:17px}.catalog-head-row{flex-flow:wrap;justify-content:space-between;align-items:flex-end;gap:16px 24px}.catalog-head-row>div:first-child{flex-direction:column;gap:8px;display:flex}.catalog-head-row .btn svg{font-size:18px}.did-you-mean{margin:-12px 0 28px;font-size:19px}.did-you-mean a{font-weight:600}.catalog-layout{grid-template-columns:232px minmax(0,1fr);align-items:start;gap:48px;display:grid}.catalog-filters{scrollbar-width:thin;max-height:calc(100vh - 96px);position:sticky;top:72px;overflow-y:auto}.filters-panel-head,.filters-panel-foot,.filters-open,.filters-backdrop{display:none}.filter-group{border:0;border-top:1px solid var(--color-hairline);min-width:0;padding:20px 0}.filter-group:first-child{border-top:0;padding-top:0}.filter-group legend{float:left;width:100%;padding:0}.filter-group legend+*{clear:left}.filter-group .check{padding:5px 0}.filter-title{letter-spacing:-.01em;margin-bottom:12px;font-size:14px;font-weight:600;display:block}.filter-list{flex-direction:column;gap:2px;margin-inline:-12px;display:flex}.filter-list a{border-radius:var(--radius-link);color:var(--color-ink);padding:6px 12px;font-size:14px;text-decoration:none}.filter-list a:hover{background:var(--color-mist);text-decoration:none}.filter-list a[aria-current=page]{background:var(--color-mist);font-weight:600}.filter-chips{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.filter-chip{border-radius:var(--radius-pill);background:var(--color-white);min-height:32px;box-shadow:inset 0 0 0 1px var(--color-hairline);color:var(--color-ink);cursor:pointer;border:0;align-items:center;padding:4px 12px;font-size:13px;text-decoration:none;display:inline-flex}.filter-chip:hover{box-shadow:inset 0 0 0 1px var(--color-ink);text-decoration:none}.filter-chip[aria-pressed=true]{background:var(--color-ink);box-shadow:none;color:var(--color-white)}.filter-price{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.filter-price-row{width:100%;color:var(--color-slate);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:6px;display:grid}.filter-price-row input{width:100%;min-width:0;min-height:40px;padding-inline:12px}.filter-stars{color:var(--color-ink);letter-spacing:1px}.filter-stars i{color:var(--color-hairline);font-style:normal}.check{cursor:pointer;align-items:center;gap:10px;font-size:14px;display:flex}.check input{flex:none;width:16px;height:16px}.field-inline{align-items:center;flex-direction:row!important;gap:10px!important}.catalog-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.catalog-toolbar .filters-open svg{font-size:18px}.catalog-sort{color:var(--color-slate);align-items:center;gap:10px;margin-left:auto;font-size:14px;display:flex}.catalog-sort select{min-height:40px}.view-toggle{border-radius:var(--radius-pill);box-shadow:inset 0 0 0 1px var(--color-control);gap:2px;padding:3px;display:inline-flex}.view-toggle button{width:34px;height:34px;color:var(--color-slate);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;font-size:18px;display:grid}.view-toggle button:hover{color:var(--color-ink)}.view-toggle button[aria-pressed=true]{background:var(--color-ink);color:var(--color-white)}.active-filters{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;list-style:none;display:flex}.active-filter{border-radius:var(--radius-pill);background:var(--color-mist);min-height:32px;color:var(--color-ink);align-items:center;gap:6px;padding:4px 10px 4px 14px;font-size:13px;text-decoration:none;display:inline-flex}.active-filter svg{color:var(--color-slate);font-size:14px}.active-filter:hover{background:var(--color-control);text-decoration:none}.active-filter:hover svg{color:var(--color-ink)}.active-filters-clear{margin-left:4px;font-size:13px}.catalog-list{transition:opacity var(--speed) var(--ease)}.catalog-list.is-loading{opacity:.45}.catalog-more{flex-direction:column;align-items:center;gap:18px;margin-top:48px;display:flex}.catalog-shown{color:var(--color-slate);font-size:14px}.pager{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.pager ol{gap:4px;list-style:none;display:flex}.pager li{align-items:center;gap:4px;display:flex}.pager button{border-radius:var(--radius-pill);min-width:36px;height:36px;color:var(--color-ink);cursor:pointer;background:0 0;border:0;padding:0 8px;font-size:14px}.pager button:hover:not(:disabled){background:var(--color-mist)}.pager button.is-current{background:var(--color-ink);color:var(--color-white)}.pager button:disabled{color:var(--color-steel);cursor:default}.pager .pager-step{color:var(--color-link);padding:0 14px}.pager .pager-gap{color:var(--color-slate);font-size:14px}.pagination{color:var(--color-slate);justify-content:center;align-items:center;gap:20px;margin-top:48px;font-size:14px;display:flex}.catalog-empty{border-radius:var(--radius-card);background:var(--color-mist);text-align:center;flex-direction:column;align-items:center;gap:14px;padding:56px 28px;display:flex}.catalog-empty h2{letter-spacing:-.01em;font-size:28px}.catalog-empty p{max-width:520px;color:var(--color-slate)}.catalog-empty h3{margin-top:16px;font-size:14px}.catalog-empty-categories{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}@keyframes catalog-fade{0%{opacity:0}}.watch-banner{border-radius:var(--radius-media);background:var(--color-mist);align-items:center;gap:16px;margin-bottom:32px;padding:20px 24px;display:flex}.watch-banner>svg{flex:none;font-size:26px}.watch-banner>div{flex:1;min-width:0}.watch-banner strong{font-size:17px}.watch-banner p{color:var(--color-slate);font-size:14px}.watch-banner .btn{flex:none}.watch-banner.is-on>svg{color:var(--color-launch)}.list-empty{border-radius:var(--radius-card);background:var(--color-mist);text-align:center;flex-direction:column;align-items:center;gap:14px;padding:72px 24px;display:flex}.list-empty h2{letter-spacing:-.01em;font-size:28px}.list-empty p{max-width:460px;color:var(--color-slate)}.list-empty .btn{margin-top:8px}.list-empty-icon{background:var(--color-white);border-radius:50%;place-items:center;width:64px;height:64px;font-size:28px;display:grid}.compare-controls{flex-wrap:wrap;align-items:center;gap:12px 20px;display:flex}.compare-switch{cursor:pointer;align-items:center;gap:10px;font-size:15px;display:inline-flex}.compare-switch input{appearance:none;border-radius:var(--radius-pill);background:var(--color-control);cursor:pointer;flex:none;width:44px;height:26px;position:relative}.compare-switch input:before{content:"";background:var(--color-white);width:20px;height:20px;transition:transform var(--speed) var(--ease);border-radius:50%;position:absolute;top:3px;left:3px}.compare-switch input:checked{background:var(--color-ink)}.compare-switch input:checked:before{transform:translate(18px)}.compare-switch input:disabled{opacity:.4;cursor:not-allowed}.compare-scroll{overscroll-behavior-x:contain;overflow-x:auto}.compare-scroll:focus-visible{outline-offset:4px}.compare-table{--compare-first:180px;--compare-column:220px;width:100%;min-width:calc(var(--compare-first) + var(--compare-columns,2) * var(--compare-column));table-layout:fixed;border-collapse:separate;border-spacing:0;font-size:14px}.compare-table th,.compare-table td{border-bottom:1px solid var(--color-hairline);text-align:left;vertical-align:top;padding:14px 16px}.compare-table th:first-child{width:var(--compare-first)}.compare-table tbody th[scope=row]{color:var(--color-slate);font-weight:400}.compare-table th:first-child{z-index:1;background:var(--color-white);position:sticky;left:0}.compare-table td small{color:var(--color-slate);margin-top:4px;font-size:12px;display:block}.compare-table tr.is-different td:not(.compare-spacer){background:var(--color-frost)}.compare-table .price{flex-direction:column;gap:0}.compare-table .price strong{font-size:17px}.compare-product{position:relative;border-bottom:0!important;padding-bottom:24px!important}.compare-product .btn{width:100%;margin-top:14px}.compare-product .btn svg{font-size:16px}.compare-product-link{color:var(--color-ink);flex-direction:column;gap:12px;text-decoration:none;display:flex}.compare-product-link:hover{text-decoration:none}.compare-product-link:hover .compare-title{color:var(--color-link)}.compare-media{aspect-ratio:1;border-radius:var(--radius-media);background:var(--color-mist);display:block;overflow:hidden}.compare-title{-webkit-line-clamp:2;letter-spacing:-.015em;-webkit-box-orient:vertical;min-height:2.6em;font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.compare-remove{z-index:1;position:absolute;top:24px;right:24px}.compare-best{font-weight:600;color:var(--color-ink)!important}.compare-section th{color:var(--color-ink);border-bottom:0;padding-top:36px;font-size:19px;font-weight:600}.compare-spacer{border-bottom-color:#0000!important}.compare-add{aspect-ratio:1;border:1px dashed var(--color-hairline);border-radius:var(--radius-media);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:14px;display:flex}.compare-add svg{font-size:24px}.compare-add:hover{border-color:var(--color-link);text-decoration:none}.compare-page .notice{margin:0 0 24px}.shop-hero{border-radius:var(--radius-card);background:var(--color-mist);grid-template-columns:minmax(0,1fr) 320px;gap:40px;padding:40px;display:grid}.shop-hero h1{letter-spacing:-.015em;font-size:clamp(34px,5vw,56px);line-height:1.07}.shop-hero-main{gap:28px;display:flex}.shop-hero-main .shop-mark{border-radius:24px;width:96px;height:96px;font-size:32px}.shop-tagline{letter-spacing:-.01em;margin-top:8px;font-size:21px;line-height:1.3}.shop-description{max-width:680px;color:var(--color-ink);white-space:pre-line;margin-top:16px;line-height:1.47}.shop-contact{color:var(--color-slate);margin-top:14px;font-size:14px}.shop-facts{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:10px;display:grid}.shop-facts>div{border-radius:var(--radius-media);background:var(--color-white);padding:16px 18px}.shop-facts dt{color:var(--color-slate);font-size:12px}.shop-facts dd{margin-top:2px}.shop-facts strong{letter-spacing:-.015em;align-items:baseline;gap:4px;font-size:24px;font-weight:600;line-height:1.2;display:flex}.shop-facts small{color:var(--color-slate);font-size:12px}.shop-facts-star{font-size:18px}.shop-facts strong.shop-facts-date{font-size:17px}.shop-toolbar .shop-count{color:var(--color-slate);font-size:14px}.shop-search{flex:260px;align-items:center;max-width:420px;display:flex;position:relative}.shop-search svg{color:var(--color-slate);pointer-events:none;font-size:18px;position:absolute;left:16px}.shop-search input{border-radius:980px;width:100%;min-height:40px;padding-left:44px}@media (width<=1068px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-row-track{grid-auto-columns:calc(33.3333% - 13.3333px)}.shop-hero{grid-template-columns:1fr}.shop-facts{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=833px){.catalog-layout{grid-template-columns:1fr;gap:0}.filters-open{display:inline-flex}.catalog-filters{z-index:100;background:var(--color-white);visibility:hidden;width:min(380px,88vw);max-height:none;transition:transform var(--speed) var(--ease), visibility 0s linear var(--speed);flex-direction:column;display:flex;position:fixed;inset:0 auto 0 0;overflow:hidden;transform:translate(-100%)}.catalog-filters.is-open{visibility:visible;transition:transform var(--speed) var(--ease);transform:none}.filters-panel-head{border-bottom:1px solid var(--color-hairline);justify-content:space-between;align-items:center;padding:14px 16px 14px 20px;display:flex}.filters-panel-head strong{font-size:19px}.filters-close{background:var(--color-mist);cursor:pointer;border:0;border-radius:50%;place-items:center;width:40px;height:40px;font-size:20px;display:grid}.filters-scroll{overscroll-behavior:contain;flex:1;padding:20px;overflow-y:auto}.filters-panel-foot{padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--color-hairline);gap:10px;display:flex}.filters-panel-foot .btn{flex:1;min-height:44px}.filters-backdrop{z-index:99;animation:catalog-fade var(--speed) var(--ease);background:#1d1d1f66;border:0;display:block;position:fixed;inset:0}.shop-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=734px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:22px}.product-card-link{gap:10px;padding:8px 8px 16px}.product-card-media{border-radius:16px}.product-card-overlay{top:8px;left:8px;right:8px}.product-card-tools{gap:6px;top:6px;right:6px}.card-icon{width:34px;height:34px;font-size:17px}.card-add{min-width:36px;height:36px;padding:0 9px;bottom:6px;right:6px}.product-card-body{padding:0 4px}.product-card-body h3{font-size:15px}.product-card-discount{font-size:13px}.price-card strong{font-size:15px}.product-card-foot{padding-top:6px}.product-skeleton{padding:8px 8px 16px}.product-row-track{grid-auto-columns:62%;gap:10px}.product-line{grid-template-columns:1fr;gap:10px}.product-line .product-card-media{width:104px}.product-line-link{grid-template-columns:104px minmax(0,1fr);gap:14px}.product-line-body h3{font-size:16px}.product-line-side{text-align:left;flex-flow:wrap;justify-content:space-between;align-items:center;padding:0 4px}.product-line-actions{margin:0 0 0 auto}.product-skeleton.product-line{grid-template-columns:104px 1fr}.product-skeleton.product-line .skeleton-media{width:104px}.catalog-sort>span{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.catalog-toolbar{flex-wrap:nowrap;gap:8px}.catalog-toolbar .filters-open{flex:none;min-height:40px;padding-inline:14px}.catalog-sort{flex:1;min-width:0}.catalog-sort select{width:100%;min-width:0;padding-left:14px}.shop-toolbar{flex-wrap:wrap}.did-you-mean{margin-top:-8px;font-size:17px}.watch-banner{flex-wrap:wrap;align-items:flex-start;padding:18px}.watch-banner>div{flex-basis:calc(100% - 42px)}.watch-banner .btn{margin-left:42px}.compare-table{--compare-first:104px;--compare-column:168px}.compare-table th,.compare-table td{padding:12px 10px}.compare-remove{top:18px;right:16px}.compare-controls{justify-content:space-between;width:100%}.shop-hero{gap:24px;padding:24px}.shop-tagline{font-size:17px}.shop-hero-main{flex-direction:column;gap:16px}.shop-hero-main .shop-mark{border-radius:20px;width:72px;height:72px;font-size:26px}.shop-search{flex-basis:100%;max-width:none}.shop-toolbar .catalog-sort{margin-left:0}.shop-toolbar .view-toggle{margin-left:auto}}.qty-stepper{border-radius:var(--radius-pill);height:40px;box-shadow:inset 0 0 0 1px var(--color-steel);background:var(--color-white);grid-template-columns:36px 40px 36px;align-items:center;display:inline-grid}.qty-stepper button{border-radius:var(--radius-pill);height:100%;color:var(--color-ink);cursor:pointer;background:0 0;border:0;place-items:center;font-size:16px;display:grid}.qty-stepper button:hover:not(:disabled){background:var(--color-mist)}.qty-stepper button:disabled{color:var(--color-hairline);cursor:not-allowed}.qty-stepper input[type=text]{width:100%;height:100%;min-height:0;box-shadow:none;text-align:center;font-variant-numeric:tabular-nums;background:0 0;border-radius:0;padding:0;font-size:15px;font-weight:600}.qty-stepper input[type=text]:hover:not(:disabled){box-shadow:none}.qty-stepper:focus-within{box-shadow:inset 0 0 0 1px var(--color-ink)}.qty-stepper-small{grid-template-columns:30px 32px 30px;height:32px}.qty-stepper-small button,.qty-stepper-small input[type=text]{font-size:14px}.text-button{color:var(--color-link);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:2px 0;font-size:13px;display:inline-flex}.text-button svg{font-size:14px}.text-button:hover{text-decoration:underline}.cart-title p{margin-top:6px}.clear-confirm{flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;display:flex}.clear-confirm>span{color:var(--color-slate);margin-right:4px}.cart-empty{text-align:center;flex-direction:column;align-items:center;gap:14px;max-width:560px;margin:24px auto 0;padding:56px 32px;display:flex;background:var(--color-mist)!important;box-shadow:none!important}.cart-empty h1{letter-spacing:-.02em;font-size:40px}.cart-empty p{color:var(--color-slate);font-size:19px}.cart-empty .prompt-actions{margin-top:10px}.cart-empty-icon{color:var(--color-steel)}.cart-group{flex-direction:column;padding-bottom:20px;display:flex}.cart-group h2{margin-bottom:0}.cart-group-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:6px 16px;display:flex}.cart-eta{color:var(--color-slate);align-items:center;gap:6px;font-size:13px;display:inline-flex}.cart-eta svg{color:var(--color-ink);font-size:17px}.free-shipping{background:var(--color-mist);border-radius:16px;flex-direction:column;gap:10px;margin:14px 0 6px;padding:14px 18px;display:flex}.free-shipping p{align-items:center;gap:6px;font-size:14px;display:flex}.free-shipping p svg{color:var(--color-link);font-size:18px}.free-shipping-bar{border-radius:var(--radius-pill);background:var(--color-control);height:6px;overflow:hidden}.free-shipping-bar span{border-radius:inherit;background:var(--color-ink);transform-origin:0;height:100%;transition:transform var(--speed) var(--ease);display:block}.free-shipping.is-free .free-shipping-bar span{background:var(--color-link)}.cart-line{grid-template-columns:88px minmax(0,1fr) auto 112px;grid-template-areas:"image info qty total"}.cart-line.card{grid-template-columns:auto auto 1fr;grid-template-areas:none}.cart-line.is-blocked .cart-line-image{opacity:.55}.cart-line-image{grid-area:image}.cart-line-image img,.cart-line-image svg{object-fit:cover;width:100%;height:100%;display:block}.cart-line-info{grid-area:info;min-width:0}.cart-line .qty-stepper{grid-area:qty;justify-self:start}.cart-groups,.checkout-main{min-width:0}.cart-line-total{grid-area:total}.cart-line-actions{flex-wrap:wrap;gap:4px 16px;margin-top:4px;display:flex}.cart-suggest{border-top:1px solid var(--color-hairline);margin-top:8px;padding-top:20px}.cart-suggest h3{letter-spacing:-.01em;margin-bottom:14px;font-size:15px}.cart-suggest ul{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;list-style:none;display:grid}.cart-suggest li{border-radius:var(--radius-media);background:var(--color-mist);flex-direction:column;gap:8px;padding:10px 10px 12px;display:flex}.cart-suggest-media{aspect-ratio:1;background:var(--color-white);border-radius:14px;overflow:hidden}.cart-suggest-media img,.cart-suggest-media svg{object-fit:cover;width:100%;height:100%;transition:transform var(--speed) var(--ease);display:block}.cart-suggest-media:hover img{transform:scale(1.03)}.cart-suggest-title{min-height:2.6em;color:var(--color-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.cart-suggest-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;margin-top:auto;display:flex}.cart-suggest-foot strong{font-size:14px}.cart-suggest-foot .btn{background:var(--color-white);gap:4px;padding-inline:10px}.cart-summary h2{margin-bottom:4px}.cart-summary .summary-row{font-size:15px}.cart-perks{border-top:1px solid var(--color-hairline);color:var(--color-slate);flex-direction:column;gap:8px;margin-top:6px;padding-top:14px;font-size:12px;list-style:none;display:flex}.cart-perks li{align-items:flex-start;gap:8px;display:flex}.cart-perks svg{color:var(--color-ink);flex:none;margin-top:1px;font-size:14px}.checkout-steps{margin:-16px 0 32px}.checkout-steps ol{align-items:center;gap:12px;font-size:14px;list-style:none;display:flex}.checkout-steps li{color:var(--color-slate);align-items:center;gap:12px;display:flex}.checkout-steps li:not(:last-child):after{content:"";background:var(--color-hairline);width:clamp(16px,5vw,56px);height:1px}.checkout-steps li>a,.checkout-steps li>span{color:inherit;align-items:center;gap:8px;display:inline-flex}.checkout-steps li>a:hover{color:var(--color-link);text-decoration:none}.checkout-steps .is-done{color:var(--color-ink)}.checkout-steps .is-current{color:var(--color-ink);font-weight:600}.checkout-step-dot{width:26px;height:26px;box-shadow:inset 0 0 0 1px var(--color-steel);background:var(--color-white);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:600;display:inline-grid}.checkout-step-dot svg{font-size:15px}.is-done .checkout-step-dot{background:var(--color-mist);box-shadow:none}.is-current .checkout-step-dot{background:var(--color-ink);color:var(--color-white);box-shadow:none}.checkout-steps li>.checkout-step-dot{place-items:center;display:inline-grid}.cart-summary .summary-total,.checkout-summary .summary-total,.done-orders .summary-total,.order-items .summary-total{align-items:baseline}.checkout-page .page-head{margin-bottom:28px}.checkout-main .card h2{align-items:center;gap:12px;display:flex}.checkout-num{background:var(--color-mist);border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:14px;display:inline-grid}.field.is-invalid input{box-shadow:inset 0 0 0 2px var(--color-launch)}.field-error,.field .field-error{color:var(--color-launch);font-size:12px;font-weight:500}.check-row{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.check-row input{flex:none;width:18px;height:18px;margin-top:2px}.check-row span{flex-direction:column;gap:2px;display:flex}.check-row strong{font-size:15px;font-weight:500}.check-row small{color:var(--color-slate);font-size:12px}.choice-text small.choice-eta{color:var(--color-ink);align-items:center;gap:6px;margin-top:4px;display:inline-flex}.choice-text small.choice-eta svg{font-size:15px}.choice-price{flex-direction:column;align-items:flex-end;display:flex}.choice-price small{color:var(--color-slate);font-size:12px}.choice-free{color:var(--color-launch);font-weight:600}.summary-item{grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;font-size:14px;display:grid}.summary-item.is-blocked{color:var(--color-slate)}.summary-item.is-blocked .summary-item-title{text-decoration:line-through}.summary-thumb{background:var(--color-white);border-radius:12px;width:44px;height:44px;position:relative}.summary-thumb img,.summary-thumb svg{object-fit:cover;border-radius:12px;width:100%;height:100%;display:block}.summary-thumb b{border-radius:var(--radius-pill);background:var(--color-ink);min-width:18px;height:18px;color:var(--color-white);place-items:center;padding:0 5px;font-size:11px;display:grid;position:absolute;top:-6px;right:-6px}.summary-item-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;display:-webkit-box;overflow:hidden}.summary-eta,.done-eta{align-items:center;gap:8px;font-size:14px;display:flex}.summary-eta svg,.done-eta svg{flex:none;font-size:17px}.done-page .checkout-steps ol{justify-content:center}.done-hero{text-align:center;flex-direction:column;align-items:center;gap:14px;max-width:720px;margin:0 auto 40px;display:flex}.done-hero h1{letter-spacing:-.025em;font-size:clamp(34px,5vw,56px);line-height:1.05}.done-hero>p{color:var(--color-slate);font-size:19px;line-height:1.4}.done-check{background:var(--color-mist);width:96px;height:96px;color:var(--color-link);animation:done-pop .32s var(--ease) both;border-radius:50%;place-items:center;margin-bottom:6px;font-size:52px;display:grid}.done-check svg{stroke-width:2px}@keyframes done-pop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.done-numbers{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex;font-size:14px!important}.done-numbers b{border-radius:var(--radius-pill);background:var(--color-mist);color:var(--color-ink);font-variant-numeric:tabular-nums;padding:4px 12px;font-weight:600}.done-orders .card h2 small{margin-top:2px;display:block}.done-orders .card h3{font-size:15px}.done-orders .card .bank{grid-template-columns:1fr;gap:10px;padding:16px 18px}.done-orders .card .bank dd{font-size:15px}.done-orders .card .done-eta b{white-space:nowrap}.done-orders .card .summary-row{font-size:14px}.done-orders .card .link-ghost{margin-top:6px;font-size:15px}.done-eta{background:var(--color-white);border-radius:14px;padding:12px 16px}.done-pay{flex-direction:column;gap:8px;margin-top:6px;display:flex}.done-pay .bank{margin-top:0}.done-note{font-size:14px}.bank dd{font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;gap:4px 8px;display:flex}.copy-button{min-height:24px;padding:0 6px;font-size:12px;font-weight:400}.done-next{border-radius:var(--radius-card);background:var(--color-mist);margin-bottom:40px;padding:32px}.done-next h2{margin-bottom:20px;font-size:24px}.done-next ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;list-style:none;display:grid}.done-next li{gap:14px;display:flex}.done-next li>span{background:var(--color-white);border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:14px;font-weight:600;display:grid}.done-next strong{font-size:15px}.done-next p{color:var(--color-slate);margin-top:4px;font-size:13px;line-height:1.45}.done-actions{justify-content:center}@media (width<=1068px){.cart-suggest ul{grid-template-columns:repeat(3,minmax(0,1fr))}.cart-suggest li:nth-child(4){display:none}}@media (width<=833px){.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr)}.done-next ol{grid-template-columns:1fr}}@media (width<=734px){.cart-group{padding:20px 16px}.cart-line{grid-template-columns:72px minmax(0,1fr) auto;grid-template-areas:"image info info""image qty total";align-items:start;gap:10px 14px}.cart-line-image{width:72px;height:72px}.cart-line-total{text-align:right;grid-area:total;align-self:center}.cart-line-info a{font-size:15px}.cart-suggest ul{scroll-snap-type:x mandatory;grid-template-columns:none;grid-auto-columns:44%;grid-auto-flow:column;padding-bottom:4px;overflow-x:auto}.cart-suggest li{scroll-snap-align:start}.cart-suggest li:nth-child(4){display:flex}.page-head-row .clear-confirm{width:100%}.checkout-steps{margin:-8px 0 24px}.checkout-steps ol{gap:8px;font-size:12px}.checkout-steps li{gap:8px}.checkout-steps li:not(:last-child):after{width:12px}.choice{gap:12px;padding:14px 16px}.done-next{padding:24px 20px}.done-check{width:80px;height:80px;font-size:44px}}
