.wz-carousel{position:relative;width:100%}.wz-carousel-viewport{overflow:hidden;width:100%;cursor:-webkit-grab;cursor:grab}.wz-carousel-viewport:active{cursor:-webkit-grabbing;cursor:grabbing}.wz-carousel-track{display:flex;touch-action:pan-y pinch-zoom;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wz-carousel-slide{flex:0 0 auto;min-width:0}.wz-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.95);border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--wz-ink);font-size:18px;transition:opacity .2s ease,background-color .2s ease,box-shadow .2s ease}.wz-carousel-arrow:hover{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.wz-carousel-arrow.is-disabled{opacity:0;pointer-events:none}.wz-carousel-prev{inset-inline-start:-12px}.wz-carousel-next{inset-inline-end:-12px}.wz-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.wz-carousel-dot{width:6px;height:6px;border-radius:50%;background:rgba(0,0,0,.15);border:none;padding:0;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.wz-carousel-dot.is-active{background:var(--wz-gold);transform:scale(1.3)}@media (max-width:768px){.wz-carousel-arrow{display:none}.wz-carousel-dots{margin-top:12px}}