.product-layout{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:start;gap:clamp(32px,5vw,80px);display:grid}.gallery{grid-template-columns:1fr 1fr;gap:12px;display:grid}.gallery .photo,.gallery .placeholder{aspect-ratio:3/4}.gallery>:first-child{grid-column:1/-1}.gallery>:first-child.photo,.gallery>:first-child.placeholder{aspect-ratio:4/5}.product-info{top:calc(var(--header-h) + 6px);flex-direction:column;gap:24px;display:flex;position:sticky}.product-title{font-size:clamp(24px,2.6vw,32px);font-weight:400}.product-price{align-items:baseline;gap:12px;font-size:21px;display:flex}.opt-block{flex-direction:column;gap:10px;display:flex}.opt-label{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2);justify-content:space-between;font-size:12px;display:flex}.opt-label .opt-value{color:var(--ink);text-transform:none;letter-spacing:0}.swatches{gap:10px;display:flex}.swatch{border:1px solid var(--line);background:0 0;place-items:center;width:32px;height:32px;padding:2px;transition:border-color .2s;display:grid}.swatch .swatch-fill{width:100%;height:100%}.swatch:hover{border-color:var(--ink-2)}.swatch.on{border-color:var(--ink)}.size-row{flex-wrap:wrap;gap:8px;display:flex}.size-btn{border:1px solid var(--line);background:var(--bg);min-width:52px;height:44px;color:var(--ink);padding:0 14px;font-size:13px;transition:border-color .2s,background .2s;position:relative}.size-btn:hover{border-color:var(--ink)}.size-btn.on{background:var(--ink);border-color:var(--ink);color:#fff}.size-btn.off{color:var(--muted);border-color:var(--line);cursor:default;background:linear-gradient(to top right, transparent calc(50% - .5px), var(--line) calc(50% - .5px), var(--line) calc(50% + .5px), transparent calc(50% + .5px))}.size-btn.off:hover{border-color:var(--line)}.size-hint{color:var(--ink-2);font-size:13px}.size-hint.low{color:var(--wine)}.notify-block{background:var(--bg-soft);flex-direction:column;gap:12px;padding:20px;display:flex}.notify-block .notify-row{gap:8px;display:flex}.notify-block .input{background:0 0;flex:1}.accordion{border-top:1px solid var(--line)}.acc-item{border-bottom:1px solid var(--line)}.acc-head{width:100%;color:var(--ink);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:16px 0;font-size:14px;display:flex}.acc-head .acc-icon{color:var(--ink-2);font-size:18px;font-weight:300;line-height:1;transition:transform .25s}.acc-item.open .acc-icon{transform:rotate(45deg)}.acc-body{max-height:0;transition:max-height .3s;overflow:hidden}.acc-item.open .acc-body{max-height:400px}.acc-body-inner{color:var(--ink-2);flex-direction:column;gap:8px;padding:0 0 18px;font-size:14px;display:flex}@media (max-width:1024px){.product-layout{grid-template-columns:1fr}.product-info{position:static}}@media (max-width:760px){.gallery{scroll-snap-type:x mandatory;grid-template-columns:none;grid-auto-columns:86%;grid-auto-flow:column;overflow-x:auto}.gallery .photo,.gallery .placeholder{scroll-snap-align:start;aspect-ratio:3/4!important;grid-column:auto!important}}.in-cart-block{flex-direction:column;align-items:center;gap:10px;display:flex}.cart-stepper{border:1px solid var(--ink);grid-template-columns:52px 1fr 52px;width:100%;height:52px;display:grid}.stepper-btn{background:var(--bg);color:var(--ink);cursor:pointer;border:0;font-size:20px;line-height:1;transition:background .15s}.stepper-btn:first-child{border-right:1px solid var(--line)}.stepper-btn:last-child{border-left:1px solid var(--line)}.stepper-btn:hover:not(:disabled){background:var(--bg-soft)}.stepper-btn:disabled{color:var(--muted);cursor:default}.stepper-label{letter-spacing:.1em;text-transform:uppercase;justify-content:center;align-items:center;font-size:13px;font-weight:500;display:flex}
