/* Category PLP — same content width as site header (container-fluid) */
:root {
  --ky-green: #1e5631;
  --ky-green-mid: #2d6a3e;
  --ky-green-dark: #0f3d22;
  --ky-green-light: #e8f5e9;
  --ky-orange: #e87722;
}

.category-page-wrap {
  background: #f5f7f4;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.category-page-wrap *,
.category-page-wrap *:before,
.category-page-wrap *:after { box-sizing: border-box; }

/* Match header: container-fluid uses padding 0 20px, full width */
.category-page-wrap > .container-fluid,
.category-page-wrap .container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Breadcrumb */
.category-page-wrap .category-breadcrumb {
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8ece8;
  font-size: 13px;
}
.category-breadcrumb ol {
  margin: 0; padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
}
.category-breadcrumb li + li:before {
  content: '›';
  margin: 0 8px;
  color: #888;
}
.category-breadcrumb a { color: var(--ky-green); }
.category-breadcrumb .active { color: #555; }

/* Hero — full-bleed background, content aligned to header width */
.cat-hero {
  position: relative;
  min-height: 360px;
  background: var(--ky-green-dark) center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cat-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,61,34,.88) 0%, rgba(15,61,34,.5) 50%, rgba(15,61,34,.15) 100%);
}
.cat-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
}
.cat-hero-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}
.cat-hero-content { flex: 1 1 380px; min-width: 0; color: #fff; }
.cat-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.4);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.cat-hero h1 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.25;
  word-wrap: break-word;
}
.cat-hero-sub {
  font-size: 14px;
  opacity: .92;
  max-width: 560px;
  margin: 0 0 20px;
  line-height: 1.6;
}
.cat-hero-btns { display: flex; flex-wrap: wrap; gap: 10px; }
.cat-hero-btns .btn-shop,
.cat-hero-btns .btn-expert {
  padding: 11px 20px;
  font-weight: 600;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  text-decoration: none;
}
.cat-hero-btns .btn-shop {
  background: var(--ky-green);
  border: 2px solid var(--ky-green);
  color: #fff !important;
}
.cat-hero-btns .btn-shop:hover { background: #164a28; color: #fff !important; }
.cat-hero-btns .btn-expert {
  background: transparent;
  border: 2px solid #fff;
  color: #fff !important;
}
.cat-hero-btns .btn-expert:hover { background: rgba(255,255,255,.12); color: #fff !important; }
.cat-hero-trust {
  flex: 0 1 260px;
  background: rgba(255,255,255,.96);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 8px 28px rgba(0,0,0,.14);
}
.cat-hero-trust ul { list-style: none; margin: 0; padding: 0; }
.cat-hero-trust li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #eef2ee;
  font-size: 13px;
  font-weight: 600;
  color: #222;
}
.cat-hero-trust li:last-child { border-bottom: none; }
.cat-hero-trust .fa {
  width: 34px; height: 34px;
  flex-shrink: 0;
  background: var(--ky-green-light);
  color: var(--ky-green);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

/* Shop by Category — white cards like Screenshot 1 */
.shop-by-category { padding: 36px 0; background: #fff; }
.shop-by-category .section-head { text-align: center; margin-bottom: 24px; }
.shop-by-category .section-head h2 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 0;
  display: inline-block;
  position: relative;
}
.shop-by-category .section-head h2::before,
.shop-by-category .section-head h2::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 70px;
  height: 2px;
  background: #c8dcc8;
}
.shop-by-category .section-head h2::before { right: calc(100% + 14px); }
.shop-by-category .section-head h2::after { left: calc(100% + 14px); }

.shop-cat-scroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
}
.shop-cat-item {
  flex: 1 1 120px;
  max-width: calc(12.5% - 12.25px);
  min-width: 110px;
  text-decoration: none !important;
  color: #222 !important;
}
.shop-cat-card {
  background: #fff;
  border: 1px solid #e8ece8;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
  padding: 14px 10px 16px;
  text-align: center;
  height: 100%;
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.shop-cat-item:hover .shop-cat-card {
  border-color: #b7d4bc;
  box-shadow: 0 6px 18px rgba(30,86,49,.12);
  transform: translateY(-2px);
}
.shop-cat-img {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.shop-cat-img img {
  max-width: 72px;
  max-height: 72px;
  object-fit: contain;
}
.shop-cat-card .name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  min-height: 34px;
  color: #1a1a1a;
  word-wrap: break-word;
}
.shop-cat-card .arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ky-green);
  color: #fff;
  font-size: 11px;
}

/* PLP */
.cat-plp-section { padding: 24px 0 10px; }
.cat-plp-layout {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}
.cat-filters {
  flex: 0 0 240px;
  width: 240px;
  max-width: 240px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5ebe5;
  overflow: hidden;
  position: sticky;
  top: 100px;
}
.cat-filters-head {
  background: var(--ky-green);
  color: #fff;
  padding: 12px 14px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cat-filters-toggle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  display: none;
  padding: 0;
  cursor: pointer;
}
.cat-filters-body { padding: 12px 14px 16px; }
.filter-group {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2ee;
}
.filter-group:last-of-type { border-bottom: none; }
.filter-group h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #333;
}
.filter-group label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  cursor: pointer;
  color: #444;
  line-height: 1.35;
}
.filter-group input { margin-right: 7px; vertical-align: middle; }
.filter-clear { margin: 8px 0 0; font-size: 12px; }
.filter-clear a { color: var(--ky-orange); }
.btn-apply {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--ky-green);
  color: #fff !important;
  border: none;
  padding: 10px;
  font-weight: 600;
  border-radius: 6px;
  margin-top: 4px;
  text-decoration: none !important;
  font-size: 13px;
  cursor: pointer;
}
.btn-apply:hover { background: var(--ky-green-dark); color: #fff !important; }

/* Price range slider */
.filter-price-group .cat-price-slider { padding: 4px 2px 0; }
.filter-price-group input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background: linear-gradient(to right, var(--ky-green) 0%, var(--ky-green) var(--price-pct, 100%), #d9e2d9 var(--price-pct, 100%), #d9e2d9 100%);
  outline: none;
  margin: 8px 0 10px;
  cursor: pointer;
}
.filter-price-group input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ky-green);
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
  cursor: pointer;
}
.filter-price-group input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ky-green);
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
  cursor: pointer;
}
.filter-price-group input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 6px;
  background: #d9e2d9;
}
.cat-price-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #555;
  font-weight: 600;
}

.cat-products-col {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}
.cat-products-col .heading {
  text-align: left;
  margin: 0 0 12px;
  font-size: 22px;
}
.cat-products-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  gap: 10px;
  font-size: 13px;
  color: #555;
}
.cat-products-toolbar .sort-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cat-products-toolbar select {
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  max-width: 180px;
  background: #fff;
}

/* Product grid — 4 columns */
.category-page-wrap .found_listings { width: 100%; overflow: hidden; }
.category-page-wrap .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-page-wrap .product-list .product-item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 10.5px);
  max-width: calc(25% - 10.5px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8ece8;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  margin: 0 !important;
  overflow: hidden;
  position: relative;
  float: none !important;
}
.category-page-wrap .product-list .doff-bar,
.category-page-wrap .product-list .doff-bar.active {
  position: absolute;
  top: 10px; left: 10px;
  background: var(--ky-orange) !important;
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px !important;
  border-radius: 4px;
  z-index: 2;
  width: auto !important;
  height: auto !important;
  line-height: 1.3;
}
.category-page-wrap .product-list .wishlist-btn {
  position: absolute;
  top: 10px; right: 10px;
  z-index: 2;
  background: #fff;
  border: none;
  width: 30px; height: 30px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
  color: #999;
  cursor: pointer;
}
.category-page-wrap .product-list .product-thumb {
  height: 180px !important;
  position: relative;
}
.category-page-wrap .product-list .product-thumb .img {
  min-height: 180px !important;
  max-height: 180px !important;
  padding: 8px;
}
.category-page-wrap .product-list .product-thumb img {
  min-height: 160px !important;
  max-height: 160px !important;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
.category-page-wrap .product-list .product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px !important;
}
.category-page-wrap .product-list .product-content .name {
  min-height: 38px;
  max-height: 38px;
  font-size: 13px;
  font-weight: 700;
}
.category-page-wrap .product-list .price-bar .price { color: #c62828; font-size: 16px; }
.category-page-wrap .product-list .save-discounted { color: var(--ky-green) !important; }
.category-page-wrap .product-list .product-actions {
  display: flex;
  gap: 6px;
  margin-top: auto;
  padding-top: 8px;
}
.category-page-wrap .product-list .btn-buy-now {
  flex: 1;
  background: var(--ky-orange);
  color: #fff !important;
  border: none;
  padding: 8px 4px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  text-decoration: none !important;
}
.category-page-wrap .product-list .btn-add-cart {
  flex: 1;
  background: #fff;
  color: var(--ky-green) !important;
  border: 1px solid var(--ky-green);
  padding: 8px 4px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
}

/* Bottom sections after product grid — match mockup pills + split panel */
.cat-bottom-sections {
  padding: 28px 0 32px;
  background: #f5f7f4;
}
.cat-bottom-sections > .container-fluid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* USP pill bar */
.cat-usp-pill {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: linear-gradient(90deg, #e8f5e9 0%, #f3faf3 100%);
  border: 1px solid #b7d4bc;
  border-radius: 999px;
  overflow: hidden;
  padding: 0;
}
.cat-usp-pill-item {
  flex: 1 1 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #222;
  position: relative;
  min-width: 0;
}
.cat-usp-pill-item + .cat-usp-pill-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: #c5dcc8;
}
.cat-usp-pill-title {
  justify-content: flex-start;
  padding-left: 18px;
  flex: 1.2 1 180px;
}
.cat-usp-title-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--ky-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.cat-usp-pill-item > .fa {
  font-size: 16px;
  color: var(--ky-green);
  flex-shrink: 0;
}

/* Guide + FAQ shared panel */
.cat-info-panel {
  display: flex;
  flex-wrap: nowrap;
  background: #fff;
  border: 1px solid #dfe6df;
  border-radius: 16px;
  overflow: hidden;
  min-height: 180px;
}
.cat-guide-col {
  flex: 1 1 50%;
  display: flex;
  gap: 16px;
  padding: 22px 24px;
  min-width: 0;
  border-right: 1px solid #e5ebe5;
}
.cat-guide-thumb {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
  background: #f3f7f3;
}
.cat-guide-body { flex: 1; min-width: 0; }
.cat-guide-body h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #1a1a1a;
  line-height: 1.3;
}
.cat-guide-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.cat-guide-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
}
.cat-guide-list li .fa {
  color: var(--ky-green);
  margin-top: 2px;
  flex-shrink: 0;
}
.cat-guide-body .btn-read {
  background: var(--ky-orange);
  color: #fff !important;
  padding: 9px 18px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
}
.cat-guide-body .btn-read:hover { background: #d06612; color: #fff !important; }

.cat-faq-col {
  flex: 1 1 50%;
  min-width: 0;
  padding: 18px 22px 14px;
}
.cat-faq-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.cat-faq-col h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  color: #1a1a1a;
}
.view-all-faqs {
  font-size: 13px;
  color: var(--ky-green);
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none !important;
}
.view-all-faqs:hover { text-decoration: underline !important; }
.cat-faq-list { border-top: 1px solid #eef2ee; }
.cat-faq-item {
  border-bottom: 1px solid #eef2ee;
  background: transparent;
  overflow: hidden;
}
.cat-faq-q {
  padding: 12px 4px;
  background: transparent;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
}
.cat-faq-dot {
  width: 10px;
  height: 10px;
  border: 1.5px solid #9aa89a;
  border-radius: 50%;
  flex-shrink: 0;
}
.cat-faq-q-text { flex: 1; min-width: 0; line-height: 1.35; }
.cat-faq-q > .fa {
  color: #666;
  font-size: 14px;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}
.cat-faq-a {
  padding: 0 4px 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
  font-size: 13px;
  color: #555;
  line-height: 1.55;
}
.cat-faq-item.open .cat-faq-a {
  max-height: 480px;
  padding: 0 4px 12px 24px;
}

/* Brands pill */
.cat-brands-pill {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #dfe6df;
  border-radius: 999px;
  padding: 14px 22px;
}
.cat-brands-pill .label {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  color: #1a1a1a;
  margin: 0;
  background: transparent;
  padding: 0;
}
.cat-brands-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 28px;
  align-items: center;
  flex: 1;
}
.cat-brands-logos a {
  display: inline-flex;
  align-items: center;
  color: #333 !important;
  font-weight: 600;
  font-size: 13px;
}
.cat-brands-logos img {
  max-height: 36px;
  max-width: 100px;
  object-fit: contain;
}

.category-page-wrap #cat-seo-content {
  padding: 0 0 32px;
  background: #f5f7f4;
}
.category-page-wrap .cat-description-box,
.category-page-wrap .white-box {
  margin: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid #e5ebe5;
  border-radius: 12px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.65;
  color: #444;
}
.category-page-wrap .cat-description-box h2,
.category-page-wrap .cat-description-box h3,
.category-page-wrap .white-box h2,
.category-page-wrap .white-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px;
}
.category-page-wrap .cat-description-box p,
.category-page-wrap .white-box p {
  margin: 0 0 10px;
}

@media (max-width: 1199px) {
  .shop-cat-item {
    flex: 1 1 calc(16.666% - 12px);
    max-width: calc(16.666% - 12px);
    min-width: 0;
  }
  .category-page-wrap .product-list .product-item {
    width: calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }
}

@media (max-width: 991px) {
  .cat-hero {
    min-height: 0;
    align-items: stretch;
  }
  .cat-hero::before {
    background: linear-gradient(180deg, rgba(15,61,34,.82) 0%, rgba(15,61,34,.55) 55%, rgba(15,61,34,.28) 100%);
  }
  .cat-hero-inner {
    padding-top: 28px;
    padding-bottom: 0;
  }
  .cat-hero-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }
  .cat-hero-content { flex: 1 1 auto; }
  .cat-hero h1 { font-size: 26px; }
  .cat-hero-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .cat-hero-btns .btn-shop,
  .cat-hero-btns .btn-expert {
    width: 100%;
    justify-content: center;
  }

  /* USP strip overlaps bottom of banner (mobile design) */
  .cat-hero-trust {
    flex: none;
    width: calc(100% + 40px);
    max-width: none;
    margin: 0 -20px;
    border-radius: 18px 18px 0 0;
    padding: 16px 16px 14px;
    box-shadow: 0 -6px 24px rgba(0,0,0,.12);
    background: #fff;
  }
  .cat-hero-trust ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0;
    padding: 0 4px 2px;
  }
  .cat-hero-trust ul::-webkit-scrollbar { display: none; }
  .cat-hero-trust li {
    flex: 0 0 auto;
    border-bottom: none;
    padding: 6px 12px 6px 4px;
    white-space: nowrap;
    font-size: 13px;
  }
  .cat-hero-trust .fa {
    width: 36px;
    height: 36px;
  }

  .shop-by-category {
    padding: 22px 0 28px;
    border-radius: 0;
  }
  .shop-cat-scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-bottom: 6px;
    scrollbar-width: none;
  }
  .shop-cat-scroll::-webkit-scrollbar { display: none; }
  .shop-cat-item {
    flex: 0 0 132px;
    max-width: 132px;
    min-width: 132px;
  }

  .cat-plp-layout { flex-wrap: wrap; gap: 14px; }
  .cat-filters {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    position: static;
  }
  .cat-filters-toggle { display: inline-block; }
  .cat-filters-body { display: none; }
  .cat-products-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .cat-products-toolbar .sort-wrap {
    width: 100%;
  }
  .cat-products-toolbar select {
    flex: 1;
    max-width: none;
    width: 100%;
  }
  .category-page-wrap .product-list {
    gap: 12px;
  }
  .category-page-wrap .product-list .product-item {
    width: calc(50% - 6px);
    max-width: calc(50% - 6px);
  }

  .cat-usp-pill { border-radius: 16px; }
  .cat-usp-pill-item {
    flex: 1 1 46%;
    justify-content: flex-start;
    padding: 12px 14px;
  }
  .cat-usp-pill-item + .cat-usp-pill-item::before { display: none; }
  .cat-info-panel { flex-wrap: wrap; border-radius: 14px; }
  .cat-guide-col {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid #e5ebe5;
  }
  .cat-faq-col { flex: 1 1 100%; }
  .cat-brands-pill { border-radius: 16px; }
}

@media (max-width: 767px) {
  .category-page-wrap > .container-fluid,
  .category-page-wrap .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .category-page-wrap .category-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .cat-hero-inner { padding-top: 22px; }
  .cat-hero h1 {
    font-size: 22px;
    line-height: 1.3;
  }
  .cat-hero-sub {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .cat-hero-badge {
    font-size: 11px;
    padding: 4px 12px;
  }
  .cat-hero-trust {
    width: calc(100% + 30px);
    margin: 0 -15px;
    border-radius: 16px 16px 0 0;
    padding: 14px 12px 12px;
  }
  .shop-by-category .section-head {
    margin-bottom: 16px;
  }
  .shop-by-category .section-head h2 {
    font-size: 18px;
  }
  .shop-by-category .section-head h2::before,
  .shop-by-category .section-head h2::after { display: none; }
  .shop-cat-item {
    flex: 0 0 118px;
    max-width: 118px;
    min-width: 118px;
  }
  .shop-cat-card { padding: 12px 8px 14px; }
  .shop-cat-img { height: 64px; margin-bottom: 8px; }
  .shop-cat-img img { max-width: 60px; max-height: 60px; }
  .shop-cat-card .name {
    font-size: 12px;
    min-height: 30px;
    margin-bottom: 8px;
  }

  .cat-plp-section { padding: 16px 0 8px; }
  .category-page-wrap .product-list .product-thumb,
  .category-page-wrap .product-list .product-thumb .img {
    height: 140px !important;
    min-height: 140px !important;
    max-height: 140px !important;
  }
  .category-page-wrap .product-list .product-thumb img {
    min-height: 120px !important;
    max-height: 120px !important;
  }
  .category-page-wrap .product-list .product-content { padding: 8px !important; }
  .category-page-wrap .product-list .product-content .name {
    font-size: 12px;
    min-height: 34px;
    max-height: 34px;
  }
  .category-page-wrap .product-list .price-bar .price { font-size: 14px; }
  .category-page-wrap .product-list .product-actions {
    flex-direction: column;
    gap: 6px;
  }
  .category-page-wrap .product-list .btn-buy-now,
  .category-page-wrap .product-list .btn-add-cart {
    width: 100%;
    padding: 8px 6px;
    font-size: 12px;
  }

  .cat-bottom-sections { padding: 18px 0 24px; }
  .cat-bottom-sections > .container-fluid { gap: 14px; }
  .cat-usp-pill-item {
    flex: 1 1 100%;
  }
  .cat-usp-pill-title { padding-left: 14px; }
  .cat-guide-col {
    flex-direction: row;
    gap: 12px;
    padding: 16px;
  }
  .cat-guide-thumb { width: 64px; height: 64px; }
  .cat-guide-body h3 { font-size: 15px; }
  .cat-faq-col { padding: 14px 16px 10px; }
  .cat-faq-col h3 { font-size: 15px; }
  .cat-brands-pill {
    padding: 12px 14px;
    gap: 12px;
  }
  .cat-brands-logos {
    gap: 14px 18px;
  }
  .category-page-wrap .cat-description-box,
  .category-page-wrap .white-box {
    padding: 16px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .shop-cat-item {
    flex: 0 0 108px;
    max-width: 108px;
    min-width: 108px;
  }
  .category-page-wrap .product-list .product-item {
    width: calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
  .cat-hero h1 { font-size: 20px; }
  .cat-hero-btns .btn-shop,
  .cat-hero-btns .btn-expert {
    padding: 10px 14px;
    font-size: 13px;
  }
}


/* ================= NEW PRODUCT CARD V2 ================= */
.product-card-v2 { border: 1px solid #eaeaea; border-radius: 8px; background: #fff; position: relative; overflow: hidden; transition: box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }
.product-card-v2:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.08); }

/* Top Green Discount Banner */
.pc-discount-banner { background: #7cb342; color: #fff; text-align: center; padding: 6px; font-size: 13px; font-weight: 700; width: 100%; letter-spacing: 0.5px; }
.pc-discount-banner i { margin-right: 5px; }

/* Left Orange Badge */
.pc-badge-left { position: absolute; top: 40px; left: 0; background: #f08c1a; color: #fff; font-size: 11px; font-weight: 700; padding: 5px 10px; writing-mode: vertical-rl; transform: rotate(180deg); border-radius: 0 4px 4px 0; letter-spacing: 1px; z-index: 2; }

/* Image Area */
.pc-img-link { display: block; padding: 20px; text-align: center; }
.pc-img-link img { max-width: 100%; height: 160px; object-fit: contain; }

/* Content Area */
.pc-content { padding: 0 20px 20px 20px; text-align: center; display: flex; flex-direction: column; flex-grow: 1; }
.pc-title { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 15px; line-height: 1.4; text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pc-title:hover { color: #0b5c2e; }

/* Pricing */
.pc-price-wrap { margin-bottom: 5px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.pc-selling { font-size: 22px; font-weight: 900; color: #111; }
.pc-mrp { font-size: 15px; color: #999; text-decoration: line-through; font-weight: 600; }
.pc-save-text { color: #d32f2f; font-size: 13px; font-weight: 700; margin-bottom: 20px; }

/* Stacked Buttons */
.pc-actions { display: flex; flex-direction: column; gap: 10px; margin-top: auto; }
.pc-btn { width: 100%; padding: 10px; border-radius: 6px; font-size: 14px; font-weight: 700; cursor: pointer; transition: 0.2s; text-align: center; text-decoration: none; border: none; display: block; }
.pc-btn-buy { background: #0b5c2e; color: #fff; }
.pc-btn-buy:hover { background: #084522; color: #fff; }
.pc-btn-cart { background: #fff; color: #0b5c2e; border: 2px solid #0b5c2e; }
.pc-btn-cart:hover { background: #f0f7f3; color: #0b5c2e; }