.carousel-container{background:#f8f8f8;width:100%;height:250px;position:relative;overflow:hidden}.carousel-frame{touch-action:pan-y;width:100%;height:100%;overflow:hidden}.carousel-track{height:100%;transition:transform .3s;display:flex}.carousel-slide{box-sizing:border-box;flex:0 0 100%;width:100%}.carousel-photo{object-fit:contain;width:100%;height:100%}.carousel-btn{z-index:10;color:#fff;cursor:pointer;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:#0009}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.carousel-btn:disabled{opacity:0;pointer-events:none}.carousel-counter{color:#fff;z-index:15;pointer-events:none;background:#00000080;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:500;position:absolute;top:10px;right:10px}
