.store-carousel__controls{display:flex;flex:none;gap:.5rem}.store-carousel__controls button{display:grid;width:2.8rem;height:2.8rem;place-items:center;border:1px solid var(--store-border);border-radius:50%;background:var(--store-surface);color:var(--store-text);cursor:pointer;transition:border-color .18s,color .18s,transform .18s}.store-carousel__controls button:hover:not(:disabled){border-color:var(--store-accent);color:var(--store-accent);transform:translateY(-1px)}.store-carousel__controls button:disabled{cursor:not-allowed;opacity:.35}.store-carousel__controls svg{width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.store-carousel [data-carousel-viewport]:focus-visible{outline:var(--store-focus-width) solid var(--store-focus-color);outline-offset:calc(-1 * var(--store-focus-width))}

@media(prefers-reduced-motion:reduce){.store-carousel__controls button{transition:none}}
.store-carousel [data-carousel-viewport]{scrollbar-width:none}.store-carousel [data-carousel-viewport]::-webkit-scrollbar{display:none}@media(max-width:36rem){.store-carousel__controls{gap:.3rem}.store-carousel__controls button{width:2.2rem;height:2.2rem}.store-carousel__controls svg{width:.9rem;height:.9rem}}
