.showroom-hero-embla{overflow:hidden;width:100%;height:100%}.showroom-hero-embla__container{display:flex;height:100%;touch-action:pan-y pinch-zoom;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.showroom-hero-embla__slide{position:relative;flex:0 0 100%;min-width:0;height:100%}.showroom-hero-embla__dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:10}.showroom-hero-embla__dot{background:rgba(255,255,255,.6);border:none;width:8px;height:8px;border-radius:50%;cursor:pointer;padding:0;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.3)}.showroom-hero-embla__dot:hover{background:rgba(255,255,255,.9);transform:scale(1.1)}.showroom-hero-embla__dot--selected{background:white;width:20px;border-radius:4px}@media (max-width:768px){.showroom-hero-embla__dot{width:6px;height:6px}.showroom-hero-embla__dot--selected{width:16px}}