.metal-carousel{position:relative;margin-top:28px}
.metal-carousel__viewport{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-inline:contain}
.metal-carousel__viewport::-webkit-scrollbar{display:none}
.metal-carousel__track{display:flex;gap:16px}
.metal-carousel .metal-shot{flex:0 0 calc((100% - 32px)/3);min-width:0;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;scroll-snap-align:start}
.metal-carousel .metal-shot__media{aspect-ratio:4/3;overflow:hidden;background:#e9ecef}
.metal-carousel .metal-shot img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.metal-carousel .metal-shot figcaption{padding:18px 20px 20px}
.metal-carousel .metal-shot strong{display:block;font-size:18px;line-height:1.25}
.metal-carousel .metal-shot span{display:block;margin-top:6px;color:var(--muted);font-size:13px;line-height:1.5}
.metal-carousel__controls{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px}
.metal-carousel__arrows{display:flex;gap:8px}
.metal-carousel__arrow{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font:700 22px/1 Arial;cursor:pointer}
.metal-carousel__arrow:hover,.metal-carousel__arrow:focus-visible{border-color:var(--red);color:var(--red)}
.metal-carousel__dots{display:flex;flex-wrap:wrap;gap:8px}
.metal-carousel__dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#c9ccd0;cursor:pointer}
.metal-carousel__dot[aria-current="true"]{width:24px;border-radius:10px;background:var(--red)}
.metal-source{margin-top:15px;color:var(--muted);font-size:12px;line-height:1.5}
@media(max-width:960px){.metal-carousel .metal-shot{flex-basis:calc((100% - 16px)/2)}}
@media(max-width:640px){.category-hero .actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.category-hero .actions .btn{width:100%;min-width:0;padding:14px 8px;font-size:14px;white-space:nowrap}.metal-carousel .metal-shot{flex-basis:88%}.metal-carousel__controls{align-items:flex-start}.metal-carousel__dots{max-width:190px}.metal-carousel__arrow{width:42px;height:42px}}
