/*
Theme Name: Prisha Fashion & Beauty
Theme URI: https://theprisha.com
Author: Prisha Team
Author URI: https://theprisha.com
Description: Premium ethnic wear WooCommerce theme for Prisha Fashion & Beauty. Fully dynamic with ACF & WooCommerce.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
WC requires at least: 7.0
WC tested up to: 8.5
License: Private
Text Domain: prisha
Tags: e-commerce, woocommerce, ethnic, fashion, acf
*/

/* ══════════════════════════════════════════════
   DESIGN SYSTEM — Prisha Fashion & Beauty
══════════════════════════════════════════════ */

:root {
  --prisha-purple:  #7B3FA0;
  --prisha-teal:    #1A9E8F;
  --prisha-coral:   #D4534A;
  --prisha-orange:  #E07B2A;
  --prisha-gold:    #C8892A;
  --prisha-green:   #5A8C3C;
  --prisha-magenta: #C0386B;

  --bg:         #FBF5ED;
  --bg2:        #F3EAD8;
  --surface:    #FFFFFF;
  --maroon:     #8B1A2B;
  --maroon2:    #6B1020;
  --gold:       #C8892A;
  --gold-light: #E8B865;
  --gold-pale:  #F5E5C0;
  --text:       #2A1505;
  --text2:      #5C3820;
  --text3:      #9B7A5A;
  --border:     #E8D9BE;

  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'Hind', sans-serif;
  --r: 14px;
  --r-sm: 8px;
  --max-w: 1280px;
  --shadow: 0 4px 24px rgba(139,26,43,0.10);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
}

img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: var(--font-body); }

/* ── UTILITIES ── */
.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section { padding: 64px 0; }
.section-alt { background: var(--bg2); }

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5,h6 { font-family: var(--font-display); line-height: 1.15; color: var(--text); }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.2rem; }
em { font-style: italic; color: var(--maroon); }
.sec-eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 8px;
}
.sec-title { font-family: var(--font-display); font-size: clamp(1.6rem,3vw,2.4rem); margin-bottom: 8px; }
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
  flex-wrap: wrap;
  gap: 12px;
}

/* ── ORNAMENT ── */
.ornament-divider {
  text-align: center;
  padding: 8px 0;
  color: var(--gold);
  font-size: 22px;
  letter-spacing: 8px;
  opacity: 0.6;
}

/* ── BUTTONS ── */
.btn-maroon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--maroon);
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: background 0.2s, transform 0.15s;
  cursor: pointer;
  font-family: var(--font-body);
}
.btn-maroon:hover { background: #A0203A; transform: translateY(-1px); color:#fff; }

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--text);
  border: none;
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: background 0.2s, transform 0.15s;
  cursor: pointer;
  font-family: var(--font-body);
}
.btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); color: var(--text); }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--maroon);
  border: 2px solid var(--maroon);
  border-radius: 100px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
  cursor: pointer;
  font-family: var(--font-body);
}
.btn-outline:hover { background: var(--maroon); color: #fff; }

.view-all {
  font-size: 13px;
  font-weight: 600;
  color: var(--maroon);
  border-bottom: 1px solid var(--maroon);
  transition: opacity 0.2s;
  white-space: nowrap;
}
.view-all:hover { opacity: 0.7; }

/* ── TICKER / ANNOUNCEMENT ── */
.ticker {
  background: var(--maroon2);
  overflow: hidden;
  height: 36px;
  display: flex;
  align-items: center;
}
.ticker-inner {
  display: flex;
  gap: 0;
  animation: ticker 30s linear infinite;
  white-space: nowrap;
}
.ticker-inner span {
  color: var(--gold-light);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0 32px;
  border-right: 1px solid rgba(200,137,42,0.3);
}
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ── HEADER ── */
header.site-header {
  background: var(--surface);
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 18px rgba(139,26,43,0.08);
}
.header-top {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 16px;
}

.logo-wrap { display: flex; align-items: center; gap: 0; flex-shrink: 0; text-decoration: none; }
.logo-emblem { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-emblem svg { width: 100%; height: 100%; }
.logo-wordmark { margin-left: 6px; }
.logo-wordmark .brand {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(135deg, var(--prisha-purple) 0%, var(--prisha-teal) 35%, var(--prisha-coral) 70%, var(--prisha-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.logo-wordmark .sub {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1;
  margin-top: 3px;
  -webkit-text-fill-color: var(--gold);
}

.header-search { flex: 1; max-width: 480px; position: relative; }
.header-search input {
  width: 100%;
  padding: 10px 16px 10px 44px;
  border: 1.5px solid var(--border);
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 14px;
  background: var(--bg);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s;
}
.header-search input:focus { border-color: var(--maroon); }
.header-search .search-ico {
  position: absolute; left: 14px; top: 50%;
  transform: translateY(-50%);
  font-size: 18px; color: var(--text3);
}

.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn {
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; border: none; background: none;
  cursor: pointer; font-size: 20px; color: var(--text);
  transition: background 0.2s; position: relative; text-decoration: none;
}
.icon-btn:hover { background: var(--bg2); }

.cart-pill {
  display: flex; align-items: center; gap: 8px;
  background: var(--maroon); color: white; border: none;
  border-radius: 100px; padding: 8px 18px 8px 14px;
  font-size: 14px; font-weight: 600; font-family: var(--font-body);
  cursor: pointer; transition: background 0.2s; text-decoration: none;
}
.cart-pill:hover { background: #A0203A; color: white; }
.cart-pill .cnt {
  background: var(--gold); color: var(--text);
  border-radius: 100px; min-width: 20px; height: 20px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; padding: 0 5px;
}

/* ── NAV ── */
.header-nav {
  background: linear-gradient(90deg, var(--maroon2) 0%, var(--maroon) 100%);
  border-bottom: 2px solid var(--gold);
}
.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  /* No overflow on desktop — dropdowns need to escape this box vertically */
}
.nav-inner::-webkit-scrollbar { display: none; }
.header-nav { overflow: visible; }   /* belt-and-braces */
.header-nav, header.site-header { overflow: visible; }

/* Re-enable horizontal scroll only on mobile, where there are no hover dropdowns */
@media (max-width: 1024px) {
  .nav-inner {
    overflow-x: auto;
    scrollbar-width: none;
  }
}
.nav-link {
  display: flex; align-items: center; gap: 6px;
  padding: 12px 20px; text-decoration: none;
  color: rgba(255,255,255,0.85);
  font-size: 13.5px; font-weight: 500; letter-spacing: 0.3px;
  white-space: nowrap; border-bottom: 2px solid transparent;
  margin-bottom: -2px; transition: all 0.2s;
}
.nav-link:hover, .nav-link.current-menu-item > a,
.nav-link.active { color: var(--gold-light); border-bottom-color: var(--gold-light); }
.nav-link .badge {
  background: var(--gold); color: var(--text);
  font-size: 10px; font-weight: 700; padding: 1px 6px; border-radius: 100px;
}
.nav-link .new-badge {
  background: #E53935; color: white;
  font-size: 9px; font-weight: 700; padding: 1px 6px; border-radius: 100px;
}

/* Main WP nav menu */
#primary-menu { display:flex; align-items:center; gap:0; list-style:none; margin:0; padding:0; }
#primary-menu li { position: relative; list-style: none; }

/* Top-level items — uppercase pill links */
#primary-menu > li > a {
  display: flex; align-items: center; gap: 6px;
  padding: 14px 20px; text-decoration: none;
  color: rgba(255,255,255,0.85);
  font-size: 12px; font-weight: 600; letter-spacing: 1.4px;
  text-transform: uppercase;
  white-space: nowrap; border-bottom: 2px solid transparent;
  margin-bottom: -2px; transition: all 0.2s;
}
#primary-menu > li > a:hover,
#primary-menu > li.current-menu-item > a,
#primary-menu > li.current-menu-parent > a,
#primary-menu > li.current-menu-ancestor > a {
  color: var(--gold-light);
  border-bottom-color: var(--gold-light);
}

/* Caret indicator on items with children */
#primary-menu > li.menu-item-has-children > a::after {
  content: '▾';
  font-size: 10px;
  margin-left: 4px;
  opacity: 0.75;
  transform: translateY(-1px);
  letter-spacing: 0;
}

/* ── SUBMENU DROPDOWN ── */
#primary-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background: var(--surface);
  border-radius: 0 0 var(--r) var(--r);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  padding: 8px 0;
  margin: 0;
  list-style: none;
  border-top: 3px solid var(--gold);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, visibility 0.2s, transform 0.2s ease;
  z-index: 220;
}
#primary-menu li:hover > .sub-menu,
#primary-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#primary-menu .sub-menu li { width: 100%; }
#primary-menu .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 20px;
  color: var(--text);
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-body);
  letter-spacing: 0.3px;
  text-transform: none;          /* sub-menu items are sentence case */
  border: none;
  margin: 0;
  background: transparent;
  transition: background 0.18s, color 0.18s, padding-left 0.18s;
  white-space: nowrap;
}
#primary-menu .sub-menu li a::after {
  content: '›';
  color: var(--gold);
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.2s ease;
  font-size: 16px;
}
#primary-menu .sub-menu li a:hover,
#primary-menu .sub-menu li.current-menu-item > a {
  background: var(--bg);
  color: var(--maroon);
  padding-left: 24px;
  border: none;
}
#primary-menu .sub-menu li a:hover::after,
#primary-menu .sub-menu li.current-menu-item > a::after {
  opacity: 1;
  transform: translateX(0);
}

/* Nested submenu (3rd level) flies out to the right */
#primary-menu .sub-menu .sub-menu {
  top: -8px;
  left: 100%;
  border-top: none;
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--r) var(--r) 0;
}
#primary-menu .sub-menu li.menu-item-has-children > a::after {
  content: '›';
  opacity: 1;
  transform: none;
}

/* Edge-case: prevent right-side dropdowns from overflowing the viewport */
#primary-menu > li:nth-last-child(-n+2) > .sub-menu { left: auto; right: 0; }
#primary-menu > li:nth-last-child(-n+2) .sub-menu .sub-menu { left: auto; right: 100%; border-radius: var(--r) 0 0 var(--r); border-left: none; border-right: 3px solid var(--gold); }

/* ── DRAWER MENU SUBMENU (mobile) ── */
.drawer-menu .menu-item-has-children > a {
  position: relative;
}
.drawer-menu .menu-item-has-children > a::after {
  content: '▾';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--text3);
  transition: transform 0.25s;
}
.drawer-menu .menu-item-has-children.is-expanded > a::after {
  transform: translateY(-50%) rotate(180deg);
  color: var(--maroon);
}
.drawer-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--bg2);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.drawer-menu li.is-expanded > .sub-menu { max-height: 800px; }
.drawer-menu .sub-menu li a {
  padding: 10px 20px 10px 36px;
  font-size: 13.5px;
  color: var(--text2);
  font-weight: 500;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.drawer-menu .sub-menu li a:hover {
  background: var(--surface);
  color: var(--maroon);
}

/* ── FOOTER ── */
footer.site-footer {
  background: linear-gradient(135deg, #1a0508 0%, #2d0a14 60%, #1a0508 100%);
  color: rgba(255,255,255,0.8);
  padding: 60px 0 0;
  margin-top: 0;
}
.footer-grid {
  max-width: var(--max-w); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(200,137,42,0.2);
}
.foot-logo .brand {
  font-family: var(--font-display);
  font-size: 28px; font-weight: 700; font-style: italic;
  background: linear-gradient(135deg, var(--prisha-purple) 0%, var(--prisha-teal) 35%, var(--prisha-coral) 70%, var(--prisha-gold) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.foot-logo .sub {
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); -webkit-text-fill-color: var(--gold);
  margin-top: 3px;
}
.foot-desc { font-size: 13.5px; color: rgba(255,255,255,0.6); margin: 16px 0 20px; line-height: 1.7; }
.foot-socials { display: flex; gap: 8px; }
.soc-btn {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(200,137,42,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; transition: all 0.2s; text-decoration: none;
}
.soc-btn:hover { background: var(--gold); transform: translateY(-2px); }

.foot-col h4 {
  font-family: var(--font-display); font-size: 16px; color: var(--gold-light);
  margin-bottom: 16px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(200,137,42,0.2);
}
.foot-col ul { list-style: none; padding: 0; margin: 0; }
.foot-col ul li { margin-bottom: 8px; }
.foot-col ul li a { font-size: 13.5px; color: rgba(255,255,255,0.65); transition: color 0.2s; }
.foot-col ul li a:hover { color: var(--gold-light); }

.foot-contact { display: flex; flex-direction: column; gap: 12px; }
.foot-contact-row { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; }
.foot-contact-row .ico { font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.foot-contact-row span { color: rgba(255,255,255,0.65); line-height: 1.5; }

.foot-bottom {
  max-width: var(--max-w); margin: 0 auto; padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.foot-bottom p { font-size: 12.5px; color: rgba(255,255,255,0.4); }
.pay-row { display: flex; gap: 8px; flex-wrap: wrap; }
.pay-chip {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(200,137,42,0.2);
  border-radius: 6px; padding: 4px 10px;
  font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.6);
  letter-spacing: 0.5px;
}

/* ── PRODUCT CARDS ── */
.product-card {
  background: var(--surface);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(139,26,43,0.07);
  transition: box-shadow 0.25s, transform 0.25s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.product-img { position: relative; overflow: hidden; aspect-ratio: 3/4; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.product-card:hover .product-img img { transform: scale(1.04); }
.product-badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--maroon); color: white;
  font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 100px;
  z-index: 2;
}
/* Sale percentage — high-visibility coral pill */
.product-badge--sale {
  background: linear-gradient(135deg, var(--prisha-coral) 0%, #B8413B 100%);
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
  padding: 6px 12px;
  letter-spacing: 0.4px;
  box-shadow: 0 4px 14px rgba(212, 83, 74, 0.35);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
/* Hot / New / Featured — teal accent pill */
.product-badge--hot,
.product-badge--new {
  background: var(--prisha-teal);
  color: #fff;
}

/* Prefixed badge family used by taxonomy-product_cat.php */
.prisha-product-card__badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.prisha-badge {
  font-size: 11.5px;
  font-weight: 800;
  padding: 5px 11px;
  border-radius: 100px;
  letter-spacing: 0.4px;
  color: #fff;
}
.prisha-badge--sale {
  background: linear-gradient(135deg, var(--prisha-coral) 0%, #B8413B 100%);
  box-shadow: 0 4px 14px rgba(212, 83, 74, 0.35);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
}
.prisha-badge--new {
  background: var(--prisha-teal);
}
.wish-btn {
  position: absolute; top: 10px; right: 10px;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,0.9); border: none;
  font-size: 18px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: transform 0.15s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.wish-btn:hover { transform: scale(1.15); }
.wish-btn.is-wished {
  background: #fff;
  box-shadow: 0 4px 14px rgba(229, 57, 53, 0.3);
  animation: wish-pop 0.35s ease;
}
.wish-btn-full.is-wished {
  border-color: var(--prisha-coral) !important;
  color: var(--prisha-coral) !important;
}
@keyframes wish-pop {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.25); }
  100% { transform: scale(1); }
}

/* Toast notifications (used by wishlist + other actions) */
.prisha-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--text);
  color: #fff;
  padding: 12px 22px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-body);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
  max-width: calc(100vw - 32px);
}
.prisha-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.prisha-toast--success { background: var(--prisha-teal); }
.prisha-toast--info    { background: var(--text2); }
.prisha-toast--error   { background: var(--prisha-coral); }
@media (max-width: 768px) {
  .prisha-toast { bottom: 84px; }   /* sit above the mobile bottom bar */
}

.product-info { padding: 14px 16px 16px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.p-name { font-size: 14px; font-weight: 600; color: var(--text); line-height: 1.4; }
.p-cat { font-size: 12px; color: var(--text3); }
.price-row { display: flex; align-items: center; gap: 8px; margin-top: auto; }
.p-now { font-size: 16px; font-weight: 700; color: var(--maroon); }
.p-was {
  font-size: 13px;
  color: var(--text3);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--prisha-coral);
  opacity: 0.9;
}
.p-off {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: var(--prisha-teal);
  padding: 2px 8px;
  border-radius: 100px;
  letter-spacing: 0.3px;
}
.atc-btn {
  width: 100%; margin-top: 10px; padding: 10px 16px;
  background: var(--maroon); color: white; border: none;
  border-radius: var(--r-sm); font-size: 13.5px; font-weight: 600;
  font-family: var(--font-body); cursor: pointer; transition: all 0.25s;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  text-decoration: none;
}
.atc-btn:hover { background: #A0203A; color: white; }
.atc-btn.added { background: var(--prisha-teal); }
.atc-btn.is-loading { opacity: 0.6; cursor: wait; }

/* Variable products → "Buy Now" link (gold gradient to differentiate from cart) */
.atc-btn--buy-now {
  background: linear-gradient(135deg, var(--gold) 0%, #B8771F 100%);
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.3px;
}
.atc-btn--buy-now:hover {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  color: var(--text);
  transform: translateY(-1px);
}

/* Out of stock → muted link */
.atc-btn--out {
  background: var(--bg2);
  color: var(--text3);
  border: 1px solid var(--border);
  cursor: not-allowed;
}
.atc-btn--out:hover {
  background: var(--bg2);
  color: var(--text3);
}

/* ── PRODUCT GRID ── */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}

/* ── CART PAGE — mobile responsive (collapse table → card per item) ── */
@media (max-width: 768px) {
  /* Stack the cart-items + summary columns */
  .prisha-cart-layout,
  body.woocommerce-cart .wrap > section .wrap > div[style*="grid-template-columns:1fr 360px"],
  body.woocommerce-cart [style*="grid-template-columns:1fr 360px"] {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Cart items: hide the table-style header row, restack each item card */
  body.woocommerce-cart [style*="grid-template-columns:2fr 1fr 1fr 1fr auto"] {
    display: block !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 0 12px !important;
  }
  /* The header row (with PRODUCT/PRICE/QUANTITY/SUBTOTAL labels) becomes redundant */
  body.woocommerce-cart [style*="grid-template-columns:2fr 1fr 1fr 1fr auto"][style*="background:var(--bg2)"][style*="font-size:12px"] {
    display: none !important;
  }
  /* Each item row becomes a stacked card */
  body.woocommerce-cart [style*="grid-template-columns:2fr 1fr 1fr 1fr auto"][style*="background:var(--surface)"] {
    display: grid !important;
    grid-template-columns: 80px 1fr !important;
    grid-template-rows: auto auto auto !important;
    gap: 12px 14px !important;
    padding: 14px !important;
    background: var(--surface) !important;
    border-radius: var(--r) !important;
    box-shadow: 0 2px 8px rgba(139,26,43,0.05) !important;
    margin-bottom: 12px !important;
    align-items: start !important;
    position: relative;
  }
  /* Product cell — image + title together */
  body.woocommerce-cart [style*="grid-template-columns:2fr 1fr 1fr 1fr auto"][style*="background:var(--surface)"] > div:nth-child(1) {
    grid-column: 1 / -1;
    display: flex !important;
    align-items: flex-start;
    gap: 14px;
    text-align: left !important;
  }
  /* Price, qty, subtotal cells go in a row beneath */
  body.woocommerce-cart [style*="grid-template-columns:2fr 1fr 1fr 1fr auto"][style*="background:var(--surface)"] > div:nth-child(n+2):nth-child(-n+4) {
    grid-column: auto;
    text-align: left !important;
    font-size: 13.5px !important;
    padding: 4px 8px;
    background: var(--bg2);
    border-radius: var(--r-sm);
  }
  body.woocommerce-cart [style*="grid-template-columns:2fr 1fr 1fr 1fr auto"][style*="background:var(--surface)"] > div:nth-child(2)::before { content: 'Price: '; color: var(--text3); font-weight: 600; font-size: 11px; text-transform: uppercase; display: block; }
  body.woocommerce-cart [style*="grid-template-columns:2fr 1fr 1fr 1fr auto"][style*="background:var(--surface)"] > div:nth-child(3)::before { content: 'Qty: '; color: var(--text3); font-weight: 600; font-size: 11px; text-transform: uppercase; display: block; }
  body.woocommerce-cart [style*="grid-template-columns:2fr 1fr 1fr 1fr auto"][style*="background:var(--surface)"] > div:nth-child(4)::before { content: 'Subtotal: '; color: var(--text3); font-weight: 600; font-size: 11px; text-transform: uppercase; display: block; }
  /* Remove (✕) button — pin to top-right */
  body.woocommerce-cart [style*="grid-template-columns:2fr 1fr 1fr 1fr auto"][style*="background:var(--surface)"] > div:last-child {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    grid-column: auto;
  }

  /* Cart actions row (coupon + update) */
  body.woocommerce-cart [style*="background:var(--bg2)"][style*="border-radius:var(--r-sm)"] {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }
  body.woocommerce-cart [style*="background:var(--bg2)"][style*="border-radius:var(--r-sm)"] input[name="coupon_code"] {
    width: 100% !important;
  }
  body.woocommerce-cart [style*="background:var(--bg2)"][style*="border-radius:var(--r-sm)"] button {
    width: 100% !important;
    justify-content: center;
  }

  /* Order summary panel — release sticky on mobile */
  body.woocommerce-cart [style*="position:sticky"] {
    position: static !important;
  }
}

/* ── CHECKOUT PAGE — mobile responsive ── */
@media (max-width: 768px) {
  body.woocommerce-checkout [style*="grid-template-columns:1fr 380px"],
  body.woocommerce-checkout [style*="grid-template-columns:1fr 380px"] > div {
    grid-template-columns: 1fr !important;
  }
  body.woocommerce-checkout [style*="position:sticky"] {
    position: static !important;
    top: auto !important;
  }
  body.woocommerce-checkout form.checkout .form-row-first,
  body.woocommerce-checkout form.checkout .form-row-last {
    width: 100% !important;
    float: none !important;
  }
  /* Cart progress steps — keep readable */
  body.woocommerce-checkout [style*="display:flex;align-items:center;gap:8px"] span {
    font-size: 10px !important;
  }
}

/* ── SINGLE PRODUCT — mobile responsive ── */
@media (max-width: 768px) {
  body.single-product [style*="grid-template-columns:1fr 1fr;gap:48px"] {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  body.single-product .product-tabs-nav {
    overflow-x: auto;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  body.single-product .product-tabs-nav::-webkit-scrollbar { display: none; }
  body.single-product .tab-btn { white-space: nowrap; padding: 12px 20px !important; font-size: 13px !important; }
  body.single-product [style*="grid-template-columns:1fr 1fr;gap:20px"] {
    grid-template-columns: 1fr !important;
  }
  /* Trust pills wrap */
  .prisha-atc-wrap form.cart > .quantity,
  .prisha-atc-wrap .single_variation_wrap .woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: stretch;
  }
  .prisha-atc-wrap .quantity { align-self: flex-start; }
  .prisha-atc-wrap form.cart button.single_add_to_cart_button,
  .prisha-atc-wrap .single_add_to_cart_button {
    width: 100%;
    flex: none;
  }
}

/* ── SIDE CART DRAWER (desktop + mobile) ── */
.cart-drawer {
  position: fixed !important;
  top: 0 !important;
  right: -460px;
  width: 400px !important;
  max-width: 100vw !important;
  height: 100vh !important;
  background: var(--surface) !important;
  z-index: 1000 !important;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.22);
  display: flex !important;
  flex-direction: column !important;
  transition: right 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--font-body);
}
.cart-drawer.is-open { right: 0; }
body:has(.cart-drawer.is-open) .mob-bar,
body:has(.cart-drawer.is-open) #scrollTop { display: none !important; }
.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.cart-drawer-overlay.is-active { opacity: 1; pointer-events: all; }

.cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  background: linear-gradient(135deg, var(--maroon2) 0%, var(--maroon) 100%);
  color: #fff;
  flex-shrink: 0;
}
.cart-drawer__header h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin: 0;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-drawer__count {
  background: #C8892A !important;
  color: #2A1505 !important;
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  padding: 2px 10px !important;
  border-radius: 100px !important;
  min-width: 26px !important;
  height: 22px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  line-height: 1 !important;
  letter-spacing: 0.3px;
}
.cart-drawer__close {
  background: rgba(255,255,255,0.15);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
  font-family: var(--font-body);
}
.cart-drawer__close:hover { background: rgba(255,255,255,0.3); }

.cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* Style WC mini cart contents */
.cart-drawer .woocommerce-mini-cart {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 1;
}
/* Each cart item: absolute-positioned thumb + stacked title/variation/qty */
.cart-drawer .woocommerce-mini-cart li.mini_cart_item,
.cart-drawer .woocommerce-mini-cart .mini_cart_item {
  position: relative;
  display: block !important;
  padding: 16px 50px 16px 96px !important;
  margin: 0 !important;
  border-bottom: 1px solid var(--border);
  list-style: none !important;
  min-height: 102px;
  background: var(--surface);
}
.cart-drawer .woocommerce-mini-cart .mini_cart_item:hover {
  background: var(--bg);
}
/* Thumbnail — absolute positioned so it never fights the wrapping anchor */
.cart-drawer .woocommerce-mini-cart .mini_cart_item img {
  position: absolute !important;
  left: 18px;
  top: 16px;
  width: 64px !important;
  height: 80px !important;
  object-fit: cover;
  border-radius: var(--r-sm);
  margin: 0 !important;
  float: none !important;
  border: 1px solid var(--border);
}
/* Product name link (WC wraps img + text in same <a>) */
.cart-drawer .woocommerce-mini-cart .mini_cart_item > a:not(.remove) {
  display: block;
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1.4;
  margin: 0 0 4px;
  font-family: var(--font-body);
}
.cart-drawer .woocommerce-mini-cart .mini_cart_item > a:not(.remove):hover {
  color: var(--maroon);
}
/* Quantity × Price row */
.cart-drawer .woocommerce-mini-cart .quantity {
  display: block !important;
  font-size: 13px;
  color: var(--text2);
  margin: 4px 0 0;
  font-weight: 500;
}
.cart-drawer .woocommerce-mini-cart .quantity .amount,
.cart-drawer .woocommerce-mini-cart .quantity .woocommerce-Price-amount {
  color: var(--maroon);
  font-weight: 700;
  font-size: 14px;
}
/* Variations (Size: 40, Color: Red, etc.) */
.cart-drawer .woocommerce-mini-cart .variation {
  margin: 4px 0 0 !important;
  padding: 0 !important;
  font-size: 12px;
  color: var(--text3);
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  background: transparent;
}
.cart-drawer .woocommerce-mini-cart .variation dt,
.cart-drawer .woocommerce-mini-cart .variation dd {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 500;
  background: transparent;
}
.cart-drawer .woocommerce-mini-cart .variation dt {
  color: var(--text3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 10.5px;
}
.cart-drawer .woocommerce-mini-cart .variation dd {
  color: var(--text);
  font-weight: 600;
  margin-right: 8px !important;
}
.cart-drawer .woocommerce-mini-cart .variation dd p { margin: 0; display: inline; }
/* Remove × button — circular, top-right of each row */
.cart-drawer .woocommerce-mini-cart .remove,
.cart-drawer .woocommerce-mini-cart a.remove {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  background: var(--bg2) !important;
  color: var(--text3) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s !important;
  border: 1px solid var(--border) !important;
  line-height: 1 !important;
  padding: 0 !important;
}
.cart-drawer .woocommerce-mini-cart .remove:hover,
.cart-drawer .woocommerce-mini-cart a.remove:hover {
  background: var(--prisha-coral) !important;
  color: #fff !important;
  border-color: var(--prisha-coral) !important;
  transform: scale(1.1);
}

.cart-drawer .woocommerce-mini-cart__total {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 20px 22px;
  margin: 0;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}
.cart-drawer .woocommerce-mini-cart__total strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
}
.cart-drawer .woocommerce-mini-cart__total .amount,
.cart-drawer .woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: var(--maroon);
  font-size: 1.4rem;
  font-weight: 700;
}
.cart-drawer .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 22px 22px;
  margin: 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.cart-drawer .woocommerce-mini-cart__buttons a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border: none;
}
.cart-drawer .woocommerce-mini-cart__buttons a.button:not(.checkout):not(.wc-forward) {
  background: transparent;
  color: var(--maroon);
  border: 1.5px solid var(--maroon);
}
.cart-drawer .woocommerce-mini-cart__buttons a.button:not(.checkout):not(.wc-forward):hover {
  background: var(--maroon);
  color: #fff;
}
.cart-drawer .woocommerce-mini-cart__buttons a.checkout,
.cart-drawer .woocommerce-mini-cart__buttons a.wc-forward.checkout {
  background: linear-gradient(135deg, var(--maroon) 0%, #A02038 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(139, 26, 43, 0.25);
}
.cart-drawer .woocommerce-mini-cart__buttons a.checkout:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(139, 26, 43, 0.35);
}
.cart-drawer .woocommerce-mini-cart__empty-message,
.cart-drawer p.woocommerce-mini-cart__empty-message {
  padding: 80px 24px 40px;
  text-align: center;
  color: var(--text3);
  font-size: 15px;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cart-drawer .woocommerce-mini-cart__empty-message::before {
  content: '🛒';
  display: block;
  font-size: 64px;
  margin-bottom: 16px;
  opacity: 0.5;
}

@media (max-width: 480px) {
  .cart-drawer { width: 100vw; right: -100vw; }
}

/* ── PAGINATION (shop, categories, blog) ── */
.page-numbers,
ul.page-numbers {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-numbers li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex;
}
.page-numbers a,
.page-numbers span,
.page-numbers li > a,
.page-numbers li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 100px;
  border: 1.5px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  line-height: 1;
}
.page-numbers a:hover,
.page-numbers li > a:hover {
  background: var(--bg2);
  border-color: var(--maroon);
  color: var(--maroon);
  transform: translateY(-1px);
}
.page-numbers .current,
.page-numbers li > span.current {
  background: var(--maroon);
  background-image: linear-gradient(135deg, var(--maroon) 0%, #A02038 100%);
  color: #fff;
  border-color: var(--maroon);
  box-shadow: 0 4px 12px rgba(139, 26, 43, 0.25);
}
.page-numbers .dots,
.page-numbers li > span.dots {
  border: none;
  background: transparent;
  color: var(--text3);
  min-width: auto;
  padding: 0 4px;
}
.page-numbers .prev,
.page-numbers .next,
.page-numbers li > a.prev,
.page-numbers li > a.next {
  font-weight: 700;
  padding: 0 18px;
  color: var(--maroon);
}
.page-numbers .prev:hover,
.page-numbers .next:hover {
  background: var(--maroon);
  color: #fff;
  border-color: var(--maroon);
}
@media (max-width: 480px) {
  .page-numbers a,
  .page-numbers span {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
    padding: 0 10px;
  }
}

/* ── BREADCRUMB ── */
.breadcrumb {
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.breadcrumb .wrap { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text3); }
.breadcrumb a { color: var(--text3); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--maroon); }
.breadcrumb .sep { color: var(--gold); }
.breadcrumb .current { color: var(--text); font-weight: 500; }

/* ── FORMS ── */
.prisha-form input,
.prisha-form textarea,
.prisha-form select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: 14px;
  background: var(--surface);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s;
}
.prisha-form input:focus,
.prisha-form textarea:focus,
.prisha-form select:focus { border-color: var(--maroon); }
.prisha-form label { font-size: 13px; font-weight: 600; color: var(--text2); margin-bottom: 6px; display: block; }
.prisha-form .form-group { margin-bottom: 18px; }
.prisha-form textarea { resize: vertical; min-height: 120px; }

/* ── MOBILE NAV DRAWER ── */
.mobile-toggle {
  display: none;
  background: none; border: none;
  font-size: 24px; color: var(--text); cursor: pointer;
}
.mobile-drawer {
  position: fixed; top: 0; left: -100%; width: 300px; height: 100vh;
  background: var(--surface); z-index: 999; overflow-y: auto;
  transition: left 0.3s; box-shadow: 4px 0 24px rgba(0,0,0,0.15);
}
.mobile-drawer.open { left: 0; }
.drawer-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.5);
  z-index: 998; opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.drawer-overlay.active { opacity: 1; pointer-events: all; }
.drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 20px 16px;
  border-bottom: 1px solid var(--border);
}
.drawer-close { background: none; border: none; font-size: 24px; cursor: pointer; color: var(--text); }
.drawer-menu { list-style: none; padding: 16px 0; margin: 0; }
.drawer-menu li a {
  display: block; padding: 12px 20px;
  font-size: 15px; font-weight: 500; color: var(--text);
  border-bottom: 1px solid var(--border); transition: background 0.2s;
}
.drawer-menu li a:hover { background: var(--bg); color: var(--maroon); }

/* ── MOBILE BOTTOM BAR ── */
.mob-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--maroon); color: white;
  display: none; align-items: center; justify-content: space-between;
  padding: 12px 20px; z-index: 150;
  box-shadow: 0 -4px 20px rgba(139,26,43,0.25);
}
.mob-bar .lbl { font-size: 11px; opacity: 0.7; }
.mob-bar .val { font-size: 14px; font-weight: 700; }
.mob-checkout {
  background: var(--gold); color: var(--text); border: none;
  border-radius: 100px; padding: 10px 20px;
  font-size: 14px; font-weight: 700; font-family: var(--font-body);
  cursor: pointer;
}

/* ── SCROLL TO TOP ── */
#scrollTop {
  position: fixed; bottom: 80px; right: 24px;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--maroon); color: white;
  border: none; font-size: 18px; cursor: pointer;
  box-shadow: var(--shadow); opacity: 0;
  pointer-events: none; transition: opacity 0.3s;
  z-index: 100; display: flex; align-items: center; justify-content: center;
}
#scrollTop.show { opacity: 1; pointer-events: all; }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.trust-bar .wrap {
  display: flex; align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-ico { font-size: 24px; }
.t-title { font-weight: 600; font-size: 14px; }
.t-desc { font-size: 12px; color: var(--text3); }

/* ── STARS ── */
.star-rating { color: #F5A623; font-size: 14px; letter-spacing: 1px; }

/* ── WOOCOMMERCE OVERRIDES ── */
.woocommerce-notices-wrapper { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background: var(--surface);
  border-left: 4px solid var(--maroon);
  border-radius: var(--r-sm);
  padding: 14px 16px;
  margin: 16px 0;
  font-size: 14px;
}
.woocommerce-error { border-left-color: #E53935; }
.woocommerce-info { border-left-color: var(--prisha-teal); }

/* ── EXPRESS ONE-PAGE CHECKOUT (single product) ── */
.express-checkout {
  margin-top: 28px;
  padding: 24px;
  background: linear-gradient(180deg, var(--gold-pale) 0%, var(--bg) 100%);
  border: 1.5px solid var(--gold);
  border-radius: var(--r);
  position: relative;
}
.express-checkout::before {
  content: '';
  position: absolute;
  top: -1.5px; left: -1.5px; right: -1.5px;
  height: 4px;
  background: linear-gradient(90deg, var(--maroon) 0%, var(--gold) 50%, var(--maroon) 100%);
  border-radius: var(--r) var(--r) 0 0;
}
.express-checkout__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--gold);
}
.express-checkout__icon {
  font-size: 28px;
  background: var(--maroon);
  color: var(--gold);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(139, 26, 43, 0.3);
}
.express-checkout__title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--maroon);
  line-height: 1.2;
}
.express-checkout__sub {
  font-size: 13px;
  color: var(--text2);
  margin-top: 2px;
}

.express-checkout__form { display: flex; flex-direction: column; gap: 14px; }
.express-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.express-row:has(.express-field--pin) { grid-template-columns: 1fr 1.3fr 1.3fr; }
.express-row:not(:has(.express-field--pin)) { grid-template-columns: 1fr 1fr; }
.express-field { display: flex; flex-direction: column; gap: 6px; position: relative; }
.express-field label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text2);
  letter-spacing: 0.3px;
}
.express-field .req { color: var(--prisha-coral); }
.express-field input,
.express-field textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: 14px;
  background: var(--surface);
  color: var(--text);
  outline: none;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.express-field input:focus,
.express-field textarea:focus {
  border-color: var(--maroon);
  box-shadow: 0 0 0 3px rgba(139, 26, 43, 0.1);
}
.express-pin-status {
  position: absolute;
  right: 12px;
  top: 36px;
  font-size: 16px;
  font-weight: 700;
  pointer-events: none;
}

.express-payment {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px dashed var(--border);
}
.express-payment__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--text2);
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}
.express-payment__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.express-payment__opt { cursor: pointer; }
.express-payment__opt input { position: absolute; opacity: 0; pointer-events: none; }
.express-payment__pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  transition: all 0.18s;
}
.express-payment__opt input:checked + .express-payment__pill {
  border-color: var(--maroon);
  background: var(--surface);
  box-shadow: 0 0 0 3px rgba(139, 26, 43, 0.08);
}
.express-payment__ico { font-size: 22px; flex-shrink: 0; }
.express-payment__pill strong {
  display: block;
  font-size: 13.5px;
  color: var(--text);
  font-weight: 700;
}
.express-payment__pill small {
  display: block;
  font-size: 11.5px;
  color: var(--text3);
  margin-top: 1px;
}

.express-summary {
  margin-top: 8px;
  padding: 14px 16px;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
}
.express-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--text2);
  padding: 4px 0;
}
.express-summary__row strong { color: var(--text); font-weight: 700; }
.express-summary__row--total {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px dashed var(--border);
  font-size: 16px;
}
.express-summary__row--total strong {
  color: var(--maroon);
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.express-msg {
  padding: 12px 14px;
  border-radius: var(--r-sm);
  font-size: 13.5px;
  font-weight: 500;
}
.express-msg--error {
  background: rgba(212, 83, 74, 0.1);
  color: var(--prisha-coral);
  border: 1px solid rgba(212, 83, 74, 0.3);
}
.express-msg--success {
  background: rgba(26, 158, 143, 0.1);
  color: var(--prisha-teal);
  border: 1px solid rgba(26, 158, 143, 0.3);
}

.express-place-order {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 56px;
  background: linear-gradient(135deg, var(--maroon) 0%, #A02038 100%);
  color: #fff;
  border: none;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(139, 26, 43, 0.32);
  transition: transform 0.18s, box-shadow 0.18s;
}
.express-place-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(139, 26, 43, 0.42);
}
.express-place-order:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}
.express-place-order__ico { font-size: 16px; }
.express-place-order__amt { font-size: 13.5px; opacity: 0.9; font-weight: 700; }

.express-trust {
  text-align: center;
  font-size: 12px;
  color: var(--text3);
  margin: 8px 0 0;
}

/* Success state */
.express-success {
  padding: 40px 24px;
  text-align: center;
}
.express-success__check {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--prisha-teal);
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(26, 158, 143, 0.35);
  animation: success-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes success-pop {
  0%   { transform: scale(0); }
  60%  { transform: scale(1.15); }
  100% { transform: scale(1); }
}
.express-success h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--maroon);
  margin-bottom: 10px;
}
.express-success__num {
  font-size: 14px;
  color: var(--text2);
  margin-bottom: 8px;
  font-weight: 600;
}
.express-success__num span {
  background: var(--gold-pale);
  border: 1px dashed var(--gold);
  border-radius: 100px;
  padding: 3px 12px;
  color: var(--maroon);
  font-weight: 800;
}
.express-success__msg {
  font-size: 13.5px;
  color: var(--text3);
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 640px) {
  .express-checkout { padding: 18px; margin-top: 20px; }
  .express-row,
  .express-row:has(.express-field--pin),
  .express-row:not(:has(.express-field--pin)) { grid-template-columns: 1fr; }
  .express-payment__options { grid-template-columns: 1fr; }
  .express-checkout__head { gap: 10px; }
  .express-checkout__icon { width: 40px; height: 40px; font-size: 22px; }
  .express-checkout__title { font-size: 1.2rem; }
  .express-place-order { height: 52px; font-size: 14px; }
}

/* ── SINGLE PRODUCT — WC ATC form integration ── */
.prisha-atc-wrap { margin: 16px 0 0; }
.prisha-atc-wrap form.cart {
  margin: 0;
  padding: 0;
  background: transparent;
  display: block;
}

/* Variation dropdowns table */
.prisha-atc-wrap table.variations {
  width: 100%;
  margin: 0 0 16px;
  border: none;
  background: transparent;
}
.prisha-atc-wrap table.variations tbody { background: transparent; }
.prisha-atc-wrap table.variations tr { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; }
.prisha-atc-wrap table.variations th,
.prisha-atc-wrap table.variations td {
  padding: 0;
  border: none;
  background: transparent;
  font-size: 13.5px;
  display: block;
}
.prisha-atc-wrap table.variations th {
  flex: 0 0 80px;
  font-weight: 600;
  color: var(--text2);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.prisha-atc-wrap table.variations td.value { flex: 1; }
.prisha-atc-wrap table.variations select {
  width: 100% !important;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: 14px;
  background: var(--surface);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s;
  cursor: pointer;
}
.prisha-atc-wrap table.variations select:focus,
.prisha-atc-wrap table.variations select:hover { border-color: var(--maroon); }
.prisha-atc-wrap .reset_variations {
  display: inline-block;
  font-size: 12px;
  color: var(--text3);
  margin-top: 6px;
  text-decoration: underline;
}
.prisha-atc-wrap .single_variation_wrap { display: block; width: 100%; }
.prisha-atc-wrap .woocommerce-variation-price {
  font-size: 16px;
  color: var(--maroon);
  font-weight: 700;
  margin: 8px 0 16px;
}
.prisha-atc-wrap .woocommerce-variation-availability { font-size: 13.5px; margin-bottom: 12px; }

/* Qty + Button row */
.prisha-atc-wrap form.cart > .quantity,
.prisha-atc-wrap .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

/* Quantity stepper (single product page) */
.prisha-atc-wrap .quantity {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  border: 1.5px solid var(--border);
  border-radius: 100px;
  background: var(--surface);
  overflow: hidden;
  height: 52px;
}
.prisha-atc-wrap .quantity::before,
.prisha-atc-wrap .quantity::after {
  content: '';
  width: 44px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  transition: background-color 0.15s;
}
.prisha-atc-wrap .quantity::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238B1A2B'%3E%3Cpath d='M5 11h14v2H5z'/%3E%3C/svg%3E");
  border-right: 1px solid var(--border);
}
.prisha-atc-wrap .quantity::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238B1A2B'%3E%3Cpath d='M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6z'/%3E%3C/svg%3E");
  border-left: 1px solid var(--border);
}
.prisha-atc-wrap .quantity:hover::before,
.prisha-atc-wrap .quantity:hover::after { background-color: var(--bg2); }
.prisha-atc-wrap .quantity input.qty {
  width: 56px !important;
  height: 100% !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: var(--font-body) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center !important;
  background: transparent !important;
  color: var(--text) !important;
  outline: none !important;
  -moz-appearance: textfield;
}
.prisha-atc-wrap .quantity input.qty::-webkit-inner-spin-button,
.prisha-atc-wrap .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Single Add to Cart button — strong specificity to beat WC defaults */
.prisha-atc-wrap form.cart button.single_add_to_cart_button,
.prisha-atc-wrap .single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  background: var(--maroon) !important;
  background-image: linear-gradient(135deg, var(--maroon) 0%, #A02038 100%) !important;
  color: #fff !important;
  border: none !important;
  padding: 0 36px !important;
  height: 52px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: var(--font-body) !important;
  border-radius: 100px !important;
  cursor: pointer !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  box-shadow: 0 6px 18px rgba(139, 26, 43, 0.25) !important;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s !important;
  flex: 1;
  min-width: 200px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.prisha-atc-wrap form.cart button.single_add_to_cart_button::before,
.prisha-atc-wrap .single_add_to_cart_button::before {
  content: '🛍️';
  font-size: 16px;
}
.prisha-atc-wrap form.cart button.single_add_to_cart_button:hover,
.prisha-atc-wrap .single_add_to_cart_button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(139, 26, 43, 0.35) !important;
  background-image: linear-gradient(135deg, #A02038 0%, var(--maroon) 100%) !important;
}
.prisha-atc-wrap form.cart button.single_add_to_cart_button.disabled,
.prisha-atc-wrap form.cart button.single_add_to_cart_button:disabled {
  background-image: none !important;
  background: var(--border) !important;
  color: var(--text3) !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  transform: none !important;
}

.prisha-atc-wrap .stock { display: none; }   /* WC stock notice — already shown above */

/* ── RELATED PRODUCTS — restyle WC's default loop to match our cards ── */
.related.products,
.up-sells.products { margin-top: 0 !important; }
.related.products > h2,
.up-sells.products > h2 { display: none; }   /* belt-and-braces if filter doesn't fire */

.related.products ul.products,
.related.products .products,
.up-sells.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 22px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.related.products ul.products li.product,
.up-sells.products ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--surface);
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(139, 26, 43, 0.07);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
}
.related.products ul.products li.product:hover,
.up-sells.products ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(139, 26, 43, 0.14);
  border-color: var(--gold);
}
.related.products ul.products li.product a.woocommerce-loop-product__link,
.up-sells.products ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.related.products ul.products li.product img,
.up-sells.products ul.products li.product img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  margin: 0 !important;
  display: block;
  transition: transform 0.4s;
}
.related.products ul.products li.product:hover img { transform: scale(1.04); }
.related.products ul.products li.product .woocommerce-loop-product__title,
.up-sells.products ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--text) !important;
  padding: 14px 16px 4px !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related.products ul.products li.product .price,
.up-sells.products ul.products li.product .price {
  display: block;
  padding: 0 16px 12px;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--maroon) !important;
  margin: 0 !important;
}
.related.products ul.products li.product .price del,
.up-sells.products ul.products li.product .price del {
  color: var(--text3) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-left: 6px;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--prisha-coral);
}
.related.products ul.products li.product .price ins,
.up-sells.products ul.products li.product .price ins { background: transparent; text-decoration: none; }
.related.products ul.products li.product .button,
.related.products ul.products li.product .atc-btn,
.up-sells.products ul.products li.product .button,
.up-sells.products ul.products li.product .atc-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 16px 16px !important;
  padding: 10px 16px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  border-radius: var(--r-sm) !important;
  text-transform: none !important;
  letter-spacing: 0;
  text-decoration: none;
}
/* Default loop button (simple in-stock) — maroon */
.related.products ul.products li.product a.button:not(.atc-btn--buy-now):not(.atc-btn--out),
.up-sells.products ul.products li.product a.button:not(.atc-btn--buy-now):not(.atc-btn--out) {
  background: var(--maroon) !important;
  color: #fff !important;
  border: none !important;
}
.related.products ul.products li.product a.button:not(.atc-btn--buy-now):not(.atc-btn--out):hover {
  background: #A0203A !important;
  color: #fff !important;
}

@media (max-width: 1024px) {
  .related.products ul.products,
  .up-sells.products ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 720px) {
  .related.products ul.products,
  .up-sells.products ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
}

/* ── TESTIMONIALS CAROUSEL (Happy Faces) ── */
.testi-carousel {
  position: relative;
  margin-top: 36px;
}
.testi-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 4px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.testi-track::-webkit-scrollbar { display: none; }

.testi-card {
  flex: 0 0 calc((100% - (2 * 24px)) / 3);   /* 3 visible on desktop */
  scroll-snap-align: start;
  background: var(--surface);
  border-radius: var(--r);
  padding: 28px 26px 24px;
  box-shadow: 0 4px 16px rgba(139, 26, 43, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
  border: 1px solid var(--border);
}
.testi-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(139, 26, 43, 0.14);
}
.testi-card__quote {
  position: absolute;
  top: -8px;
  left: 22px;
  font-family: var(--font-display);
  font-size: 80px;
  color: var(--gold);
  line-height: 1;
  opacity: 0.25;
  pointer-events: none;
}
.testi-card__stars {
  color: #F5A623;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
.testi-card__text {
  font-size: 14px;
  color: var(--text2);
  line-height: 1.75;
  margin-bottom: 20px;
  flex: 1;
  position: relative;
  z-index: 2;
}
.testi-card__person {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.testi-card__photo,
.testi-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}
.testi-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.testi-card__author {
  font-weight: 700;
  font-size: 14px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.testi-card__verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--prisha-teal);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.testi-card__city {
  font-size: 12px;
  color: var(--text3);
  margin-top: 2px;
}

/* Arrows */
.testi-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--maroon);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(139, 26, 43, 0.18);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, background 0.2s, color 0.2s, transform 0.2s;
  font-family: var(--font-body);
  padding: 0 0 4px;
}
.testi-prev { left: -20px; }
.testi-next { right: -20px; }
.testi-arrow:hover {
  background: var(--maroon);
  color: #fff;
  border-color: var(--maroon);
}
.testi-arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.85);
}

/* Dots */
.testi-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
}
.testi-dot {
  width: 9px;
  height: 9px;
  border-radius: 100px;
  border: none;
  background: var(--border);
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.testi-dot:hover { background: var(--gold-light); }
.testi-dot.is-active {
  background: var(--maroon);
  width: 28px;
}

@media (max-width: 1024px) {
  .testi-card { flex: 0 0 calc((100% - 24px) / 2); }   /* 2 visible */
  .testi-prev { left: -8px; }
  .testi-next { right: -8px; }
}
@media (max-width: 720px) {
  .testi-track { gap: 16px; padding-right: 24px; }
  .testi-card { flex: 0 0 calc(100% - 24px); }         /* 1 visible, peek next */
  .testi-arrow { display: none; }
}

/* ── FEATURE BANNER (between product rows) ── */
.feature-banner-section { padding: 48px 0; }
.feature-banner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: linear-gradient(135deg, var(--maroon2) 0%, var(--maroon) 55%, #B22746 100%);
  border-radius: 20px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  box-shadow: 0 12px 40px rgba(139, 26, 43, 0.18);
}
.feature-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 90%, rgba(200,137,42,0.18) 0%, transparent 50%),
    radial-gradient(circle at 80% 10%, rgba(232,184,101,0.12) 0%, transparent 45%);
  pointer-events: none;
}
.feature-banner__content {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.feature-banner__eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 12px;
  font-weight: 600;
}
.feature-banner__heading {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 14px;
}
.feature-banner__heading em {
  font-style: italic;
  color: var(--gold-light);
  font-weight: 600;
}
.feature-banner__desc {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 460px;
}
.feature-banner__buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.feature-banner__btn-primary {
  font-size: 14px;
  padding: 13px 26px;
}
.feature-banner__btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 13px 4px;
  border-bottom: 1.5px solid rgba(232, 184, 101, 0.6);
  transition: all 0.2s;
}
.feature-banner__btn-secondary:hover {
  color: var(--gold-light);
  border-bottom-color: var(--gold-light);
}
.feature-banner__visual {
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.15);
  position: relative;
}
.feature-banner__icons {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  font-size: 64px;
  opacity: 0.25;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}
@media (max-width: 768px) {
  .feature-banner { grid-template-columns: 1fr; }
  .feature-banner__visual { min-height: 200px; order: -1; }
  .feature-banner__content { padding: 32px 24px; }
  .feature-banner__icons { font-size: 48px; opacity: 0.35; }
}

/* ── HOMEPAGE CATEGORY-DRIVEN PRODUCT ROWS (alternating design) ── */
.hp-cat-section { padding: 64px 0; position: relative; }

/* ODD rows (1st, 3rd, 5th...) — bright, left-aligned */
.hp-cat-section--default {
  background: var(--bg);
}
.hp-cat-section--default .sec-eyebrow {
  color: var(--gold);
}
.hp-cat-section--default .sec-title {
  color: var(--text);
}

/* EVEN rows (2nd, 4th...) — tinted, centered title, gold underline accent */
.hp-cat-section--alt {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.hp-cat-section--alt .section-head {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin-bottom: 32px;
}
.hp-cat-section--alt .sec-eyebrow {
  color: var(--maroon);
}
.hp-cat-section--alt .sec-title {
  color: var(--maroon2);
  position: relative;
  padding-bottom: 14px;
}
.hp-cat-section--alt .sec-title::after {
  content: '✦';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 12px;
}
.hp-cat-section--alt .view-all {
  border-bottom-color: var(--gold);
  color: var(--gold);
}
.hp-cat-section--alt .view-all:hover { color: var(--maroon); border-bottom-color: var(--maroon); }

@media (max-width: 768px) {
  .hp-cat-section { padding: 40px 0; }
  .hp-cat-section--alt .section-head { flex-direction: column; align-items: flex-start; text-align: left; }
  .hp-cat-section--alt .sec-title::after { left: 0; transform: none; }
}

/* ── HERO ── */
.hero-section h1 em {
  font-style: italic;
  color: var(--gold-light);
  font-weight: 600;
  display: inline-block;
}

/* Live Deals button — refined translucent dark glass pill */
.hero-live-deals {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(20, 5, 8, 0.55);
  border: 1.5px solid rgba(232, 184, 101, 0.55);
  color: #fff;
  border-radius: 100px;
  padding: 13px 26px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  font-family: var(--font-body);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.25s ease;
  letter-spacing: 0.2px;
}
.hero-live-deals .live-label {
  background: #E53935;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 100px;
  line-height: 1;
}
.hero-live-deals .hero-live-arrow {
  font-size: 16px;
  margin-left: 2px;
  transition: transform 0.25s;
}
.hero-live-deals:hover {
  background: rgba(20, 5, 8, 0.8);
  border-color: var(--gold);
  color: #fff;
  transform: translateY(-1px);
}
.hero-live-deals:hover .hero-live-arrow { transform: translateX(4px); }

.hero-pulse-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #E53935;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.7);
  animation: hero-pulse 1.6s infinite;
}
@keyframes hero-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(229,57,53,0.6); }
  70%  { box-shadow: 0 0 0 10px rgba(229,57,53,0); }
  100% { box-shadow: 0 0 0 0 rgba(229,57,53,0); }
}

/* Hero Trust Strip — pill chips with vertical dividers */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
  padding: 14px 18px;
  background: rgba(20, 5, 8, 0.35);
  border: 1px solid rgba(232, 184, 101, 0.25);
  border-radius: 100px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  width: fit-content;
  max-width: 100%;
}
.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  color: #fff;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-right: 1px solid rgba(232, 184, 101, 0.45);
  line-height: 1.2;
  white-space: nowrap;
}
.hero-trust-item:last-child  { border-right: none; padding-right: 4px; }
.hero-trust-item:first-child { padding-left: 4px; }
.hero-trust-ico {
  font-size: 15px;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.4));
}
@media (max-width: 720px) {
  .hero-trust {
    border-radius: var(--r);
    padding: 12px 14px;
  }
  .hero-trust-item {
    border-right: none;
    padding: 4px 12px 4px 0;
    white-space: nowrap;
  }
}

/* ── SHOP BY CATEGORY CAROUSEL ── */
.cat-carousel {
  position: relative;
}
.cat-carousel-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 14px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cat-carousel-track::-webkit-scrollbar { display: none; }

.cat-card {
  flex: 0 0 calc((100% - (5 * 22px)) / 6);   /* 6 visible on desktop */
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border-radius: var(--r);
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(139, 26, 43, 0.07);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  border: 1px solid var(--border);
  min-width: 0;
}
.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(139, 26, 43, 0.14);
  border-color: var(--gold);
}
.cat-card-img {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--bg2);
}
.cat-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.cat-card:hover .cat-card-img img { transform: scale(1.06); }
.cat-card-body {
  padding: 14px 12px 16px;
  text-align: center;
  background: var(--gold-pale);
  border-top: 1px solid var(--border);
}
.cat-card-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 4px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cat-card-count {
  font-size: 11.5px;
  color: var(--text2);
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* Carousel arrow buttons */
.cat-carousel-arrow {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--maroon);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(139, 26, 43, 0.18);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, background 0.2s, color 0.2s, transform 0.2s;
  font-family: var(--font-body);
  padding: 0 0 4px;
}
.cat-carousel-prev { left: -18px; }
.cat-carousel-next { right: -18px; }
.cat-carousel-arrow:hover {
  background: var(--maroon);
  color: #fff;
  border-color: var(--maroon);
}
.cat-carousel-arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.85);
}

/* Carousel dot pagination */
.cat-carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
}
.cat-carousel-dot {
  width: 9px;
  height: 9px;
  border-radius: 100px;
  border: none;
  background: var(--border);
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.cat-carousel-dot:hover { background: var(--gold-light); }
.cat-carousel-dot.is-active {
  background: var(--maroon);
  width: 28px;
}

@media (max-width: 1024px) {
  .cat-card { flex: 0 0 calc((100% - (3 * 22px)) / 4); }   /* 4 visible */
  .cat-carousel-prev { left: -8px; }
  .cat-carousel-next { right: -8px; }
}
@media (max-width: 768px) {
  .cat-carousel-track { gap: 14px; padding-right: 24px; }
  .cat-card { flex: 0 0 calc((100% - 14px) / 2.3); }       /* ~2.3 to hint scroll */
  .cat-carousel-arrow { display: none; }
}

/* Gold Promo Ticker — variant of .ticker */
.ticker.ticker-gold {
  background: linear-gradient(90deg, var(--gold) 0%, #D89A3A 50%, var(--gold) 100%);
  height: 42px;
  border-top: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(42,21,5,0.15);
  box-shadow: inset 0 -2px 6px rgba(0,0,0,0.08);
}
.ticker.ticker-gold .ticker-inner { animation: ticker 38s linear infinite; }
.ticker.ticker-gold .ticker-inner span {
  color: var(--text);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 0 28px;
  border-right: 1px solid rgba(42, 21, 5, 0.18);
}
.ticker.ticker-gold .ticker-inner:hover { animation-play-state: paused; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .header-search { display: none; }
  .header-nav { display: none; }   /* hide horizontal menu — use hamburger drawer instead */
  .mobile-toggle { display: flex !important; align-items: center; justify-content: center; }
  .mob-bar { display: flex; }
  .footer-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .section { padding: 40px 0; }
  .section-head { flex-direction: column; align-items: flex-start; }
  #scrollTop { bottom: 80px; }

  /* Header — tighten layout so cart pill never clips */
  .header-top {
    height: 64px;
    padding: 0 14px;
    gap: 6px;
  }
  .logo-wrap { gap: 0; }
  .logo-emblem { width: 40px; height: 40px; }
  .logo-wordmark { margin-left: 4px; }
  .logo-wordmark .brand { font-size: 18px; }
  .logo-wordmark .sub { font-size: 8px; letter-spacing: 1.5px; }

  .header-actions { gap: 4px; }
  .icon-btn { width: 38px; height: 38px; font-size: 18px; }

  /* Cart becomes a compact icon pill on mobile */
  .cart-pill {
    padding: 8px 10px;
    gap: 6px;
    min-width: 0;
    white-space: nowrap;
  }
  .cart-pill__label { display: none; }
  .cart-pill__icon { font-size: 18px; line-height: 1; }
  .cart-pill .cnt {
    font-size: 11px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
  }

  .mobile-toggle { width: 38px; height: 38px; font-size: 22px; }
}

@media (max-width: 480px) {
  .header-top { height: 56px; padding: 0 12px; }
  .logo-emblem { width: 36px; height: 36px; }
  .logo-wordmark .brand { font-size: 16px; }
  .logo-wordmark .sub { display: none; }
  .icon-btn { width: 34px; height: 34px; font-size: 16px; }
  .cart-pill { padding: 6px 8px; }
  .cart-pill::before { font-size: 16px; }
  .header-actions { gap: 2px; }
}

/* ──────────────────────────────────────────────────────────────
   SHOP / ARCHIVE PAGE LAYOUT (responsive)
   ────────────────────────────────────────────────────────────── */
.shop-layout {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.shop-sidebar {
  width: 250px;
  flex-shrink: 0;
  background: var(--surface);
  border-radius: var(--r);
  padding: 24px;
  box-shadow: 0 2px 12px rgba(139,26,43,0.06);
  position: sticky;
  top: 100px;
}
.shop-main { flex: 1; min-width: 0; }

.product-grid--shop {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

/* Mobile filter toggle — hidden on desktop */
.shop-filter-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  margin-bottom: 16px;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--maroon);
  cursor: pointer;
  transition: all 0.2s;
}
.shop-filter-toggle:hover { border-color: var(--maroon); }
.shop-filter-toggle__chev {
  font-size: 14px;
  transition: transform 0.25s ease;
}
.shop-filter-toggle[aria-expanded="true"] .shop-filter-toggle__chev {
  transform: rotate(180deg);
}

/* Tablet — narrow the sidebar, allow products to flow */
@media (max-width: 1024px) {
  .shop-layout { gap: 20px; }
  .shop-sidebar { width: 220px; padding: 18px; }
  .product-grid--shop { grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); }
}

/* Mobile — sidebar becomes a collapsible drawer below the toggle */
@media (max-width: 768px) {
  .shop-filter-toggle { display: flex; }
  .shop-layout {
    flex-direction: column;
    gap: 0;
  }
  .shop-sidebar {
    width: 100%;
    position: static;
    margin-bottom: 16px;
    padding: 16px;
    display: none;       /* hidden by default; toggle adds .is-open */
  }
  .shop-sidebar.is-open { display: block; }
  .product-grid--shop { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

@media (max-width: 380px) {
  .product-grid--shop { gap: 10px; }
  .product-grid--shop .p-name { font-size: 13px; }
}

/* ──────────────────────────────────────────────────────────────
   CONTACT PAGE — "We're Here to Help" banner + mobile reorder
   ────────────────────────────────────────────────────────────── */
.contact-help-banner {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #fff8ec 0%, #fde8d3 100%);
  border: 1px solid #f1d9b5;
  border-radius: var(--r);
  box-shadow: 0 4px 18px rgba(139,26,43,0.05);
}
.contact-help-banner__icon { flex-shrink: 0; }
.contact-help-banner__icon svg {
  display: block;
  filter: drop-shadow(0 4px 12px rgba(139,26,43,0.18));
}
.contact-help-banner__text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  margin: 0 0 6px;
  color: var(--maroon);
}
.contact-help-banner__text p {
  margin: 0;
  font-size: 14.5px;
  color: var(--text2);
  line-height: 1.5;
}

/* Mobile: stack the banner content and the contact grid (form first, info+map below) */
@media (max-width: 880px) {
  .contact-help-banner {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 12px;
  }
  .contact-help-banner__icon svg { width: 56px; height: 56px; }

  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  /* Move the form ABOVE the info+map on mobile */
  .contact-grid .contact-form-col { order: 1; }
  .contact-grid .contact-info-col { order: 2; }
}

/* ──────────────────────────────────────────────────────────────
   MY ACCOUNT PAGE LAYOUT (responsive)
   ────────────────────────────────────────────────────────────── */
.my-account-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: start;
}
.my-account-auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .my-account-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .my-account-nav a {
    padding: 12px 16px !important;
    font-size: 14px !important;
  }
  .my-account-main {
    padding: 20px !important;
  }
  .my-account-auth-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Make WC account-content tables/forms not overflow on mobile */
.my-account-main table,
.my-account-main .woocommerce-MyAccount-content table {
  width: 100%;
  font-size: 13.5px;
}

@media (max-width: 768px) {
  /* WC tables (Orders, View Order details, Addresses, Downloads)
     collapse cells into stacked rows. WC already uses <th> for the
     row label in details tables, so we just need to stack <th> + <td>
     and avoid adding extra punctuation. */
  .my-account-main table thead { display: none; }
  .my-account-main table,
  .my-account-main table tbody,
  .my-account-main table tr {
    display: block;
    width: 100%;
  }
  .my-account-main table tr {
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    margin-bottom: 10px;
    padding: 10px 14px;
    background: var(--surface);
  }
  .my-account-main table th,
  .my-account-main table td {
    display: block;
    width: 100%;
    border: none;
    padding: 3px 0;
    text-align: left !important;
    font-size: 13.5px;
  }
  .my-account-main table th {
    font-weight: 700;
    color: var(--maroon);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 4px;
  }
  /* Orders list table uses <td data-title="..."> for cell labels — show them */
  .my-account-main table td[data-title]::before {
    content: attr(data-title);
    display: block;
    font-weight: 700;
    color: var(--maroon);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
  }
  /* Forms inside account content */
  .my-account-main .woocommerce-MyAccount-content form .form-row { width: 100% !important; float: none !important; }
  .my-account-main input[type="text"],
  .my-account-main input[type="email"],
  .my-account-main input[type="tel"],
  .my-account-main input[type="password"],
  .my-account-main select,
  .my-account-main textarea { max-width: 100%; box-sizing: border-box; }
}
