@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap");

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Outfit', system-ui, sans-serif; color: #1A1A2E; background: #ffffff; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

.page-container { max-width: 1440px; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

/* Announcement Bar */
.announcement-bar {
  background: #1A47C8;
  padding: 3px 0;
  position: relative;
  min-height: 24px;
  overflow: hidden;
}

.announcement-inner {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.announcement-items {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  white-space: nowrap;
  font-size: 0.72rem;
  line-height: 1;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}

.announcement-items strong {
  color: #FFD740;
  font-weight: 700;
}

.ann-divider {
  color: rgba(255,255,255,0.35);
  padding: 0 0.65rem;
  flex: 0 0 auto;
}

.ann-close {
  position: absolute;
  right: 1rem;
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  font-size: 0.72rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.ann-close:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .announcement-bar {
    padding: 2px 0;
    min-height: 22px;
  }

  .announcement-inner {
    justify-content: flex-start;
  }

  .announcement-items {
    flex-shrink: 0;
    padding-left: 100%;
    font-size: 0.68rem;
    line-height: 1;
    animation: announcementScroll 18s linear infinite;
  }

  .ann-divider {
    padding: 0 0.55rem;
  }

  .ann-close {
    display: none;
  }
}

@keyframes announcementScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
/* Header */
.luxury-header.desktop-header { position: relative; background: white; box-shadow: 0 2px 8px rgba(0,0,0,0.08); z-index: 100; }
.desktop-header-main { display: flex; flex-direction: column; }
.desktop-header-top { display: flex; align-items: center; gap: 1.25rem; padding: 7px 0; }
.desktop-header-left { flex-shrink: 0; }
.desktop-store-logo { height: 48px; width: auto; object-fit: contain; }
.desktop-header-center { flex: 1; }
.desktop-header-right { display: flex; align-items: center; gap: 1rem; flex-shrink: 0; }
.header-action-btn { display: flex; flex-direction: column; align-items: center; gap: 3px; color: #1A1A2E; transition: color 0.2s; }
.header-action-btn:hover { color: #1A47C8; }
.action-label { font-size: 0.72rem; font-weight: 500; }
.cart-icon-wrap { position: relative; }
.cart-count { position: absolute; top: -6px; right: -8px; background: #E63012; color: white; font-size: 0.6rem; font-weight: 700; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.desktop-header-menu { display: flex; align-items: center; max-height: 25px; border-top: 1px solid #E0E0E0; overflow-x: auto; scrollbar-width: none; background: #FAFAFA; }
.desktop-header-menu::-webkit-scrollbar { display: none; }
.nav-item { padding: 8px 14px; font-size: 0.8rem; line-height: 1.2; font-weight: 500; color: #1A1A2E; white-space: nowrap; border-bottom: 2px solid transparent; transition: all 0.2s; }
.nav-item:hover { color: #1A47C8; border-bottom-color: #1A47C8; background: white; }
.nav-item.active { color: #1A47C8; border-bottom-color: #1A47C8; font-weight: 600; }


/* Hero V2 â€” full-width image background, centered content */
.hero-section.hero-v2 { background: url('https://shpy-wix.b-cdn.net/pbtmegamart-v3/references/hero-pgt.jpg') center center / cover no-repeat; position: relative; overflow: hidden; }
.hero-section.hero-v2::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(5,12,40,0.45) 0%, rgba(5,12,40,0.6) 100%); }
.hero-v2-inner { max-width: 860px; margin: 0 auto; padding: 80px 4rem 72px; position: relative; z-index: 1; text-align: center; }
.hero-v2-top { margin-bottom: 20px; }
.hero-v2-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22); color: rgba(255,255,255,0.9); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; padding: 6px 16px; border-radius: 20px; backdrop-filter: blur(4px); }
.hero-v2-title { font-size: 4rem; font-weight: 800; color: white; line-height: 1.05; margin-bottom: 18px; letter-spacing: -0.02em; }
.hero-v2-pct { color: #FFD740; display: inline-block; }
.hero-v2-pct.red { color: #FF5C3A; }
.hero-v2-sub { font-size: 1.05rem; color: rgba(255,255,255,0.75); margin-bottom: 36px; line-height: 1.65; }
.hero-v2-actions { display: flex; gap: 16px; align-items: center; justify-content: center; margin-bottom: 52px; }
.hero-v2-link { color: rgba(255,255,255,0.8); font-size: 0.92rem; font-weight: 500; text-decoration: underline; text-underline-offset: 4px; }
.hero-v2-link:hover { color: white; }
.hero-v2-stats { display: flex; align-items: center; justify-content: center; gap: 0; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); border-radius: 12px; backdrop-filter: blur(8px); padding: 18px 32px; }
.hero-v2-stat { text-align: center; padding: 0 28px; }
.stat-num { display: block; font-size: 1.5rem; font-weight: 800; color: #FFD740; line-height: 1.1; }
.stat-label { display: block; font-size: 0.72rem; color: rgba(255,255,255,0.6); font-weight: 500; margin-top: 3px; text-transform: uppercase; letter-spacing: 0.06em; }
.hero-v2-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.18); flex-shrink: 0; }

.btn-primary { background: #E63012; color: white; font-size: 0.95rem; font-weight: 700; padding: 12px 30px; border-radius: 6px; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; display: inline-block; font-family: inherit; }
.btn-primary:hover { background: #c92a0d; transform: translateY(-1px); }
.btn-ghost { color: rgba(255,255,255,0.8); font-size: 0.9rem; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.btn-ghost:hover { color: white; }

/* Section Header */
.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.section-title { font-size: 1.5rem; font-weight: 700; color: #1A1A2E; position: relative; padding-bottom: 10px; }
.section-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 36px; height: 3px; background: #1A47C8; border-radius: 2px; }
.view-all-link { font-size: 0.85rem; font-weight: 600; color: #1A47C8; }
.view-all-link:hover { text-decoration: underline; }

/* Categories */
.cat-section.page-container { padding: 3.5rem 4rem; }
.cat-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 14px; }
.cat-card.sh-category-card { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.cat-card-img-container { width: 100%; aspect-ratio: 1; border-radius: 12px; overflow: hidden; transition: box-shadow 0.2s; }
.cat-card-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.25s; }
.cat-card.sh-category-card:hover .cat-card-img-container { box-shadow: 0 10px 24px rgba(0,0,0,0.14); }
.cat-card.sh-category-card:hover .cat-card-img { transform: scale(1.07); }
.cat-card-title { font-size: 0.75rem; font-weight: 600; color: #1A1A2E; text-align: center; line-height: 1.3; }

/* Products */
.sh-home-page-prod-section.page-container { padding: 0 4rem 4rem; }
.products-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.product-card { background: white; border-radius: 8px; overflow: hidden; position: relative; transition: box-shadow 0.2s, transform 0.2s; }
.product-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.12); transform: translateY(-3px); }
.product-card-tag-item { position: absolute; top: 8px; left: 8px; z-index: 2; background: #dbeafe; color: #1e40af; font-size: 11px; font-weight: 500; padding: 4px 10px; border-radius: 6px; }
.product-card-tag-item.pbt-brand { background: #7B1FA2; color: white; }
.product-card-wishlist-btn { position: absolute; top: 8px; right: 8px; z-index: 2; background: white; border: 1px solid #E0E0E0; border-radius: 50%; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #6B7280; transition: all 0.2s; }
.product-card-wishlist-btn:hover { border-color: #E63012; color: #E63012; }
.product-card-link { display: block; }
.product-card-image-container { aspect-ratio: 4 / 5; overflow: hidden; background: #F5F7FA; position: relative; border-radius: 8px; border: 0.5px solid #dfe4ec; margin-bottom: 8px; }
.product-card-image { width: 100%; height: 100%; object-fit: contain; padding: 10px; transition: transform 0.3s; }
.product-card:hover .product-card-image { transform: scale(1.05); }
.product-card-discount-amount { font-size: 12px; font-weight: 600; color: #329537; margin-top: 2px; }
.product-card-info { padding: 10px 10px 4px; }
.product-card-price-container { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; flex-wrap: wrap; }
.product-card-price { background-color: #329537; color: #ffffff; padding: 2px 8px; border-radius: 4px; border: 1px solid #084121; box-shadow: 1.5px 1.5px 0 0 #084121; font-size: 16px; font-weight: 700; line-height: 1.4; display: inline-block; }
.product-card-mrp-price { font-size: 13px; color: #6b7280; text-decoration: line-through; }
.product-card-name { font-size: 0.78rem; font-weight: 500; color: #1A1A2E; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card-add-button { position: absolute; bottom: 4px; right: 4px; background-color: #ffffff; color: #1A47C8; padding: 4px 16px; font-weight: 700; font-size: 14px; cursor: pointer; z-index: 10; transition: all 0.3s ease; text-transform: uppercase; border: 1px solid #1A47C8; border-radius: 8px; box-shadow: 1.5px 1.5px 0 0 #1A47C8; min-height: 32px; font-family: inherit; }
.product-card-add-button:hover { background: #1A47C8; color: white; }

/* Trust Strip */
.trust-strip.page-container { padding-top: 0; padding-bottom: 0; }
.trust-strip-inner { display: flex; border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0;}
.trust-item { display: flex; align-items: center; gap: 12px; flex: 1; padding: 20px 24px; border-right: 1px solid #E0E0E0; }
.trust-item:last-child { border-right: none; }
.trust-icon { font-size: 1.8rem; flex-shrink: 0; }
.trust-title { font-size: 0.88rem; font-weight: 700; color: #1A1A2E; margin-bottom: 2px; }
.trust-sub { font-size: 0.75rem; color: #6B7280; }

/* Footer */
.luxury-footer { background: #0A1628; padding: 48px 0 0; }
.footer-brand-name { font-size: 1.4rem; font-weight: 800; color: white; letter-spacing: 0.02em; margin-bottom: 14px; line-height: 1.1; }
.footer-brand-name span { color: #FFD740; }
.footer-columns { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; padding-bottom: 3rem; }
.footer-logo { height: 48px; width: auto; object-fit: contain; margin-bottom: 14px; display: none; }
.footer-description { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 14px; }
.footer-contact p { font-size: 0.79rem; color: rgba(255,255,255,0.45); margin-bottom: 5px; }
.footer-heading { font-size: 0.8rem; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 0.81rem; color: rgba(255,255,255,0.45); transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.9); }
.social-icons { display: flex; gap: 8px; }
.social-icons a { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.18); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.45); transition: all 0.2s; }
.social-icons a:hover { background: rgba(255,255,255,0.1); color: white; border-color: rgba(255,255,255,0.4); }
.footer-separator { height: 1px; background: rgba(255,255,255,0.08); }
.footer-bottom-wrapper { padding: 18px 0; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; }
.footer-copyright { font-size: 0.73rem; color: rgba(255,255,255,0.28); }
.payment-badges { display: flex; gap: 6px; }
.pay-badge { font-size: 0.65rem; font-weight: 700; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.55); padding: 4px 8px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.12); }

/* ===== TABLET ===== */
@media (max-width: 1100px) {
  .page-container { padding-left: 2rem; padding-right: 2rem; }
  .cat-grid { grid-template-columns: repeat(4, 1fr); }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .collections-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .hero-products { width: 260px; }
  .hero-title { font-size: 2.4rem; }
  .hero-prod-grid { gap: 8px; }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .page-container { padding-left: 1rem; padding-right: 1rem; }

  /* Announcement */
  .announcement-items { gap: 0; flex-wrap: wrap; justify-content: center; text-align: center; line-height: 1.35; }
  .ann-divider { display: none; }
  .announcement-items span { font-size: 0.68rem; }
  .ann-close { top: 50%; right: 0.75rem; }

  /* Header top row: logo | [spacer] | account+cart */
  .desktop-header-top { flex-wrap: wrap; gap: 0.45rem; padding: 8px 0; }
  .desktop-header-left { order: 1; flex: 0 0 auto; }
  .desktop-store-logo { height: 36px; }
  .desktop-header-right { order: 2; flex: 0 0 auto; gap: 1rem; margin-left: auto; }
  .desktop-delivery-location { display: none; }
  /* Search bar drops to full width second row */
  .desktop-header-center { order: 3; width: 100%; flex: none; }
  .search-bar { height: 38px; }
  .search-category-select { display: none; }

  /* Nav horizontal scroll */
  .desktop-header-menu { padding-bottom: 0; }
  .nav-item { padding: 8px 10px; font-size: 0.75rem; }

  /* Hero V2 mobile */
  .hero-v2-inner { padding: 52px 1rem 48px; }
  .hero-v2-title { font-size: 2.4rem; }
  .hero-v2-sub { font-size: 0.92rem; }
  .hero-v2-stats { padding: 14px 16px; gap: 0; flex-wrap: wrap; }
  .hero-v2-stat { padding: 8px 16px; }
  .stat-num { font-size: 1.2rem; }
  .btn-primary { padding: 10px 22px; font-size: 0.88rem; }

  /* Categories: 4 col */
  .cat-section.page-container { padding: 2rem 1rem; }
  .cat-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .cat-icon { font-size: 2rem; }
  .cat-card-title { font-size: 0.7rem; }
  .section-title { font-size: 1.2rem; }

  /* Products: 2 col */
  .sh-home-page-prod-section.page-container { padding: 0 1rem 2.5rem; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .product-card-name { font-size: 0.75rem; }
  .product-card-add-button { font-size: 12px; padding: 3px 10px; min-height: 26px; }

  /* Trust strip: 2Ã—2 */
  .trust-strip.page-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.trust-strip-inner {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 !important;
  border: 1px solid #E0E0E0;
  border-left: 0;
  border-right: 0;
  background: #ffffff;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-right: 1px solid #E0E0E0;
  border-bottom: 0;
  min-width: 0;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-icon {
  font-size: 1.5rem;
  flex: 0 0 auto;
  line-height: 1;
}

.trust-title {
  font-size: 0.86rem;
  font-weight: 700;
  color: #1A1A2E;
  margin: 0 0 2px;
  line-height: 1.2;
}

.trust-sub {
  font-size: 0.72rem;
  color: #6B7280;
  line-height: 1.3;
  margin: 0;
}

/* Mobile: clean 2 in a row */
@media (max-width: 768px) {
  .trust-strip-inner {
    grid-template-columns: repeat(2, 1fr) !important;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0 !important;
  }

  .trust-item {
    padding: 12px 10px;
    gap: 8px;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }

  /* Vertical middle line */
  .trust-item:nth-child(odd) {
    border-right: 1px solid #E0E0E0 !important;
  }

  /* Horizontal middle line */
  .trust-item:nth-child(1),
  .trust-item:nth-child(2) {
    border-bottom: 1px solid #E0E0E0 !important;
  }

  .trust-icon {
    font-size: 1.25rem;
  }

  .trust-title {
    font-size: 0.72rem;
    line-height: 1.15;
  }

  .trust-sub {
    font-size: 0.62rem;
    line-height: 1.25;
  }
}

  /* Footer: single column */
  .luxury-footer { padding: 36px 0 0; }
  .footer-columns { grid-template-columns: 1fr; gap: 1.8rem; padding-bottom: 2rem; }
  .footer-brand-name { font-size: 1.2rem; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .payment-badges { justify-content: center; flex-wrap: wrap; }
}

/* ===== SMALL MOBILE ===== */
@media (max-width: 380px) {
  .hero-prod-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(4, 1fr); }
  .hero-title { font-size: 1.65rem; }
}

/* Collections */
.collections-section.page-container { padding: 0 4rem 3.5rem; }
.collections-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.collection-no-products { align-items: center; justify-content: center; }
.collection-big-icon { font-size: 4rem; line-height: 1; }
.collection-card { border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; min-height: 180px; position: relative; transition: transform 0.2s, box-shadow 0.2s; }
.collection-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.18); }
.collection-products { display: flex; justify-content: center; align-items: flex-end; padding: 16px 16px 0; gap: 6px; flex: 1; }
.collection-products img { width: 60px; height: 60px; object-fit: contain; background: rgba(255,255,255,0.15); border-radius: 8px; padding: 4px; flex-shrink: 0; }
.collection-info { padding: 12px 16px 16px; }
.collection-label { font-size: 0.65rem; font-weight: 600; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.08em; display: block; margin-bottom: 3px; }
.collection-title { font-size: 1.05rem; font-weight: 800; color: white; line-height: 1.2; margin-bottom: 8px; }
.collection-cta { font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.25); border-radius: 20px; padding: 4px 12px; display: inline-block; }

@media (max-width: 768px) {
  .collections-section.page-container { padding: 0 1rem 2rem; }
  .collections-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .collection-big-icon { font-size: 3rem; }
  .collection-card { min-height: 150px; }
  .collection-products img { width: 46px; height: 46px; }
  .collection-title { font-size: 0.9rem; }
}

/* TYPE 1: single-product-collection â€” heading + horizontal scroll row */
.product-collection.page-container { padding: 0 4rem 3rem; }
.collection-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.heading-wrap .heading { font-size: 1.3rem; font-weight: 700; color: #1A1A2E; }
.shop-all-link { display: flex; align-items: center; gap: 4px; font-size: 15px; font-weight: 500; color: #000; }
.shop-all-link:hover { text-decoration: underline; }
.single-row-swiper { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; overflow: hidden; }

/* TYPE 2: generic-collection â€” banner left + product grid right */
.generic-collection.sh-generic-collection-card.page-container { padding: 0 4rem 3rem; display: flex; gap: 16px; align-items: stretch; }
.banner-collection-container { width: 26%; min-width: 300px; flex: none; border-radius: 12px; overflow: hidden; }
.banner-collection-container .banner { height: 100%; border-radius: 12px; overflow: hidden; }
.banner-collection-container .banner-image-container { height: 100%; min-height: 320px; border-radius: 12px; }
.product-collection-container { flex: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

/* TYPE 3: banner-collection â€” full-width promo banner */
.banner-collection.page-container { padding: 0 4rem 3rem; }
.banner-collection .banner { border-radius: 12px; }

/* TYPE 4: small card collections grid (3 cols) */
.collections-section.page-container { padding: 0 4rem 3.5rem; }
.collections-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

/* Responsive */
@media (max-width: 1100px) {
  .single-row-swiper { grid-template-columns: repeat(4, 1fr); }
  .banner-collection-container { min-width: 240px; }
  .product-collection-container { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .product-collection.page-container { padding: 0 1rem 2rem; }
  .single-row-swiper { grid-template-columns: repeat(2, 1fr); gap: 10px; }

  /* Stack banner above products */
  .generic-collection.sh-generic-collection-card.page-container { flex-direction: column; gap: 12px; padding: 0 1rem 2rem; }
  .banner-collection-container { width: 100%; min-width: 0; flex: none; }
  .banner-collection-container .banner { min-height: 0; }
  .banner-collection-container .banner-image-container { height: 220px; min-height: 220px; }
  .product-collection-container { grid-template-columns: repeat(2, 1fr); gap: 10px; }

  .banner-collection.page-container { padding: 0 1rem 2rem; }
  .collections-section.page-container { padding: 0 1rem 2rem; }
  .collections-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}


/* ===== Requested spacing fixes ===== */
/* ProductGridCollection alignment with page containers */
.ProductGridCollection-component,
.productGridCollection-component,
.product-grid-collection-component,
.product-grid-collection,
.sh-product-grid-collection,
.product-collection.page-container,
.generic-collection.sh-generic-collection-card.page-container,
.banner-collection.page-container,
.collections-section.page-container,
.sh-home-page-prod-section.page-container {
  padding-left: 4rem;
  padding-right: 4rem;
}

/* Keep internal product collection layout clean */
.ProductGridCollection-component .products-grid,
.productGridCollection-component .products-grid,
.product-grid-collection-component .products-grid,
.product-grid-collection .products-grid,
.sh-product-grid-collection .products-grid {
  width: 100%;
}

/* Mobile alignment */
@media (max-width: 768px) {
  .ProductGridCollection-component,
  .productGridCollection-component,
  .product-grid-collection-component,
  .product-grid-collection,
  .sh-product-grid-collection,
  .product-collection.page-container,
  .generic-collection.sh-generic-collection-card.page-container,
  .banner-collection.page-container,
  .collections-section.page-container,
  .sh-home-page-prod-section.page-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cat-card.sh-category-card > a {
  display: block;
  width: 100%;
}
.heading-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1A1A2E;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 24px;
}

.heading-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 3px;
  background: #1A47C8;
  border-radius: 2px;
}

.heading-title,
.category-header {
  display: block;
  width: 100%;
  text-align: left !important;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1A1A2E;
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 24px 0;
}

.heading-title::after,
.category-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 36px;
  height: 3px;
  background: #1A47C8;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .heading-title,
  .category-header {
    text-align: left !important;
    font-size: 1.25rem;
    margin: 0 0 18px 0;
  }
}@media (max-width: 768px) {
  .heading-title,
  .category-header {
    font-size: 1.25rem;
    margin-bottom: 18px;
  }
}
.banner-image {
    display: block;
    height: auto;
    width: 100%;
    margin: auto;
    max-width: 1140px;
    border-radius: 12px;
}
