.product-page{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:var(--space-7);padding:var(--space-7) 0 var(--space-8)}@media(max-width:760px){.product-page{grid-template-columns:1fr;gap:var(--space-5);padding-top:var(--space-5)}}.gallery__main{aspect-ratio:5 / 7;border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-raised);border:1px solid var(--border)}.gallery__main img{width:100%;height:100%;object-fit:cover}.gallery__thumbs{display:flex;gap:var(--space-2);margin-top:var(--space-3);list-style:none;padding:0}.gallery__thumb{width:64px;aspect-ratio:5 / 7;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border);padding:0;background:var(--bg-raised)}.gallery__thumb[aria-current=true]{box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--fg)}.gallery__thumb[aria-current=true]:focus-visible{outline-offset:4px}.gallery__thumb img{width:100%;height:100%;object-fit:cover}.gallery__thumb:active{opacity:var(--motion-opacity-press);transition:opacity var(--motion-duration-tap) var(--motion-ease-tap)}@media(prefers-reduced-motion:reduce){.gallery__thumb:active{transition:none}}.product-info h1{font-family:var(--font-display);font-optical-sizing:auto;font-variation-settings:var(--font-display-variation);font-size:var(--text-display-2-size);font-weight:var(--text-display-2-weight);letter-spacing:var(--text-display-2-tracking);line-height:var(--text-display-2-leading);text-wrap:balance}.product-info__price{margin-top:var(--space-2);font-size:var(--text-price-size);font-weight:var(--text-price-weight);line-height:var(--text-price-leading);color:var(--fg-secondary);font-variant-numeric:tabular-nums}.product-info__identity{margin-top:var(--space-2);font-size:var(--text-subheadline-size);color:var(--fg-secondary)}.product-info__about{margin-top:var(--space-6)}.product-info__about-label{font-size:var(--text-eyebrow-size);font-weight:var(--text-eyebrow-weight);color:var(--fg-secondary);text-transform:uppercase;letter-spacing:var(--text-eyebrow-tracking);line-height:var(--text-eyebrow-leading)}.product-info__description{margin-top:var(--space-2);color:var(--fg);white-space:pre-line}.product-info__buy{margin-top:var(--space-6);display:flex;flex-direction:column;gap:var(--space-3)}.product-info__stock-note{font-size:var(--text-subheadline-size);color:var(--fg-secondary)}.product-info__sold-out{margin-top:var(--space-6)}.stepper{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-md);width:fit-content}.stepper button{width:44px;height:44px;font-size:var(--text-glyph-lg-size);line-height:1;color:var(--fg);border-radius:var(--radius-md)}@media(hover:hover){.stepper button:hover:enabled{background:var(--bg-raised)}}.stepper button:active:enabled{opacity:var(--motion-opacity-press);transition:opacity var(--motion-duration-tap) var(--motion-ease-tap)}.stepper button:disabled{opacity:var(--opacity-disabled);cursor:default}@media(prefers-reduced-motion:reduce){.stepper button:active:enabled{transition:none}}.stepper output{min-width:var(--space-6);text-align:center;font-weight:600;font-variant-numeric:tabular-nums}
