body {
  /*  font-family: "Times New Roman", Times, serif;*/
  /*background-color: #f0f0f0;*/
   color: #2d2d2d;
   padding: 0px !important;
   margin: 0px !important;
 }
 .product-image-grid img {
   width: 100%;
   border-radius: 8px;
   object-fit: cover;
 }
 .thumbnail-grid img {
   height: 90px;
   object-fit: cover;
   cursor: pointer;
 }
 .btn-round {
   border-radius: 20px;
   padding: 8px 20px;
 }
 .active-btn {
   background-color: #3a2e26;
   color: white;
 }
 .section-title {
   font-size: 1.2rem;
   font-weight: 600;
 }
 .accordion-button:not(.collapsed) {
   background-color: #f0ece5;
 }
 .info-icons {
   display: flex;
   gap: 15px;
   font-size: 0.9rem;
 }
.collapse {
transition: height 0.4s ease, opacity 0.4s ease;
}
.accordion-button:focus {
box-shadow: none;
outline: none;
}

.preview-icon {
padding: 6px 10px;
border-radius: 50%;
font-size: 18px;
}
/*.preview-icon:hover {*/
/*background-color: rgba(0,0,0,0.8);*/
/*text-decoration: none;*/
/*}*/

.you-may-like-slider .card {
 border-radius: 10px;
 overflow: hidden;
}
.you-may-like-slider .swiper-button-next,
.you-may-like-slider .swiper-button-prev {
 color: #3a2e26;
}
#cart-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.star-rating {
  color: #f8b400;
  font-size: 1.2rem;
}
.rating-bar {
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}
.rating-bar-fill {
  height: 100%;
  background-color: #f8b400;
}
.review-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}