.fa-rupee {
  margin-top: 8px;
}

.item-category {
  width: 100%;
}

.item-category {
  padding: 0;
}
.wishlist-btn {
  min-width: 165px !important;
}
.new-arrivals .card-head img {
  width: 100% !important;
}

.zoom {
  position: relative;
  overflow: hidden;
}

.zoom img {
  width: 100%;
}

.zoomImg {
  position: absolute;
  opacity: 0; /* as per zoom plugin */
  max-width: none;
  max-height: none;
}
.owl-item .item img {
  height: 100px; /* fixed height */
  width: auto; /* auto width to keep aspect ratio */
  object-fit: contain;
  display: block;
  margin: 0 auto; /* center horizontally */
}
#small-img-roll .owl-item .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.owl-item .item img {
  height: 100px; /* fixed height */
  width: auto; /* auto width to keep aspect ratio */
  object-fit: contain;
  display: block;
  margin: 0 auto; /* center horizontally */
}
#small-img-roll .owl-height {
  height: auto !important;
}

.color-list {
  display: flex;
  gap: 10px;
}

.color-list li {
  border: 1px solid #bfc0c6;
  border-radius: 5px;
  padding: 0 5px;
}

.color-list li.selected {
  border: 1px solid #ff1a1a;
  color: #ff1a1a;
}

.color-list li.disabled {
  user-select: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
