.product-gallery{

position:sticky;

top:100px;

}

.main-image img{

width:100%;

height:500px;

object-fit:cover;

border-radius:15px;

cursor:zoom-in;

}

.thumb-image{

height:90px;

width:100%;

object-fit:cover;

cursor:pointer;

border:2px solid transparent;

border-radius:8px;

transition:.3s;

}

.thumb-image:hover{

transform:scale(1.05);

}

.active-thumb{

border-color:#dc3545;

}

.price-box h3{

font-size:36px;

font-weight:bold;

}

.table th{

background:#f8f9fa;

}