.webgarh-hc-section {
  margin: 2.5rem 0;
}

.webgarh-hc-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1.25rem;
}

.webgarh-hc-banner-col {
  flex: 0 0 100%;
  max-width: 100%;
}

.webgarh-hc-products-col {
  flex: 1 1 0;
  min-width: 0;
}

.webgarh-hc-banner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 280px;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
}

.webgarh-hc-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}

.webgarh-hc-banner-caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  max-width: calc(100% - 2rem);
}

.webgarh-hc-banner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  background: #0c97fb;
  flex-shrink: 0;
  font-size: 0.95rem;
}

.webgarh-hc-banner-title {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.2;
}

.webgarh-hc-swiper-wrapper {
  position: relative;
  height: 100%;
}

.webgarh-hc-swiper-wrapper .js-whcs-swiper {
  overflow: hidden;
}

.webgarh-hc-swiper-wrapper .swiper-slide {
  height: auto;
}

.webgarh-hc-swiper-wrapper .js-product-miniature-wrapper {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.webgarh-hc-swiper-wrapper .product-miniature {
  margin-bottom: 0;
  height: 100%;
}

.webgarh-hc-swiper-wrapper .swiper-button-prev,
.webgarh-hc-swiper-wrapper .swiper-button-next {
  color: #9ca3af;
}

.webgarh-hc-view-all-wrap {
  margin: 1.25rem 0 0;
}

.webgarh-hc-view-all-btn {
  display: inline-block;
  min-width: 220px;
  padding: 0.55rem 2rem;
  border: 0;
  border-radius: 999px;
  background: #0c97fb;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.webgarh-hc-view-all-btn:hover,
.webgarh-hc-view-all-btn:focus {
  background: #0a85de;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .webgarh-hc-banner-col {
    flex: 0 0 28%;
    max-width: 28%;
  }

  .webgarh-hc-products-col {
    flex: 1 1 0;
    max-width: calc(72% - 1.25rem);
  }

  .webgarh-hc-banner {
    min-height: 300px;
  }
}

@media (min-width: 992px) {
  .webgarh-hc-banner-col {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .webgarh-hc-products-col {
    max-width: calc(75% - 1.25rem);
  }

  .webgarh-hc-banner-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .webgarh-hc-banner {
    min-height: 220px;
  }

  .webgarh-hc-products-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .webgarh-hc-view-all-btn {
    min-width: 180px;
    width: 100%;
    max-width: 320px;
  }
}
