.product-topbar{padding:calc(var(--header-h) + 34px) 0 0}.product-topbar .breadcrumb{color:var(--muted)}.product-topbar .breadcrumb a:hover{color:var(--ink)}.product-topbar .breadcrumb .icon{color:var(--muted)}.product-main{grid-template-columns:1fr 1fr;align-items:flex-start;gap:64px;display:grid}@media (width<=900px){.product-main{grid-template-columns:1fr;gap:32px}}.gallery{top:calc(var(--header-h) + 20px);position:sticky}@media (width<=900px){.gallery{position:static}}.gallery-main{aspect-ratio:1;border-radius:var(--radius-xl);cursor:zoom-in;background:linear-gradient(160deg,#f2f2f3,#e7e7e9);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.gallery-main img{object-fit:contain;width:80%;height:80%;transition:transform .5s var(--ease-out), opacity .35s ease}.gallery-main:hover img{transform:scale(1.12)}.gallery-main .gbadge{z-index:2;position:absolute;top:20px;left:20px}.gallery-thumbs{gap:14px;margin-top:18px;display:flex}.gallery-thumbs button{background:var(--off-white);border-radius:14px;flex-shrink:0;width:84px;height:84px;padding:10px;transition:box-shadow .25s,transform .25s;box-shadow:inset 0 0 0 1.5px #0000}.gallery-thumbs button.active{box-shadow:inset 0 0 0 2px var(--red)}.gallery-thumbs button:hover{transform:translateY(-3px)}.gallery-thumbs img{object-fit:contain;width:100%;height:100%}.p-brand-row{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.p-title{margin-bottom:14px;font-size:clamp(28px,4vw,42px)}.p-meta-row{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:22px;display:flex}.p-meta-row a{color:var(--muted);font-size:13px;text-decoration:underline}.p-sku{color:var(--muted);font-size:12.5px}.p-price-row{align-items:baseline;gap:14px;margin-bottom:6px;display:flex}.p-price-row .now{font-family:var(--font-tech);font-size:36px;font-weight:700}.p-price-row .old{font-family:var(--font-tech);color:var(--muted);font-size:19px;text-decoration:line-through}.p-installment{color:var(--muted);margin-bottom:26px;font-size:12.5px}.p-short{color:var(--muted);margin-bottom:26px;font-size:15.5px;line-height:1.7}.p-feature-badges{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.p-feature-badges span{border-radius:var(--radius-pill);background:var(--off-white);font:700 11.5px var(--font-tech);text-transform:uppercase;align-items:center;gap:8px;padding:9px 14px;display:flex}.p-feature-badges .icon{width:15px;height:15px;color:var(--red)}.p-buybox{border-radius:var(--radius-lg);background:var(--off-white);margin-bottom:26px;padding:26px}.p-stock-row{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.p-actions{gap:14px;display:flex}.p-actions .qty-stepper{background:#fff;padding:2px}.p-actions .qty-stepper .qv{width:36px}.p-actions .qty-stepper button{width:44px;height:44px}.pc-fav-alt.active{box-shadow:inset 0 0 0 1.5px var(--red);color:var(--red)}.p-cta-row{gap:14px;margin-top:16px;display:flex}.p-cta-row .btn{flex:1}.p-wish-share{gap:10px;margin-top:16px;display:flex}.p-trust-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:28px;display:grid}@media (width<=520px){.p-trust-grid{grid-template-columns:1fr}}.p-trust-grid div{box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;flex-direction:column;align-items:flex-start;gap:8px;padding:16px;display:flex}.p-trust-grid .icon{width:20px;height:20px;color:var(--red)}.p-trust-grid strong{font-size:12.5px;display:block}.p-trust-grid span{color:var(--muted);font-size:11.5px}.p-delivery-check{gap:10px;margin-bottom:10px;display:flex}.p-delivery-check select{border:1.5px solid var(--border-light);border-radius:10px;flex:1;padding:13px 14px}.p-delivery-result{color:var(--green);background:#1aae6f1a;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-size:13px;display:none}.p-delivery-result.show{display:flex}.spec-table{border-collapse:collapse;width:100%}.spec-table tr{border-bottom:1px solid var(--border-light)}.spec-table td{padding:16px 10px;font-size:14.5px}.spec-table td:first-child{color:var(--muted);width:38%;font-weight:600}.desc-block p{color:var(--muted);margin-bottom:18px;font-size:15px;line-height:1.85}.feature-list{flex-direction:column;gap:14px;margin-top:10px;display:flex}.feature-list li{gap:12px;font-size:14.5px;display:flex}.feature-list .icon{color:var(--green);flex-shrink:0;width:18px;height:18px;margin-top:2px}.review-summary{grid-template-columns:.6fr 1.4fr;gap:50px;padding:30px 0;display:grid}@media (width<=700px){.review-summary{grid-template-columns:1fr}}.review-big{text-align:center}.review-big .num{font-family:var(--font-display);font-size:64px}.rbar-row{align-items:center;gap:10px;margin-bottom:8px;font-size:12.5px;display:flex}.rbar-row .progress-track{flex:1}.review-item{border-top:1px solid var(--border-light);padding:24px 0}.review-item .who{align-items:center;gap:12px;margin-bottom:10px;display:flex}.review-item .who strong{font-size:14px;display:block}.review-item .who span{color:var(--muted);font-size:12px}.review-item p{color:var(--muted);font-size:14.5px;line-height:1.7}.sticky-buy{z-index:800;transition:transform .4s var(--ease-out);background:#fff;padding:14px 0;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%);box-shadow:0 -10px 30px #0000001a}.sticky-buy.show{transform:translateY(0)}.sticky-buy .container-wide{align-items:center;gap:18px;display:flex}.sticky-buy img{object-fit:contain;background:var(--off-white);border-radius:10px;width:52px;height:52px;padding:6px}.sticky-buy .info{flex:1;min-width:0}.sticky-buy .info strong{font-size:14px;display:block}.sticky-buy .info .price{font-family:var(--font-tech);color:var(--red);font-weight:700}@media (width<=640px){.sticky-buy .info strong{display:none}}
