.pdp-hero__image{display:flex;align-items:center;justify-content:center;min-height:540px;padding:28px}.pdp-hero__image img{width:100%;height:500px;object-fit:contain}.pdp-gallery{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:22px;align-items:start}.pdp-gallery__stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:650px;padding:32px;border:1px solid var(--line);border-radius:12px;background:#fff}.pdp-gallery__stage img{display:block;width:100%;height:590px;object-fit:contain;cursor:zoom-in}.pdp-gallery__arrow{position:absolute;top:50%;z-index:2;width:44px;height:44px;padding:0;border:1px solid #ccd4dc;border-radius:50%;background:rgba(255,255,255,.94);color:var(--navy);font-size:27px;line-height:1;cursor:pointer;transform:translateY(-50%);box-shadow:0 5px 18px rgba(15,35,55,.12)}.pdp-gallery__arrow:hover{background:var(--navy);color:#fff}.pdp-gallery__arrow--prev{left:16px}.pdp-gallery__arrow--next{right:16px}.pdp-gallery__caption{position:absolute;right:22px;bottom:18px;left:22px;display:flex;justify-content:space-between;gap:16px;padding:11px 14px;border-radius:7px;background:rgba(13,40,69,.92);color:#fff;font-size:14px}.pdp-gallery__thumbs{display:grid;gap:12px}.pdp-gallery__thumb{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;width:100%;padding:9px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);text-align:left;cursor:pointer}.pdp-gallery__thumb img{width:72px;height:72px;object-fit:contain;border-radius:5px;background:#f7f8f9}.pdp-gallery__thumb span{font-size:13px;font-weight:700;line-height:1.35}.pdp-gallery__thumb.active{border-color:var(--red);box-shadow:0 0 0 2px rgba(207,24,33,.1)}
@media(max-width:820px){.pdp-gallery{grid-template-columns:1fr}.pdp-gallery__stage{min-height:520px}.pdp-gallery__stage img{height:460px}.pdp-gallery__thumbs{grid-template-columns:repeat(5,minmax(115px,1fr));overflow-x:auto;padding-bottom:8px}.pdp-gallery__thumb{grid-template-columns:1fr;min-width:115px;text-align:center}.pdp-gallery__thumb img{width:100%;height:82px}}
@media(max-width:520px){.pdp-hero__image{min-height:420px;padding:16px}.pdp-hero__image img{height:390px}.pdp-gallery__stage{min-height:410px;padding:14px}.pdp-gallery__stage img{height:365px}.pdp-gallery__caption{right:10px;bottom:10px;left:10px}.pdp-gallery__caption span:last-child{display:none}.pdp-gallery__arrow{width:38px;height:38px}.pdp-gallery__arrow--prev{left:8px}.pdp-gallery__arrow--next{right:8px}}
