.wrap{max-width:1100px;color:var(--clr-text);margin:2rem auto 3rem;padding:0 1rem}.product-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.product-header-left{align-items:center;gap:.75rem;display:flex}.product-header-title{color:var(--clr-primary);margin:0;font-size:1.25rem;font-weight:700}.product-header-sub{color:var(--clr-muted);margin-top:.25rem;font-size:.9rem}.product-header-btn{color:#fff;background:var(--clr-primary);border-radius:8px;padding:.65rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-block}.product-header-btn.home{background:#6b7280}.product-header-btn:hover{opacity:.85;transform:translateY(-1px)}.product-detail-grid{grid-template-columns:1fr 340px;gap:1rem;display:grid}.product-card{background:var(--clr-white);border-radius:12px;padding:1.25rem 1.35rem;box-shadow:0 8px 24px rgba(15,23,42,.06)}.img-wrap{background:#f1f5f9;border-radius:10px;overflow:hidden}.product-img-card .img-wrap img{width:100%;display:block}.detail-note.small{color:#444;margin-top:.35rem;font-size:.8rem}.product-subheading{color:var(--clr-primary);margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.lead-note{color:var(--clr-muted);margin-bottom:1rem;font-size:.9rem}.product-spec-list{border-collapse:separate;border-spacing:0 4px;width:100%;margin-bottom:1rem;display:table}.product-spec-list>div{display:table-row}.product-spec-list dt,.product-spec-list dd{padding:.45rem .6rem;display:table-cell}.product-spec-list dt{width:140px;color:var(--clr-text);border-radius:6px 0 0 6px;font-weight:600}.product-spec-list dd{background:#fff;border-radius:0 6px 6px 0}.product-feature-list{color:var(--clr-muted);margin:0 0 1rem;padding-left:1.05rem}.product-feature-list li{margin-bottom:.25rem}.detail-price{color:var(--clr-accent);margin-bottom:.3rem;font-size:1.3rem;font-weight:800}.detail-note{color:var(--clr-danger);margin-bottom:1rem;font-size:.9rem;font-weight:600}.cta{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.cta.top{gap:1rem;margin-top:0}.product-not-found{text-align:center;color:var(--clr-danger);padding:2rem;font-weight:700}.product-footer{text-align:center;color:var(--clr-muted);margin-top:2.5rem;font-size:.85rem}@media (max-width:820px){.product-detail-grid{grid-template-columns:1fr}.cta{justify-content:center}.product-header{flex-direction:column;align-items:flex-start}}
