/* product-details.css */
.price {
    font-size: 24px;
    color: #fcba03;
    margin: 20px 0;
}
.description {
    font-size: 16px;
    margin: 20px 0;
}
.carousel-inner img {
    cursor: pointer;
}
.img-thumbnail {
    cursor: pointer;
    border: 2px solid transparent;
}
.img-thumbnail.active {
    border-color: #f6d200;
}
.carousel-control-prev, .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
}