:root{--text-color: #232b2b;--bg-color: #dee2e6;--card-bg-color: rgba(25, 181, 254, .3);--box-bg-color: skyblue;--button-color: rgba(0, 0, 0);--button-bg-color: rgba(0,0,0,.3);--button--dark-bg-color: rgba(0,0,0,.6)}.carouselContainer{height:45vw;position:relative;display:flex;flex-direction:column;justify-items:center;align-items:center;margin:50px}.topWrapper{display:flex;justify-content:space-between;width:100%;align-items:center}.carouselWrapper{width:100%;height:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch}.carouselBox{width:100%;height:100%;padding:3.5% 0;display:flex;align-items:center;margin:0;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;position:absolute;-ms-overflow-style:none;scrollbar-width:none}.carouselBox::-webkit-scrollbar{display:none}.carouselSlider{height:100%;width:25%;object-fit:contain;aspect-ratio:1;display:flex;flex-direction:column;justify-content:center;padding-right:2%}.productBox{background:var(--bg-color)}.productBox:hover{background:var(--box-bg-color);transform:scale(1.2)}.carouselImage{width:100%;aspect-ratio:1}.detailsText{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2;font-size:clamp(10px,1.5vw,18px);color:var(--text-color);white-space:nowrap;overflow:hidden;padding:0 5% 3%}.productPrice{padding-top:1%;font-size:clamp(10px,2vw,18px);font-weight:600}.three,.four{height:100%}.five{height:60%}.six,.seven{height:50%}.three .carouselSlider{width:33.5%}.four .carouselSlider{width:25%}.five .carouselSlider{width:20%}.six .carouselSlider{width:16.7%}.seven .carouselSlider{width:14.3%}:is(.six,.seven) .detailsText{font-size:clamp(8px,1vw,12px)}@media screen and (max-width:800px){.carouselContainer{height:50vw}.carouselWrapper{height:100%!important}.carouselSlider{height:100%;width:33.5%!important}}@media screen and (max-width:400px){.carouselContainer{height:75vw;margin:4%}.carouselBox{padding:1.5% 0}.carouselSlider{padding-left:4%;width:50%!important}.detailsText{font-size:2.5vw}.controlContainer:hover{transform:scale(1.1)}#viewAllBtn{line-height:1.2}}.cardWrapper{width:100%;height:100%;position:relative;padding:5%;background-color:var(--card-bg-color);overflow:hidden}.cardWrapper:hover .cardImage{transform:scale(1.2)}.cardWrapper:hover .cardImageWrapper{overflow:visible;transform:scale(1.2)}.cardImageWrapper{position:relative;padding-bottom:65%;width:100%;overflow:hidden;grid-row:1 / 2}.cardImage{width:100%;position:absolute}.cardTitle{width:100%;margin:5% 0;text-align:center;font-weight:600;font-size:clamp(9px,1.5vw,19px);line-height:1.2;grid-row:2 / 3}.cardDescription{width:100%;line-height:1.2;grid-row:3 / 4}.cardDescription p{font-size:clamp(8px,1.2vw,18px);margin:0;text-overflow:ellipsis}.controlContainer{display:flex;justify-content:center}.controlContainer:hover{transform:scale(1.2)}.btnContainer{height:30px;display:flex;justify-content:space-between;align-items:center;color:var(--button-color);padding:.5%}.controlWrapper{width:50px;height:inherit;position:relative;display:flex;align-items:center;cursor:pointer;justify-content:space-evenly;border:none}.controlBtn{display:inline-block;width:25px;height:15px;background-color:var(--button--dark-bg-color);border:none}.controlWrapper:hover .controlBtn{transform:scale(1.2);background-color:var( --button-color)}#nextSlide:disabled .controlBtn{background-color:var(--button-bg-color)}.nextBtn{-webkit-clip-path:polygon(15% 0,65% 50%,15% 100%,0 85%,35% 50%,0 15%);clip-path:polygon(15% 0,65% 50%,15% 100%,0 85%,35% 50%,0 15%);margin-right:-10px}#prevSlide:disabled .controlBtn{background-color:var(--button-bg-color)}.prevBtn{-webkit-clip-path:polygon(100% 15%,65% 50%,100% 85%,85% 100%,35% 50%,85% 0);clip-path:polygon(100% 15%,65% 50%,100% 85%,85% 100%,35% 50%,85% 0);margin-left:-10px}.pauseContainer{position:relative;width:30px;height:30px;margin-left:1rem;display:flex;justify-content:center;align-items:center;border:none}.pauseBtn{width:50%;height:50%;position:absolute;background-color:var(--button--dark-bg-color);-webkit-clip-path:polygon(0% 0%,0% 100%,40% 100%,40% 0,60% 0,60% 99%,100% 100%,100% 0%);clip-path:polygon(0% 0%,0% 100%,40% 100%,40% 0,60% 0,60% 99%,100% 100%,100% 0%)}.playBtn{width:50%;height:60%;display:none;position:absolute;background-color:var(--button--dark-bg-color);-webkit-clip-path:polygon(0 0,0 100%,100% 49%);clip-path:polygon(0 0,0 100%,100% 49%)}.playBtn:hover,.pauseBtn:hover{transform:scale(1.2);background-color:var( --button-color)}.slideDotContainer{position:relative;width:100%;height:inherit;margin:0 .5rem;display:flex;padding:0;justify-content:space-around;align-items:center;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.slideDots:hover{transform:scale(1.2)}.slideDots{position:relative;background-color:transparent;border:2px solid var(--button--dark-bg-color );width:10px;height:10px;border-radius:50%;margin:0 1px;list-style-type:none}.activeDot{background-color:var(--button-bg-color)}#viewAllBtn{display:inline-block;border-radius:5px;padding:5px 10px;color:#fff;font-weight:600;box-shadow:2px 2px 2px #000;background-color:var(--button--dark-bg-color);text-decoration:none;text-align:center}#viewAllBtn:hover:after{content:"Products"}#viewAllBtn:active{box-shadow:none;transform:translateY(-2%)}
/*# sourceMappingURL=/cdn/shop/t/53/assets/universal-carousel.css.map */
