#product-carousel{border-radius:10px;margin:auto;max-width:1200px;padding:20px}#product-carousel,#product-carousel .carousel-main{align-items:center;display:flex;justify-content:center}#product-carousel .carousel-main{aspect-ratio:1;flex:3;max-height:500px;max-width:100%;overflow:hidden;position:relative;text-align:center}#product-carousel .carousel-main #main-image{border-radius:10px;height:100%;object-fit:contain;width:100%}#product-carousel .carousel-btn{background-color:rgba(0,0,0,.5);border:none;border-radius:50%;color:#fff;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:10}#product-carousel .prev-btn{left:10px}#product-carousel .next-btn{right:10px}#product-carousel .carousel-btn:hover{background-color:#1c60a8}#product-carousel .carousel-thumbnails{align-items:end;display:flex;flex:1;flex-direction:column;justify-content:center;position:relative;top:-80px}#product-carousel .carousel-thumbnails img{border:2px solid transparent;border-radius:5px;cursor:pointer;height:auto;margin:15px 0;object-fit:contain;overflow:hidden;padding:10px;width:200px}#product-carousel .carousel-thumbnails img.active,#product-carousel .carousel-thumbnails img:hover{border-color:#1c60a8}@media (max-width:1024px){#product-carousel{align-items:flex-start;flex-direction:column}#product-carousel .carousel-main{aspect-ratio:1;flex:none;margin-bottom:20px;max-height:400px;padding-right:0;width:100%}#product-carousel .carousel-main img{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}#product-carousel .carousel-thumbnails{align-items:center;flex-direction:row;margin-bottom:20px;overflow-x:auto;top:unset;width:100%}#product-carousel .carousel-thumbnails img{height:100px;margin-bottom:0;margin-right:10px;width:200px}#product-carousel .carousel-thumbnails img:last-child{margin-right:0}}@media (max-width:480px){#product-carousel .carousel-main{margin-bottom:20px;max-height:200px}}