.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-12)}.product-gallery__main{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center}.product-gallery__main img{width:100%;height:100%;object-fit:contain;padding:var(--space-6)}.product-gallery__thumbs{display:flex;gap:var(--space-3);margin-top:var(--space-4);flex-wrap:wrap}.product-gallery__thumb{padding:0;border:2px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface);width:72px;height:54px}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain}.product-gallery__thumb.is-active{border-color:var(--color-accent)}.product-info__brand{font-size:var(--text-sm);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:var(--space-2)}.product-info__name{font-size:var(--text-3xl);margin-bottom:var(--space-3)}.product-info__badges{display:flex;gap:var(--space-2);margin-bottom:var(--space-4)}.product-info__price{margin-bottom:var(--space-6)}.product-info__actions{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);flex-wrap:wrap}.product-info__note{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-2)}.product-info__section{margin-top:var(--space-8);padding-top:var(--space-6);border-top:1px solid var(--color-border)}.product-info__section-title{font-size:var(--text-lg);text-transform:uppercase;margin-bottom:var(--space-4)}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.qty-stepper__btn{width:40px;height:44px;background:var(--color-surface-2);color:var(--color-text);font-size:var(--text-lg);font-weight:700}.qty-stepper__btn:hover{background:var(--color-surface-3)}.qty-stepper__input{width:48px;height:44px;border:none;border-inline:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);text-align:center;font-size:var(--text-base);appearance:textfield}.oem-list{display:flex;flex-wrap:wrap;gap:var(--space-2)}.oem-list__item{padding:var(--space-1) var(--space-3);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-family:monospace;font-size:var(--text-sm);color:var(--color-text)}.specs-table{width:100%;border-collapse:collapse}.specs-table th,.specs-table td{text-align:left;padding:var(--space-2) 0;border-bottom:1px solid var(--color-border);font-size:var(--text-sm)}.specs-table th{color:var(--color-text-muted);font-weight:600;width:40%}.specs-table td{color:var(--color-text)}.product-description{max-width:72ch;margin-top:var(--space-12);padding-top:var(--space-8);border-top:1px solid var(--color-border);color:var(--color-text);line-height:1.7}.product-description h2,.product-description h3{margin-top:var(--space-6);margin-bottom:var(--space-3);text-transform:none}.product-description ul{list-style:disc;padding-left:var(--space-6);margin-bottom:var(--space-4)}.product-description li{margin-bottom:var(--space-2)}@media (max-width: 899px){.product-detail{grid-template-columns:1fr}}
