.product-layout{height:100vh}.product-info{margin:0 10px}.carousel-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;scrollbar-gutter:stable;display:flex;overflow-x:auto}.carousel-image{object-fit:contain;scroll-snap-align:start;flex:0 0 100%;height:65vh;transition:transform .3s}.carousel-image:active{transform:scale(.98)}.carousel-dots{justify-content:center;gap:6px;margin-top:10px;display:flex}.dot{background:#bbb;border-radius:50%;width:6px;height:6px;transition:all .3s}.dot.active{background:#000;transform:scale(1.3)}.details-content{opacity:0;max-height:0;transition:all .4s;overflow:hidden}.details-content.open{opacity:1;max-height:200px;margin-top:10px}.buy-fixed{background:0 0;justify-content:center;padding:12px;transition:transform .4s;display:flex;position:fixed;bottom:-100px;left:0;right:0}.buy-static{justify-content:center;margin:20px 0;display:flex}@media (max-width:780px){.buy-fixed{bottom:-50px}}.buy-fixed.visible{transform:translateY(-100%)}.zoom-overlay{z-index:100;background:#fff;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.zoom-overlay img{object-fit:contain;width:100%;height:auto}
