/* Native scrolling + the same slider-component used by standard product galleries. */
.kh-kit__gallery slider-component{display:block;min-width:0}
.kh-kit__slides{position:relative;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;scrollbar-width:none;gap:0;list-style:none;padding:0;margin:0;max-width:100%}
.kh-kit__slides::-webkit-scrollbar{display:none}
.kh-kit__slide{flex:0 0 100%;width:100%;min-width:0;scroll-snap-align:start;scroll-snap-stop:always}
.kh-kit__slide a{display:block;cursor:zoom-in;-webkit-user-drag:none}
.kh-kit__slide img{user-select:none;-webkit-user-drag:none}
.kh-kit__gallery-controls button:disabled{opacity:.35;cursor:default}
.kh-kit__stock{padding:12px 16px;margin:0 0 20px;border-radius:8px;background:#f1f5f2;font-weight:600;font-size:16px}
.kh-kit__stock span{color:#246d58;margin-right:6px}
@media(prefers-reduced-motion:reduce){.kh-kit__slides{scroll-behavior:auto}}
