.slp1-product-detail__gallery-main{height:400px;object-fit:cover;cursor:zoom-in;}
.slp1-product-detail__modal-img{max-height:90vh;}
.slp1-product-detail__modal-nav{width:8%;opacity:.75;z-index:2;}
.slp1-product-detail__modal-nav:hover, .slp1-product-detail__modal-nav:focus{opacity:1;}
.slp1-product-detail__thumbs{display:flex;gap:.5rem;overflow-x:auto;padding:.75rem;}
.slp1-product-detail__thumb{flex:0 0 auto;padding:0;border:2px solid transparent;border-radius:.375rem;overflow:hidden;background:none;cursor:pointer;line-height:0;}
.slp1-product-detail__thumb img{width:80px;height:60px;object-fit:cover;display:block;}
.slp1-product-detail__thumb.active {
border-color: var(--bs-primary, #0d6efd);
}