
:root{--orange:#ff6800;--orange2:#ff4f00;--green:#058b12;--ink:#222;--muted:#767676;--line:#e5e5e5;--soft:#f7f7f7;--purple:#7a35b5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;font-size:14px}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.shell{max-width:1440px;margin:auto;padding:0 18px}.desktop-only{display:block}.mobile-only{display:none}
/* header */
.topbar{background:#111;color:#fff;font-size:11px}.topbar .inner{height:39px;display:grid;grid-template-columns:1.25fr .9fr .8fr 1fr .85fr;align-items:center;gap:14px}.promo-cell{display:flex;align-items:center;gap:8px;white-space:nowrap;overflow:hidden}.promo-cell small{opacity:.8;display:block}.promo-time{font-family:monospace;background:#f5efc8;color:#111;padding:2px 6px;font-weight:900;letter-spacing:1px}
.desktop-header{background:var(--orange);color:#fff}.desktop-head{height:62px;display:flex;align-items:center;gap:18px}.logo{font-size:26px;font-weight:1000;letter-spacing:-1px}.desk-links{display:flex;gap:15px;font-size:12px;font-weight:700;white-space:nowrap}.search{flex:1;position:relative}.search input{width:100%;height:38px;border:0;border-radius:22px;padding:0 45px 0 16px;outline:0}.search button{position:absolute;right:3px;top:3px;width:32px;height:32px;border:0;border-radius:50%;background:#222;color:#fff}.desk-actions{display:flex;align-items:center;gap:15px;font-size:11px;font-weight:700;white-space:nowrap}.desk-actions i{font-size:18px}
.mobile-header{display:none;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:1000}.m-top{height:54px;display:flex;align-items:center;gap:10px;padding:0 9px}.m-logo{font-size:18px;color:var(--orange);font-weight:1000}.m-search{flex:1;height:36px;background:#efefef;border-radius:19px;display:flex;align-items:center;padding:0 10px;gap:7px;color:#666;min-width:0}.m-icon{font-size:24px;line-height:1}.avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.m-nav{display:flex;gap:24px;overflow:auto;white-space:nowrap;padding:0 9px;height:43px;align-items:center;scrollbar-width:none}.m-nav::-webkit-scrollbar{display:none}.m-nav a{font-size:13px;color:#666}.m-nav a.active{font-weight:800;color:#111;position:relative}.m-nav a.active:after{content:'';position:absolute;height:4px;background:#111;border-radius:4px;left:0;right:0;bottom:-10px}
.trust{margin-top:18px;background:#058c10;color:#fff;min-height:37px;border-radius:6px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:12px}.trust .right{display:flex;gap:28px}
/* home */
.home-main{padding-top:22px}.season{text-align:center;font-size:17px;color:#ff6d00;font-weight:900}.explore{text-align:center;font-size:20px;font-weight:1000;margin:2px 0 14px}.tabs{display:flex;gap:10px;overflow:auto;scrollbar-width:none;margin-bottom:14px}.tabs::-webkit-scrollbar{display:none}.tabs button{border:1px solid #ddd;background:#fff;border-radius:22px;padding:9px 15px;white-space:nowrap;font-size:11px}.tabs button.active{border-color:#111;font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px 12px}.product-card{min-width:0;position:relative}.pimg{aspect-ratio:1/1;background:#f2f2f2;position:relative;overflow:hidden}.pimg img{width:100%;height:100%;object-fit:cover;transition:.2s}.product-card:hover .pimg img{transform:scale(1.02)}.fall{position:absolute;left:0;bottom:0;background:#ff5f00;color:#fff;font-size:9px;font-weight:900;padding:3px 5px}.ptitle{font-size:11px;line-height:1.25;height:28px;overflow:hidden;margin-top:6px}.prow{display:flex;align-items:center;gap:5px;position:relative;padding-right:34px}.price{font-size:14px;font-weight:900}.sold{font-size:9px;color:#777}.cart-btn{position:absolute;right:0;width:27px;height:27px;border:1px solid #222;border-radius:50%;display:grid;place-items:center;background:#fff}.compare,.stars,.tags{font-size:9px}.compare{color:#555}.stars{font-weight:800}.tags span{display:inline-block;background:#eee0ff;color:#4d1775;padding:1px 3px;margin-right:3px;font-size:8px}.show-more{text-align:center;margin:30px 0}.show-more button{background:#ff6a00;color:#fff;border:0;border-radius:22px;padding:10px 56px;font-weight:700}
/* common */
.page-title{font-size:24px;font-weight:900;margin:22px 0}.section-title{font-size:18px;font-weight:900;margin:16px 0}.panel{border:1px solid var(--line);background:#fff}.muted{color:var(--muted)}
/* category */
.category-layout{display:grid;grid-template-columns:220px 1fr;gap:20px;margin-top:20px}.filters{border:1px solid #ddd;padding:14px;align-self:start;position:sticky;top:15px}.fblock{padding:12px 0;border-bottom:1px solid #eee}.fblock:last-child{border:0}.fblock b{display:block;margin-bottom:8px}.fopt{font-size:12px;margin:7px 0}.sortbar{height:45px;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sortbar select{padding:7px;border:1px solid #bbb;background:#fff}
/* product detail */
.breadcrumb{font-size:11px;color:#777;margin:14px 0}.product-top{display:grid;grid-template-columns:1.05fr .95fr;gap:32px}.gallery{display:grid;grid-template-columns:66px 1fr;gap:9px}.thumb img{width:62px;height:62px;object-fit:cover;border:1px solid #ddd;margin-bottom:8px}.thumb.active img{border:2px solid #111}.main-image{position:relative;background:#f5f5f5;aspect-ratio:1/1}.main-image img{width:100%;height:100%;object-fit:contain}.image-count{position:absolute;right:10px;bottom:10px;background:rgba(0,0,0,.6);color:#fff;padding:3px 8px;border-radius:15px;font-size:11px}.share{position:absolute;right:10px;top:10px;width:34px;height:34px;background:#fff;border-radius:50%;display:grid;place-items:center}.purchase{padding-right:12px}.badges{display:flex;gap:6px;flex-wrap:wrap}.badge-soft{background:#f5f5f5;padding:3px 5px;font-size:10px}.badge-purple{background:#efe4ff;color:#5e218a}.badge-green{background:#e6f7e7;color:#077d12}.product-title{font-size:17px;line-height:1.42;margin:8px 0}.rating-line{display:flex;gap:7px;align-items:center;font-size:11px}.rating-line .stars{color:#111}.price-row{margin-top:12px;display:flex;align-items:end;gap:8px;flex-wrap:wrap}.discount{background:#ffecdf;color:#e64d00;font-weight:900;padding:3px 6px}.product-price{font-size:28px;font-weight:1000;color:#ff4f00}.compare{font-size:10px}.installment{margin:8px 0;background:#fff7f0;padding:7px;display:flex;justify-content:space-between;font-size:10px}.option-title{font-weight:900;margin-top:14px}.swatches{display:flex;gap:7px;margin-top:7px;flex-wrap:wrap}.swatch{width:46px;height:46px;border:1px solid #bbb;padding:2px}.swatch.active{border:2px solid #111}.swatch img{width:100%;height:100%;object-fit:cover}.qty-row{display:flex;align-items:center;gap:12px;margin-top:14px}.qtybox{display:flex;border:1px solid #aaa}.qtybox button,.qtybox span{width:30px;height:29px;border:0;background:#fff;display:grid;place-items:center}.sold-pill{font-size:10px;background:#fff0e8;color:#e94e00;padding:4px 8px;border-radius:14px}.local-strip{margin-top:13px;color:#008b17;font-weight:800;font-size:11px}.green-tags{display:flex;gap:6px;flex-wrap:wrap;margin:9px 0}.green-tags span{font-size:9px;background:#eaf8eb;color:#087d12;padding:4px 6px}.services{border-top:1px solid #eee;border-bottom:1px solid #eee;margin-top:10px}.service-row{height:40px;display:flex;align-items:center;justify-content:space-between;font-size:11px;border-bottom:1px solid #eee}.service-row:last-child{border:0}.cta-row{display:flex;gap:8px;margin-top:14px}.cta-row button{flex:1;height:42px;border-radius:20px;font-weight:900}.btn-cart{background:#fff;border:1px solid var(--orange);color:var(--orange)}.btn-buy{background:var(--orange);border:1px solid var(--orange);color:#fff}.tabs-nav{display:flex;gap:35px;border-bottom:1px solid #ddd;margin-top:28px;height:45px;align-items:end}.tabs-nav span{padding-bottom:11px}.tabs-nav .active{font-weight:900;border-bottom:3px solid #111}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px;padding:20px 0}.review-summary{display:flex;gap:35px;align-items:center;background:#fafafa;padding:15px}.score{font-size:30px;font-weight:900}.review-item{padding:14px 0;border-bottom:1px solid #eee;font-size:11px}.review-meta{color:#777}.seller-card{border:1px solid #ddd;padding:15px;margin-top:14px}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.spec{background:#f7f7f7;padding:10px;font-size:11px}.spec b{display:block}.desc-image{width:100%;max-height:650px;object-fit:contain;background:#fff;margin:14px 0}.recommend{margin-top:10px}.mobile-promo,.mobile-local,.mobile-cta,.floating-ship{display:none}
/* cart */
.cart-layout{display:grid;grid-template-columns:1fr 350px;gap:20px}.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:14px;padding:14px;border-bottom:1px solid #eee}.cart-item img{width:110px;height:110px;object-fit:cover}.qtyctrl{display:flex;border:1px solid #bbb;width:max-content;margin-top:10px}.qtyctrl button,.qtyctrl span{width:30px;height:28px;border:0;background:#fff;display:grid;place-items:center}.summary{padding:18px;align-self:start;position:sticky;top:12px}.sumline{display:flex;justify-content:space-between;margin:10px 0}.sumtotal{font-size:20px;font-weight:900}.orange-btn{display:block;width:100%;background:var(--orange);color:#fff;border:0;border-radius:22px;padding:11px;font-weight:900;text-align:center}
/* checkout */
.checkout-grid{display:grid;grid-template-columns:1fr 380px;gap:20px}.form-card{border:1px solid #ddd;padding:18px;margin-bottom:16px}.form-card h3{font-size:17px;font-weight:900}.pay-option{border:1px solid #ddd;padding:13px;margin-top:8px;display:flex;gap:9px;align-items:center}
/* auth/account */
.auth-wrap{max-width:430px;margin:55px auto}.auth-box{border:1px solid #ddd;padding:26px}.auth-logo{text-align:center;color:var(--orange);font-size:35px;font-weight:1000}.account-layout{display:grid;grid-template-columns:230px 1fr;gap:20px;margin-top:22px}.account-menu{border:1px solid #ddd;padding:8px}.account-menu a{display:block;padding:12px;border-bottom:1px solid #eee}.account-menu a.active{font-weight:900;background:#fafafa}.order-card{border:1px solid #ddd;padding:15px;margin-bottom:12px}.status{display:inline-block;background:#e9f8ea;color:#057d11;font-size:10px;padding:3px 7px;border-radius:12px}
/* footer */
.footer{background:#1d1d1d;color:#fff;margin-top:45px;padding:36px 0 20px}.footer-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.footer h5{font-size:12px;font-weight:900}.footer a{display:block;color:#ddd;font-size:10px;margin:8px 0}.footer-bottom{border-top:1px solid #3d3d3d;margin-top:25px;padding-top:15px;font-size:10px;color:#aaa;display:flex;justify-content:space-between}
.mobile-footer{display:none}
@media(max-width:767px){body{font-size:13px;padding-bottom:0}.shell{padding:0 7px}.desktop-only,.topbar,.desktop-header,.desktop-detail-only{display:none!important}.mobile-only,.mobile-header{display:block}.trust{margin:4px 7px 0;min-height:31px;font-size:10px;border-radius:4px}.trust .right{gap:0}.trust .right span:not(:first-child){display:none}.home-main{padding-top:8px}.season,.explore{display:none}.mobile-reco{display:block;font-size:12px;margin:10px 0}.tabs{margin:0 -7px 8px;padding:0 7px;gap:14px}.tabs button{border:0;padding:3px 0;background:none;font-size:10px}.tabs button.active{font-weight:900}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 3px}.ptitle{font-size:8.5px;height:23px;margin-top:4px}.price{font-size:11px}.sold,.compare,.stars{font-size:7.5px}.tags span{font-size:6.5px}.cart-btn{width:24px;height:24px}.pimg{aspect-ratio:1/1}.show-more{display:none}.desktop-footer{display:none}.mobile-footer{display:block;background:#f5f5f5;margin-top:35px}.mobile-footer details{border-top:1px solid #ddd;padding:12px 8px;font-size:10px}.mobile-footer summary{font-weight:800}.mobile-footer .legal{padding:20px 8px 28px;text-align:center;font-size:8px;color:#777}.page-title{font-size:18px;margin:15px 0}.category-layout{display:block;margin-top:8px}.filters{display:none}.sortbar{height:37px;font-size:10px}.sortbar select{font-size:9px}.breadcrumb{display:none}.product-top{display:block;margin:0 -7px}.gallery{display:block}.thumbs{display:none}.main-image{aspect-ratio:1/1}.main-image img{object-fit:cover}.share{width:31px;height:31px}.purchase{padding:0}.mobile-promo{display:flex;background:#ff6300;color:#fff;padding:6px 8px;font-size:9px;justify-content:space-between}.mobile-local{display:block;background:#eaf8e8;color:#087c11;padding:7px 8px;font-size:9px;font-weight:800}.purchase-inner{padding:9px 8px}.badges{gap:4px}.badge-soft{font-size:8px}.product-title{font-size:12px;line-height:1.35}.rating-line{font-size:9px}.price-row{margin-top:7px;gap:5px}.discount{font-size:9px}.product-price{font-size:22px}.compare{font-size:8px}.installment{font-size:8px}.option-title{font-size:10px}.swatch{width:43px;height:43px}.qty-row{margin-top:10px}.green-tags span{font-size:7px}.services{margin:7px 0}.service-row{height:34px;font-size:9px}.cta-row{display:none}.tabs-nav{display:none}.details-grid{display:block;padding:0 8px}.detail-col{margin-top:8px}.section-title{font-size:12px;margin:12px 0}.review-summary{padding:10px;gap:20px}.score{font-size:23px}.review-item{font-size:9px;padding:9px 0}.seller-card{font-size:9px;padding:10px}.spec-grid{grid-template-columns:1fr 1fr}.spec{font-size:8px}.desc-image{margin:8px 0;max-height:none}.recommend{padding:0 7px}.mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:1100;background:#fff;border-top:1px solid #ddd;display:grid;grid-template-columns:90px 1fr 1fr;gap:6px;padding:6px 7px}.mobile-cta .mp{font-size:8px}.mobile-cta .mp b{display:block;color:#ff4f00;font-size:16px}.mobile-cta button{border-radius:18px;border:1px solid var(--orange);font-size:10px;font-weight:900}.mobile-cta .add{background:#fff;color:var(--orange)}.mobile-cta .buy{background:var(--orange);color:#fff}.floating-ship{display:block;position:fixed;right:8px;bottom:65px;width:42px;height:42px;border-radius:50%;background:#12a23a;color:#fff;font-size:7px;text-align:center;padding-top:8px;z-index:1050}.product-page{padding-bottom:58px}.cart-layout,.checkout-grid{display:block}.cart-item{grid-template-columns:82px 1fr auto;gap:8px;padding:10px}.cart-item img{width:82px;height:82px}.summary{position:static;margin-top:12px}.checkout-grid .summary{margin-bottom:20px}.auth-wrap{margin:20px 8px}.auth-box{padding:18px}.account-layout{display:block}.account-menu{display:flex;overflow:auto;white-space:nowrap;margin-bottom:12px}.account-menu a{border-bottom:0;border-right:1px solid #eee}.footer{display:none}}


/* ===== FINAL POLISH / INTERACTIONS ===== */
button{font-family:inherit}.menu-toggle{appearance:none;border:0;background:transparent;color:#111;padding:0;display:grid;place-items:center}.mobile-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:2100;opacity:0;visibility:hidden;transition:.22s}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:min(86vw,360px);background:#fff;z-index:2200;transform:translateX(-105%);transition:transform .25s ease;box-shadow:8px 0 28px rgba(0,0,0,.18);display:flex;flex-direction:column}.mobile-drawer.open{transform:translateX(0)}.mobile-menu-overlay.open{opacity:1;visibility:visible}.drawer-head{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #eee}.drawer-logo{font-size:22px;font-weight:1000;color:var(--orange)}.drawer-close{border:0;background:#fff;font-size:22px}.drawer-search{margin:12px 14px;background:#f3f3f3;border-radius:24px;height:42px;display:flex;align-items:center;gap:8px;padding:0 13px}.drawer-search input{border:0;background:transparent;outline:0;width:100%;font-size:14px}.drawer-nav{display:flex;flex-direction:column;padding:2px 8px}.drawer-nav a{display:flex;align-items:center;gap:13px;padding:13px 10px;border-bottom:1px solid #f1f1f1;font-size:14px}.drawer-nav i{font-size:18px;width:22px}.drawer-foot{margin-top:auto;background:#f7fff8;border-top:1px solid #def0e0;padding:14px;display:flex;flex-direction:column;gap:4px;color:#087d12;font-size:11px}body.menu-open{overflow:hidden}

/* home slider is intentionally HOME PAGE ONLY */
.home-hero-slider{width:100%;margin:0;background:#f6f6f6}.home-hero-slider .carousel,.home-hero-slider .carousel-inner,.home-hero-slider .carousel-item{width:100%}.hero-slide{height:380px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center}.hero-slide:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.75) 31%,rgba(255,255,255,.05) 62%)}.hero-slide-a{background-image:url('https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=2000&q=88')}.hero-slide-b{background-image:url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=2000&q=88')}.hero-slide-c{background-image:url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?auto=format&fit=crop&w=2000&q=88')}.hero-copy{position:relative;z-index:2;width:min(1440px,100%);margin:0 auto;padding:0 7vw}.hero-copy span{display:inline-block;background:#111;color:#fff;padding:5px 9px;border-radius:3px;font-size:11px;font-weight:900;letter-spacing:.08em}.hero-copy h2{font-size:42px;line-height:1.03;max-width:560px;margin:11px 0 8px;font-weight:1000;letter-spacing:-1.4px}.hero-copy p{font-size:16px;color:#444;margin:0 0 20px}.hero-copy a{display:inline-flex;align-items:center;gap:9px;background:#111;color:#fff;border-radius:24px;padding:11px 20px;font-weight:800}.home-hero-slider .carousel-control-prev,.home-hero-slider .carousel-control-next{width:52px;height:52px;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.42);border-radius:50%;margin:0 18px;opacity:.9}.home-hero-slider .carousel-indicators{margin-bottom:13px}.home-hero-slider .carousel-indicators button{width:7px;height:7px;border-radius:50%}.home-hero-slider + .shell .trust{margin-top:12px}

/* desktop product page polish */
.product-page .trust{margin-top:14px}.product-page .product-top{margin-top:6px}.product-page .main-image{border:1px solid #eee;background:#fafafa}.product-page .thumb img{border-radius:4px}.product-page .purchase-inner{padding-top:2px}.service-row{width:100%;border-left:0;border-right:0;background:#fff;text-align:left}.service-panel{display:none;padding:9px 4px 11px;font-size:10px;color:#666;border-bottom:1px solid #eee;line-height:1.5}.service-panel.open{display:block}.service-toggle span:last-child{transition:transform .2s}.service-toggle.open span:last-child{transform:rotate(90deg)}
.mobile-detail-accordion{display:none}

/* better footer spacing across pages */
.footer{padding-top:42px}.footer-grid{grid-template-columns:1.15fr 1.15fr .95fr 1.25fr 1.05fr}.footer h5{font-size:13px}.footer a{line-height:1.45}.footer-bottom{padding-bottom:4px}

@media(max-width:767px){
  .mobile-drawer,.mobile-menu-overlay{display:block}
  .hero-slide{height:215px;background-position:center}
  .hero-slide:before{background:linear-gradient(90deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.62) 52%,rgba(255,255,255,.03) 80%)}
  .hero-copy{padding:0 18px}.hero-copy span{font-size:8px;padding:4px 6px}.hero-copy h2{font-size:24px;max-width:270px;margin:7px 0 5px;letter-spacing:-.7px}.hero-copy p{font-size:10px;max-width:230px;margin-bottom:11px}.hero-copy a{padding:8px 13px;font-size:10px}
  .home-hero-slider .carousel-control-prev,.home-hero-slider .carousel-control-next{display:none}.home-hero-slider .carousel-indicators{margin-bottom:7px}.home-hero-slider + .shell .trust{margin-top:5px}
  .product-page .details-grid{display:none!important}.mobile-detail-accordion{display:block!important;margin:8px 0 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.mobile-detail-accordion details{background:#fff;border-bottom:1px solid #eee}.mobile-detail-accordion details:last-child{border-bottom:0}.mobile-detail-accordion summary{list-style:none;min-height:46px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:800;cursor:pointer}.mobile-detail-accordion summary::-webkit-details-marker{display:none}.mobile-detail-accordion summary i{transition:.2s}.mobile-detail-accordion details[open] summary i{transform:rotate(180deg)}.acc-body{padding:0 10px 12px;font-size:9px;line-height:1.5;color:#444}.acc-body img{width:100%;margin-top:8px}.mobile-rating{display:flex;align-items:center;gap:8px;padding:8px 0}.mobile-rating strong{font-size:28px;color:#111}.mobile-rating span{font-size:11px}.mobile-rating small{margin-left:auto;color:#777}.mini-review{padding:9px 0;border-top:1px solid #f0f0f0}.mini-review b,.mini-review span{display:block}.mini-review span{color:#ff6300;margin:3px 0}.mini-review p{margin:0}.mobile-spec{display:grid;grid-template-columns:1fr 1fr;gap:7px 10px}.mobile-spec span{color:#777}.mobile-spec b{text-align:right;color:#111}
  .product-page .main-image{aspect-ratio:1/1;background:#fff}.product-page .main-image img{object-fit:contain}.product-page .purchase-inner{padding:10px 9px}.product-page .services{border-bottom:0}.product-page .service-row{height:39px}.product-page .service-panel{padding:8px 4px 10px}
}

/* ===== PRODUCT DETAILS V2: reference-matched desktop + mobile ===== */
.detail-perfect .detail-shell{max-width:1420px}.detail-perfect .detail-trust{margin-top:16px}.detail-perfect .breadcrumb{padding:2px 0 0;font-size:11px}.detail-perfect .breadcrumb i{font-size:8px;margin:0 6px;color:#aaa}.detail-perfect .detail-product-top{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:28px;align-items:start}.detail-perfect .detail-gallery{grid-template-columns:64px minmax(0,1fr);gap:10px}.detail-perfect .desktop-thumbs{display:flex;flex-direction:column;gap:8px}.detail-perfect .thumb{border:0;background:#fff;padding:0;border-radius:5px;overflow:hidden}.detail-perfect .desktop-thumbs .thumb{width:62px;height:62px}.detail-perfect .thumb img{width:100%;height:100%;object-fit:cover;border:1px solid #d7d7d7;border-radius:5px;margin:0}.detail-perfect .thumb.active img{border:2px solid #111}.detail-perfect .gallery-stage{min-width:0}.detail-perfect .main-image{aspect-ratio:1/1;background:#f7f7f7;border:1px solid #eee;border-radius:2px;overflow:hidden}.detail-perfect .main-image img{width:100%;height:100%;object-fit:contain}.detail-perfect .gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid #ddd;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);z-index:3}.detail-perfect .gallery-arrow.prev{left:12px}.detail-perfect .gallery-arrow.next{right:12px}.detail-perfect .share{border:1px solid #ddd;font-size:15px}.detail-perfect .image-count{font-weight:800}.detail-perfect .detail-purchase{padding:0;border:1px solid #eee;border-radius:5px;overflow:hidden;background:#fff}.detail-perfect .deal-ribbon{min-height:39px;background:linear-gradient(90deg,#ff651f 0,#ff8a24 27%,#fff3df 27%);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:0 12px;font-size:11px}.detail-perfect .deal-ribbon b{color:#fff}.detail-perfect .deal-clock{font-family:monospace;font-weight:900;background:#111;color:#fff;padding:3px 6px;border-radius:3px}.detail-perfect .purchase-inner{padding:16px 16px 18px}.detail-perfect .product-title{font-size:18px;line-height:1.35;margin:8px 0 7px}.detail-perfect .rating-line{gap:7px;font-size:12px;flex-wrap:wrap}.detail-perfect .rating-stars{letter-spacing:1px;color:#ff6900}.detail-perfect .price-row{align-items:center;margin-top:10px}.detail-perfect .product-price{font-size:30px;line-height:1;color:#ff4e00}.detail-perfect .compare{font-size:12px;color:#999}.detail-perfect .discount{font-size:11px;border:1px solid #ff6b36;background:#fff;color:#ff4f00;padding:2px 5px}.detail-perfect .installment{background:#fff6ee;border-radius:3px;padding:8px 9px}.detail-perfect .option-title{font-size:12px;margin-top:16px}.detail-perfect .detail-swatches{gap:9px}.detail-perfect .detail-swatches .swatch{width:74px;height:68px;border-radius:4px;background:#fafafa;padding:3px}.detail-perfect .detail-swatches .swatch.active{border:2px solid #111}.detail-perfect .qty-row{font-size:12px}.detail-perfect .qtybox{border:1px solid #ddd;border-radius:18px;overflow:hidden}.detail-perfect .qtybox button,.detail-perfect .qtybox span{height:32px;width:34px}.detail-perfect .stock-left{color:#e66f00;font-size:11px}.detail-perfect .cta-row button{height:46px;border-radius:24px;font-size:14px}.detail-perfect .benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px;margin-top:16px;border-top:1px solid #eee;padding-top:15px}.detail-perfect .benefit-grid div{display:grid;grid-template-columns:22px 1fr;column-gap:7px;align-items:start}.detail-perfect .benefit-grid i{grid-row:1/3;font-size:18px;color:#111}.detail-perfect .benefit-grid b{font-size:11px}.detail-perfect .benefit-grid small{font-size:9px;color:#777}.detail-perfect .seller-compact{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;border-top:1px solid #eee;margin-top:16px;padding-top:14px}.detail-perfect .seller-logo{width:42px;height:42px;border-radius:7px;background:#005ca8;color:#fff;font-weight:900;display:grid;place-items:center}.detail-perfect .seller-compact small{display:block;color:#777;margin-top:2px}.detail-perfect .seller-compact button{border:1px solid #ff6b00;background:#fff;color:#ff5a00;border-radius:18px;padding:6px 15px;font-weight:800}.detail-perfect .desktop-detail-block{margin-top:28px;border-top:1px solid #e6e6e6}.detail-perfect .detail-tabs{display:flex;gap:30px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}.detail-perfect .detail-tabs button{border:0;background:#fff;padding:15px 2px 12px;font-size:12px}.detail-perfect .detail-tabs button.active{font-weight:900;border-bottom:3px solid #ff5a00}.detail-perfect .detail-panes{padding:18px 0}.detail-perfect .detail-pane{display:none}.detail-perfect .detail-pane.active{display:block}.detail-perfect .reviews-layout{display:grid;grid-template-columns:260px 1fr;gap:22px}.detail-perfect .rating-card{padding:14px;background:#fafafa;border:1px solid #eee}.detail-perfect .big-rating{font-size:34px;font-weight:900}.detail-perfect .rating-stars.big{font-size:16px}.detail-perfect .bar-row{display:grid;grid-template-columns:42px 1fr 32px;gap:8px;align-items:center;font-size:10px;margin-top:7px}.detail-perfect .bar-row i{height:5px;background:#e8e8e8;border-radius:4px;overflow:hidden}.detail-perfect .bar-row em{display:block;height:100%;background:#ff6900}.detail-perfect .review-feed{display:grid;grid-template-columns:1fr 1fr;gap:14px}.detail-perfect .review-feed article{border:1px solid #eee;padding:15px;min-height:120px}.detail-perfect .review-feed article b span{font-size:9px;color:#0a8a1d;margin-left:6px}.detail-perfect .spec-table{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #eee}.detail-perfect .spec-table div{padding:14px;border-right:1px solid #eee}.detail-perfect .spec-table div:last-child{border-right:0}.detail-perfect .spec-table span,.detail-perfect .spec-table b{display:block}.detail-perfect .spec-table span{font-size:10px;color:#777}.detail-perfect .desc-pane img{display:block;max-width:850px;width:100%;margin:0 auto 18px}.detail-perfect .detail-recommend{margin:22px 0 34px}.detail-perfect .detail-recommend-grid{grid-template-columns:repeat(5,minmax(0,1fr))}

@media(max-width:767px){
  .detail-perfect{font-size:12px;padding-bottom:67px}.detail-perfect .shell.detail-shell{padding:0}.detail-perfect .detail-mobile-head{gap:8px}.detail-perfect .m-back{font-size:22px;color:#111}.detail-perfect .m-logo{font-size:20px}.detail-perfect .m-search{height:34px;border-radius:18px;padding:0 13px}.detail-perfect .m-search:before{content:none}.detail-perfect .detail-product-top{display:flex;flex-direction:column;gap:0}.detail-perfect .detail-gallery{display:block;width:100%}.detail-perfect .main-image{border:0;border-radius:0;aspect-ratio:1/1;background:#f5f5f5}.detail-perfect .main-image .share{top:10px;right:10px;width:32px;height:32px}.detail-perfect .image-count{bottom:8px;right:8px;font-size:10px}.detail-perfect .mobile-gallery-strip{display:flex!important;gap:7px;overflow-x:auto;padding:8px 9px;background:#fff;border-bottom:1px solid #eee;scrollbar-width:none}.detail-perfect .mobile-gallery-strip::-webkit-scrollbar{display:none}.detail-perfect .mobile-gallery-strip .thumb{width:54px;height:54px;flex:0 0 54px}.detail-perfect .detail-purchase{border:0;border-radius:0;width:100%}.detail-perfect .deal-ribbon{grid-template-columns:auto 1fr auto;gap:7px;min-height:38px;padding:0 9px;font-size:9px;background:linear-gradient(90deg,#ff651f 0,#ff8a24 30%,#fff1dd 30%)}.detail-perfect .deal-ribbon span:nth-child(2){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-perfect .deal-clock{font-size:8px;padding:2px 4px}.detail-perfect .purchase-inner{padding:9px 10px 13px}.detail-perfect .badges{gap:4px}.detail-perfect .badge-soft{font-size:8px}.detail-perfect .product-title{font-size:13px;line-height:1.35;margin:8px 0 6px}.detail-perfect .rating-line{font-size:10px}.detail-perfect .product-price{font-size:24px}.detail-perfect .price-row{margin-top:8px}.detail-perfect .installment{font-size:9px;margin:7px 0}.detail-perfect .option-title{margin-top:12px}.detail-perfect .detail-swatches{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.detail-perfect .detail-swatches::-webkit-scrollbar{display:none}.detail-perfect .detail-swatches .swatch{width:66px;height:62px;flex:0 0 66px}.detail-perfect .qty-row{margin-top:12px}.detail-perfect .benefit-grid{grid-template-columns:1fr 1fr;gap:14px 8px;padding:14px 2px 2px}.detail-perfect .benefit-grid div{grid-template-columns:20px 1fr}.detail-perfect .benefit-grid i{font-size:17px}.detail-perfect .benefit-grid b{font-size:10px}.detail-perfect .benefit-grid small{font-size:8px}.detail-perfect .seller-compact{grid-template-columns:38px 1fr auto;padding:13px 0 5px}.detail-perfect .seller-logo{width:38px;height:38px}.detail-perfect .seller-compact b{font-size:10px}.detail-perfect .seller-compact small{font-size:8px}.detail-perfect .seller-compact button{padding:5px 12px;font-size:9px}.detail-perfect .mobile-detail-accordion{margin-top:7px}.detail-perfect .mobile-detail-accordion summary{min-height:48px;font-size:11px;padding:0 10px}.detail-perfect .acc-body{font-size:9px;padding:0 10px 12px}.detail-perfect .mobile-rating strong{font-size:26px}.detail-perfect .detail-recommend{padding:0 8px;margin-top:12px}.detail-perfect .detail-recommend .section-title{font-size:15px;margin:12px 0 9px}.detail-perfect .detail-recommend-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 7px}.detail-perfect .mobile-cta{height:64px;display:grid!important;grid-template-columns:92px 1fr 1fr;gap:7px;align-items:center;padding:6px 8px;background:#fff;border-top:1px solid #ddd}.detail-perfect .mobile-cta .mp{display:flex;flex-direction:column;line-height:1}.detail-perfect .mobile-cta .mp s{font-size:8px;color:#999}.detail-perfect .mobile-cta .mp b{font-size:20px;color:#ff4f00}.detail-perfect .mobile-cta .mp small{font-size:8px;color:#ff4f00}.detail-perfect .mobile-cta button{height:43px;border-radius:22px;font-size:11px;font-weight:900}.detail-perfect .mobile-cta .add{background:#fff;border:1px solid #222;color:#111}.detail-perfect .mobile-cta .buy{background:#ff5a00;border:1px solid #ff5a00;color:#fff}.detail-perfect .mobile-footer{margin-top:12px}
}
