.blog-img {
   width: 100%;
   height: 220px;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   border-radius: 6px;
   }

   .product-card__wishlist.added svg { color: red !important; }

.wishlist-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:9999;
}

.wishlist-modal-content {
  background:#fff;
  padding:20px;
  border-radius:6px;
  text-align:center;
}


/* Balanced Homepage Category Section */

.home-hero-categories {
  padding: 40px 0 50px;
}

.hero-category-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.hero-category-card:hover {
  transform: translateY(-4px);
}

.hero-category-image{
  height:180px;   /* reduced height */
  background-size:cover;
  background-position:center;
  overflow:hidden;
  position:relative;
}

.hero-category-card:hover .hero-category-image {
  transform: scale(1.05);
}

.hero-category-overlay{
  background:rgba(0,0,0,0.45);
  color:#fff;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:12px;
}

.hero-category-badge{
  background:#ff6600;
  padding:3px 10px;
  border-radius:20px;
  font-size:12px;
  margin-bottom:6px;
}

/* Title */
.hero-category-overlay h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Subtitle */
.hero-category-overlay p {
  font-size: 14px;
  margin-bottom: 15px;
  opacity: 0.9;
}

/* CTA Button */
.hero-category-btn {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 6px;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-category-image {
    height: 220px;
  }

  .col-md-6 {
    margin-bottom: 20px;
  }
}



/* Alternate section backgrounds */
.block-features,
.block-product-columns,
.home-popular-brands {
  background-color: #ffffff;
}


.block-header__title {
  font-weight: 700;
  font-size: 26px;
  color: #1f2937;
}

.block-header__divider {
  height: 3px;
  width: 60px;
  background: #ff3c00; /* your accent color */
  margin-top: 10px;
}
.product-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.block-finder__body {
  position: relative;
}

.block-finder__body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 0;
}

.block-finder__header,
.block-finder__form,
.block-finder__button {
  position: relative;
  z-index: 1;
}
.brand-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 18px rgba(0,0,0,0.04);
}

.brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.image-block {
  padding-left: 0px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 73%;
        max-width: 73%;
    }
}

@media (min-width: 992px) {
  [dir="ltr"] .block-finder--layout--with-departments .block-finder__body {
    margin-left: -63px !important;
  }
}

.availability {
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 1728px) {
 [dir="ltr"] .block-finder--layout--with-departments .block-finder__body {
    margin-left: -63px !important;
  }
}

.product-card__brand-badge {
        position: absolute;
        top: 10px;
        right: 10px;
        background: rgba(255, 255, 255, 0.9);
        padding: 5px;
        border-radius: 4px;
        width: 45px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 2;
    }

    .product-card__brand-badge img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }.fitment-header {
    border-bottom: 2px solid #ebebeb;
    text-transform: uppercase;
    font-size: 12px;
    color: #444;
}

#tab-fitment .spec-label {
    flex: 0 0 60%; /* Gives more room to the Car Name */
    background-color: transparent;
    border-right: none;
}

#tab-fitment .spec-value {
    flex: 0 0 40%;
    color: #e60023; /* Highlights the years */
    font-weight: 600;
}

@media (max-width: 576px) {
    #tab-fitment .spec-row {
        flex-direction: row !important; /* Keep them side-by-side even on mobile */
        justify-content: space-between;
    }
}

.home-popular-brands .brands-grid-5 {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home-popular-brands .brands-grid-5 > [class*="col-"] {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  flex: none !important;
}

.home-popular-brands .brand-card-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.home-popular-brands .brand-card-img img {
  max-width: 88%;
  max-height: 62px;
  object-fit: contain;
  display: block;
}

.home-popular-brands .brand-card {
  width: 100%;
  border: 1px solid #d0d0d0d4;
  border-radius: 0;
  padding: 10px 10px 12px;
  min-height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.home-popular-brands .brand-card-img {
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-popular-brands .brand-card-name {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.15;
}

.home-popular-brands .brand-card-count {
  font-weight: 600;
}

.home-popular-brands .brand-card-name {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.15;
}

@media (min-width: 992px) {
  [dir="ltr"] .block-finder--layout--with-departments .block-finder__body {
    margin-left: -25px !important;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .block-finder--layout--with-departments .block-finder__body {
    margin-left: -25px !important;
    margin-right: -22px;
  }
}

@media (min-width: 992px) {
  .block-finder--layout--with-departments .block-finder__body {
    margin-top: 5px;
    height: 395px;
  }
}

.block-finder__subtitle, .block-finder__title {
  color: var(--white);
}

@media (min-width: 1200px) {
  [dir="ltr"] .block-finder--layout--with-departments .block-finder__body {
    margin-left: -40px !important;
    margin-right: -22px;
  }
}

@media (min-width: 1400px) {
  [dir="ltr"] .block-finder--layout--with-departments .block-finder__body {
    margin-left: -78px !important;
    margin-right: -27px;
  }
}

.home-popular-brands .brands-grid-5 {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}


@media (max-width: 1200px) {
  .home-popular-brands .brands-grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .home-popular-brands .brands-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .home-popular-brands .brands-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.wheel-filter__button {
  margin-top: 6px;
  height: 41px;
  padding-left: 44px;
  padding-right: 44px;
  font-size: 17px;
  margin-left: 6px;
}

.wheel-filter__header {
  padding: 97px 0 36px;
}