.shadcn-carousel .embla__slide{display:flex;justify-content:center;align-items:center}.shadcn-carousel .embla__slide__inner{width:100%;display:flex;justify-content:center}.carousel-dot{height:10px;width:10px;border-radius:50%;opacity:20%;border:none;cursor:pointer;transition:all .3s ease}.carousel-dot,.carousel-dot.active{background:#773d4c;position:relative}.carousel-dot.active{height:8px;width:8px;border-radius:50%;opacity:1;z-index:1}.carousel-dot.active:before{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;border:1px solid #773d4c;border-radius:50%;pointer-events:none;padding:4px;opacity:1;z-index:-1;transform:translate(-50%,-50%)}.carousel-dot:hover{opacity:.6}@media(max-width:768px){.carousel-dot{height:8px;width:8px;opacity:20%}.carousel-dot,.carousel-dot.active{border-radius:50%;background:#773d4c}.carousel-dot.active{height:6px;width:6px;opacity:1;position:relative;z-index:1}.carousel-dot.active:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;border:1px solid #773d4c;border-radius:50%;pointer-events:none;opacity:1;padding:3px;z-index:-1;transform:translate(-50%,-50%)}}