:root{--od-black:#080808;--od-black-2:#111;--od-ink:#151515;--od-red:#ec0017;--od-red-rgb:236, 0, 23;--od-red-dark:#b80012;--od-red-hot:#ff3044;--od-red-hot-rgb:255, 48, 68;--od-red-glow:#ff304475;--od-paper:#f6f3ee;--od-white:#fffdf9;--od-line:#ded8d0;--od-muted:#6f6a64;--od-gold:#f6a400;--od-shadow:0 16px 32px #0000001a;color:var(--od-ink);background:var(--od-paper);font-family:Arial Narrow,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body{background:var(--od-paper);min-width:320px;min-height:100vh;color:var(--od-ink);margin:0}body.menu-open{overflow:hidden}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-shell{background:var(--od-paper);min-height:100vh}.site-container{width:min(1360px,100% - 64px);margin:0 auto}.site-header{z-index:50;border-bottom:1px solid rgba(var(--od-red-rgb), .18);background:#fffefa;position:sticky;top:0}.site-header__inner{grid-template-columns:210px 1fr auto;align-items:center;gap:34px;min-height:94px;display:grid}.mobile-menu-toggle{border:1px solid rgba(var(--od-red-rgb), .18);width:46px;height:46px;color:var(--od-ink);cursor:pointer;background:#fffefa;border-radius:12px;justify-content:center;align-items:center;padding:0;display:none}.brand-logo{width:124px;color:var(--od-ink);text-align:center;text-transform:uppercase;gap:4px;font-weight:900;line-height:1;display:inline-grid}.brand-logo--image{width:82px;height:82px;box-shadow:0 0 0 1px rgba(var(--od-red-rgb), .18), 0 8px 18px #00000014;background:#fffefa;border-radius:50%;overflow:hidden}.brand-logo--image img{object-fit:cover;width:100%;height:100%;transform:scale(1.18)}.footer-logo{width:96px;height:96px;box-shadow:0 0 0 1px rgba(var(--od-red-rgb), .18), 0 10px 24px #0000003d;background:#fffefa;margin-bottom:14px;padding:5px}.brand-logo__top,.brand-logo__bottom{border:1px solid #ffffff47;display:block}.brand-logo__top{background:var(--od-red);padding:6px 8px;font-size:24px}.brand-logo__bottom{background:#151515;padding:5px 8px;font-size:14px}.site-nav{color:var(--od-ink);text-transform:uppercase;justify-content:center;align-items:center;gap:50px;font-size:13px;font-weight:900;display:flex}.site-nav__link,.site-nav__link:link,.site-nav__link:visited,.site-nav a{min-height:94px;color:var(--od-ink);align-items:center;gap:6px;text-decoration:none;display:inline-flex;position:relative}.site-nav__link:after,.site-nav a:after{background:var(--od-red);content:"";transform-origin:0;height:2px;transition:transform .18s;position:absolute;bottom:24px;left:0;right:0;transform:scaleX(0)}.site-nav__link.is-active:after,.site-nav__link:hover:after,.site-nav a.active:after,.site-nav a:hover:after{transform:scaleX(1)}.site-nav__link.is-active,.site-nav__link.is-active:link,.site-nav__link.is-active:visited,.site-nav__link:hover,.site-nav__link:hover:link,.site-nav__link:hover:visited,.site-nav a.active,.site-nav a:hover{color:var(--od-red);text-decoration:none}.site-nav__mobile-actions{display:none}.header-actions{color:var(--od-ink);justify-content:flex-end;align-items:center;gap:22px;display:flex}.header-auth{align-items:center;gap:10px;display:inline-flex}.header-auth__user,.header-auth__logout{letter-spacing:.03em;white-space:nowrap;border-radius:999px;align-items:center;gap:10px;min-height:38px;padding:0 14px;font-size:12px;font-weight:900;transition:transform .18s,border-color .18s,background .18s,color .18s;display:inline-flex}.header-auth__user{border:1px solid rgba(var(--od-red-rgb), .16);max-width:190px;color:var(--od-ink);background:#fffefa}.header-auth__user:hover,.header-auth__user.active{color:var(--od-red);border-color:rgba(var(--od-red-rgb), .32);transform:translateY(-1px)}.header-auth__name{text-overflow:ellipsis;overflow:hidden}.header-auth__logout{color:var(--od-ink);cursor:pointer;background:0 0;border:1px solid #1515151f}.header-auth__logout:hover{color:var(--od-red);border-color:rgba(var(--od-red-rgb), .24);transform:translateY(-1px)}.header-auth__logout:disabled{opacity:.6;cursor:wait;transform:none}.lang-switch{align-items:center;gap:7px;font-size:13px;font-weight:900;display:inline-flex}.lang-switch button{color:var(--od-ink);cursor:pointer;background:0 0;border:0;padding:0}.lang-switch button.active{color:var(--od-red)}.icon-button{width:32px;height:32px;color:var(--od-ink);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:inline-grid;position:relative}.icon-button:hover,.lang-switch button:hover{color:var(--od-red)}.cart-action span{background:var(--od-red);color:#fffefa;border-radius:999px;place-items:center;width:16px;height:16px;font-size:10px;font-weight:900;display:grid;position:absolute;top:0;right:-3px}.button-primary,.button-dark,.button-outline,.button-outline-dark,.button-light{text-transform:uppercase;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;min-height:42px;padding:0 22px;font-size:13px;font-weight:900;transition:transform .18s,background .18s,color .18s;display:inline-flex}.button-primary{background:var(--od-red);color:#fffefa}.button-primary:hover{background:var(--od-red-dark)}.button-dark{background:var(--od-black);color:#fffefa}.button-light{color:#17191d;background:#f3ece4}.button-outline{color:#fffefa;border-color:#fffefa}.button-outline-dark{border-color:var(--od-line);color:var(--od-ink);background:0 0;gap:8px}.button-outline-dark:hover{border-color:var(--od-ink);background:#0808080a}.button-primary:active,.button-dark:active,.button-light:active,.button-outline:active{transform:translateY(1px)}.hero-showcase{background:linear-gradient(135deg, rgba(var(--od-red-hot-rgb), .24), transparent 34%), linear-gradient(45deg, transparent 0 71%, rgba(var(--od-red-hot-rgb), .48) 71.2%, transparent 71.6%), var(--od-black);position:relative;overflow:hidden}.hero-showcase:before{background-image:linear-gradient(rgba(var(--od-red-hot-rgb), .2) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--od-red-hot-rgb), .16) 1px, transparent 1px);content:"";opacity:.22;pointer-events:none;background-size:76px 76px;position:absolute;inset:0}.hero-slider{min-height:480px}.hero-slide-shell{color:#fffefa;grid-template-columns:.86fr 1.14fr;align-items:center;gap:52px;min-height:480px;padding:36px 0;display:grid;position:relative}.hero-slide-shell--reverse .hero-slide-copy{order:2}.hero-slide-shell--reverse .hero-image-stage{order:1}.hero-slide-copy{z-index:2;max-width:560px;position:relative}.hero-slide-copy span{color:var(--od-red-hot);text-shadow:0 0 18px var(--od-red-glow);text-transform:uppercase;font-size:13px;font-weight:900}.hero-slide-copy h1{margin:14px 0 18px;font-size:58px;font-weight:900;line-height:1.02}.hero-slide-copy p{color:#ffffffd1;max-width:470px;margin:0;font-size:17px;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.hero-image-stage{border:1px solid rgba(var(--od-red-hot-rgb), .32);background:radial-gradient(ellipse at 60% 50%, rgba(var(--od-red-hot-rgb), .18) 0%, transparent 70%), #0d0d0d;min-height:360px;box-shadow:0 0 0 1px rgba(var(--od-red-hot-rgb), .14), 0 34px 70px #00000085;border-radius:14px;position:relative;overflow:hidden}.hero-image-stage:before{z-index:2;content:"";pointer-events:none;background:linear-gradient(#0000 60%,#00000061 100%);position:absolute;inset:0}.hero-image-stage img{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 20px 40px #0009);width:100%;height:100%}.hero-promo-badge{z-index:10;background:var(--od-red);color:#fff;letter-spacing:.12em;text-transform:uppercase;pointer-events:none;border-radius:999px;align-items:center;padding:.35rem .8rem;font-size:.72rem;font-weight:900;display:inline-flex;position:absolute;top:1.4rem;right:1.6rem;box-shadow:0 4px 14px #ec00176b}.hero-showcase .swiper-pagination{bottom:26px!important}.hero-showcase .swiper-pagination-bullet{opacity:.9;background:#fffefa;width:10px;height:10px}.hero-showcase .swiper-pagination-bullet-active{background:var(--od-red)}.hero-arrow{z-index:8;color:#fffefa;cursor:pointer;background:#080808c2;border:1px solid #ffffff47;border-radius:6px;place-items:center;width:48px;height:58px;transition:background .18s,border-color .18s,transform .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{border-color:var(--od-red);background:var(--od-red)}.hero-arrow:active{transform:translateY(-50%)scale(.97)}.hero-arrow-prev{left:22px}.hero-arrow-next{right:22px}.brand-rail{border-bottom:1px solid var(--od-line);background:#fffefa;overflow:hidden}.brand-rail__inner{grid-template-columns:repeat(6,1fr);align-items:center;gap:20px;min-height:110px;display:grid}.brand-rail__inner span{color:#111;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:900;display:grid}.brand-marquee{align-items:center;gap:64px;width:max-content;min-height:112px;padding:0 64px;animation:28s linear infinite brandMarquee;display:flex}.brand-rail:hover .brand-marquee{animation-play-state:paused}.brand-marquee__item{place-items:center;min-width:170px;height:74px;display:grid}.brand-marquee__item img{object-fit:contain;filter:grayscale()contrast(1.25);max-width:150px;max-height:54px}.brand-marquee__text{color:#111;letter-spacing:.08em;text-transform:uppercase;font-size:1rem;font-weight:800}@keyframes brandMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.catalog-section{background:var(--od-paper);padding:24px 0 0}.catalog-section--tight{padding-top:32px;padding-bottom:64px}.section-title-row{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.section-title-row h2{color:#111;text-transform:uppercase;margin:0;padding-left:24px;font-size:21px;font-weight:900;position:relative}.section-title-row h2:before{background:var(--od-red);content:"";width:14px;height:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.section-title-row a{text-transform:uppercase;font-size:12px;font-weight:900}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px 22px;display:grid}.product-grid>*{min-width:0}.product-card{min-width:0;color:var(--od-ink);background:linear-gradient(#fffefa 0%,#f4efe8 100%);border:1px solid #14141421;border-radius:16px;transition:transform .22s cubic-bezier(.16,1,.3,1),border-color .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 14px 30px #09090914}.product-card__badges{z-index:3;flex-wrap:wrap;gap:6px;padding:8px;display:flex;position:absolute;top:0;left:0}.product-card__badge,.product-card__condition{text-transform:uppercase;border-radius:10px;padding:7px 10px;font-size:13px;font-weight:900;line-height:1}.product-card__badge{background:var(--od-red);color:#fffefa}.product-card__condition--renewed{border-color:rgba(var(--od-red-rgb), .24);color:var(--od-red)}.product-card__media{background:radial-gradient(circle at 78% 18%, rgba(var(--od-red-rgb), .22), transparent 30%), linear-gradient(135deg, #1a1816, #f7f2eb 54%, #d7d0c7);border-radius:16px 16px 0 0;height:300px;display:block;position:relative;overflow:hidden}.product-card__media:after{background:linear-gradient(135deg, transparent 0 62%, rgba(var(--od-red-rgb), .48) 62.2%, transparent 62.7%), linear-gradient(180deg, transparent 68%, #0000001a);content:"";opacity:.7;pointer-events:none;position:absolute;inset:0}.product-card>img{object-fit:contain;width:100%;height:300px;padding:12px}.product-card__body{gap:10px;padding:16px 16px 17px;display:grid}.product-card h3{margin:0;font-size:15px;font-weight:800;line-height:1.25}.rating-row{color:var(--od-gold);align-items:center;gap:2px;display:flex}.rating-row span{color:var(--od-muted);margin-left:5px;font-size:12px}.trust-band{background:linear-gradient(120deg, rgba(var(--od-red-hot-rgb), .34), transparent 34%), var(--od-black);color:#fffefa;border-radius:4px;grid-template-columns:repeat(4,1fr);margin-top:28px;margin-bottom:72px;display:grid;overflow:hidden}.trust-band__item{grid-template-columns:58px 1fr;align-items:center;min-height:118px;padding:22px 28px;display:grid}.trust-band__item svg{color:var(--od-red-hot);filter:drop-shadow(0 0 10px var(--od-red-glow))}.trust-band__item h3{text-transform:uppercase;margin:0 0 7px;font-size:16px;font-weight:900}.trust-band__item p{color:#ffffffc7;margin:0;font-size:14px;line-height:1.35}.feature-selection-band{background:radial-gradient(circle at 16% 20%, rgba(var(--od-red-rgb), .08), transparent 22rem), linear-gradient(180deg, #f2ede6 0%, #ebe3d8 100%);margin-top:18px;padding:42px 0}.feature-selection--spotlight{border:1px solid rgba(var(--od-red-rgb), .12);color:var(--od-ink);background:linear-gradient(135deg,#ffffffc7,#f9f3ebe6),#fffaf4;border-radius:28px;grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);align-items:center;gap:34px;padding:34px 38px;display:grid;box-shadow:0 24px 40px #17131117}.feature-selection__eyebrow{color:var(--od-red);letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:900;display:inline-block}.feature-selection--spotlight h2{text-transform:uppercase;margin:0;font-size:32px;font-weight:900;line-height:1.1}.feature-selection__intro h3{max-width:15ch;margin:10px 0 0;font-size:clamp(34px,4vw,52px);font-weight:900;line-height:.98}.feature-selection__intro>p{color:#4e4741;max-width:44rem;margin:16px 0 0;font-size:17px;line-height:1.65}.feature-selection__badges{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.feature-selection__badges span{border:1px solid rgba(var(--od-red-rgb), .16);color:#322c27;text-transform:uppercase;background:#ffffffbd;border-radius:999px;align-items:center;min-height:34px;padding:.45rem .8rem;font-size:12px;font-weight:800;display:inline-flex}.feature-selection__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin:20px 0 0;padding:0;list-style:none;display:grid}.feature-selection__list li{color:#211c18;align-items:center;gap:10px;min-width:0;font-size:15px;font-weight:700;display:flex}.feature-selection__list svg{color:var(--od-red);flex:none}.feature-selection__support{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.feature-selection__support article{border:1px solid rgba(var(--od-red-rgb), .1);background:#ffffff94;border-radius:16px;gap:6px;padding:14px 16px;display:grid}.feature-selection__support strong{text-transform:uppercase;font-size:14px;font-weight:900}.feature-selection__support span{color:#59524c;font-size:14px;line-height:1.5}.feature-selection__price{flex-wrap:wrap;align-items:baseline;gap:10px 14px;margin-top:22px;display:flex}.feature-selection__price-old{color:var(--od-muted);font-size:16px;font-weight:700;text-decoration:line-through}.feature-selection__price strong{color:var(--od-red);font-size:clamp(30px,4vw,42px);font-weight:900;line-height:1}.feature-selection__price em{color:var(--od-red);text-transform:uppercase;font-size:14px;font-style:normal;font-weight:900}.feature-selection__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:22px;display:flex}.feature-selection__cart{background:linear-gradient(180deg, var(--od-black), #1a1515);color:#fffefa;text-transform:uppercase;cursor:pointer;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:0 20px;font-size:13px;font-weight:900;transition:transform .18s,background .18s;display:inline-flex}.feature-selection__cart:hover{background:var(--od-red)}.feature-selection__cart:active{transform:translateY(1px)}.feature-selection__secondary-link{color:var(--od-red);text-transform:uppercase;font-size:13px;font-weight:900}.feature-selection__media{justify-content:flex-end;display:flex}.feature-selection__frame{border:1px solid rgba(var(--od-red-rgb), .14);background:radial-gradient(circle at 20% 16%, rgba(var(--od-red-rgb), .18), transparent 30%), linear-gradient(155deg, #f8f4ed, #ddd4c8);border-radius:26px;width:min(100%,420px);overflow:hidden;box-shadow:0 20px 36px #0000001a}.feature-selection__frame img{aspect-ratio:.92;object-fit:contain;width:100%;padding:24px}.flash-sale{background:linear-gradient(135deg, rgba(var(--od-red-hot-rgb), .6), transparent 32%), linear-gradient(45deg, transparent 0 72%, rgba(var(--od-red-hot-rgb), .78) 72.2%, transparent 72.7%), var(--od-black);color:#fffefa;border-radius:8px;grid-template-columns:380px 1fr;gap:28px;margin-top:10px;padding:26px 32px;display:grid;box-shadow:0 18px 34px #0000002e}.flash-sale__timer>span{color:var(--od-red-hot);text-shadow:0 0 18px var(--od-red-glow);text-transform:uppercase;font-size:21px;font-weight:900}.flash-sale__timer p{margin:8px 0 18px}.countdown{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:22px;display:grid}.countdown div{background:#050505;border-radius:4px;justify-items:center;padding:9px 5px;display:grid}.countdown strong{font-size:38px;line-height:1}.countdown span{text-transform:uppercase;margin-top:6px;font-size:11px;font-weight:900}.flash-sale__products{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.product-card--compact h3{min-height:34px;font-size:13px}.product-card--compact .rating-row{display:none}.product-card--compact .product-card__footer{grid-template-columns:1fr}.product-card--compact .product-card__primary-action{display:none}.product-card--compact .product-card__actions{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(5,1fr);gap:24px;display:grid}.category-card{background:var(--od-black);color:#fffefa;border-radius:5px;min-height:210px;position:relative;overflow:hidden}.category-card:after{content:"";background:linear-gradient(#0000 0%,#000000d9 100%);position:absolute;inset:0}.category-card img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.category-card div{z-index:1;position:absolute;bottom:20px;left:24px;right:24px}.category-card svg{color:var(--od-red-hot);filter:drop-shadow(0 0 10px var(--od-red-glow))}.category-card h3{text-transform:uppercase;margin:8px 0 12px;font-size:22px;font-weight:900}.category-card span{text-transform:uppercase;border:1px solid #ffffffbf;border-radius:3px;padding:9px 16px;font-size:12px;font-weight:900;display:inline-flex}.testimonial-section{background:var(--od-paper);color:var(--od-ink);padding:28px 0 52px;position:relative;overflow:hidden}.testimonial-section:before,.testimonial-section:after{content:none;display:none}.testimonial-shell{position:relative}.testimonial-title-row{align-items:center;margin-bottom:22px}.testimonial-carousel{background:0 0;padding:2px 2px 42px;position:relative}.testimonial-card{border:1px solid var(--od-line);background:linear-gradient(145deg, #ffffffd6, #f6f3eec7), var(--od-white);min-height:204px;color:var(--od-ink);border-radius:14px;grid-template-columns:64px 1fr;gap:18px;padding:24px 26px;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 28px #0808080f}.testimonial-card__avatar{width:62px;height:62px;color:var(--od-black);background:#d9d3ca;border-radius:50%;place-items:center;font-size:25px;font-weight:900;display:grid;box-shadow:inset 0 0 0 1px #08080808}.testimonial-card__content{min-width:0}.testimonial-card__head{flex-wrap:wrap;align-items:center;gap:12px;margin:4px 0 12px;display:flex}.testimonial-card__head strong{font-size:18px;font-weight:900}.testimonial-card__stars{color:var(--od-red);gap:3px;display:inline-flex}.testimonial-card p{max-width:48ch;color:var(--od-black);margin:0;font-size:16px;line-height:1.5}.quote-mark{color:var(--od-red);position:absolute;bottom:18px;right:24px}.testimonial-controls{align-items:center;gap:10px;display:flex}.testimonial-arrow{border:1px solid var(--od-line);background:var(--od-white);width:40px;height:40px;color:var(--od-ink);cursor:pointer;border-radius:999px;place-items:center;transition:background .18s,border-color .18s,color .18s,transform .18s;display:grid}.testimonial-arrow:hover{border-color:var(--od-red);background:var(--od-red);color:var(--od-white);transform:translateY(-1px)}.testimonial-section .swiper-pagination{bottom:0!important}.testimonial-section .swiper-pagination-bullet{opacity:1;background:#c9c1b6}.testimonial-section .swiper-pagination-bullet-active{background:var(--od-red)}.site-footer{background:var(--od-black);color:#fffefa;padding:34px 0 18px}.footer-grid{grid-template-columns:1.4fr .8fr .9fr 1.25fr;gap:48px;display:grid}.footer-brand p,.newsletter p{color:#ffffffb8;font-size:14px;line-height:1.45}.footer-contact{color:#ffffffc7;gap:9px;margin:18px 0 0;padding:0;font-size:13px;list-style:none;display:grid}.footer-contact li{grid-template-columns:20px 1fr;align-items:center;display:grid}.footer-contact svg{color:var(--od-red-hot);filter:drop-shadow(0 0 8px var(--od-red-glow))}.site-footer h4{text-transform:uppercase;margin:0 0 18px;font-size:14px;font-weight:900}.site-footer ul{color:#ffffffbf;gap:9px;margin:0;padding:0;font-size:13px;list-style:none;display:grid}.footer-links{gap:11px}.site-footer .footer-link,.site-footer .footer-link:visited,.site-footer .footer-link:hover,.site-footer .footer-link:active,.site-footer .footer-link:focus-visible{letter-spacing:.01em;text-underline-offset:0;align-items:center;width:fit-content;font-size:13px;font-weight:700;line-height:1.45;transition:color .18s,opacity .18s;display:inline-flex;color:#fffefa!important;text-decoration:none!important}.site-footer .footer-link:hover,.site-footer .footer-link:focus-visible{opacity:.78;color:#fffefa!important}.site-footer .footer-link:focus-visible{border-radius:4px}.newsletter-form{border:1px solid var(--od-red);grid-template-columns:1fr 52px;height:38px;margin-top:15px;display:grid}.newsletter-form input{color:#fffefa;background:#161616;border:0;min-width:0;padding:0 12px}.newsletter-form button{background:var(--od-red);color:#fffefa;border:0;place-items:center;display:grid}.newsletter-status{margin:12px 0 0;font-size:13px}.newsletter-status--success{color:#9fe3b3}.newsletter-status--error{color:#ff9a9a}.social-row,.payment-row{color:#ffffffb8;align-items:center;gap:12px;margin-top:18px;display:flex}.social-row a{color:#fffefa;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.payment-row span{color:#6da8ff;font-size:13px;font-weight:900}.footer-bottom{color:#fff9;text-align:center;border-top:1px solid #ffffff1f;margin-top:26px;padding-top:18px;font-size:13px}.page-section,.page-hero{padding:56px 0}.page-grid,.detail-grid{align-items:start;gap:24px;display:grid}.page-grid{grid-template-columns:280px 1fr}.detail-grid{grid-template-columns:1fr .9fr}.content-card,.sidebar-card,.surface-panel,.info-card{border:1px solid var(--od-line);background:#fffefa;border-radius:7px;padding:24px;box-shadow:0 10px 22px #0000000a}.muted,.section-heading p{color:var(--od-muted)}.section-heading{margin-bottom:22px}.section-heading__eyebrow{color:var(--od-red);text-transform:uppercase;font-size:13px;font-weight:900;display:inline-flex}.section-heading h1,.section-heading h2,.content-card h1,.sidebar-card h3{margin-top:0;font-weight:900}.field{gap:7px;display:grid}.field label{font-weight:800}.field input,.field textarea,.field select{border:1px solid var(--od-line);background:#fffefa;border-radius:5px;width:100%;min-height:46px;padding:10px 12px}.field small{color:var(--od-muted);font-size:13px;line-height:1.45}.field textarea{min-height:132px}.form-grid{gap:16px;display:grid}.form-grid--two{grid-template-columns:repeat(2,1fr)}.detail-gallery img{aspect-ratio:1;object-fit:cover;border-radius:7px;width:100%}.detail-thumbs{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px;display:grid}.inner-page{background:var(--od-paper)}.inner-hero{background:linear-gradient(120deg, rgba(var(--od-red-hot-rgb), .42), transparent 34%), linear-gradient(45deg, transparent 0 74%, rgba(var(--od-red-hot-rgb), .58) 74.2%, transparent 74.7%), var(--od-black);color:#fffefa;padding:68px 0;position:relative;overflow:hidden}.inner-hero--shop{background:linear-gradient(120deg,#000000b8,#000000eb),url(https://images.pexels.com/photos/20653991/pexels-photo-20653991.jpeg?auto=compress&cs=tinysrgb&w=1600) 50%/cover}.inner-hero--about{background:linear-gradient(120deg,#000000ad,#000000eb),url(https://images.unsplash.com/photo-1593784991095-a205069470b6?auto=format&fit=crop&w=1600&q=80) 50%/cover}.inner-hero--compact{padding:48px 0}.inner-hero span,.product-kicker{color:var(--od-red-hot);text-shadow:0 0 16px var(--od-red-glow);text-transform:uppercase;font-size:13px;font-weight:900}.inner-hero h1{max-width:760px;margin:10px 0 12px;font-size:46px;font-weight:900;line-height:1.08}.inner-hero p{color:#ffffffd1;max-width:560px;margin:0;font-size:17px}.shop-layout,.cart-layout,.checkout-layout,.tracking-layout,.dashboard-layout,.contact-layout{align-items:start;gap:26px;padding:34px 0 58px;display:grid}.shop-layout{grid-template-columns:280px 1fr}.shop-filter,.shop-toolbar,.cart-table,.checkout-main,.checkout-summary,.tracking-form,.tracking-timeline,.account-sidebar,.dashboard-card,.about-grid article,.contact-form,.contact-cards article,.info-panel,.product-buybox{border:1px solid var(--od-line);background:#fffefa;border-radius:7px;box-shadow:0 10px 22px #0000000a}.shop-filter{padding:22px;position:sticky;top:116px}.filter-title{align-items:center;gap:10px;margin-bottom:22px;display:flex}.filter-title h2,.filter-block h3,.checkout-summary h2,.tracking-form h2,.tracking-timeline h2,.contact-form h2,.product-buybox h1{margin:0;font-weight:900}.filter-block{border-top:1px solid var(--od-line);gap:12px;padding:18px 0;display:grid}.filter-block label{color:var(--od-muted);align-items:center;gap:9px;font-weight:700;display:flex}.filter-block input{accent-color:var(--od-red)}.shop-toolbar{grid-template-columns:auto minmax(240px,1fr) auto;align-items:center;gap:16px;margin-bottom:18px;padding:16px 18px;display:grid}.shop-toolbar__meta{min-width:max-content}.shop-search,.shop-sort{align-items:center;gap:10px;display:inline-flex}.shop-search{border:1px solid var(--od-line);min-height:42px;color:var(--od-muted);background:#fffefa;border-radius:12px;padding:0 13px}.shop-search:focus-within{border-color:var(--od-red);box-shadow:0 0 0 3px rgba(var(--od-red-rgb), .12)}.shop-search input{width:100%;min-width:0;color:var(--od-ink);background:0 0;border:0;outline:0}.shop-sort{color:var(--od-muted);justify-content:flex-end;position:relative}.sort-select{position:relative}.sort-select__button{border:1px solid var(--od-line);min-width:190px;min-height:38px;color:var(--od-ink);cursor:pointer;background:#fffefa;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;font-weight:900;display:inline-flex}.sort-select__button.active,.sort-select__button:hover,.sort-select__button:focus-visible{border-color:var(--od-red);box-shadow:0 0 0 3px rgba(var(--od-red-rgb), .12);outline:0}.sort-select__button svg{color:var(--od-red)}.sort-select__menu{z-index:15;border:1px solid var(--od-line);background:#fffefa;border-radius:14px;min-width:210px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 34px #08080829}.sort-select__menu button{min-height:38px;color:var(--od-ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;font-weight:900}.sort-select__menu button:hover,.sort-select__menu button.active{background:var(--od-red);color:#fffefa}.shop-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail{grid-template-columns:1fr .86fr;gap:30px;padding:42px 0 28px;display:grid}.product-gallery__main{aspect-ratio:1;object-fit:cover;border:1px solid var(--od-line);background:#fffefa;border-radius:7px;width:100%}.product-detail--premium{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:34px}.product-gallery--premium{gap:14px;display:grid}.product-gallery__stage{background:radial-gradient(circle at 18% 18%, rgba(var(--od-red-hot-rgb), .18), transparent 30%), #fffefa;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 22px 44px #0808081a}.product-gallery__stage .product-gallery__main{border-color:#08080814;border-radius:18px}.product-gallery__floating{color:#fffefa;background:#080808d1;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:10px;padding:10px 12px;display:inline-flex;position:absolute;bottom:18px;left:18px;box-shadow:0 14px 28px #08080838}.product-gallery__floating span,.product-gallery__floating strong{text-transform:uppercase;font-size:12px;font-weight:900}.product-gallery__floating span{color:var(--od-red-hot)}.product-gallery__thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.product-gallery__thumb{border:1px solid var(--od-line);cursor:pointer;background:#fffefa;border-radius:12px;padding:0;transition:transform .16s,border-color .16s,box-shadow .16s;overflow:hidden}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{border-color:rgba(var(--od-red-rgb), .45);transform:translateY(-2px);box-shadow:0 14px 28px #0c0a081f}.product-gallery__thumb img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.product-buybox{padding:28px}.product-buybox--premium{background:linear-gradient(145deg,#fffefa 0%,#f5f0e9 100%);border-radius:18px;position:relative;overflow:hidden}.product-buybox--premium:before{background:linear-gradient(90deg, var(--od-red), transparent 72%);content:"";height:4px;position:absolute;inset:0 0 auto}.product-meta-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.condition-pill{border:1px solid var(--od-line);width:fit-content;min-height:30px;color:var(--od-ink);text-transform:uppercase;background:#fffefa;border-radius:999px;place-self:start;align-items:center;padding:0 11px;font-size:12px;font-weight:900;display:inline-flex}.condition-pill--used{background:var(--od-black);color:#fffefa}.condition-pill--renewed{border-color:rgba(var(--od-red-rgb), .25);color:var(--od-red)}.product-buybox h1{margin:8px 0 14px;font-size:38px;line-height:1.08}.product-buybox p{color:var(--od-muted)}.product-description-card{border:1px solid var(--od-line);background:#ffffffc2;border-radius:14px;gap:10px;margin-top:16px;padding:18px;display:grid}.product-description-card strong{letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:900}.product-description-card p{color:#514a45;margin:0;line-height:1.6}.product-description-card ul{color:#201c1a;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin:0;padding-left:18px;font-weight:700;display:grid}.detail-price{align-items:baseline;gap:14px;margin:22px 0;display:flex}.detail-price del{color:var(--od-muted)}.detail-price strong{color:var(--od-red);font-size:32px;font-weight:900}.detail-price span{background:rgba(var(--od-red-rgb), .1);color:var(--od-red);text-transform:uppercase;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.detail-price--premium{border:1px solid var(--od-line);background:#fffefa;border-radius:14px;padding:18px}.product-assurance-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0;display:grid}.product-assurance-grid article{border:1px solid var(--od-line);background:#fffefa;border-radius:14px;gap:7px;padding:16px;display:grid}.product-assurance-grid svg{color:var(--od-red)}.product-assurance-grid strong{font-weight:900}.product-assurance-grid span{color:var(--od-muted);font-size:13px;line-height:1.4}.qty-row{border:1px solid var(--od-line);background:#fffefa;border-radius:4px;grid-template-columns:38px 44px 38px;align-items:center;min-height:38px;display:inline-grid;overflow:hidden}.qty-row button{cursor:pointer;background:#f0ebe4;border:0;height:38px}.qty-row button:disabled{color:#b8b0a6;cursor:not-allowed;opacity:.62}.qty-row span{text-align:center;font-weight:900}.detail-actions{grid-template-columns:1fr 1fr;gap:12px;margin-top:22px;display:grid}.detail-actions--stacked{grid-template-columns:1fr}.detail-actions--stacked .button-primary,.detail-actions--stacked .button-dark,.detail-actions--stacked .paypal-button{min-height:48px}.paypal-button{color:#111;cursor:pointer;background:#ffc439;border:0;border-radius:3px;min-height:42px;font-weight:900}.paypal-button--secondary{background:#ffe39a;border:1px solid #d5aa2f}.cart-layout,.checkout-layout,.tracking-layout,.contact-layout{grid-template-columns:1fr 360px}.cart-table{gap:14px;padding:18px;display:grid}.cart-line{border:1px solid rgba(var(--od-red-rgb), .08);background:linear-gradient(#fffffff5,#f6f3eeeb),#fffefa;border-radius:20px;grid-template-columns:92px minmax(0,1fr);align-items:stretch;gap:18px;padding:18px;display:grid;box-shadow:0 18px 32px #120e0a0f}.cart-line:last-child{border-bottom:0}.cart-line img{object-fit:cover;border-radius:16px;width:92px;height:92px}.cart-line__content{gap:16px;min-width:0;display:grid}.cart-line__top,.cart-line__bottom{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.cart-line__copy{min-width:0}.cart-line h2{margin:0 0 5px;font-size:17px;font-weight:900;line-height:1.12}.cart-line__meta,.cart-line__label{color:var(--od-muted);font-size:13px}.cart-line__label{letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-weight:900;display:inline-flex}.cart-line__quantity{justify-items:start;display:grid}.cart-line__remove{border:1px solid rgba(var(--od-red-rgb), .14);background:rgba(var(--od-red-rgb), .04);min-height:42px;color:var(--od-muted);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:0 14px;transition:transform .18s,border-color .18s,background .18s,color .18s;display:inline-flex}.cart-line__remove:hover{color:var(--od-red);border-color:rgba(var(--od-red-rgb), .28);background:rgba(var(--od-red-rgb), .08)}.cart-line__remove:active{transform:translateY(1px)}.cart-line__remove span{letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:900}.cart-line__price{color:var(--od-red);align-self:start;justify-items:end;gap:3px;font-size:24px;line-height:1;display:grid}.cart-line__price small{color:var(--od-muted);font-size:12px;font-weight:700}.cart-empty{justify-items:start;gap:10px;padding:34px;display:grid}.cart-empty h2,.cart-empty p{margin:0}.cart-empty p{color:var(--od-muted)}.checkout-summary .button-primary:disabled{cursor:not-allowed;background:#b8b0a6}.checkout-summary{gap:14px;padding:22px;display:grid}.checkout-summary .button-primary{width:100%}.checkout-summary div{color:var(--od-muted);justify-content:space-between;gap:12px;display:flex}.checkout-summary div strong{color:var(--od-ink)}.summary-total{border-top:1px solid var(--od-line);padding-top:14px}.summary-total strong{font-size:22px;color:var(--od-red)!important}.checkout-summary input{border:1px solid var(--od-line);border-radius:4px;min-height:42px;padding:0 12px}.checkout-main,.tracking-form,.tracking-timeline,.contact-form{gap:20px;padding:24px;display:grid}.checkout-choice{border:1px solid var(--od-line);border-radius:5px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.checkout-choice button,.checkout-choice a,.payment-methods button{cursor:pointer;background:#fffefa;border:0;min-height:44px;font-weight:900}.checkout-choice a{justify-content:center;align-items:center;display:inline-flex}.checkout-choice button.active{background:var(--od-black);color:#fffefa}.checkout-choice a:hover{background:rgba(var(--od-red-rgb), .08);color:var(--od-red)}.checkout-form,.payment-methods{gap:16px;display:grid}.checkout-section-heading{gap:6px;display:grid}.checkout-section-heading h2{margin:0;font-weight:900}.checkout-section-heading p{max-width:680px;color:var(--od-muted);margin:0;line-height:1.45}.pickup-notice{border:1px solid rgba(var(--od-red-rgb), .2);background:rgba(var(--od-red-rgb), .08);border-radius:14px;grid-template-columns:40px 1fr;align-items:center;gap:12px;padding:16px;display:grid}.pickup-notice svg{color:var(--od-red)}.pickup-notice strong,.pickup-notice span{display:block}.pickup-notice strong{text-transform:uppercase;font-weight:900}.pickup-notice span{color:var(--od-muted);margin-top:4px}.payment-methods button{border:1px solid var(--od-line);border-radius:5px;justify-content:center;align-items:center;gap:9px;display:inline-flex}.payment-methods--priority{gap:12px}.payment-method-selector{grid-template-columns:1fr 1fr;gap:12px;display:grid}.payment-method-selector button{border:1px solid var(--od-line);min-height:56px;color:var(--od-ink);cursor:pointer;background:#fffefa;border-radius:14px;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:900;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.payment-method-selector button:hover{border-color:rgba(var(--od-red-rgb), .35);transform:translateY(-1px)}.payment-method-selector button.active{border-color:rgba(var(--od-red-rgb), .5);background:var(--od-red);color:#fffefa;box-shadow:0 14px 28px rgba(var(--od-red-rgb), .22)}.payment-method-selector button.paypal.active{color:#003087;background:#ffc439;border-color:#ffc439;box-shadow:0 14px 28px #00308724}.payment-method-selector button.paypal svg,.payment-method-selector button.paypal.active svg{color:#003087}.payment-option{border:1px solid var(--od-line);background:#fffefa;border-radius:18px;gap:16px;padding:18px;display:grid}.payment-option[hidden]{display:none}.payment-option__header{grid-template-columns:auto 1fr auto;align-items:center;gap:14px;display:grid}.payment-option__header strong,.payment-option__header small{display:block}.payment-option__header strong{font-size:18px;font-weight:900}.payment-option__header small{color:var(--od-muted);margin-top:2px;font-size:13px;line-height:1.4}.payment-option__icon{background:var(--od-red);color:#fffefa;width:44px;height:44px;box-shadow:0 14px 30px rgba(var(--od-red-rgb), .24);border-radius:14px;place-items:center;display:inline-grid}.payment-option--card{border-color:rgba(var(--od-red-rgb), .26);background:radial-gradient(circle at 16% 0%, rgba(var(--od-red-rgb), .12), transparent 32%), #fffefa}.card-network-strip{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.card-network-strip img{object-fit:contain;filter:drop-shadow(0 8px 14px #08080814);width:58px;height:36px;display:block}.card-network-strip .payment-secured-logo{width:112px}.secure-card-shell{grid-template-columns:260px 1fr;align-items:stretch;gap:18px;display:grid}.secure-card-shell--fields-only{grid-template-columns:1fr}.secure-card-field{gap:7px;min-width:0;display:grid}.secure-card-field span{color:var(--od-ink);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900}.paypal-card-field,.card-input-field{border:1px solid var(--od-line);width:100%;min-height:48px;color:var(--od-ink);background:#fffefa;border-radius:12px;padding:12px 13px;box-shadow:inset 0 1px #ffffffb8}.card-input-field:focus{border-color:rgba(var(--od-red-rgb), .58);box-shadow:0 0 0 3px rgba(var(--od-red-rgb), .12);outline:0}.payment-option--paypal{background:linear-gradient(135deg,#0070ba17,#ffc43924),#fffefa;border-color:#d4dee9}.paypal-mark{color:#003087;align-items:center;gap:8px;font-size:20px;font-weight:900;display:inline-flex}.paypal-mark span{color:#0070ba;letter-spacing:-.02em}.paypal-wallet-box{background:#ffffffb8;border-radius:14px;gap:10px;padding:14px;display:grid}.paypal-fallback-button{cursor:pointer;width:100%;min-height:48px;font-size:18px;font-weight:900;color:#003087!important;background:#ffc439!important;border:0!important;border-radius:999px!important}.paypal-fallback-button:hover{filter:brightness(.97)}.payment-config-missing{border:1px dashed rgba(var(--od-red-rgb), .36);background:rgba(var(--od-red-rgb), .07);border-radius:14px;gap:6px;padding:16px;display:grid}.payment-config-missing strong{font-weight:900}.payment-config-missing span{color:var(--od-muted);font-size:13px;line-height:1.45}.payment-method{text-align:left;border:1px solid var(--od-line);border-radius:14px;grid-template-columns:34px 1fr;align-items:start;gap:12px;min-height:74px;padding:14px 16px;display:grid}.payment-method span{gap:3px;display:grid}.payment-method strong,.payment-method small{display:block}.payment-method strong{font-weight:900}.payment-method small{color:var(--od-muted);font-size:13px}.payment-method--primary{box-shadow:0 12px 24px #0808080f;border-color:rgba(var(--od-red-rgb), .28)!important;background:linear-gradient(135deg, rgba(var(--od-red-rgb), .12), transparent 54%), #fffefa!important}.payment-method--primary svg{color:var(--od-red)}.payment-method--secondary{background:#f5efe4!important}.paypal-card-fields{gap:10px;display:grid}.paypal-card-fields__row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.paypal-wallet-buttons{min-height:44px}.payment-alert,.payment-status{margin:10px 0 0;font-size:13px;font-weight:800;line-height:1.45}.payment-alert{color:var(--od-muted)}.payment-status{border-radius:12px;padding:12px 14px}.payment-status--error{background:rgba(var(--od-red-rgb), .1);color:var(--od-red)}.payment-status--success{color:#176c3e;background:#23874d1f}.order-confirmation,.tracking-summary-card,.tracking-items{background:#23874d14;border:1px solid #23874d38;border-radius:14px;gap:8px;padding:14px;display:grid}.order-confirmation strong,.tracking-summary-card strong{color:#176c3e;font-weight:900}.order-confirmation a{color:var(--od-red);font-weight:900}.order-success-page{background:radial-gradient(circle at top right, rgba(var(--od-red-rgb), .12), transparent 20rem), linear-gradient(180deg, #eee 0%, #f6f3ee 38%, #f6f3ee 100%);padding:52px 0 72px;position:relative;overflow:hidden}.order-success-shell{grid-template-columns:minmax(0,1.18fr) 380px;align-items:start;gap:28px;display:grid}.order-success-hero,.order-success-panel{border:1px solid #12141814;border-radius:28px;box-shadow:0 20px 44px #00000014}.order-success-hero{background:linear-gradient(135deg, rgba(var(--od-red-rgb), .16), transparent 22%), radial-gradient(circle at top left, rgba(var(--od-red-rgb), .08), transparent 18rem), #11141a;color:#fffefa;padding:42px;position:relative;overflow:hidden}.order-success-hero:after{content:"";pointer-events:none;background:radial-gradient(circle at 82% 20%,#eeeeee0a,#0000 14rem);position:absolute;inset:0}.order-success-hero>*{z-index:1;position:relative}.order-success-check{width:64px;height:64px;color:var(--od-red);background:#ffffff0f;border-radius:20px;place-items:center;margin-bottom:18px;display:inline-grid;box-shadow:0 0 0 1px #ffffff0f}.order-success-hero>span{color:var(--od-red);letter-spacing:.08em;text-shadow:none;text-transform:uppercase;font-size:12px;font-weight:900;display:inline-flex}.order-success-hero h1{max-width:14ch;margin:10px 0 12px;font-size:clamp(30px,4vw,44px);font-weight:900;line-height:1.02}.order-success-hero>p{color:#fffefacc;max-width:40rem;margin:0;font-size:16px;line-height:1.65}.order-success-badges{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.order-success-badges span{color:#eeeeeed1;background:#ffffff08;border:1px solid #eeeeee14;border-radius:999px;align-items:center;min-height:34px;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.order-success-number{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;gap:8px;margin-top:24px;padding:18px 20px;display:grid}.order-success-number small{color:#ffffff94;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:900}.order-success-number strong{font-size:clamp(20px,2.3vw,26px);font-weight:900;line-height:1.1}.order-success-number--muted strong{font-size:24px}.order-success-actions{flex-wrap:wrap;gap:14px;margin-top:20px;display:flex}.order-success-actions .button-primary,.order-success-actions .button-dark{border-radius:10px;min-height:50px;padding-inline:22px}.order-success-actions .button-primary{gap:8px}.order-success-dl-btn{border-radius:10px;gap:8px;min-height:50px;padding-inline:22px}.order-success-timeline{gap:14px;margin-top:24px;display:grid}.order-success-step{color:#fffefacc;background:#ffffff0a;border-radius:18px;grid-template-columns:42px 1fr;align-items:start;gap:14px;padding:16px 18px;display:grid}.order-success-step svg{color:#eee;margin-top:1px}.order-success-step strong,.order-success-step span{display:block}.order-success-step strong{color:#fffefa;font-size:15px;font-weight:900}.order-success-step span{margin-top:4px;font-size:13px;line-height:1.5}.order-success-step--active{background:#ffffff0f}.order-success-step--active svg{color:var(--od-red)}.order-success-panel{background:#fffefa;gap:22px;padding:28px;display:grid}.order-success-panel__header{grid-template-columns:42px 1fr;align-items:center;gap:12px;display:grid}.order-success-panel__header svg,.order-success-next svg{color:var(--od-red)}.order-success-panel__header strong{font-size:20px;font-weight:900;display:block}.order-success-panel__header span{color:var(--od-muted);margin-top:4px;font-size:14px;line-height:1.45;display:block}.order-success-facts{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.order-success-facts article{background:#eee;border-radius:18px;gap:8px;padding:18px 16px;display:grid}.order-success-facts article svg{color:var(--od-red)}.order-success-facts span{color:var(--od-muted);text-transform:uppercase;font-size:13px;font-weight:800}.order-success-facts strong{font-size:18px;font-weight:900;line-height:1.2}.order-success-items{border:1px solid var(--od-line);background:#fff;border-radius:20px;gap:12px;padding:18px;display:grid}.order-success-items div{border-bottom:1px solid var(--od-line);justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;display:flex}.order-success-items div:last-child{border-bottom:0;padding-bottom:0}.order-success-items span{color:var(--od-muted);font-size:14px}.order-success-items strong{font-weight:900}.order-success-items--empty span{color:var(--od-muted);line-height:1.6}.order-success-next{gap:14px;padding-top:4px;display:grid}.order-success-next h2{margin:0;font-size:22px;font-weight:900}.order-success-next div{border-top:1px solid var(--od-line);grid-template-columns:28px 1fr;align-items:start;gap:12px;padding:14px 0;display:grid}.order-success-next span{color:var(--od-muted);font-size:14px;line-height:1.5}.checkout-summary p{color:var(--od-muted);align-items:center;gap:8px;font-size:14px;display:inline-flex}@media (width<=640px){.cart-table{gap:12px;padding:14px}.cart-line{border-radius:18px;grid-template-columns:72px minmax(0,1fr);gap:12px;padding:14px}.cart-line img{border-radius:14px;width:72px;height:72px}.cart-line__content,.cart-line__top,.cart-line__bottom{gap:12px}.cart-line__top{flex-direction:column;align-items:stretch}.cart-line h2{font-size:16px}.cart-line__price{justify-items:start;font-size:20px}.cart-line__quantity{flex:1;width:auto;min-width:0}.cart-line__quantity .qty-row{border-radius:12px;grid-template-columns:42px minmax(58px,1fr) 42px;width:100%;min-height:44px}.cart-line__quantity .qty-row button{height:44px}.cart-line__bottom{flex-direction:row;align-items:flex-end}.cart-line__remove{border-radius:12px;flex:0 0 44px;justify-content:center;align-self:flex-end;width:44px;min-width:44px;min-height:44px;padding:0}.cart-line__remove span{display:none}}.tracking-layout{grid-template-columns:420px 1fr}.od-checkout-progress{z-index:18;border:1px solid rgba(var(--od-red-rgb), .12);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf9eb;border-radius:20px;margin-bottom:24px;padding:16px 18px;position:sticky;top:96px}.od-checkout-progress__track{background:rgba(var(--od-red-rgb), .08);border-radius:999px;height:6px}.od-checkout-progress__fill{border-radius:inherit;background:linear-gradient(90deg, var(--od-red), #ff6f6f);height:100%;transition:width .22s}.od-checkout-progress__steps{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px;display:grid}.od-checkout-progress__steps div{color:#837a72;gap:6px;display:grid}.od-checkout-progress__steps span{border:1px solid rgba(var(--od-red-rgb), .14);background:#fffaf4;border-radius:999px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:inline-grid}.od-checkout-progress__steps strong{text-transform:uppercase;font-size:12px;font-weight:900}.od-checkout-progress__steps .active{color:var(--od-ink)}.od-checkout-progress__steps .active span{background:var(--od-red);border-color:var(--od-red);color:#fffefa}.od-checkout-shell{grid-template-columns:minmax(0,1.16fr) minmax(320px,.84fr);align-items:start;gap:24px;display:grid}.od-checkout-main{gap:18px;display:grid}.od-checkout-card__head,.od-checkout-summary__head{justify-content:space-between;align-items:start;gap:18px;display:flex}.od-checkout-eyebrow{color:var(--od-red);letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:900;display:inline-flex}.od-checkout-card__head h1,.od-checkout-summary__head h2{margin:6px 0 0;font-size:32px;line-height:1.05}.od-checkout-summary__head h2{margin-top:0}.od-checkout-account-state{justify-items:end;gap:8px;display:grid}.od-checkout-account-state span,.od-checkout-account-state a{color:#4f4944;align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}.od-checkout-account-state a{color:var(--od-red)}.od-checkout-addresses{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.od-checkout-addresses button{border:1px solid rgba(var(--od-red-rgb), .12);text-align:left;cursor:pointer;background:#ffffffbd;border-radius:16px;gap:4px;padding:12px 14px;display:grid}.od-checkout-addresses strong{font-size:13px;font-weight:900}.od-checkout-addresses span{color:#655d57;font-size:13px}.od-checkout-grid{margin-top:22px}.field-error{color:#c61f1f;font-size:12px;font-weight:700}.od-checkout-actions-row{flex-wrap:wrap;align-items:center;gap:14px;margin-top:20px;display:flex}.od-checkout-actions-row span{color:#6f6760;font-size:13px}.od-checkout-section-title h2{margin:0;font-size:24px}.od-checkout-section-title p{color:#665e58;margin:8px 0 0;font-size:15px}.od-checkout-delivery-grid,.od-checkout-payment-grid{gap:12px;margin-top:18px;display:grid}.od-checkout-delivery-grid button,.od-checkout-payment-grid button{border:1px solid rgba(var(--od-red-rgb), .1);text-align:left;cursor:pointer;background:#ffffffc7;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.od-checkout-payment-grid button{justify-content:start;align-items:start}.od-checkout-delivery-grid button.active,.od-checkout-payment-grid button.active{border-color:rgba(var(--od-red-rgb), .44);transform:translateY(-2px);box-shadow:0 10px 24px #ff2d2d1a}.od-checkout-delivery-grid strong,.od-checkout-payment-grid strong{font-size:15px;font-weight:900;display:block}.od-checkout-delivery-grid span,.od-checkout-payment-grid span{color:#665e58;font-size:14px;line-height:1.45}.od-checkout-delivery-meta{justify-items:end;gap:5px;display:grid}.od-checkout-delivery-meta em{color:var(--od-red);font-size:15px;font-style:normal;font-weight:900}.od-checkout-delivery-meta small{color:#7a726b;font-size:12px}.od-checkout-payment-card{border:1px solid rgba(var(--od-red-rgb), .1);background:#fffdf9;border-radius:20px;margin-top:18px;padding:20px}.od-checkout-payment-card__header{justify-content:space-between;align-items:start;gap:16px;display:flex}.od-checkout-payment-card__header strong{font-size:18px;font-weight:900;display:block}.od-checkout-payment-card__header span{color:#695f58;max-width:42ch;margin-top:6px;font-size:14px;line-height:1.5;display:block}.od-checkout-card-networks{align-items:center;gap:8px;display:inline-flex}.od-checkout-card-networks img{height:22px}.od-checkout-card-brand{color:var(--od-red);text-transform:uppercase;margin-top:16px;font-size:13px;font-weight:900}.od-checkout-card-fields{gap:14px;margin-top:16px;display:grid}.stripe-card-element-wrapper{border:1.5px solid var(--od-line);background:#fff;border-radius:10px;min-height:52px;margin-top:18px;padding:16px;transition:border-color .18s}.stripe-card-element-wrapper:focus-within{border-color:var(--od-ink)}.stripe-card-element-wrapper .StripeElement{width:100%;display:block}.od-checkout-sidebar-msg{border-radius:8px;margin:0 0 10px;padding:10px 14px;font-size:13px;font-weight:600}.od-checkout-delivery-info{border:1px solid var(--od-line);color:var(--od-muted);background:#fffdf9;border-radius:10px;align-items:center;gap:10px;margin-bottom:4px;padding:12px 16px;font-size:14px;font-weight:600;display:flex}.od-checkout-delivery-info svg{color:var(--od-red);flex-shrink:0}.od-checkout-inline-warning{color:#8f3a3a;align-items:center;gap:8px;margin:14px 0 0;font-size:13px;font-weight:700;display:inline-flex}.od-checkout-payment-card--moncash p{color:#5e5751;margin:10px 0 0;line-height:1.6}.od-checkout-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.od-checkout-review-grid article{border:1px solid rgba(var(--od-red-rgb), .09);background:#ffffffb8;border-radius:16px;gap:5px;padding:16px;display:grid}.od-checkout-review-grid strong{text-transform:uppercase;font-size:13px;font-weight:900}.od-checkout-review-grid span{color:#5f5751;font-size:14px;line-height:1.45}.od-checkout-trust{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.od-checkout-trust article{border:1px solid rgba(var(--od-red-rgb), .09);color:#292522;background:#ffffff9e;border-radius:18px;align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:700;display:flex}.od-checkout-trust svg{color:var(--od-red);flex:none}.od-checkout-summary{align-self:start;position:sticky;top:24px}.od-checkout-summary__head h2{font-size:26px}.od-checkout-summary__head a{color:var(--od-red);font-size:13px;font-weight:900}.od-checkout-summary__items{gap:14px;margin-top:20px;display:grid}.od-checkout-summary__items article{grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.od-checkout-summary__items img{object-fit:cover;background:#f3ece3;border-radius:14px;width:68px;height:68px}.od-checkout-summary__items strong{font-size:14px;font-weight:800;display:block}.od-checkout-summary__items span{color:#6b635d;font-size:12px;line-height:1.45;display:block}.od-checkout-summary__qty{align-items:center;gap:8px;display:inline-flex}.od-checkout-summary__qty button{border:1px solid rgba(var(--od-red-rgb), .12);cursor:pointer;background:#fff;border-radius:8px;width:28px;height:28px}.od-checkout-promo{margin-top:20px}.od-checkout-promo label{text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:900;display:block}.od-checkout-promo div{grid-template-columns:1fr auto;gap:10px;display:grid}.od-checkout-promo button{background:var(--od-red);color:#fffefa;cursor:pointer;border:0;border-radius:12px;min-width:110px;padding:0 16px;font-weight:900}.od-checkout-link-button{border:0;margin-top:8px;padding:0;font-size:13px;font-weight:900;color:var(--od-red)!important;background:0 0!important}.od-checkout-summary__totals{gap:10px;margin-top:18px;display:grid}.od-checkout-summary__totals div{color:#665f59;justify-content:space-between;gap:12px;display:flex}.od-checkout-summary__totals strong{color:var(--od-ink)}.od-checkout-summary__meta{border-top:1px solid rgba(var(--od-red-rgb), .08);gap:9px;margin-top:18px;padding-top:18px;display:grid}.od-checkout-summary__meta span{color:#605852;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.od-checkout-summary__cta{margin-top:20px}.od-checkout-summary__cta .button-primary{width:100%;min-height:50px}.od-checkout-skeleton{background:linear-gradient(90deg,#f0e9e1cc,#fffffff2,#f0e9e1cc) 0 0/200% 100%;border-radius:18px;height:84px;margin-top:16px;animation:1.4s linear infinite checkoutPulse}.od-checkout-skeleton--summary{height:120px}.od-checkout-mobile-cta{z-index:24;border:1px solid rgba(var(--od-red-rgb), .12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf9f5;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:none;position:fixed;bottom:14px;left:14px;right:14px;box-shadow:0 18px 40px #00000029}.od-checkout-mobile-cta strong{font-size:17px;display:block}.od-checkout-mobile-cta span{color:#665e58;font-size:12px}@keyframes checkoutPulse{0%{background-position:200% 0}to{background-position:-200% 0}}.timeline-step{border-bottom:1px solid var(--od-line);color:var(--od-muted);grid-template-columns:38px 1fr;align-items:center;gap:10px;padding:18px 0;font-weight:900;display:grid}.timeline-step.active{color:var(--od-red)}.tracking-items{border-color:var(--od-line);background:#fffefa;margin-top:8px}.tracking-items div{border-bottom:1px solid var(--od-line);justify-content:space-between;gap:16px;padding:8px 0;display:flex}.tracking-items div:last-child{border-bottom:0}.tracking-items span{color:var(--od-muted)}.auth-page{background:var(--od-paper);grid-template-columns:1fr 1fr;min-height:calc(100vh - 94px);display:grid}.auth-panel{align-content:center;padding:64px;display:grid}.auth-panel--dark{background:linear-gradient(135deg, rgba(var(--od-red-hot-rgb), .48), transparent 40%), var(--od-black);color:#fffefa}.auth-panel--dark span{color:var(--od-red-hot);text-shadow:0 0 16px var(--od-red-glow);text-transform:uppercase;font-weight:900}.auth-panel--dark h1{max-width:560px;margin:14px 0 16px;font-size:44px;font-weight:900;line-height:1.08}.auth-panel--dark p{color:#ffffffc7;max-width:460px;font-size:17px}.auth-form{background:#fffefa;gap:18px}.auth-form h2{margin:0;font-weight:900}.auth-form>a{color:var(--od-red);font-weight:900}.dashboard-layout{grid-template-columns:260px 1fr}.account-sidebar{gap:6px;padding:14px;display:grid}.account-sidebar a{color:var(--od-muted);border-radius:5px;align-items:center;gap:10px;padding:12px 14px;font-weight:900;display:inline-flex}.account-sidebar button{color:var(--od-muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:10px;padding:12px 14px;font-weight:900;display:inline-flex}.account-sidebar a.active{background:var(--od-black);color:#fffefa}.account-sidebar button:hover,.account-sidebar a:hover{background:rgba(var(--od-red-rgb), .08);color:var(--od-ink)}.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.dashboard-card{gap:8px;padding:24px;display:grid}.dashboard-card span{color:var(--od-red);text-transform:uppercase;font-weight:900}.dashboard-card strong{font-size:32px;font-weight:900}.dashboard-card p{color:var(--od-muted);margin:0}.dashboard-card--wide{grid-column:1/-1}.about-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:22px;padding:40px 0 62px;display:grid}.about-grid article{padding:24px}.about-grid h2,.about-grid h3{margin:0 0 12px;font-weight:900}.about-grid p{color:var(--od-muted);line-height:1.55}.about-grid svg,.contact-cards svg{color:var(--od-red)}.contact-cards{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.contact-cards article{align-content:center;gap:8px;padding:22px;display:grid}.contact-cards strong{font-weight:900}.contact-cards span{color:var(--od-muted)}@media (width<=1180px){.site-header__inner{grid-template-columns:160px 1fr auto;gap:20px}.site-nav{gap:26px}.header-actions{gap:12px}.header-auth__user,.header-auth__logout{justify-content:center;width:38px;height:38px;min-height:38px;padding:0}.header-auth__name,.header-auth__logout-label{display:none}.hero-slide-shell,.feature-selection,.flash-sale,.footer-grid,.product-detail,.about-grid,.auth-page{grid-template-columns:1fr}.hero-slide-shell{gap:28px}.hero-slide-copy h1{font-size:46px}.flash-sale__products,.product-grid,.shop-results .product-grid,.category-grid,.dashboard-grid,.contact-cards{grid-template-columns:repeat(2,1fr)}.shop-toolbar,.secure-card-shell{grid-template-columns:1fr}.shop-sort{justify-content:flex-start}.trust-band{grid-template-columns:repeat(2,1fr)}.feature-selection--spotlight{grid-template-columns:1fr;gap:24px}.order-success-shell{grid-template-columns:1fr}.order-success-panel{order:2}}@media (width<=760px){.od-checkout-progress{padding:14px;top:82px}.od-checkout-progress__steps{gap:8px}.od-checkout-progress__steps strong{font-size:10px}.od-checkout-shell{grid-template-columns:1fr}.od-checkout-card,.od-checkout-summary__card{border-radius:20px;padding:18px}.od-checkout-card__head,.od-checkout-summary__head,.od-checkout-payment-card__header{grid-template-columns:1fr;display:grid}.od-checkout-card__head h1,.od-checkout-summary__head h2{font-size:26px}.od-checkout-review-grid,.od-checkout-trust{grid-template-columns:1fr}.od-checkout-summary{position:static}.od-checkout-mobile-cta{display:flex}.od-checkout-page{padding-bottom:110px}.od-checkout-promo div{grid-template-columns:1fr}.od-checkout-promo button{min-height:42px}.site-container{width:min(100% - 28px,1360px)}.site-header{overflow:visible}.site-header__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:76px;padding:12px 0;position:relative}.brand-logo--image{grid-column:1;justify-self:start;width:58px;height:58px}.mobile-menu-toggle{display:inline-flex}.site-nav{z-index:60;border:0;border-top:1px solid rgba(var(--od-red-rgb), .1);color:var(--od-ink);opacity:0;pointer-events:none;background:#fffefa;border-radius:0;grid-template-columns:1fr;gap:4px;padding:10px 8px;font-size:13px;transition:opacity .2s,transform .2s;display:grid;position:absolute;top:100%;left:-14px;right:-14px;transform:translateY(-6px);box-shadow:0 18px 36px #0000002e}.site-nav--open{opacity:1;pointer-events:auto;transform:translateY(0)}.site-nav a{white-space:normal;box-sizing:border-box;border-radius:8px;width:100%;min-height:48px;padding:14px 20px;font-size:13px;line-height:1.2;display:block}.site-nav a:after{display:none}.site-nav a.active,.site-nav a:hover{background:rgba(var(--od-red-rgb), .12);color:var(--od-red)}.site-nav__mobile-actions{border-top:1px solid rgba(var(--od-red-rgb), .12);gap:4px;padding-top:10px;display:grid}.site-nav__mobile-actions a{text-transform:uppercase;box-sizing:border-box;border-radius:8px;width:100%;min-height:48px;padding:14px 20px;font-size:13px;font-weight:900;display:block}.site-nav__mobile-actions button{color:#fffefa;text-align:left;text-transform:uppercase;background:#151515;border:0;border-radius:8px;width:100%;min-height:48px;padding:14px 20px;font-size:13px;font-weight:900}.header-actions{grid-column:3;justify-content:flex-end;justify-self:end;align-items:center;gap:8px}.header-actions .lang-switch,.header-actions .header-search-action,.header-actions .header-account-action,.header-auth{display:none}.header-actions .icon-button{width:38px;height:38px}.mobile-menu-toggle{border-radius:10px;width:38px;height:38px}.hero-slide-shell,.brand-rail__inner,.trust-band,.feature-selection,.flash-sale,.flash-sale__products,.category-grid,.product-assurance-grid,.page-grid,.detail-grid,.shop-layout,.cart-layout,.checkout-layout,.tracking-layout,.dashboard-layout,.contact-layout,.dashboard-grid,.contact-cards,.form-grid--two{grid-template-columns:1fr}.hero-slider,.hero-slide-shell{min-height:500px}.hero-slide-shell{padding:40px 0}.hero-slide-copy h1{font-size:34px}.hero-slide-copy p{font-size:15px}.hero-image-stage{min-height:220px}.hero-image-stage img{object-position:center center}.product-grid,.shop-results .product-grid{grid-template-columns:1fr;gap:12px}.product-card__media,.product-card>img{height:340px}.product-card__media img{object-fit:cover;padding:0}.category-card{background:0 0;min-height:360px}.category-card img{object-fit:cover;object-position:center center;width:100%;height:100%;inset:0}.category-card:after{background:linear-gradient(#00000014 20%,#000000b8 100%)}.category-card div{bottom:18px;left:18px;right:18px}.category-card h3{margin-bottom:10px;font-size:20px}.category-card--no-image{background:linear-gradient(135deg, var(--od-black), #2a1510);min-height:240px}.product-card{border-radius:14px}.product-card__badges{gap:5px;padding:6px}.product-card__badge,.product-card__condition{border-radius:8px;padding:6px 8px;font-size:11px}.product-card__body{gap:8px;padding:12px}.product-card h3{min-height:0;font-size:13px;line-height:1.3}.rating-row span{font-size:11px}.price-line{flex-direction:column;align-items:flex-start;gap:2px}.price-line del{font-size:11px}.price-line strong{font-size:15px}.product-card__footer{grid-template-columns:1fr 36px;gap:8px}.product-card__primary-action,.product-card__secondary-action{height:38px}.brand-rail__inner{min-height:auto;padding:22px 0}.trust-band__item{border-bottom:1px solid #ffffff1f}.countdown{grid-template-columns:repeat(2,1fr)}.feature-selection--spotlight{gap:20px;width:min(100% - 28px,1360px);padding:22px}.feature-selection--spotlight h2{font-size:24px}.feature-selection__intro h3{max-width:none;font-size:32px}.feature-selection__intro>p{font-size:15px}.feature-selection__list,.feature-selection__support{grid-template-columns:1fr}.feature-selection__media{justify-content:stretch}.feature-selection__frame{border-radius:18px;width:100%}.feature-selection__frame img{aspect-ratio:1;padding:18px}.feature-selection__actions{align-items:stretch}.feature-selection__actions .button-light,.feature-selection__cart{justify-content:center;width:100%}.order-success-page{padding:28px 0 48px}.order-success-hero,.order-success-panel{border-radius:22px;padding:22px 18px}.order-success-hero h1{font-size:34px}.order-success-hero>p{font-size:15px}.order-success-number{padding:18px}.order-success-number strong{font-size:20px}.order-success-actions .button-primary,.order-success-actions .button-dark{width:100%}.order-success-facts{grid-template-columns:1fr}.order-success-step{grid-template-columns:34px 1fr;padding:16px}.shop-filter{position:static}.cart-line{grid-template-columns:78px minmax(0,1fr);gap:14px;padding:16px}.auth-panel{padding:36px 18px}.auth-panel--dark h1,.inner-hero h1,.product-buybox h1{font-size:30px}.detail-actions{grid-template-columns:1fr}.testimonial-section{padding:26px 0 42px}.testimonial-title-row{align-items:center}.testimonial-card{grid-template-columns:1fr;gap:16px;min-height:236px;padding:24px}.testimonial-card__avatar{width:58px;height:58px;font-size:22px}.testimonial-card p{font-size:16px}.testimonial-controls{justify-content:flex-start}.payment-option__header{grid-template-columns:auto 1fr}.card-network-strip{grid-column:1/-1;justify-content:flex-start}.card-network-strip img{width:54px;height:34px}.card-network-strip .payment-secured-logo{width:108px}.paypal-card-fields__row{grid-template-columns:1fr}}@media (width<=420px){.od-checkout-progress__steps{grid-template-columns:repeat(2,1fr)}.od-checkout-addresses{display:grid}.od-checkout-summary__items article{grid-template-columns:56px minmax(0,1fr)}.od-checkout-summary__qty{grid-column:2}.site-header__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:8px;min-height:70px}.brand-logo--image{width:52px;height:52px}.product-card__media,.product-card>img{height:360px}.category-card{min-height:340px}}.catalog-empty{text-align:center;color:var(--od-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:72px 24px;display:flex}.catalog-empty svg{color:var(--od-line)}.catalog-empty p{max-width:400px;margin:0;font-size:16px;line-height:1.6}.catalog-empty--page{min-height:60vh}.catalog-empty--page h1{color:var(--od-ink);margin:0;font-size:28px;font-weight:900}.catalog-related-hint{color:var(--od-muted);margin:0 0 32px;font-size:15px;line-height:1.55}@keyframes skeleton-pulse{0%,to{opacity:.55}50%{opacity:1}}.product-card-skeleton{background:linear-gradient(110deg, var(--od-line) 0%, #ece8e0 50%, var(--od-line) 100%);background-size:200% 100%;border-radius:7px;height:360px;animation:1.6s ease-in-out infinite skeleton-pulse}.product-skeleton{background:linear-gradient(110deg, var(--od-line) 0%, #ece8e0 50%, var(--od-line) 100%);background-size:200% 100%;border-radius:10px;height:520px;margin:40px 0;animation:1.6s ease-in-out infinite skeleton-pulse}.product-detail-loading{padding:40px 0 80px}.category-card--no-image{background:linear-gradient(135deg, var(--od-black), #2a1510);min-height:200px}.category-card--no-image>div h3{font-size:20px}.field-label-row{justify-content:space-between;align-items:center;display:flex}.field-forgot-link{color:var(--od-muted);text-underline-offset:2px;font-size:12px;font-weight:700;text-decoration:underline;transition:color .18s}.field-forgot-link:hover{color:var(--od-red)}.field-icon-wrap{position:relative}.field-icon{color:var(--od-muted);pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.field-icon-wrap input{padding-left:40px}.auth-success{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.auth-success__icon{color:#22c55e}.auth-success h2{margin:0;font-weight:900}.auth-success p{color:var(--od-muted);margin:0;line-height:1.6}.dashboard-card__status--ok{color:#16a34a;align-items:center;gap:6px;display:inline-flex}.dashboard-card__status--pending{color:#d97706;align-items:center;gap:6px;display:inline-flex}.dashboard-inline-link{color:var(--od-red);text-underline-offset:2px;font-weight:700;text-decoration:underline}.payment-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;display:flex}.payment-row img{object-fit:contain;filter:grayscale();opacity:.7;width:auto;height:22px;transition:opacity .2s,filter .2s}.payment-row img:hover{filter:none;opacity:1}.payment-row__label{color:var(--od-muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:900}.filter-caret{flex-shrink:0;margin-left:auto;transition:transform .22s;display:none}.filter-badge{background:var(--od-red);color:#fffdf9;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:900;display:inline-grid}.shop-filter__body{display:contents}@media (width>=760px) and (width<=1180px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (width<=760px){.product-card__primary-action{border-radius:10px;width:44px;height:44px}.hero-arrow{width:40px;height:50px}.filter-title{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid var(--od-line);-webkit-tap-highlight-color:transparent;background:#fffdf9;border-radius:10px;min-height:52px;margin-bottom:0;padding:12px 14px}.filter-title:active{background:var(--od-paper)}.filter-caret{display:block}.shop-filter--open .filter-caret{transform:rotate(180deg)}.shop-filter__body{padding-top:4px;display:none}.shop-filter--open .shop-filter__body{display:contents}.auth-panel--dark{min-height:auto;padding:32px 20px 28px}.auth-panel--dark h1{margin-bottom:10px;font-size:26px}.auth-panel--dark p{font-size:14px;line-height:1.5}.brand-marquee__item img{max-height:28px}.section-title-row h2{font-size:clamp(14px,4vw,20px)}.product-buybox{padding:22px 18px}.footer-grid{grid-template-columns:1fr;gap:28px}.product-card-skeleton{height:320px}.review-aggregate-col{grid-template-columns:1fr}}@media (width<=420px){.site-nav{left:-12px;right:-12px}.site-container{width:min(100% - 24px,1360px)}.inner-hero h1{font-size:26px}.inner-hero p{font-size:15px}.product-buybox{padding:18px 14px}.hero-arrow{width:36px;height:44px}.hero-arrow-prev{left:10px}.hero-arrow-next{right:10px}.section-title-row h2{font-size:13px}.od-checkout-card,.od-checkout-summary__card{border-radius:16px;padding:16px}.product-card-skeleton{height:380px}.auth-page{min-height:auto}.auth-panel--dark{padding:24px 16px 20px}.auth-panel--dark h1{font-size:22px}}:focus-visible{outline:2px solid var(--od-red);outline-offset:3px;border-radius:3px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--od-red);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.about-mission{padding:64px 0 0}.about-mission article{max-width:720px}.about-mission h2{margin:0 0 16px;font-size:30px;font-weight:900;line-height:1.12}.about-mission p{color:var(--od-muted);max-width:65ch;margin:0 0 20px;font-size:17px;line-height:1.65}.about-process{padding:64px 0}.about-process__grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:32px;display:grid}.about-process__step{border:1px solid var(--od-line);background:#fffdf9;border-radius:10px;padding:24px;position:relative;box-shadow:0 8px 20px #0000000a}.about-process__number{color:rgba(var(--od-red-rgb), .1);margin-bottom:12px;font-size:48px;font-weight:900;line-height:1}.about-process__icon{color:var(--od-red);margin-bottom:14px}.about-process__step h3{margin:0 0 10px;font-size:16px;font-weight:900;line-height:1.3}.about-process__step p{color:var(--od-muted);margin:0;font-size:14px;line-height:1.6}.about-guarantees{padding:0 0 64px}.about-guarantees__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px;display:grid}.about-guarantee-card{border:1px solid var(--od-line);background:#fffdf9;border-radius:10px;padding:28px;box-shadow:0 8px 20px #0000000a}.about-guarantee-card__icon{color:var(--od-red);margin-bottom:16px}.about-guarantee-card h3{margin:0 0 10px;font-size:17px;font-weight:900}.about-guarantee-card p{color:var(--od-muted);max-width:55ch;margin:0;font-size:14px;line-height:1.65}.about-cta{padding:0 0 72px}.about-cta__inner{background:linear-gradient(120deg, rgba(var(--od-red-hot-rgb), .34), transparent 34%), var(--od-black);color:#fffdf9;border-radius:14px;justify-content:space-between;align-items:center;gap:32px;padding:40px 48px;display:flex}.about-cta__inner h2{margin:0 0 8px;font-size:26px;font-weight:900}.about-cta__inner p{color:#fffdf9c2;margin:0;font-size:15px}.about-cta__actions{flex-shrink:0;gap:14px;display:flex}.auth-form a{color:var(--od-muted);text-underline-offset:2px;margin-top:16px;font-size:13px;font-weight:700;text-decoration:underline;transition:color .18s;display:inline-block}.auth-form a:hover{color:var(--od-red)}.dashboard-card strong{font-size:20px;font-weight:900;line-height:1.2}@media (width<=900px){.about-process__grid{grid-template-columns:repeat(2,1fr)}.about-guarantees__grid{grid-template-columns:1fr}.about-cta__inner{text-align:center;flex-direction:column;padding:32px 24px}.about-cta__actions{flex-direction:column;width:100%}.about-cta__actions a,.about-cta__actions .button-primary,.about-cta__actions .button-outline{text-align:center;width:100%}}@media (width<=480px){.about-process__grid{grid-template-columns:1fr}}.review-section{background:var(--od-paper);border-top:1px solid var(--od-line);padding:56px 0 72px}.review-section__title{margin:0 0 32px;font-size:26px;font-weight:900}.review-layout{grid-template-columns:340px 1fr;align-items:start;gap:32px;display:grid}.review-aggregate-col{gap:24px;display:grid}.review-aggregate{border:1px solid var(--od-line);background:#fffdf9;border-radius:10px;padding:24px;box-shadow:0 8px 18px #0000000a}.review-aggregate__score{align-items:baseline;gap:6px;margin-bottom:8px;display:flex}.review-aggregate__score strong{color:var(--od-ink);font-size:52px;font-weight:900;line-height:1}.review-aggregate__score span{color:var(--od-muted);font-size:14px}.review-aggregate__stars{color:var(--od-gold);gap:3px;margin-bottom:6px;display:inline-flex}.review-aggregate__total{color:var(--od-muted);margin:0 0 16px;font-size:13px}.review-dist{gap:7px;display:grid}.review-dist__row{grid-template-columns:14px 14px 1fr 22px;align-items:center;gap:7px;display:grid}.review-dist__label{text-align:right;font-size:13px;font-weight:700}.review-dist__star{color:var(--od-gold)}.review-dist__bar{background:var(--od-line);border-radius:99px;height:7px;overflow:hidden}.review-dist__fill{background:var(--od-gold);border-radius:99px;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.review-dist__count{color:var(--od-muted);text-align:right;font-size:12px}.review-form-card{border:1px solid var(--od-line);background:#fffdf9;border-radius:10px;padding:24px;box-shadow:0 8px 18px #0000000a}.review-form-card h3{margin:0 0 20px;font-size:16px;font-weight:900}.review-form__success{text-align:center;color:var(--od-muted);flex-direction:column;align-items:center;gap:12px;padding:16px 0;display:flex}.review-form__success svg{color:var(--od-gold)}.review-form__success p{max-width:36ch;margin:0;font-size:14px;line-height:1.6}.star-picker{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.star-picker__btn{color:var(--od-line);cursor:pointer;background:0 0;border:0;place-items:center;padding:4px;transition:color .12s,transform .12s;display:grid}.star-picker__btn.active,.star-picker__btn:hover{color:var(--od-gold)}.star-picker__btn:active{transform:scale(.9)}.star-picker__label{color:var(--od-muted);margin-left:8px;font-size:13px;font-weight:700}.review-list{gap:16px;display:grid}.review-card{border:1px solid var(--od-line);background:#fffdf9;border-radius:10px;padding:20px;box-shadow:0 4px 12px #00000008}.review-card__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.review-card__author{align-items:center;gap:10px;display:flex}.review-card__author svg{color:var(--od-muted);flex-shrink:0}.review-card__author strong{font-size:14px;font-weight:900;display:block}.review-card__author time{color:var(--od-muted);margin-top:2px;font-size:12px;display:block}.review-card__comment{color:var(--od-ink);margin:0;font-size:14px;line-height:1.65}.star-display{color:var(--od-gold);gap:2px;display:inline-flex}.review-empty{text-align:center;color:var(--od-muted);flex-direction:column;align-items:center;gap:14px;padding:56px 24px;display:flex}.review-empty svg{color:var(--od-line)}.review-empty p{max-width:36ch;margin:0;font-size:15px;line-height:1.6}.review-skeleton-list{gap:14px;display:grid}.review-card-skeleton{background:linear-gradient(110deg, var(--od-line) 0%, #ece8e0 50%, var(--od-line) 100%);background-size:200% 100%;border-radius:10px;height:110px;animation:1.6s ease-in-out infinite skeleton-pulse}.testimonial-card__location{color:var(--od-muted);margin-top:2px;font-size:12px;font-weight:400;display:block}.testimonial-card__product{color:var(--od-red);text-transform:uppercase;letter-spacing:.06em;margin-top:10px;font-size:12px;font-style:normal;font-weight:700;display:block}@media (width<=900px){.review-layout{grid-template-columns:1fr}.review-aggregate-col{grid-template-columns:1fr 1fr}}@media (width<=600px){.review-aggregate-col{grid-template-columns:1fr}}.product-card{min-width:0;color:var(--od-ink);background:linear-gradient(#fffdfa 0%,#f5f0e8 100%);border:1px solid #1212121a;border-radius:22px;grid-template-rows:auto 1fr;transition:transform .2s cubic-bezier(.16,1,.3,1),border-color .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1);display:grid;position:relative;overflow:hidden;box-shadow:0 18px 38px #0a0a0a14}.product-card:before{z-index:2;background:linear-gradient(90deg, var(--od-red), rgba(var(--od-red-rgb), 0));content:"";height:3px;position:absolute;inset:0 0 auto}.product-card:hover{border-color:rgba(var(--od-red-rgb), .26);transform:translateY(-5px);box-shadow:0 26px 46px #0a0a0a21}.product-card__badges{z-index:4;flex-wrap:wrap;gap:8px;display:flex;position:absolute;top:14px;left:14px}.product-card__badge,.product-card__condition{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;min-height:32px;padding:0 12px;font-size:11px;font-weight:900;display:inline-flex}.product-card__badge{background:rgba(var(--od-red-rgb), .1);color:var(--od-red);border:1px solid rgba(var(--od-red-rgb), .12)}.product-card__condition{color:var(--od-ink);background:#ffffffeb;border:1px solid #12121214}.product-card__condition--used{color:#fffdfa;background:#1a1818}.product-card__condition--renewed{background:rgba(var(--od-red-rgb), .08);color:var(--od-red)}.product-card__media{background:radial-gradient(circle at 82% 18%, rgba(var(--od-red-rgb), .14), transparent 26%), linear-gradient(180deg, #fffefa 0%, #f1ebe3 100%);height:320px;display:block;position:relative;overflow:hidden}.product-card__media:after{content:"";pointer-events:none;background:linear-gradient(#fff0,#f5f0e8e6);height:72px;position:absolute;inset:auto 0 0}.product-card__media img{object-fit:contain;width:100%;height:100%;padding:24px 24px 10px;transition:transform .22s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card__media img{transform:scale(1.03)}.product-card__body{grid-template-rows:auto auto auto 1fr;gap:12px;padding:18px 18px 20px;display:grid}.product-card__eyebrow-row{align-items:center;gap:10px;display:flex}.product-card__kicker,.product-card__availability{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.product-card__kicker{color:#6d635c}.product-card__availability{color:var(--od-red)}.product-card__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em;margin:0;font-size:15px;font-weight:900;line-height:1.25;display:-webkit-box;overflow:hidden}.price-line{text-align:left;flex-wrap:wrap;justify-content:flex-start;align-items:baseline;gap:8px;display:flex}.price-line del{color:#7d746d;font-size:13px;text-decoration:line-through}.price-line strong{color:var(--od-red);letter-spacing:-.01em;font-size:19px;font-weight:900}.product-card__footer{flex-wrap:nowrap;justify-content:space-between;align-self:end;align-items:center;gap:12px;width:100%;display:flex}.product-card__actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}.product-card__primary-action{background:var(--od-red);color:#fffdfa;cursor:pointer;border:0;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;transition:background .16s,transform .16s;display:grid}.product-card__primary-action:hover{background:var(--od-red-dark);transform:scale(1.05)}.product-card__primary-action:active{transform:scale(.96)}.product-card__secondary-action{border:1px solid var(--od-line);height:40px;color:var(--od-ink);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:5px;padding:0 12px;font-size:11px;font-weight:800;text-decoration:none;transition:border-color .16s,background .16s;display:inline-flex}.product-card__secondary-action:hover{border-color:var(--od-ink);background:#0808080a}.product-card--compact .product-card__media{height:260px}.product-card--compact .product-card__body{padding:16px}.scroll-top-button{z-index:70;border:1px solid rgba(var(--od-red-rgb), .18);color:#fffdfa;cursor:pointer;opacity:0;pointer-events:none;background:#080808eb;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:opacity .18s,transform .18s,background .18s,border-color .18s;display:inline-flex;position:fixed;bottom:24px;right:24px;transform:translateY(12px);box-shadow:0 18px 30px #0808083d}.scroll-top-button--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top-button:hover{background:var(--od-red);border-color:rgba(var(--od-red-rgb), .38)}.product-page-shell{padding:28px 0 80px}.product-breadcrumbs{color:#6f6760;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:700;display:flex}.product-breadcrumbs a{color:inherit;text-decoration:none}.pdp-breadcrumbs__inner{letter-spacing:.02em;color:var(--od-muted);flex-wrap:wrap;align-items:center;gap:6px 10px;padding-top:14px;padding-bottom:14px;font-size:12px;font-weight:700;display:flex}.pdp-breadcrumbs a{color:inherit;text-decoration:none;transition:color .14s}.pdp-breadcrumbs a:hover{color:var(--od-ink)}.pdp-breadcrumbs span[aria-hidden]{opacity:.4}.pdp-breadcrumbs__current{color:var(--od-ink);text-overflow:ellipsis;white-space:nowrap;max-width:28ch;font-weight:900;overflow:hidden}.pdp-shell{grid-template-columns:minmax(0,1.38fr) minmax(340px,.76fr);align-items:stretch;max-width:1600px;min-height:84vh;margin:0 auto;display:grid}.pdp-stage{background:var(--od-paper);flex-direction:column;justify-content:center;align-items:center;gap:0;padding:clamp(18px,2.4vw,32px);display:flex;position:relative;overflow:hidden}.pdp-stage__bloom{pointer-events:none;z-index:2;background:radial-gradient(circle at 100% 0,oklch(48% .14 25/.18) 0%,#0000 70%);width:60%;height:50%;position:absolute;top:0;right:0}.pdp-stage__frame{z-index:1;flex:1;justify-content:center;align-items:center;width:min(100%,940px);height:100%;min-height:clamp(440px,54vw,840px);margin:0 auto;padding:clamp(8px,1.4vw,18px);display:flex;position:relative;overflow:hidden}.pdp-stage__img{object-fit:contain;-webkit-user-select:none;user-select:none;width:auto;max-width:100%;height:auto;max-height:min(84vh,760px);transform:scale(var(--pdp-image-scale,1.42));transform-origin:50%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:block}.pdp-thumbs{z-index:3;flex-wrap:wrap;justify-content:center;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.pdp-thumb{cursor:pointer;background:oklch(100% 0 0/.05);border:1.5px solid oklch(100% 0 0/.1);border-radius:10px;width:56px;height:56px;padding:6px;transition:border-color .16s,background .16s;overflow:hidden}.pdp-thumb.is-active,.pdp-thumb:hover{background:oklch(100% 0 0/.1);border-color:oklch(56% .22 25/.7)}.pdp-buybox{background:var(--od-paper);flex-direction:column;justify-content:center;padding:64px 56px;display:flex}.pdp-condition{letter-spacing:.1em;text-transform:uppercase;width:fit-content;color:var(--od-ink);border:1.5px solid oklch(15% .005 28/.2);border-radius:20px;align-self:flex-start;margin-bottom:20px;padding:5px 14px;font-size:11px;font-weight:900;display:inline-flex}.pdp-condition--used{background:var(--od-black);color:oklch(98% .004 80);border-color:#0000}.pdp-condition--renewed{color:var(--od-red);background:oklch(56% .22 25/.05);border-color:oklch(56% .22 25/.28)}.pdp-condition--new{color:oklch(34% .12 152);background:oklch(34% .12 152/.06);border-color:oklch(34% .12 152/.28)}.pdp-title{letter-spacing:-.025em;color:var(--od-ink);margin:0 0 18px;font-size:clamp(28px,3vw,46px);font-weight:900;line-height:1.06}.pdp-price-strip{border-top:1px solid var(--od-line);border-bottom:1px solid var(--od-line);align-items:baseline;gap:16px;margin-bottom:28px;padding:24px 0;display:flex}.pdp-price{letter-spacing:-.03em;color:var(--od-red);font-variant-numeric:tabular-nums;font-size:34px;font-weight:900}.pdp-actions{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.pdp-btn{letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:1.5px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;padding:0 24px;font-size:12px;font-weight:900;transition:background .16s,transform .16s,opacity .16s;display:flex}.pdp-btn:active{transform:scale(.985)}.pdp-btn--primary{background:var(--od-red);color:oklch(98% .004 80)}.pdp-btn--primary:hover{background:var(--od-red-dark)}.pdp-btn--secondary{background:var(--od-black);color:oklch(98% .004 80)}.pdp-btn--secondary:hover{opacity:.82}.pdp-delivery-note{color:var(--od-muted);letter-spacing:.01em;margin:0;font-size:12px;font-weight:600}.pdp-loading{grid-template-columns:1.1fr .9fr;max-width:1400px;min-height:84vh;margin:0 auto;display:grid}.pdp-loading__stage{background:oklch(10% .004 28);animation:1.4s ease-in-out infinite pdp-pulse}.pdp-loading__buybox{flex-direction:column;gap:16px;padding:64px 56px;display:flex}.pdp-skeleton{background:oklch(88% .005 80);border-radius:6px;animation:1.4s ease-in-out infinite pdp-pulse}.pdp-skeleton--pill{border-radius:20px;width:80px;height:26px}.pdp-skeleton--title{width:90%;height:56px}.pdp-skeleton--body{width:100%;height:16px}.pdp-skeleton--short{width:70%}.pdp-skeleton--price{width:160px;height:40px;margin-top:8px}@keyframes pdp-pulse{0%,to{opacity:1}50%{opacity:.45}}@media (width<=900px){.pdp-shell,.pdp-loading{grid-template-columns:1fr;min-height:auto}.pdp-stage{min-height:56vw;padding:40px 28px}.pdp-stage__frame{width:min(100%,820px);min-height:clamp(380px,68vw,680px)}.pdp-stage__img{max-height:min(72vw,640px)}.pdp-buybox{justify-content:flex-start;padding:40px 24px}.pdp-title{font-size:26px}.pdp-price{font-size:28px}}@media (width<=480px){.pdp-stage{min-height:70vw;padding:36px 20px}.pdp-stage__frame{width:100%;min-height:clamp(300px,78vw,480px);padding:12px}.pdp-stage__img{max-height:min(74vw,430px)}.pdp-buybox{padding:32px 16px}.pdp-title{font-size:22px}}.product-detail--editorial{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:30px;padding:0 0 34px;display:grid}.product-visual-panel{gap:16px;display:grid}.product-gallery__stage--editorial{background:radial-gradient(circle at 80% 12%, rgba(var(--od-red-rgb), .12), transparent 22%), linear-gradient(180deg, #fffefa 0%, #f4eee6 100%);border:1px solid #12121214;border-radius:28px;min-height:640px;box-shadow:0 26px 52px #0a0a0a14}.product-gallery__stage--editorial .product-gallery__main{object-fit:contain;background:0 0;border:0;border-radius:28px;padding:42px}.product-service-strip{gap:12px;display:grid}.product-service-strip article{background:#ffffffc2;border:1px solid #12121214;border-radius:18px;grid-template-columns:18px 1fr;align-items:start;gap:12px;padding:16px 18px;display:grid}.product-service-strip strong{margin-bottom:4px;font-size:14px;font-weight:900;display:block}.product-service-strip span{color:#635c56;font-size:14px;line-height:1.5}.product-buybox--editorial{background:linear-gradient(#fffefa 0%,#f5efe7 100%);border:1px solid #12121214;border-radius:28px;align-self:start;gap:20px;padding:28px;display:grid;position:sticky;top:104px;box-shadow:0 24px 52px #0a0a0a14}.product-buybox--editorial:before{background:linear-gradient(90deg, var(--od-red), rgba(var(--od-red-rgb), 0));content:"";border-radius:28px 28px 0 0;height:4px;position:absolute;inset:0 0 auto}.product-title-block{gap:10px;display:grid}.product-title-block h1{margin:0;font-size:42px;line-height:1.05}.product-title-block p{color:#625a54;margin:0;font-size:16px;line-height:1.65}.detail-price--editorial{background:#ffffffd6;border:1px solid #12121214;border-radius:22px;justify-content:space-between;align-items:end;gap:16px;padding:18px 20px;display:flex}.detail-price--editorial div{gap:6px;display:grid}.detail-price--editorial strong{font-size:36px}.product-summary-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.product-summary-stats article{background:#ffffffb8;border:1px solid #12121214;border-radius:18px;gap:6px;padding:16px;display:grid}.product-summary-stats span{color:#6c645d;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.product-summary-stats strong{font-size:15px;font-weight:900;line-height:1.35}.product-quantity-card{background:#ffffffc2;border:1px solid #12121214;border-radius:22px;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.product-quantity-card strong{margin-bottom:4px;font-size:15px;font-weight:900;display:block}.product-quantity-card span{color:#685f58;font-size:14px}.qty-row--editorial{gap:8px}.qty-row--editorial button{border-radius:12px;width:42px;height:42px}.qty-row--editorial span{text-align:center;min-width:30px;font-weight:900}.detail-actions--editorial{gap:10px;display:grid}.detail-actions--editorial .button-primary,.detail-actions--editorial .button-dark,.detail-actions--editorial .button-outline{justify-content:center;align-items:center;gap:8px;width:100%;display:inline-flex}.product-checkout-notes{gap:10px;display:grid}.product-checkout-notes div{color:#574f49;grid-template-columns:16px 1fr;align-items:start;gap:10px;font-size:14px;line-height:1.55;display:grid}.product-checkout-notes svg{color:#21804f;margin-top:3px}.od-checkout-page{background:radial-gradient(circle at top left, rgba(var(--od-red-rgb), .1), transparent 28rem), radial-gradient(circle at top right, #daad841f, transparent 30rem), linear-gradient(180deg, #f6efe6 0%, #eee5d8 100%);padding:24px 0 96px}.od-checkout-hero{border:1px solid rgba(var(--od-red-rgb), .08);background:radial-gradient(circle at top right, rgba(var(--od-red-rgb), .08), transparent 20rem), linear-gradient(135deg, #fffcf7f5, #f5ede5f0);border-radius:28px;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:18px;margin-bottom:20px;padding:24px 26px;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 46px #4b372612}.od-checkout-hero:after{content:"";background:radial-gradient(circle, rgba(var(--od-red-rgb), .14), transparent 68%);pointer-events:none;height:320px;position:absolute;inset:auto -8% -35% 48%}.od-checkout-hero__copy{z-index:1;align-content:start;gap:12px;display:grid;position:relative}.od-checkout-hero__copy h1{letter-spacing:-.05em;max-width:10ch;margin:0;font-size:clamp(34px,4vw,52px);line-height:.96}.od-checkout-hero__copy p{color:#62574f;max-width:48ch;margin:0;font-size:15px;line-height:1.6}.od-checkout-hero__pill{border:1px solid rgba(var(--od-red-rgb), .12);color:#433630;background:#fff9f3e0;border-radius:999px;align-items:center;gap:10px;width:fit-content;max-width:54ch;padding:10px 14px;font-size:12px;font-weight:700;line-height:1.45;display:inline-flex}.od-checkout-hero__pill svg{color:var(--od-red);flex:none}.od-checkout-hero__stats{z-index:1;align-content:center;gap:10px;display:grid;position:relative}.od-checkout-hero__stats article{border:1px solid rgba(var(--od-red-rgb), .09);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffbf5e0;border-radius:20px;gap:4px;min-height:92px;padding:16px 18px;display:grid}.od-checkout-hero__stats strong{color:#1f1915;font-size:18px;font-weight:900;line-height:1.1}.od-checkout-hero__stats span{color:#6f655d;font-size:13px;line-height:1.5}.od-checkout-progress{border:1px solid rgba(var(--od-red-rgb), .08);background:#fffbf5d6;border-radius:24px;margin-bottom:24px;padding:16px 18px;box-shadow:0 16px 30px #3726180d}.od-checkout-shell{grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);gap:30px}.od-checkout-card,.od-checkout-summary__card{border:1px solid rgba(var(--od-red-rgb), .1);background:linear-gradient(#fffcf7f7,#f6eee6f2),#fffaf4;border-radius:30px;box-shadow:0 26px 60px #37261814}.od-checkout-card{padding:28px}.od-checkout-summary__card{padding:24px}.od-checkout-section-shell{grid-template-columns:190px minmax(0,1fr);align-items:start;gap:24px;display:grid}.od-checkout-section-shell--simple{grid-template-columns:1fr;gap:0}.od-checkout-section-rail{align-content:start;gap:10px;padding-top:4px;display:grid}.od-checkout-section-index{border:1px solid rgba(var(--od-red-rgb), .14);color:#fff8f2;letter-spacing:-.03em;background:linear-gradient(#201815 0%,#100d0b 100%);border-radius:18px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;font-weight:900;display:inline-flex;box-shadow:inset 0 1px #ffffff0f,0 14px 26px #2018132e}.od-checkout-section-copy{gap:5px;display:grid}.od-checkout-section-copy strong{color:#1d1713;font-size:16px;font-weight:900;line-height:1.2;display:block}.od-checkout-section-copy span{color:#746960;font-size:13px;line-height:1.55;display:block}.od-checkout-section-body{gap:18px;display:grid}.od-checkout-card__head h1,.od-checkout-summary__head h2{letter-spacing:-.045em;font-size:clamp(30px,3.2vw,44px)}.od-checkout-card__head--checkout{align-items:start}.od-checkout-card__headline{gap:6px;display:grid}.od-checkout-card__headline h2{color:#17120f;letter-spacing:-.045em;margin:0;font-size:clamp(28px,2.5vw,38px);line-height:1.02}.od-checkout-card__headline p{color:#6f645b;max-width:52ch;margin:0;font-size:14px;line-height:1.6}.od-checkout-section-shell--simple .od-checkout-section-body{gap:20px}.od-checkout-form-clusters{gap:18px;display:grid}.od-checkout-cluster,.od-checkout-saved-block{border:1px solid rgba(var(--od-red-rgb), .08);background:#ffffffa3;border-radius:22px;gap:16px;padding:18px;display:grid}.od-checkout-cluster__head{gap:4px;display:grid}.od-checkout-cluster__head strong{color:#1f1914;font-size:17px;font-weight:900;line-height:1.2}.od-checkout-cluster__head span{color:#71665d;font-size:13px;line-height:1.55}.od-checkout-grid{gap:16px}.od-checkout-page .field{gap:8px}.od-checkout-page .field label{color:#372e28;letter-spacing:.01em;font-size:13px;font-weight:800}.od-checkout-page .field input,.od-checkout-page .field textarea,.od-checkout-page .field select{background:#fffcf8f5;border:1px solid #523f2f24;border-radius:16px;min-height:52px;padding:0 16px;transition:border-color .18s,box-shadow .18s,background .18s;box-shadow:inset 0 1px #ffffffb3}.od-checkout-page .field textarea{resize:vertical;min-height:136px;padding:14px 16px}.od-checkout-page .field input:focus,.od-checkout-page .field textarea:focus,.od-checkout-page .field select:focus{border-color:rgba(var(--od-red-rgb), .35);box-shadow:0 0 0 4px rgba(var(--od-red-rgb), .09);background:#fffefb;outline:none}.od-checkout-actions-row{justify-content:space-between;align-items:center;gap:16px;padding-top:4px}.od-checkout-actions-row .button-primary{border-radius:16px;min-width:240px;min-height:54px;font-weight:900}.od-checkout-actions-row span{color:#70655c;max-width:32ch}.od-checkout-delivery-info{border:1px solid rgba(var(--od-red-rgb), .09);background:#fff9f2d6;border-radius:20px;align-items:center;gap:10px;padding:16px 18px;display:flex;box-shadow:0 16px 28px #48311d0d}.od-checkout-delivery-info svg{color:var(--od-red);flex:none}.od-checkout-delivery-info span{color:#5f544c;line-height:1.6}.od-checkout-payment-grid{grid-template-columns:1fr}.od-checkout-payment-grid button{background:#ffffffbd;border-radius:20px;align-items:start;padding:18px 18px 18px 16px}.od-checkout-payment-grid button.active{box-shadow:0 18px 30px rgba(var(--od-red-rgb), .08)}.od-checkout-payment-card{background:linear-gradient(#ffffffe6,#f8f1e9f0);border-radius:24px;gap:18px;margin-top:4px;padding:22px;display:grid}.od-checkout-payment-ribbon{color:#fff8f2;background:#18130feb;border-radius:16px;align-items:center;gap:10px;padding:12px 14px;font-size:13px;font-weight:700;line-height:1.45;display:inline-flex}.od-checkout-review-grid{gap:16px}.od-checkout-review-grid article{background:#ffffffb3;border-radius:20px;gap:7px;padding:18px;box-shadow:inset 0 1px #ffffffd9}.od-checkout-review-grid strong{letter-spacing:.08em;font-size:12px}.od-checkout-review-grid span:first-of-type{color:#1f1814;font-size:17px;font-weight:800}.od-checkout-trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.od-checkout-trust article{background:#fffcf7c7;border-radius:20px;align-items:start;min-height:100%;padding:16px 18px;box-shadow:0 12px 24px #46311f0a}.od-checkout-summary{align-self:start;top:24px}.od-checkout-summary__snapshot{background:radial-gradient(circle at top right, rgba(var(--od-red-rgb), .14), transparent 16rem), linear-gradient(135deg, #1c1612f7, #36261cf0);color:#fffaf4;border-radius:22px;gap:6px;margin:14px 0 18px;padding:18px 18px 20px;display:grid}.od-checkout-summary__snapshot span{color:#fff8f1b3;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.od-checkout-summary__snapshot strong{letter-spacing:-.05em;font-size:clamp(28px,3vw,38px);line-height:.95}.od-checkout-summary__snapshot p{color:#fff8f1c7;margin:0;font-size:13px;line-height:1.55}.od-checkout-summary__items{gap:12px}.od-checkout-summary__items article{background:#ffffffa3;border-radius:20px;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px}.od-checkout-summary__items img{object-fit:contain;background:#f7f0e8e6;border-radius:18px;width:78px;height:78px;padding:8px}.od-checkout-summary__items strong{color:#191411;margin-bottom:6px;font-size:15px;line-height:1.3}.od-checkout-summary__items article>div:nth-child(2){gap:5px;display:grid}.od-checkout-summary__items article>div:nth-child(2) span{color:#6b6058;font-size:12px;line-height:1.45}.od-checkout-summary__qty{background:#2119140f;border-radius:999px;padding:4px}.od-checkout-summary__qty button{background:#ffffffe0;border-radius:999px}.od-checkout-promo{background:#ffffffad;border-radius:22px;padding:18px}.od-checkout-promo label,.od-checkout-summary__totals span,.od-checkout-summary__meta span,.od-checkout-summary__head a{color:#6a6058}.od-checkout-promo div{gap:10px}.od-checkout-promo input{border-radius:14px;min-height:48px}.od-checkout-promo button{border-radius:14px;min-height:48px;padding-inline:18px}.od-checkout-summary__totals{border-top:1px solid #503b2a1a;gap:12px;margin-top:18px;padding-top:18px}.od-checkout-summary__status-note{color:#6a5e55;background:#fffaf5d1;border:1px solid #7d5f491f;border-radius:16px;margin:14px 0 0;padding:12px 14px;font-size:12px;line-height:1.55}.od-checkout-summary__totals div{padding:0}.od-checkout-summary__totals .summary-total{border-top:1px solid rgba(var(--od-red-rgb), .12);margin-top:6px;padding-top:16px}.od-checkout-summary__totals .summary-total strong{color:var(--od-red);letter-spacing:-.04em;font-size:26px}.od-checkout-summary__meta{background:#fffcf7d6;border-radius:18px;gap:12px;margin-top:20px;padding:16px}.od-checkout-summary__cta{gap:14px;margin-top:18px;display:grid}.od-checkout-summary__cta-copy{color:#695f57;margin:0;font-size:13px;line-height:1.65}.od-checkout-summary__cta .button-primary{border-radius:16px;min-height:56px;font-size:15px;font-weight:900}@media (width<=1100px){.od-checkout-hero,.od-checkout-shell{grid-template-columns:1fr}.od-checkout-summary{position:static}}@media (width<=900px){.od-checkout-page{padding-top:18px}.od-checkout-hero{border-radius:24px;padding:20px}.od-checkout-hero__copy h1{max-width:11ch;font-size:clamp(30px,9vw,44px)}.od-checkout-section-shell{grid-template-columns:1fr;gap:18px}.od-checkout-section-rail{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;padding-top:0}.od-checkout-section-index{border-radius:16px;width:48px;height:48px;font-size:17px}.od-checkout-card,.od-checkout-summary__card{border-radius:24px;padding:20px}.od-checkout-trust,.od-checkout-review-grid{grid-template-columns:1fr}}@media (width<=640px){.od-checkout-hero,.od-checkout-progress,.od-checkout-card,.od-checkout-summary__card{border-radius:20px}.od-checkout-hero{padding:18px}.od-checkout-hero__pill{border-radius:18px;width:100%}.od-checkout-hero__stats article,.od-checkout-cluster,.od-checkout-saved-block,.od-checkout-payment-card,.od-checkout-summary__snapshot,.od-checkout-promo{border-radius:18px}.od-checkout-summary__items article{grid-template-columns:64px minmax(0,1fr)}.od-checkout-summary__qty{grid-column:2;justify-self:start}.od-checkout-actions-row{align-items:stretch}.od-checkout-actions-row .button-primary{width:100%;min-width:0}.od-checkout-section-rail{grid-template-columns:42px minmax(0,1fr);gap:12px}.od-checkout-section-index{border-radius:14px;width:42px;height:42px;font-size:15px}.od-checkout-section-copy strong{font-size:14px}.od-checkout-section-copy span{font-size:12px;line-height:1.45}}.pdp-page{background:radial-gradient(circle at top center, rgba(var(--od-red-rgb), .05), transparent 24rem), linear-gradient(180deg, #fffdf9 0%, #fffaf4 100%);min-height:80vh;padding:0 0 56px}.pdp-breadcrumbs{background:0 0;border-bottom:1px solid #2a1e1614}.pdp-breadcrumbs__inner{letter-spacing:0;color:#7a726b;padding-top:22px;padding-bottom:22px;font-size:13px;font-weight:600}.pdp-breadcrumbs__current{max-width:42ch}.pdp-content{gap:20px;width:100%;padding-top:18px;display:grid}.pdp-shell{grid-template-columns:minmax(0,1.56fr) minmax(300px,.66fr);align-items:start;gap:clamp(18px,2vw,28px);width:100%;max-width:none;min-height:auto;display:grid}.pdp-gallery{grid-template-columns:112px minmax(0,1fr);align-items:stretch;gap:14px;width:100%;min-width:0;display:grid}.pdp-gallery,.pdp-buybox{min-height:clamp(320px,100vh - 360px,420px)}.pdp-rail{background:#ffffffd1;border:1px solid #1f161014;border-radius:16px;flex-direction:column;align-items:center;gap:14px;min-height:clamp(320px,100vh - 360px,420px);padding:14px;display:flex;box-shadow:0 18px 30px #2519120a}.pdp-thumbs{flex-flow:column;flex:1;gap:12px;width:100%;display:flex;position:static;transform:none}.pdp-thumb{background:#fff;border:1px solid #140e0a1a;border-radius:14px;width:100%;height:114px;padding:10px;transition:border-color .16s,box-shadow .16s,transform .16s}.pdp-thumb img{object-fit:contain;width:100%;height:100%}.pdp-thumb.is-active,.pdp-thumb:hover{border-color:rgba(var(--od-red-rgb), .78);box-shadow:0 12px 24px rgba(var(--od-red-rgb), .08);transform:translateY(-1px)}.pdp-rail__scroll{color:#16110d;background:#fff;border:1px solid #140e0a1f;border-radius:999px;width:50px;height:50px;transition:border-color .16s,transform .16s}.pdp-rail__scroll:hover{border-color:rgba(var(--od-red-rgb), .38);transform:translateY(1px)}.pdp-stage{background:radial-gradient(circle at 78% 14%, rgba(var(--od-red-rgb), .08), transparent 24rem), radial-gradient(circle at 40% 76%, #a6968214, transparent 24rem), transparent;border-radius:0;height:clamp(320px,100vh - 360px,420px);min-height:clamp(320px,100vh - 360px,420px);padding:0;position:relative;overflow:hidden}.pdp-stage__bloom{background:radial-gradient(circle at 76% 16%, rgba(var(--od-red-rgb), .11), transparent 22rem), radial-gradient(circle at 48% 78%, #aa9e9114, transparent 22rem);z-index:0;width:auto;height:auto;inset:0}.pdp-stage__zoom{z-index:3;color:#16110d;background:#fffffff0;border:1px solid #1f16101f;border-radius:999px;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .18s,border-color .18s,background .18s;display:inline-flex;position:absolute;top:14px;right:14px;box-shadow:0 16px 28px #2419120f}.pdp-stage__zoom:hover,.pdp-stage__zoom.is-active{border-color:rgba(var(--od-red-rgb), .34);background:#fff;transform:translateY(-1px)}.pdp-stage__frame{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;min-height:clamp(320px,100vh - 360px,420px);padding:18px;display:flex;position:relative;overflow:hidden}.pdp-stage__img{object-fit:contain;object-position:center center;width:88%;max-width:100%;height:88%;max-height:100%;transform:scale(var(--pdp-image-scale,.9))}.pdp-stage:hover .pdp-stage__img{transform:scale(var(--pdp-image-hover-scale,.98))}.pdp-buybox{background:0 0;align-content:center;gap:16px;padding:8px 0 0;display:grid}.pdp-condition{color:#fff8f2;letter-spacing:.08em;text-transform:uppercase;background:#14110f;border-radius:999px;width:fit-content;min-height:34px;padding:0 16px;font-size:13px;font-weight:900}.pdp-title{letter-spacing:-.06em;color:#12100e;max-width:10ch;margin:0;font-size:clamp(42px,4vw,58px);line-height:.94}.pdp-desc{color:#726a64;max-width:34ch;margin:0;font-size:14px;line-height:1.7}.pdp-price-strip{border-top:1px solid #23181214;border-bottom:1px solid #23181214;align-items:baseline;gap:16px;margin-top:2px;padding:16px 0;display:flex}.pdp-price{letter-spacing:-.05em;color:var(--od-red);font-size:clamp(34px,3.6vw,46px);line-height:1}.pdp-availability{letter-spacing:.06em;text-transform:uppercase;color:#1b6a36;font-size:14px;font-weight:900}.pdp-actions{gap:12px;margin:4px 0 0}.pdp-btn{letter-spacing:.04em;text-transform:uppercase;border-radius:8px;min-height:54px;font-size:14px;font-weight:900}.pdp-btn--primary{box-shadow:0 20px 30px rgba(var(--od-red-rgb), .12)}.pdp-btn--secondary{background:#11100f}.pdp-delivery-note{color:#716861;margin-top:2px;font-size:13px;font-weight:500;line-height:1.6}.pdp-trust-strip{background:#fffc;border:1px solid #23181214;border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;width:100%;padding:18px 20px;display:grid;box-shadow:0 18px 34px #2519120a}.pdp-trust-item{align-items:center;gap:16px;padding:18px 24px;display:flex}.pdp-trust-item+.pdp-trust-item{border-left:1px solid #23181214}.pdp-trust-item svg{color:#16110d;flex:none}.pdp-trust-item strong{color:#171311;font-size:15px;font-weight:900;line-height:1.3;display:block}.pdp-trust-item span{color:#786f68;margin-top:4px;font-size:14px;line-height:1.5;display:block}@media (width<=1100px){.pdp-shell{grid-template-columns:1fr;gap:32px}.pdp-buybox{padding-top:0}.pdp-title,.pdp-desc{max-width:none}}@media (width<=900px){.pdp-content{gap:22px}.pdp-gallery{grid-template-columns:88px minmax(0,1fr);gap:16px}.pdp-gallery,.pdp-buybox{min-height:360px}.pdp-thumb{height:96px}.pdp-stage{height:360px;min-height:360px;padding:0}.pdp-stage__frame{height:100%;min-height:360px;padding:14px}.pdp-stage__img{width:90%;height:90%}.pdp-stage__zoom{width:52px;height:52px}.pdp-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.pdp-trust-item:nth-child(3),.pdp-trust-item:nth-child(4){border-top:1px solid #23181214}.pdp-trust-item:nth-child(3){border-left:none}}@media (width<=640px){.pdp-breadcrumbs__inner{padding-top:16px;padding-bottom:16px;font-size:12px}.pdp-breadcrumbs__current{max-width:22ch}.pdp-gallery{grid-template-columns:1fr}.pdp-rail{grid-template-columns:1fr;padding:12px;display:grid}.pdp-thumbs{flex-direction:row;padding-bottom:4px;overflow-x:auto}.pdp-thumb{width:84px;min-width:84px;height:84px}.pdp-rail__scroll{display:none}.pdp-stage{height:240px;min-height:240px;padding:0}.pdp-stage__frame{height:100%;min-height:240px;padding:10px}.pdp-stage__img{width:92%;height:92%}.pdp-title{font-size:clamp(38px,11vw,52px)}.pdp-price-strip{flex-direction:column;align-items:flex-start;gap:10px}.pdp-trust-strip{grid-template-columns:1fr;padding:8px 14px}.pdp-trust-item+.pdp-trust-item,.pdp-trust-item:nth-child(3),.pdp-trust-item:nth-child(4){border-top:1px solid #23181214;border-left:none}.pdp-trust-item{padding:16px 8px}}.product-assurance-grid--editorial{margin:0}.product-detail-sections{gap:20px;display:grid}.product-info-panel,.product-support-panel{background:linear-gradient(#ffffffd6,#f5efe7d6);border:1px solid #12121214;border-radius:26px;padding:26px 28px;box-shadow:0 18px 34px #0a0a0a0d}.product-section-heading{gap:8px;margin-bottom:20px;display:grid}.product-section-heading h2{margin:0;font-size:30px;line-height:1.08}.product-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-description-card--rich{min-height:100%}.product-support-actions{flex-wrap:wrap;gap:12px;display:flex}@media (width<=980px){.product-card__actions{justify-content:flex-end}.product-detail--editorial{grid-template-columns:1fr}.product-detail--simple-removed{gap:28px;padding:16px 0 40px}.product-gallery__stage--simple .product-gallery__main{max-height:340px;padding:24px}.product-buybox--editorial{position:static}}@media (width<=760px){.product-card{border-radius:18px}.product-card__media{height:340px}.product-card__media img{object-fit:cover;padding:0}.product-card__body{padding:16px}.product-card__footer{gap:10px}.scroll-top-button{width:44px;height:44px;bottom:16px;right:16px}.product-page-shell{padding-bottom:56px}.product-gallery__stage--editorial{border-radius:22px;min-height:420px}.product-gallery__stage--editorial .product-gallery__main{border-radius:22px;padding:24px}.product-buybox--editorial,.product-info-panel,.product-support-panel{border-radius:22px;padding:20px}.product-title-block h1,.product-section-heading h2{font-size:32px}.product-summary-stats,.product-info-grid,.product-assurance-grid--editorial{grid-template-columns:1fr}.product-quantity-card,.detail-price--editorial{grid-template-columns:1fr;display:grid}}.product-overhaul{background:radial-gradient(circle at top right, rgba(var(--od-red-rgb), .06), transparent 26rem), linear-gradient(180deg, #f5f7fa 0%, #eef2f5 100%);min-height:100dvh;padding-bottom:80px}.product-overhaul__breadcrumbs{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f5f7fae0;border-bottom:1px solid #0c101514}.product-overhaul__breadcrumbs-inner{color:#69717b;flex-wrap:wrap;gap:10px;padding-top:18px;padding-bottom:18px;font-size:13px;font-weight:600;display:flex}.product-overhaul__breadcrumbs-inner a{color:inherit;transition:color .18s}.product-overhaul__breadcrumbs-inner a:hover{color:#101418}.product-overhaul__breadcrumbs-current{color:#101418;max-width:42ch}.product-overhaul__hero{padding-top:26px}.product-overhaul__hero-shell{grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr);align-items:start;gap:28px;display:grid}.product-overhaul__stage-card,.product-overhaul__summary,.product-overhaul__highlights-panel,.product-overhaul__info-panel,.product-overhaul__related .site-container{border:1px solid #0d111714;box-shadow:0 24px 60px #080c1014}.product-overhaul__stage-card{color:#f5f7fa;background:#0b1015;border-radius:30px;gap:18px;padding:22px;display:grid;overflow:hidden}.product-overhaul__stage-topline{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.product-overhaul__back-link{color:#f5f7fa;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:10px;min-height:44px;padding:0 16px;font-size:13px;font-weight:700;transition:transform .18s,border-color .18s,background .18s;display:inline-flex}.product-overhaul__back-link:hover{border-color:rgba(var(--od-red-rgb), .36);background:rgba(var(--od-red-rgb), .08);transform:translateY(-1px)}.product-overhaul__back-link:focus-visible,.product-overhaul__thumb:focus-visible,.product-overhaul__cta:focus-visible,.product-overhaul__links a:focus-visible,.product-overhaul__related-link:focus-visible,.product-overhaul__related .product-card__secondary-action:focus-visible,.product-overhaul__related .product-card__primary-action:focus-visible{outline:3px solid rgba(var(--od-red-rgb), .24);outline-offset:3px}.product-overhaul__stage-tags{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.product-overhaul__stage-tags span{color:#f5f7fa;letter-spacing:.08em;text-transform:uppercase;background:#ffffff0f;border-radius:999px;align-items:center;gap:8px;min-height:34px;padding:0 13px;font-size:11px;font-weight:800;display:inline-flex}.product-overhaul__stage-tags .is-featured{background:rgba(var(--od-red-rgb), .14);color:#ffd9dd}.product-overhaul__stage{background:radial-gradient(circle at top right, rgba(var(--od-red-rgb), .2), transparent 24rem), linear-gradient(180deg, #131a21 0%, #0b1015 100%);border-radius:24px;grid-template-columns:160px minmax(0,1fr);align-items:stretch;gap:22px;min-height:620px;padding:26px;display:grid;position:relative;overflow:hidden}.product-overhaul__stage--focused{grid-template-columns:1fr;padding:28px}.product-overhaul__stage:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000b3,#0000 80%);mask-image:linear-gradient(#000000b3,#0000 80%)}.product-overhaul__stage-copy,.product-overhaul__spec-rail,.product-overhaul__stage-figure{z-index:1;position:relative}.product-overhaul__stage-copy{flex-direction:column;justify-content:space-between;min-height:100%;display:flex}.product-overhaul__stage-copy span,.product-overhaul__highlight-card span,.product-overhaul__section-head span,.product-overhaul__fact-row span,.product-overhaul__related-head span{letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:800;display:block}.product-overhaul__stage-copy span{color:#ffffff9e}.product-overhaul__stage-copy strong{color:#fff;letter-spacing:-.06em;text-transform:uppercase;font-family:Bahnschrift,Arial Narrow,Segoe UI,sans-serif;font-size:clamp(2.2rem,3vw,3.35rem);line-height:.9}.product-overhaul__stage-copy p{color:#e9eef3a8;max-width:16ch;margin:0;font-size:13px;line-height:1.6}.product-overhaul__stage-figure{background:radial-gradient(circle,#ffffff2e,#0000 46%),linear-gradient(#ffffff0a,#ffffff05);border:1px solid #ffffff0f;border-radius:24px;place-items:center;min-height:560px;display:grid;box-shadow:inset 0 1px #ffffff14}.product-overhaul__stage-zoom{width:100%;min-height:inherit;cursor:zoom-in;background:0 0;border:0;place-items:center;padding:0;display:grid;position:relative}.product-overhaul__stage-image{object-fit:contain;filter:drop-shadow(0 36px 55px #0000005c);width:min(100%,760px);max-height:620px}.product-overhaul__zoom-badge{color:#f5f7fa;letter-spacing:.08em;text-transform:uppercase;background:#080b0ec7;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;bottom:18px;right:18px;box-shadow:0 18px 28px #0000003d}.product-overhaul__stage-fallback{color:#ffffff57;background:#ffffff0f;border-radius:38px;place-items:center;width:170px;height:170px;display:grid}.product-overhaul__spec-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid;position:absolute;bottom:24px;left:24px;right:24px}.product-overhaul__spec-chip{color:#101418;background:#fffffff0;border-radius:18px;padding:14px 16px}.product-overhaul__spec-chip span{color:#8c97a4}.product-overhaul__spec-chip strong{margin-top:8px;font-size:14px;font-weight:700;line-height:1.45;display:block}.product-overhaul__thumbs{flex-wrap:wrap;gap:10px;display:flex}.product-overhaul__thumb{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:18px;width:84px;height:84px;padding:8px;transition:transform .18s,border-color .18s,background .18s}.product-overhaul__thumb img{object-fit:contain;width:100%;height:100%}.product-overhaul__thumb:hover,.product-overhaul__thumb.is-active{border-color:rgba(var(--od-red-rgb), .34);background:rgba(var(--od-red-rgb), .08);transform:translateY(-1px)}.product-overhaul__summary{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-radius:30px;gap:22px;padding:28px;display:grid;position:sticky;top:102px}.product-overhaul__summary-head{gap:14px;display:grid}.product-overhaul__eyebrow{color:#7b8792;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;margin:0;font-size:12px;font-weight:800;display:inline-flex}.product-overhaul__summary h1,.product-overhaul__section-head h2,.product-overhaul__related-head h2,.product-overhaul__support-head h3{color:#101418;letter-spacing:-.07em;text-wrap:balance;margin:0;font-family:Bahnschrift,Arial Narrow,Segoe UI,sans-serif}.product-overhaul__summary h1{font-size:clamp(3.2rem,4vw,5rem);line-height:.88}.product-overhaul__summary-copy,.product-overhaul__section-head p,.product-overhaul__fact-row p,.product-overhaul__support-head p,.product-overhaul__support-item p,.product-overhaul__related-head p,.product-overhaul__status p{color:#5f6a75;margin:0;font-size:15px;line-height:1.72}.product-overhaul__price-block{border-top:1px solid #10141814;border-bottom:1px solid #10141814;gap:10px;padding:20px 0 18px;display:grid}.product-overhaul__price-block>span,.product-overhaul__status-head span{color:#7e8894;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.product-overhaul__price-line{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.product-overhaul__price-line strong{color:var(--od-red);letter-spacing:-.06em;font-family:Bahnschrift,Arial Narrow,Segoe UI,sans-serif;font-size:clamp(2.5rem,3vw,3.6rem);line-height:1}.product-overhaul__price-line del{color:#86919d;font-size:1rem;font-weight:700}.product-overhaul__savings{color:#101418;justify-content:space-between;align-items:center;gap:12px;margin:0;display:flex}.product-overhaul__savings span{color:#5f6a75;font-size:13px;font-weight:700}.product-overhaul__savings strong{font-size:15px;font-weight:800}.product-overhaul__status{border:1px solid #10141814;border-radius:24px;gap:14px;padding:20px 22px;display:grid}.product-overhaul__status.is-ready{background:linear-gradient(#f0f8f3fa,#e6f1eafa)}.product-overhaul__status.is-tight{background:linear-gradient(#fff6ecfa,#faebdafa)}.product-overhaul__status.is-order{background:linear-gradient(#f4f6f9fa,#e8edf3fa)}.product-overhaul__status-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.product-overhaul__status-head strong{color:#101418;margin-top:6px;font-size:1.05rem;line-height:1.4;display:block}.product-overhaul__status-head em{color:#3b444e;font-size:14px;font-style:normal;font-weight:700}.product-overhaul__status-meter{background:#10141814;border-radius:999px;height:10px;overflow:hidden}.product-overhaul__status-meter span{border-radius:inherit;background:linear-gradient(90deg, var(--od-red), #ff7f4d);height:100%;display:block}.product-overhaul__actions{gap:12px;display:grid}.product-overhaul__cta{letter-spacing:.03em;border:1px solid #0000;border-radius:18px;justify-content:center;align-items:center;gap:12px;min-height:58px;padding:0 18px;font-size:14px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex}.product-overhaul__cta:hover{transform:translateY(-1px)}.product-overhaul__cta:active{transform:translateY(1px)}.product-overhaul__cta--primary{background:linear-gradient(135deg, var(--od-red), #ff6a39);color:#fffdf9;box-shadow:0 18px 34px rgba(var(--od-red-rgb), .2)}.product-overhaul__cta--secondary{color:#f5f7fa;background:#101418}.product-overhaul__links{flex-wrap:wrap;gap:14px;display:flex}.product-overhaul__links a{color:#101418;text-decoration:underline;-webkit-text-decoration-color:rgba(var(--od-red-rgb), .3);text-decoration-color:rgba(var(--od-red-rgb), .3);text-underline-offset:4px;font-size:14px;font-weight:700}.product-overhaul__delivery{gap:16px;padding-top:4px;display:grid}.product-overhaul__delivery-row{border:1px solid rgba(var(--od-red-rgb), .16);background:linear-gradient(180deg, #ffffffeb, #f8fafcf0), radial-gradient(circle at top right, rgba(var(--od-red-rgb), .08), transparent 11rem);border-radius:20px;align-items:flex-start;gap:16px;padding:18px 20px;display:flex;box-shadow:0 16px 28px #10141814}.product-overhaul__delivery-icon{background:rgba(var(--od-red-rgb), .12);border-radius:16px;flex:none;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex}.product-overhaul__delivery-row svg{color:#101418}.product-overhaul__delivery-row strong{color:#101418;font-size:16px;font-weight:800;display:block}.product-overhaul__delivery-row span{color:#202a34;margin-top:5px;font-size:15px;font-weight:700;display:block}.product-overhaul__delivery-row small{color:#60707e;margin-top:8px;font-size:13px;line-height:1.6;display:block}.product-overhaul__reassurance{gap:10px;margin:0;padding:0;list-style:none;display:grid}.product-overhaul__reassurance li{color:#101418;align-items:center;gap:10px;display:flex}.product-overhaul__reassurance svg{color:var(--od-red);flex:none}.product-overhaul__reassurance span{font-size:14px;font-weight:700;line-height:1.5}.product-overhaul__details{padding-top:30px}.product-overhaul__details-grid{grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);align-items:start;gap:26px;display:grid}.product-overhaul__details-grid--single{grid-template-columns:1fr}.product-overhaul__highlights-panel,.product-overhaul__info-panel{background:#ffffffe6;border-radius:30px;gap:24px;padding:30px;display:grid}.product-overhaul__section-head{gap:10px;display:grid}.product-overhaul__section-head span{color:#8a95a1}.product-overhaul__section-head h2{font-size:clamp(2.15rem,2.8vw,3.4rem);line-height:.95}.product-overhaul__highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-overhaul__description-card{background:linear-gradient(#f3f7fafa,#ecf1f5fa);border:1px solid #1014180f;border-radius:24px;min-height:0;padding:24px}.product-overhaul__description-card p{color:#101418;white-space:pre-wrap;margin:0;font-size:clamp(1.12rem,1.45vw,1.38rem);font-weight:600;line-height:1.8}.product-overhaul__description-rich{color:#101418;white-space:pre-wrap;font-size:clamp(1.04rem,1.2vw,1.18rem);line-height:1.95}.product-overhaul__highlight-card{background:linear-gradient(#f3f7fafa,#ecf1f5fa);border:1px solid #1014180f;border-radius:24px;align-content:space-between;gap:20px;min-height:160px;padding:20px;display:grid}.product-overhaul__highlight-card.is-lead{background:radial-gradient(circle at top right, rgba(var(--od-red-rgb), .12), transparent 18rem), linear-gradient(180deg, #101418 0%, #1a2028 100%);grid-column:span 2;min-height:228px}.product-overhaul__highlight-card.is-lead span{color:#ffffff8c}.product-overhaul__highlight-card strong{color:#101418;margin:0;font-size:clamp(1.05rem,1.5vw,1.32rem);font-weight:700;line-height:1.5}.product-overhaul__highlight-card.is-lead strong{color:#f7f9fb;font-size:clamp(1.35rem,1.9vw,1.8rem);line-height:1.35}.product-overhaul__highlight-card.is-wide{grid-column:span 2;min-height:124px}.product-overhaul__fact-list{gap:12px;display:grid}.product-overhaul__fact-row{border-top:1px solid #10141814;padding:18px 0;display:block}.product-overhaul__fact-row:first-child{border-top:none;padding-top:0}.product-overhaul__fact-row span{color:#8a95a1}.product-overhaul__fact-row strong{color:#101418;margin-top:6px;font-size:16px;font-weight:800;line-height:1.4;display:block}.product-overhaul__related{margin-top:30px}.product-overhaul__related .site-container{background:radial-gradient(circle at top right, rgba(var(--od-red-rgb), .16), transparent 20rem), linear-gradient(180deg, #101418 0%, #171d24 100%);border-radius:30px;padding:30px}.product-overhaul__related-head{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;display:flex}.product-overhaul__related-head span{color:#ffffff7a}.product-overhaul__related-head h2,.product-overhaul__related-head p,.product-overhaul__related-link{color:#f5f7fa}.product-overhaul__related-link{align-items:center;gap:8px;font-size:14px;font-weight:800;display:inline-flex}.product-overhaul__related .product-card{box-shadow:none;background:linear-gradient(#fffffff5,#f6f8faf5);border:1px solid #ffffff14}.product-overhaul__related .product-card__media{background:radial-gradient(circle at top right, rgba(var(--od-red-rgb), .12), transparent 16rem), #f4f6f8}.product-overhaul__related .product-card__secondary-action,.product-overhaul__related .product-card__primary-action{transition:transform .18s,border-color .18s,background .18s}.product-overhaul__related .product-card__secondary-action:hover,.product-overhaul__related .product-card__primary-action:hover{transform:translateY(-1px)}.product-overhaul__related-skeletons{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.product-overhaul__reviews{margin-top:30px}.product-overhaul__reviews .review-section{background:0 0;border-top:none;padding:0}.product-overhaul__reviews .site-container{background:#ffffffe6;border:1px solid #10141814;border-radius:30px;padding:30px;box-shadow:0 24px 60px #080c1014}.product-overhaul__reviews .review-section__title{color:#101418;letter-spacing:-.06em;margin-bottom:24px;font-family:Bahnschrift,Arial Narrow,Segoe UI,sans-serif;font-size:clamp(2rem,2.6vw,3rem)}.product-overhaul__reviews .review-layout{grid-template-columns:minmax(300px,.76fr) minmax(0,1.24fr);gap:26px}.product-overhaul__reviews .review-aggregate,.product-overhaul__reviews .review-form-card,.product-overhaul__reviews .review-card{box-shadow:none;background:linear-gradient(#f8fafcf5,#f0f4f7f5);border:1px solid #10141814;border-radius:24px}.product-overhaul__reviews .review-aggregate,.product-overhaul__reviews .review-form-card{padding:24px}.product-overhaul__reviews .review-card{padding:20px}.product-overhaul__reviews .review-aggregate__score strong,.product-overhaul__reviews .review-form-card h3,.product-overhaul__reviews .review-card__author strong{color:#101418}.product-overhaul__reviews .review-dist__fill{background:var(--od-red)}.product-overhaul__reviews .star-display,.product-overhaul__reviews .review-dist__star,.product-overhaul__reviews .review-form__success svg,.product-overhaul__reviews .star-picker__btn.active,.product-overhaul__reviews .star-picker__btn:hover{color:var(--od-red)}.product-overhaul__reviews .star-picker__btn{color:rgba(var(--od-red-rgb), .18)}.product-overhaul__reviews .review-dist__bar{background:rgba(var(--od-red-rgb), .12)}.product-overhaul__reviews .review-empty{background:linear-gradient(#f8fafcf5,#f0f4f7f5);border-radius:24px;min-height:100%;padding:56px 24px}.product-overhaul__reviews .review-aggregate__empty{align-items:flex-start;gap:16px;padding:8px 0;display:flex}.product-overhaul__reviews .review-aggregate__empty svg{color:rgba(var(--od-red-rgb), .5);flex:none}.product-overhaul__reviews .review-aggregate__empty strong{color:#101418;font-size:1.05rem;font-weight:800;display:block}.product-overhaul__reviews .review-aggregate__empty p{color:#697784;margin:6px 0 0;line-height:1.7}.product-overhaul__reviews .review-empty svg{color:rgba(var(--od-red-rgb), .22)}.product-overhaul__reviews .button-dark{color:#f5f7fa;background:#101418}.product-overhaul-loading{background:radial-gradient(circle at top right, rgba(var(--od-red-rgb), .06), transparent 24rem), linear-gradient(180deg, #f5f7fa 0%, #eef2f5 100%);padding:30px 0 80px}.product-overhaul__lightbox{z-index:90;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#070a0ee0;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.product-overhaul__lightbox-frame{background:linear-gradient(#12181efa,#0a0e12fa);border-radius:28px;place-items:center;width:min(100%,1180px);max-height:calc(100vh - 56px);padding:clamp(18px,3vw,30px);display:grid;box-shadow:0 32px 64px #00000057}.product-overhaul__lightbox-image{object-fit:contain;width:100%;max-height:calc(100vh - 120px)}.product-overhaul__lightbox-close{color:#f5f7fa;cursor:pointer;background:#ffffff1a;border:0;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex;position:absolute;top:22px;right:22px}.product-overhaul-loading__grid{grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr);gap:28px;display:grid}.product-overhaul-skeleton,.product-overhaul-skeleton-stack{border-radius:28px}.product-overhaul-skeleton{background:linear-gradient(110deg,#d9dee5 0%,#eef2f5 45%,#d9dee5 100%) 0 0/200% 100%;animation:1.6s linear infinite product-overhaul-shimmer}.product-overhaul-skeleton-stack{background:#ffffffe0;border:1px solid #10141814;gap:14px;padding:28px;display:grid}.product-overhaul-skeleton--stage{border:1px solid #10141814;min-height:720px}.product-overhaul-skeleton--line{width:100%;height:18px}.product-overhaul-skeleton--line.short{width:34%}.product-overhaul-skeleton--line.medium{width:72%}.product-overhaul-skeleton--title{width:84%;height:90px}.product-overhaul-skeleton--price{width:58%;height:74px;margin-top:10px}.product-overhaul-skeleton--button{width:100%;height:58px}.product-overhaul-skeleton--button.muted{opacity:.72}.product-overhaul-skeleton--related{min-height:320px}@keyframes product-overhaul-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1180px){.product-overhaul__hero-shell,.product-overhaul__details-grid,.product-overhaul-loading__grid{grid-template-columns:1fr}.product-overhaul__summary{position:static}}@media (width<=980px){.product-overhaul__stage{grid-template-columns:1fr;min-height:auto}.product-overhaul__stage--focused{padding:18px}.product-overhaul__stage-copy{gap:14px}.product-overhaul__stage-copy p{max-width:30ch}.product-overhaul__spec-rail,.product-overhaul__highlight-grid,.product-overhaul__related-skeletons,.product-overhaul__reviews .review-layout{grid-template-columns:1fr}.product-overhaul__related-head{flex-direction:column;align-items:flex-start}}@media (width<=760px){.product-overhaul{padding-bottom:56px}.product-overhaul__breadcrumbs-inner{padding-top:14px;padding-bottom:14px;font-size:12px}.product-overhaul__hero{padding-top:18px}.product-overhaul__stage-card,.product-overhaul__summary,.product-overhaul__highlights-panel,.product-overhaul__info-panel,.product-overhaul__related .site-container,.product-overhaul__reviews .site-container,.product-overhaul-skeleton-stack{border-radius:24px;padding:20px}.product-overhaul__stage-topline{flex-direction:column}.product-overhaul__stage-tags{justify-content:flex-start}.product-overhaul__stage{border-radius:22px;padding:18px}.product-overhaul__stage-figure{min-height:320px}.product-overhaul__stage-image{width:min(100%,520px);max-height:420px}.product-overhaul__spec-rail{position:static}.product-overhaul__thumb{border-radius:16px;width:72px;height:72px}.product-overhaul__summary h1{font-size:clamp(2.45rem,12vw,3.4rem)}.product-overhaul__price-line,.product-overhaul__savings,.product-overhaul__status-head,.product-overhaul__links{flex-direction:column;align-items:flex-start}.product-overhaul__section-head h2,.product-overhaul__related-head h2,.product-overhaul__reviews .review-section__title{font-size:clamp(1.9rem,9vw,2.7rem)}.product-overhaul__reviews .review-aggregate-col{grid-template-columns:1fr}}
