.outlined-button__btn:hover {
  background: #000 !important;
  color: white !important;
  opacity: 1 !important;
}
.banner-image {
  transition: transform 0.3s ease-in-out; /* smooth animation */
}

.banner-image:hover {
  transform: scale(1.1);
}
.cat-card-img-container {
  position: relative;
  overflow: hidden;
}

.cat-card-img-root img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.cat-card-img-container:hover img {
  transform: scale(1.05);
}

.cat-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0)
  ); /* lighter by default */
  opacity: 1; /* always visible */
  transition: background 0.3s ease-in-out;
}

.cat-card-img-container:hover .cat-card-img-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0)
  ); /* darker on hover */
}

/* show gradient on hover */
.cat-card-img-container:hover .cat-card-img-overlay {
  opacity: 1;
}

/* text always visible */
.cat-card-img-title {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  z-index: 2; /* stays above gradient */
}
.product-card-detail {
  position: relative !important;
  top: -7px !important;
}
.product-rating {
  position: relative !important;
  top: 46px !important;
}
.sh-product-plus-minus-button:hover {
  color: #fff !important;
}
.banner-image:hover {
  transform: scale(1) !important;
}
.header-transparent,
.header-solid,
.luxury-header {
  background-color: white !important;
}
.nav-link {
  color: #000 !important;
}
.nav-link {
  color: #000 !important;
}
.utility-icons svg {
  stroke: #000 !important;
}
.mobile-menu-button svg {
  stroke: #000 !important;
}
.mobile-header-icons svg {
  stroke: #000 !important;
}
.ProductGridCollection-component .shop-all {
  display: none;
}
.header-transparent {
  position: static !important;
}
.header-transparent .search-container:before {
  background-color: #000 !important;
}
#searchbar {
  color: #000 !important;
}
.text-card-foreground button:hover {
  color: #000 !important;
}
.section-spacing {
  margin-top: 16px !important;
}
.product-detail .product-description:nth-of-type(2) {
  border-top: 1px solid #e1e1e1;
}
.mobile-menu-buttons svg {
  stroke: #000 !important;
}
@media (max-width: 768px) {
  .feature-section {
    display: flex;
    gap: 16px;
  }
}
.feature-section {
  display: none;
}
.universal-btn-style:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.badge-icon-count {
  background-color: #000;
  color: #ffffff;
}

@media (min-width: 768px) {
  .product-swiper-slide {
    --gap-between-cards: 12px;
    --product-in-row: 4;
    width: calc(
      (100% - var(--gap-between-cards) * (var(--product-in-row) - 1)) /
        var(--product-in-row)
    ) !important;
  }
}
