.mewoo-carousel{background:#030309;color:#fff;padding:0!important;max-width:none;overflow:hidden}
.mewoo-carousel__stage{width:100%;overflow:hidden;touch-action:pan-y}
.mewoo-carousel__track{display:flex;transition:transform .45s ease}
.mewoo-carousel__slide{flex:0 0 100%;min-width:0;aspect-ratio:16/9;max-height:none;display:flex;justify-content:center;align-items:center;background:#030309}
.mewoo-carousel__slide img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;margin:0;border:0;border-radius:0}
.mewoo-carousel__controls{display:flex;justify-content:center;align-items:center;gap:8px;background:#080910;height:44px}
.mewoo-carousel__controls button{appearance:none;display:grid;place-items:center;background:transparent;color:white;border:0;border-radius:22px;min-width:40px;height:40px;padding:0;cursor:pointer;font:18px Arial,sans-serif}
.mewoo-carousel__controls button:hover{background:#242336}
.mewoo-carousel__controls button:focus-visible{outline:2px solid #bc9cff;outline-offset:-2px}
.mewoo-carousel__dots{display:flex}
.mewoo-carousel__dots button{min-width:32px}
.mewoo-carousel__dots span{width:7px;height:7px;border-radius:8px;background:#777483}
.mewoo-carousel__dots button[aria-current=true] span{background:white;width:20px}
.mewoo-carousel .mewoo-carousel__caption{margin:0;padding:0 20px 10px;background:#080910;color:#b0adbf;font:10px/1.5 Arial,sans-serif;text-align:center}
@media(max-width:767px){.mewoo-carousel__slide{max-height:none}.mewoo-carousel .mewoo-carousel__caption{font-size:10px}}
@media(prefers-reduced-motion:reduce){.mewoo-carousel__track{transition:none}}
