.custom-slider-block{display:flex;flex-direction:column;gap:1rem}.custom-slider-block .components-button{justify-content:center}.slider-preview{display:flex;flex-wrap:wrap;gap:1rem}.slider-item{display:flex;flex-direction:column;gap:.5rem}.slider-item img.thumbnail{width:100px;height:100px;object-fit:cover}.custom-slider{margin:0 auto;overflow:hidden}.custom-slider .slider-item{background-color:var(--bs-white)}.ratio-gallery{--bs-aspect-ratio:56.25%}.custom-slider .owl-nav div{position:absolute;left:25px;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(255,74,74,1);background:rgba(255,255,255,1);z-index:999;transition:.3s ease;transform:translateY(-50%)}.custom-slider .owl-nav div.owl-next{left:inherit;right:25px}.custom-slider:hover .owl-nav div.disabled{opacity:.1;filter:grayscale(100%);cursor:default}.custom-slider .owl-dots{display:flex;flex-wrap:wrap;gap:4px;padding:8px 0;justify-content:center}.custom-slider .owl-dots .owl-dot{width:60px;height:60px;border:1px solid var(--bs-border-color);box-sizing:border-box}.custom-slider .owl-dots .owl-dot.active{border:1px solid var(--bs-secondary)}.custom-slider .owl-dots .owl-dot img{max-width:100%;max-height:100%;object-fit:cover}@media (max-width:575.98px){.custom-slider .owl-nav div{width:30px;height:30px;margin-top:25px}.custom-slider .owl-nav div svg{width:10px;height:10px}}