/* Shah Emporium — generated custom CSS (Tier-B sections only).
   Uploaded to the store's dedicated generated-CSS file (site_settings.sx_css_location).
   Every selector is namespaced under .sx; brand colour comes from the theme var
   --secondary-main (logo green #013618). BEGIN/END markers must survive. */

/* BEGIN shoopy-gen:base */
.sx { --sx-brand: var(--secondary-main, #013618); --sx-gold: #C49451; --sx-gold-soft: #F3E9D6;
      --sx-ink: #1C201E; --sx-muted: #6E7571; --sx-line: #E6E3DD; --sx-surface: #FFFFFF; --sx-bg: #FAF7F2;
      --sx-deal: #B3261E; --sx-success: #25D366; --sx-radius: 14px; --sx-gap: 20px;
      width: 100%; box-sizing: border-box; color: var(--sx-ink); font-family: inherit; }
.sx .sx-wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 16px; }
.sx .sx-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.sx .sx-title { margin: 0; font-size: 22px; line-height: 1.2; font-weight: 700; letter-spacing: .01em; color: var(--sx-ink); }
.sx .sx-sub { margin: 4px 0 0; font-size: 14px; color: var(--sx-muted); }
.sx .sx-link { font-size: 14px; font-weight: 600; color: var(--sx-brand); text-decoration: none; white-space: nowrap; }
.sx .sx-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 22px;
              border-radius: 999px; font-weight: 700; font-size: 14px; text-decoration: none; cursor: pointer; border: 1.5px solid transparent; }
.sx .sx-btn--primary { background: var(--sx-brand); color: #fff; }
.sx .sx-btn--gold { background: var(--sx-gold); color: var(--sx-ink); }
.sx .sx-btn--ghost { background: transparent; color: var(--sx-brand); border-color: var(--sx-brand); }
.sx .sx-card { background: var(--sx-surface); border: 1px solid var(--sx-line); border-radius: var(--sx-radius); overflow: hidden; }
.sx .sx-badge { display: inline-block; padding: 3px 8px; border-radius: 6px; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.sx .sx-badge--deal { background: var(--sx-deal); color: #fff; }
.sx .sx-badge--gold { background: var(--sx-gold-soft); color: #7A5A24; }
@media (min-width: 768px) { .sx .sx-title { font-size: 28px; } .sx .sx-wrap { padding: 0 24px; } }
/* END shoopy-gen:base */

/* BEGIN shoopy-gen:usp-1 */
.sx-usp { padding: 8px 0 4px; }
.sx-usp .sx-usp__grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--sx-line); border-radius: var(--sx-radius); overflow: hidden; background: var(--sx-surface); }
.sx-usp .sx-usp__item { display: flex; align-items: center; gap: 12px; padding: 14px; border-right: 1px solid var(--sx-line); border-bottom: 1px solid var(--sx-line); }
.sx-usp .sx-usp__item:nth-child(2n) { border-right: 0; }
.sx-usp .sx-usp__item:nth-child(n+3) { border-bottom: 0; }
.sx-usp .sx-usp__icon { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 50%; background: var(--sx-gold-soft); color: var(--sx-brand); display: grid; place-items: center; }
.sx-usp .sx-usp__icon svg { width: 20px; height: 20px; }
.sx-usp .sx-usp__title { margin: 0; font-size: 14px; font-weight: 700; }
.sx-usp .sx-usp__sub { margin: 2px 0 0; font-size: 12px; color: var(--sx-muted); }
@media (min-width: 768px) {
  .sx-usp .sx-usp__grid { grid-template-columns: repeat(4, 1fr); }
  .sx-usp .sx-usp__item { border-bottom: 0; padding: 18px 20px; }
  .sx-usp .sx-usp__item:nth-child(2n) { border-right: 1px solid var(--sx-line); }
  .sx-usp .sx-usp__item:last-child { border-right: 0; }
}
/* END shoopy-gen:usp-1 */

/* BEGIN shoopy-gen:coupons-1 */
.sx-coupons { padding: 8px 0; }
.sx-coupons .sx-coupons__bogo { position: relative; overflow: hidden; display: grid; gap: 16px; align-items: center;
  padding: 22px 20px; border-radius: var(--sx-radius); color: #fff;
  background: linear-gradient(120deg, var(--sx-brand) 0%, #0B5A2E 60%, #0E6A36 100%); }
.sx-coupons .sx-coupons__bogo::after { content: ""; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; border-radius: 50%; border: 24px solid rgba(196,148,81,.25); }
.sx-coupons .sx-coupons__eyebrow { margin: 0 0 6px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--sx-gold); font-weight: 700; }
.sx-coupons .sx-coupons__big { margin: 0; font-size: 34px; line-height: 1; font-weight: 800; letter-spacing: -.01em; }
.sx-coupons .sx-coupons__big em { font-style: normal; color: var(--sx-gold); }
.sx-coupons .sx-coupons__note { margin: 8px 0 0; font-size: 13px; opacity: .85; }
.sx-coupons .sx-coupons__cta { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.sx-coupons .sx-coupons__list { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 14px; }
.sx-coupons .sx-coupon { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 14px 16px;
  border: 1.5px dashed var(--sx-gold); border-radius: var(--sx-radius); background: var(--sx-surface); }
.sx-coupons .sx-coupon__off { margin: 0; font-size: 18px; font-weight: 800; color: var(--sx-brand); }
.sx-coupons .sx-coupon__desc { margin: 2px 0 0; font-size: 13px; color: var(--sx-muted); }
.sx-coupons .sx-coupon__exp { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-size: 12px; color: var(--sx-deal); font-weight: 600; }
.sx-coupons .sx-coupon__code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 700; font-size: 14px; letter-spacing: .08em;
  padding: 10px 14px; border-radius: 10px; background: var(--sx-gold-soft); color: var(--sx-ink); border: 1px solid var(--sx-gold); text-align: center; }
.sx-coupons .sx-coupon__code small { display: block; font: 600 10px/1 inherit; letter-spacing: .1em; color: var(--sx-muted); margin-top: 4px; font-family: inherit; }
@media (min-width: 768px) {
  .sx-coupons .sx-coupons__bogo { grid-template-columns: 1.3fr 1fr; padding: 32px 36px; }
  .sx-coupons .sx-coupons__big { font-size: 48px; }
  .sx-coupons .sx-coupons__list { grid-template-columns: repeat(3, 1fr); }
}
/* END shoopy-gen:coupons-1 */

/* BEGIN shoopy-gen:video-1 */
.sx-video { padding: 8px 0; }
.sx-video .sx-video__frame { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: var(--sx-radius); overflow: hidden; background: #1C201E; }
.sx-video .sx-video__frame video, .sx-video .sx-video__frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sx-video .sx-video__play { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.55)); color: #fff; text-decoration: none; }
.sx-video .sx-video__btn { width: 72px; height: 72px; border-radius: 50%; background: var(--sx-gold); display: grid; place-items: center; box-shadow: 0 10px 30px rgba(0,0,0,.35); }
.sx-video .sx-video__btn svg { width: 28px; height: 28px; margin-left: 4px; }
.sx-video .sx-video__cap { position: absolute; left: 18px; right: 18px; top: 16px; color: #fff; pointer-events: none; text-shadow: 0 1px 8px rgba(0,0,0,.5); }
.sx-video .sx-video__cap h3 { margin: 0; font-size: 18px; }
.sx-video .sx-video__cap p { margin: 4px 0 0; font-size: 13px; opacity: .85; }
@media (min-width: 768px) { .sx-video .sx-video__cap { left: 28px; top: 24px; } .sx-video .sx-video__cap h3 { font-size: 24px; } }
/* END shoopy-gen:video-1 */

/* BEGIN shoopy-gen:reviews-1 */
.sx-reviews { padding: 8px 0; }
.sx-reviews .sx-reviews__summary { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--sx-muted); }
.sx-reviews .sx-reviews__score { font-size: 28px; font-weight: 800; color: var(--sx-ink); }
.sx-reviews .sx-stars { color: var(--sx-gold); letter-spacing: 2px; font-size: 14px; }
.sx-reviews .sx-reviews__track { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.sx-reviews .sx-reviews__track::-webkit-scrollbar { display: none; }
.sx-reviews .sx-review { flex: 0 0 82%; min-width: 0; scroll-snap-align: start; padding: 18px; }
.sx-reviews .sx-review__top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.sx-reviews .sx-review__top img { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 50%; }
.sx-reviews .sx-review__name { margin: 0; font-weight: 700; font-size: 14px; }
.sx-reviews .sx-review__meta { margin: 0; font-size: 12px; color: var(--sx-muted); }
.sx-reviews .sx-review__text { margin: 0; font-size: 14px; line-height: 1.5; }
.sx-reviews .sx-review__prod { margin: 10px 0 0; font-size: 12px; color: var(--sx-brand); font-weight: 600; }
.sx-reviews .sx-review__verified { margin-left: auto; font-size: 11px; color: #1B7F3B; font-weight: 700; }
.sx-reviews .sx-reviews__form { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; padding: 14px 16px; border-radius: var(--sx-radius); background: var(--sx-gold-soft); font-size: 14px; }
@media (min-width: 768px) { .sx-reviews .sx-review { flex-basis: calc(33.333% - 10px); } }
/* END shoopy-gen:reviews-1 */

/* BEGIN shoopy-gen:blog-1 */
.sx-blog { padding: 8px 0; }
.sx-blog .sx-blog__grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.sx-blog .sx-post { text-decoration: none; color: inherit; display: grid; grid-template-columns: 120px 1fr; }
.sx-blog .sx-post img { width: 100%; height: auto; object-fit: cover; aspect-ratio: 1/1; display: block; }
.sx-blog .sx-post__body { padding: 12px 14px; }
.sx-blog .sx-post__tag { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--sx-gold); font-weight: 700; }
.sx-blog .sx-post__title { margin: 4px 0 6px; font-size: 15px; line-height: 1.3; font-weight: 700; }
.sx-blog .sx-post__meta { margin: 0; font-size: 12px; color: var(--sx-muted); }
@media (min-width: 768px) {
  .sx-blog .sx-blog__grid { grid-template-columns: repeat(3, 1fr); }
  .sx-blog .sx-post { grid-template-columns: 1fr; }
  .sx-blog .sx-post img { aspect-ratio: 3/2; }
  .sx-blog .sx-post__body { padding: 16px 18px 18px; }
  .sx-blog .sx-post__title { font-size: 17px; }
}
/* END shoopy-gen:blog-1 */

/* BEGIN shoopy-gen:searches-1 */
.sx-searches { padding: 8px 0 4px; }
.sx-searches .sx-searches__box { border-top: 1px solid var(--sx-line); padding-top: 18px; }
.sx-searches .sx-searches__title { margin: 0 0 12px; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.sx-searches .sx-searches__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.sx-searches .sx-searches__list a { display: inline-block; padding: 7px 12px; border-radius: 999px; border: 1px solid var(--sx-line); background: var(--sx-surface); color: var(--sx-ink); font-size: 13px; text-decoration: none; }
.sx-searches .sx-searches__list a:hover { border-color: var(--sx-brand); color: var(--sx-brand); }
/* END shoopy-gen:searches-1 */

/* CSS extracted from index.html */

:root {
      --secondary-main: #013618;          /* brand — logo-extracted */
      --color-primary: #013618;           /* primary CTA (brand green) */
      --color-gold: #C49451;              /* brand accent — logo gold */
      --color-gold-soft: #F3E9D6;
      --color-deal: #B3261E;              /* deal / discount (distinct from CTA) */
      --color-success: #25D366;           /* WhatsApp */
      --color-bg: #FAF7F2; --color-surface: #FFFFFF; --color-line: #E6E3DD;
      --color-text: #1C201E; --color-muted: #6E7571;
      --radius-sm: 8px; --radius-md: 14px; --radius-lg: 24px; --section-gap: 40px;
      --font: "Manrope", "Segoe UI", system-ui, -apple-system, Helvetica, Arial, sans-serif;
      --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    }

        body { margin: 0; font-family: var(--font); color: var(--color-text); background: var(--color-bg); line-height: 1.45; }
    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; }
    .wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 16px; }
    @media (min-width: 768px) { .wrap { padding: 0 24px; } }
    .section { padding: 20px 0; }
    @media (min-width: 1024px) { .section { padding: 28px 0; } }
    .sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
    .sec-title { margin: 0; font-size: 22px; font-weight: 700; line-height: 1.2; }
    .sec-sub { margin: 4px 0 0; font-size: 14px; color: var(--color-muted); }
    .sec-link { font-size: 14px; font-weight: 700; color: var(--secondary-main); text-decoration: none; white-space: nowrap; }
    @media (min-width: 768px) { .sec-title { font-size: 28px; } }
    .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 22px; border-radius: 999px; font: 700 14px var(--font); text-decoration: none; cursor: pointer; border: 1.5px solid transparent; }
    .btn--primary { background: var(--color-primary); color: #fff; }
    .btn--gold { background: var(--color-gold); color: var(--color-text); }
    .btn--light { background: #fff; color: var(--secondary-main); }
    .btn--ghost { background: transparent; color: var(--secondary-main); border-color: var(--secondary-main); }

    /* ---- Notice (Tier C) ---- */
    .notice { background: var(--secondary-main); color: #fff; font-size: 13px; text-align: center; padding:2px !important; }
    .notice b { color: var(--color-gold); }

    /* ---- Header (Tier C) ---- */
    .header { position: sticky; top: 0; z-index: 50; background: var(--color-surface); border-bottom: 1px solid var(--color-line); }
    .header__row { display: flex; align-items: center; gap: 12px; min-height: 60px; }
    .header__burger { display: inline-grid; place-items: center; width: 40px; height: 40px; border: 0; background: none; }
    .header__logo img { height: 46px; width: auto; border-radius: 8px; }
    .header__search { display: none; flex: 1; align-items: center; gap: 10px; background: var(--color-bg); border: 1px solid var(--color-line); border-radius: 999px; padding: 0 18px; height: 44px; color: var(--color-muted); font-size: 14px; margin: 0 auto; }
    .header__icons { margin-left: auto; display: flex; gap: 6px; }
    .header__icon { position: relative; display: grid; place-items: center; width: 40px; height: 40px; color: var(--color-text); }
    .header__icon .dot { position: absolute; top: 6px; right: 6px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 8px; background: var(--color-gold); color: var(--color-text); font-size: 10px; font-weight: 800; display: grid; place-items: center; }
   
    .header__search-m { display: flex; align-items: center; gap: 10px; background: var(--color-bg); border: 1px solid var(--color-line); border-radius: 999px; padding: 0 14px; height: 40px; color: var(--color-muted); font-size: 13px; margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .header__row { min-height: 76px; gap: 32px; }
      .header__burger, .header__search-m { display: none; }
      .header__logo img { height: 58px; }
      .header__search { display: flex; max-width: 560px; }
      .header__icons { gap: 10px; }
      .header__icons .header__icon { width: 44px; height: 44px; border-radius: 50%; }
      .header__icons .header__icon:hover { background: var(--color-bg); }
      .nav-link{padding: 13px 0; font-size: 14px; font-weight: 600; text-decoration: none; letter-spacing: .02em; border-bottom: 2px solid transparent; }
      .nav-link :hover { border-bottom-color: var(--color-gold); }
          }

    /* ---- Hero (StoreBanner) ---- */
    .hero { padding: 0; }
    .hero__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .hero__track::-webkit-scrollbar { display: none; }
    .hero__slide { position: relative; flex: 0 0 100%; width: 100%; min-width: 0; scroll-snap-align: start; }
    .hero__slide img { width: 100%; height: auto; aspect-ratio: 9/11; object-fit: cover; }
    .hero__copy { position: absolute; left: 0; right: 0; bottom: 0; padding: 56px 20px 28px; color: var(--color-text); background: linear-gradient(180deg, rgba(250,247,242,0) 0%, rgba(250,247,242,.85) 30%, rgba(250,247,242,.97) 55%); }
    .hero__eyebrow { display: inline-block; margin: 0 0 8px; padding: 5px 10px; border-radius: 999px; background: var(--secondary-main); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--color-gold); }
    .hero__title { margin: 0; font-family: var(--font-display); font-size: 34px; line-height: 1.05; font-weight: 600; color: var(--secondary-main); }
    .hero__sub { margin: 8px 0 14px; font-size: 15px; color: var(--color-text); max-width: 34ch; }
    .hero__dots { display: flex; justify-content: center; gap: 6px; padding: 10px 0 0; }
    .hero__dots span { width: 6px; height: 6px; border-radius: 3px; background: var(--color-line); }
    .hero__dots span.on { width: 18px; background: var(--secondary-main); }
    @media (min-width: 768px) {
      .hero__slide img { aspect-ratio: 1920/760; }
      .hero__copy { top: 0; bottom: 0; left: 0; right: 40%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 0 6vw; background: none; }
      .hero__eyebrow { font-size: 12px; }
      .hero__title { font-size: clamp(40px, 4.6vw, 68px); }
      .hero__sub { font-size: 17px; }
    }

    /* ---- Category (LargeCategoriesCardV1) ---- */
    .cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px 10px; }
    .cat { text-decoration: none; text-align: center; font-size: 12px; font-weight: 600; }
    .cat img { width: 100%; aspect-ratio: 1; border-radius: 50%; border: 2px solid var(--color-gold-soft); margin-bottom: 6px; }
    .cat span { display: block; line-height: 1.2; }
    @media (min-width: 768px) { .cats { grid-template-columns: repeat(5, 1fr); gap: 16px; } .cat { font-size: 14px; } }
    @media (min-width: 1024px) { .cats { grid-template-columns: repeat(10, 1fr); } }

    /* ---- Collection tiles (LargeCollectionCard ×4) ---- */
    .tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .tile { position: relative; display: block; border-radius: var(--radius-md); overflow: hidden; text-decoration: none; color: var(--color-text); background: var(--color-surface); border: 1px solid var(--color-line); }
    .tile img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
    .tile--sq img { aspect-ratio: 1; }
    .tile__body { padding: 10px 12px 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
    .tile__title { margin: 0; font-size: 15px; font-weight: 700; }
    .tile__sub { margin: 2px 0 0; font-size: 12px; color: var(--color-muted); }
    .tile__arrow { width: 30px; height: 30px; border-radius: 50%; background: var(--color-gold-soft); color: var(--secondary-main); display: grid; place-items: center; flex: 0 0 30px; }
    @media (min-width: 768px) { .tiles { grid-template-columns: repeat(4, 1fr); gap: 16px; } .tile__title { font-size: 17px; } }

    /* ---- Product grid (ProductGridCollection · TWO_CARD) ---- */
    .prods { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 10px; }
    .prods--row { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; padding-bottom: 4px; scrollbar-width: none; }
    .prods--row::-webkit-scrollbar { display: none; }
    .prods--row .prod { flex: 0 0 46%; min-width: 0; scroll-snap-align: start; }
    .prod { background: var(--color-surface); border: 1px solid var(--color-line); border-radius: var(--radius-md); overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
    .prod__img { position: relative; }
    .prod__img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
    .prod__badge { position: absolute; top: 8px; left: 8px; padding: 3px 7px; border-radius: 6px; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; background: var(--color-deal); color: #fff; }
    .prod__badge--bogo { background: var(--color-gold); color: var(--color-text); }
    .prod__wish { position: absolute; top: 8px; right: 8px; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.9); display: grid; place-items: center; color: var(--color-muted); }
    .prod__body { padding: 10px 10px 10px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
    .pr-title { margin: 0; font-size: 13px; font-weight: 600; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .prod__rating { font-size: 11px; color: var(--color-muted); }
    .prod__rating b { color: var(--color-gold); }
    .prod__price { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; margin-top: auto; }
    .pr-sale-price { font-size: 15px; }
    .pr-mrp-price { font-size: 12px; color: var(--color-muted); }
    .prod__price em { font-style: normal; font-size: 12px; font-weight: 700; color: var(--color-deal); }
    .prod__cta { margin-top: 8px; min-height: 38px; border-radius: var(--radius-sm); border: 1.5px solid var(--secondary-main); background: #fff; color: var(--secondary-main); font: 700 13px var(--font); display: grid; place-items: center; }
    @media (min-width: 640px) { .prods--row .prod { flex-basis: 31%; } }
    @media (min-width: 768px) { .prods { grid-template-columns: repeat(4, 1fr); gap: 16px; } .prods--row { gap: 16px; } .prods--row .prod { flex-basis: calc(25% - 12px); } .pr-title { font-size: 14px; } }
    @media (min-width: 1024px) { .prods { grid-template-columns: repeat(5, 1fr); } .prods--row .prod { flex-basis: calc(20% - 13px); } .prod__cta { background: var(--secondary-main); color: #fff; } }

    /* ---- Promo banner (BannerCollection) ---- */
    .promo { position: relative; border-radius: var(--radius-md); overflow: hidden; }
    .promo img { width: 100%; aspect-ratio: 1; object-fit: cover; }
    .promo__copy { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 26px 20px; color: #fff; background: linear-gradient(180deg, rgba(1,54,24,.55) 0%, rgba(1,54,24,.25) 45%, rgba(1,54,24,0) 60%); }
    .promo__eyebrow { margin: 0 0 6px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--color-gold); }
    .promo__title { margin: 0; font-family: var(--font-display); font-size: 32px; line-height: 1.05; font-weight: 600; }
    .promo__sub { margin: 8px 0 16px; font-size: 14px; opacity: .92; max-width: 34ch; }
    @media (min-width: 768px) {
      .promo img { aspect-ratio: 1560/620; }
      .promo__copy { justify-content: center; padding: 0 4%; right: 46%; background: linear-gradient(90deg, rgba(1,54,24,.62) 0%, rgba(1,54,24,.38) 62%, rgba(1,54,24,0) 100%); }
      .promo__title { font-size: clamp(34px, 3.4vw, 50px); }
    }

    /* ---- Footer (Tier C) ---- */
    .footer { background: var(--secondary-main); color: rgba(255,255,255,.82); margin-top: var(--section-gap); font-size: 14px; }
    .footer__top { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 16px; padding: 32px 0 24px; }
    .footer__brand, .footer__contactcol { grid-column: 1 / -1; }
    .footer__brand img { height: 72px; width: auto; margin-bottom: 12px; border-radius: 10px; }
    .footer__brand p { margin: 0 0 12px; max-width: 40ch; font-size: 13px; line-height: 1.55; }
    .footer h4 { margin: 0 0 10px; color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
    .footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
    .footer a { text-decoration: none; color: inherit; }
    .footer__contact li { display: flex; gap: 8px; align-items: flex-start; }
    .footer__social { display: flex; gap: 10px; margin-top: 10px; }
    .footer__social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); display: grid; place-items: center; color: #fff; }
    .footer__wa { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; padding: 10px 16px; border-radius: 999px; background: var(--color-success); color: #06301A; font-weight: 700; font-size: 13px; }
    .footer__bottom { border-top: 1px solid rgba(255,255,255,.15); padding: 14px 0; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; font-size: 12px; }
    .footer__pay { display: flex; gap: 6px; flex-wrap: wrap; }
    .footer__pay span { padding: 3px 8px; border-radius: 4px; background: rgba(255,255,255,.12); font-size: 11px; font-weight: 700; }
    @media (min-width: 768px) { .footer__top { grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 32px; padding: 48px 0 32px; } .footer__brand, .footer__contactcol { grid-column: auto; } }

    /* sticky mobile WhatsApp */
    .wa-fab { position: fixed; right: 14px; bottom: 14px; z-index: 60; width: 52px; height: 52px; border-radius: 50%; background: var(--color-success); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
    @media (min-width: 1024px) { .wa-fab { right: 28px; bottom: 28px; } }
.section-heading
{
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}
.app-bar .logo {
        border-radius: 10px !important;
}
.cat-card-img {
    border-radius: 50px !important;
}
.pr-outlined-button 
{
    border-radius: 999px;
    border: 1.5px solid #013618 !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.sh-product-plus-minus-button
{    
    border: 1.5px solid #013618 !important;
    background-color:#013618 !important;
    border-radius: 6px;
    padding: 8px 0;
    font-size: 12.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #fff !important;
}

.sh-product-plus-minus-button:hover
{    border-radius:6px;
    border: 1.5px solid #013618;
    background-color: #013618;
    color:#fff !important;
}
.pr-discount ,.sh-product-card-discount-tag
{
position: absolute;
    top: 10px;
    right:10px;
    background: #013618 !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    padding: 4px 9px;
    border-radius: 6px;
}
