/*
Theme Name: Khalsa Premium
Theme URI: https://example.com/
Author: Khalsa Vastra Bhandar
Description: Lightweight premium WooCommerce theme for Khalsa Vastra Bhandar (Bottle Green + Beige).
Version: 1.2.4
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: khalsa-premium
Tags: custom-logo, e-commerce, one-column, two-columns, wide-blocks
*/

:root{
  --kh-green: #0f2a22; /* bottle green */
  --kh-green-2:#163a30;
  --kh-beige:#f5efe6;
  --kh-beige-2:#efe6d8;
  --kh-ink:#101010;
  --kh-muted:#5f5f5f;
  --kh-line: rgba(15,42,34,.14);
  --kh-card: #ffffff;
  --kh-radius: 18px;
  --kh-shadow: 0 18px 50px rgba(0,0,0,.10);
  --kh-container: 1200px;
  /* Footer/contact strip alignment */
  --kh-footer-col-gap: 28px;
  --kh-footer-row-gap: 28px;
  --kh-footer-contact-col-gap: 48px;
  --kh-footer-contact-row-gap: 24px;
}

*{box-sizing:border-box}
html{
  height:100%;
  overflow-x:hidden;
  -webkit-text-size-adjust:100%;
}
body{
  height:100%;
  margin:0;
  color:var(--kh-ink);
  background: var(--kh-beige);
  font-family: "Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  letter-spacing: .2px;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}

.kh-container{
  width: min(var(--kh-container), calc(100% - 40px));
  margin-inline:auto;
  padding-inline:20px;
}

.kh-topbar{
  display:none;
}

.kh-header{
  position: sticky;
  top: 0;
  z-index: 50;
}

/* 1) Announcement bar: always visible, floating text center + icons on right */
.kh-header__top{
  background:var(--kh-green);
  color:#fff;
  font-size:12px;
  min-height:44px;
  display:flex;
  align-items:stretch;
}
.kh-header__top .kh-container{ display:flex; align-items:center }
.kh-header__top-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:8px 0;
  width:100%;
  min-height:36px;
}
.kh-header__top-center{
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.kh-header__announcement-ticker{
  position:relative;
  min-height:1.4em;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:480px;
  margin:0 auto;
}
.kh-header__announcement-item{
  position:absolute;
  left:0;
  right:0;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.08em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  padding:0 8px;
  max-width:100%;
}
.kh-header__announcement-item--1{
  animation:kh-announce-1 9s ease-in-out infinite;
}
.kh-header__announcement-item--2{
  animation:kh-announce-2 9s ease-in-out infinite;
}
.kh-header__announcement-item--3{
  animation:kh-announce-3 9s ease-in-out infinite;
}
@keyframes kh-announce-1{
  0%,32%{opacity:1}
  33%,100%{opacity:0}
}
@keyframes kh-announce-2{
  0%,32%{opacity:0}
  33%,65%{opacity:1}
  66%,100%{opacity:0}
}
@keyframes kh-announce-3{
  0%,65%{opacity:0}
  66%,99%{opacity:1}
  100%{opacity:0}
}
.kh-header__announcement-ticker--single .kh-header__announcement-item{
  animation:none !important;
  opacity:1 !important;
}
.kh-header__announcement-ticker[data-count="2"] .kh-header__announcement-item--1{
  animation:kh-announce-2item-1 6s ease-in-out infinite;
}
.kh-header__announcement-ticker[data-count="2"] .kh-header__announcement-item--2{
  animation:kh-announce-2item-2 6s ease-in-out infinite;
}
@keyframes kh-announce-2item-1{
  0%,45%{opacity:1}
  50%,100%{opacity:0}
}
@keyframes kh-announce-2item-2{
  0%,45%{opacity:0}
  50%,99%{opacity:1}
  100%{opacity:0}
}
.kh-header__announcement{
  text-transform:uppercase;
  letter-spacing:.08em;
  visibility:visible;
  opacity:1;
}
.kh-header__top-right{
  display:flex;
  align-items:center;
  gap:10px;
}
.kh-header__top-search-text{
  color:#fff;
  font-size:12px;
  text-decoration:none;
  margin-right:4px;
}
.kh-header__top-search-text:hover{
  opacity:.9;
}
.kh-header__top-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  color:#fff;
  border-radius:999px;
  transition:opacity .15s ease, background .15s ease;
}
.kh-header__top-icon:hover{
  opacity:.9;
  background:rgba(255,255,255,.12);
}
.kh-header__top-icon svg{
  width:18px;
  height:18px;
}
.kh-header__top-icon.kh-cartbadge{
  position:relative;
}
.kh-header__top-icon .kh-cartbadge__count{
  background:#fff;
  color:var(--kh-green);
}


/* Middle bar: phone / logo / CTA */
.kh-header__middle{
  background:#ffffff;
  border-bottom:1px solid rgba(0,0,0,.06);
}
.kh-header__middle-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:10px 0;
}
.kh-header__phone-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#000;
  font-size:14px;
  text-decoration:underline;
  text-underline-offset:3px;
}
.kh-header__phone-wrap{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.kh-header__phone-numbers{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:2px 0;
}
.kh-header__phone-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#000;
  font-size:14px;
  text-decoration:underline;
  text-underline-offset:3px;
}
.kh-header__phone-link:hover{color:var(--kh-green)}
.kh-header__phone-sep{
  color:#000;
  opacity:.7;
  margin:0 4px;
}
.kh-header__phone{
  min-width:120px;
}
.kh-header__phone-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--kh-green);
  visibility:visible;
}
.kh-header__phone-icon img{
  width:18px;
  height:18px;
  display:block;
  visibility:visible;
  animation:kh-phone-shake 0.9s ease-in-out infinite;
  transform-origin:center;
  filter:brightness(0) saturate(100%) invert(15%) sepia(35%) saturate(800%) hue-rotate(130deg);
}
.kh-header__phone-icon svg{
  width:18px;
  height:18px;
  animation:kh-phone-shake 0.9s ease-in-out infinite;
  transform-origin:center;
  color:var(--kh-green);
}
@keyframes kh-phone-shake{
  0%,100%{transform:translateX(0) rotate(0)}
  15%{transform:translateX(-1px) rotate(-15deg)}
  30%{transform:translateX(1px) rotate(12deg)}
  45%{transform:translateX(-1px) rotate(-10deg)}
  60%{transform:translateX(1px) rotate(8deg)}
  75%{transform:translateX(-0.5px) rotate(-5deg)}
}
.kh-header__logo{
  display:flex;
  justify-content:center;
  flex:1;
}
.kh-header__logo img{
  height:64px;
  width:auto;
}
.kh-header__cta{
  display:flex;
  justify-content:flex-end;
}

/* Bottom nav bar — positioning context for full-width mega menu */
.kh-header__navwrap{
  position:relative;
  background:#ffffff;
  border-bottom:1px solid rgba(0,0,0,.06);
  box-shadow:0 4px 8px rgba(0,0,0,.04);
  overflow: visible; /* allow dropdowns to paint below nav row */
}
.kh-header__nav-row{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 0;
  position:relative;
  gap:12px;
}
/* Mobile menu control (hidden on desktop) */
.kh-nav-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:44px;
  padding:8px 16px;
  margin-right:auto;
  border:1px solid rgba(15,42,34,.22);
  border-radius:999px;
  background:#fff;
  color:var(--kh-green);
  font:inherit;
  font-size:13px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  flex-shrink:0;
}
.kh-nav-toggle__icon{
  width:20px;
  height:2px;
  background:currentColor;
  box-shadow:0 6px 0 currentColor, 0 -6px 0 currentColor;
  flex-shrink:0;
}
.kh-nav-backdrop[hidden]{ display:none !important; }
.kh-nav-backdrop:not([hidden]){
  display:block;
  position:fixed;
  inset:0;
  z-index:45;
  margin:0;
  padding:0;
  border:0;
  background:rgba(15,42,34,.4);
  cursor:pointer;
}
.kh-iconlink{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(15,42,34,.18);
  color: var(--kh-green);
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}
.kh-iconlink:hover{transform: translateY(-1px); background: rgba(15,42,34,.06); border-color: rgba(15,42,34,.28)}
.kh-header__navwrap .kh-cartbadge__count{
  background: var(--kh-green);
  color: var(--kh-beige);
}
.kh-cartbadge{
  position: relative;
}
.kh-cartbadge__count{
  position:absolute;
  top:-6px;
  right:-6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--kh-beige);
  color: var(--kh-green);
  font-size: 11px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(15,42,34,.18);
}
.kh-header__icons{
  display:flex;
  align-items:center;
  gap:10px;
}
.kh-nav{
  flex:1;
  display:flex;
  justify-content:center;
}
.kh-nav > ul.menu,
.kh-nav > ul{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  gap: 22px;
  align-items:center;
}
.kh-nav li{position:relative; z-index: 1}
.kh-nav li:hover,
.kh-nav li:focus-within{ z-index: 60 } /* dropdown above hero / siblings */
/* Mega anchors to nav bar width, not the narrow <li> (House of Surya full-bleed panel) */
.kh-nav > ul > li.kh-mega-parent{
  position:static;
}
.kh-nav > ul > li.kh-mega-parent:hover,
.kh-nav > ul > li.kh-mega-parent:focus-within{
  z-index:70;
}
/* Top-level links only — avoid forcing .kh-nav a onto mega/flyout anchors */
.kh-nav > ul > li > a{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 2px;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: .12em;
}
/* House of Surya–style hover rule (::after is reserved for dropdown chevron) */
.kh-nav > ul > li > a::before{
  content:'';
  position:absolute;
  left:2px;
  right:2px;
  bottom:5px;
  height:2px;
  background:currentColor;
  opacity:.85;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
  pointer-events:none;
}
.kh-nav > ul > li.menu-item-has-children > a::before{
  right:22px;
}
.kh-nav > ul > li:hover > a::before,
.kh-nav > ul > li:focus-within > a::before,
.kh-nav > ul > li.current-menu-item > a::before,
.kh-nav > ul > li.current-menu-ancestor > a::before{
  transform:scaleX(1);
}
.kh-nav > ul > li.kh-nav-item--baratis > a{ color: var(--kh-green); font-weight: 600 }
.kh-nav > ul > li.kh-nav-item--studio > a{ color: #b8860b; font-weight: 600 }
/* ——— Primary mega menu (House of Surya style: columns + right image) ——— */
/* !important: page builders / merged CSS sometimes set display:flex on nested divs, which
   leaves every mega panel open in the nav row (images stacked under each top-level item). */
.kh-nav .kh-mega{
  display:none !important;
  position:absolute;
  left:0;
  right:0;
  top:100%;
  width:100%;
  max-width:none;
  min-width:0;
  margin:0;
  z-index:100;
  flex-direction:row;
  align-items:stretch;
  justify-content:space-between;
  gap:32px;
  box-sizing:border-box;
  padding:28px clamp(20px, calc((100vw - min( var(--kh-container), calc(100% - 40px) )) / 2 + 20px), 80px);
  background:#ffffff;
  backdrop-filter:blur(14px);
  border:none;
  border-bottom:1px solid rgba(15,42,34,.08);
  border-radius:0;
  box-shadow:0 20px 40px rgba(0,0,0,.08);
}
.kh-nav .kh-mega::before{
  content:'';
  position:absolute;
  bottom:100%;
  left:0;
  width:100%;
  height:10px;
}
.kh-nav li.menu-item-has-children:hover > .kh-mega,
.kh-nav li.menu-item-has-children:focus-within > .kh-mega{
  display:flex !important;
}
.kh-nav .kh-mega__cols{
  flex:1;
  min-width:0;
}
.kh-nav .kh-mega__list{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:28px 40px;
}
.kh-nav .kh-mega__list > li{
  flex:0 1 auto;
  min-width:min(160px, 42vw);
  max-width:220px;
}
.kh-nav .kh-mega__list > li.menu-item-has-children > a{
  display:block;
  padding:0 0 10px;
  margin-bottom:4px;
  font-family: "Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  font-size:13px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color: var(--kh-green);
  border-bottom:1px solid rgba(15,42,34,.15);
  border-radius:0;
}
.kh-nav .kh-mega__list > li.menu-item-has-children > a:hover{
  background:transparent;
  opacity:.85;
}
.kh-nav .kh-mega__list > li:not(.menu-item-has-children) > a{
  display:block;
  padding:8px 0;
  font-size:13px;
  letter-spacing:.04em;
  text-transform:none;
  color: var(--kh-ink);
  border-radius:8px;
}
.kh-nav .kh-mega__list > li:not(.menu-item-has-children) > a:hover{
  background:rgba(15,42,34,.06);
}
.kh-nav .kh-mega__col-items{
  position:static;
  display:flex;
  flex-direction:column;
  gap:2px;
  margin:0;
  padding:0;
  list-style:none;
  min-width:0;
  background:transparent;
  border:none;
  box-shadow:none;
}
.kh-nav .kh-mega__col-items a{
  padding:8px 10px;
  border-radius:10px;
  letter-spacing:.04em;
  text-transform:none;
  font-size:13px;
  color: var(--kh-ink);
}
.kh-nav .kh-mega__col-items a:hover{
  background:rgba(15,42,34,.06);
}
.kh-nav .kh-mega__aside{
  flex:0 0 clamp(220px, 24vw, 320px);
  align-self:stretch;
  max-width:32%;
  border-radius:4px;
  overflow:hidden;
  line-height:0;
  background:rgba(15,42,34,.06);
}
.kh-nav .kh-mega__aside:hover{
  opacity:.94;
}
.kh-nav .kh-mega__aside-img{
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
  display:block;
}
.kh-nav .kh-mega__aside--empty{
  min-height:220px;
  background:linear-gradient(145deg, rgba(15,42,34,.08), rgba(15,42,34,.02));
}
/*
 * Flyout dropdowns only: do NOT use .kh-nav .sub-menu alone — mega lists also have .sub-menu
 * and would stay display:none (blank white panel with only the aside image).
 */
.kh-nav li.menu-item-has-children > .sub-menu:not(.kh-mega__list):not(.kh-mega__col-items){
  position:absolute;
  top:100%;
  left:0;
  min-width:220px;
  margin:0;
  padding:12px;
  display:none;
  flex-direction:column;
  gap:2px;
  background:rgba(245,239,230,.96);
  backdrop-filter:blur(14px);
  border:1px solid rgba(15,42,34,.14);
  border-radius:16px;
  box-shadow:0 18px 50px rgba(0,0,0,.10);
  z-index:100;
}
.kh-nav li.menu-item-has-children > .sub-menu:not(.kh-mega__list):not(.kh-mega__col-items) .sub-menu{
  top:0;
  left:100%;
  margin-left:6px;
}
.kh-nav li.menu-item-has-children > .sub-menu:not(.kh-mega__list):not(.kh-mega__col-items) a{
  padding:10px 10px;
  border-radius:12px;
  letter-spacing:.06em;
  text-transform:none;
  font-size:13px;
}
.kh-nav li.menu-item-has-children > .sub-menu:not(.kh-mega__list):not(.kh-mega__col-items) a:hover{background: rgba(15,42,34,.06)}
.kh-nav li.menu-item-has-children:hover > .sub-menu:not(.kh-mega__list):not(.kh-mega__col-items),
.kh-nav li.menu-item-has-children:focus-within > .sub-menu:not(.kh-mega__list):not(.kh-mega__col-items){display:flex}
/* Mega inner lists keep WordPress .sub-menu class — force visible inside panel */
.kh-nav .kh-mega .kh-mega__list.sub-menu,
.kh-nav .kh-mega ul.kh-mega__list{
  display:flex !important;
}
.kh-nav .kh-mega .kh-mega__col-items.sub-menu,
.kh-nav .kh-mega ul.kh-mega__col-items{
  display:flex !important;
  flex-direction:column;
}
.kh-nav > ul > li.menu-item-has-children > a:after{
  content:"▾";
  font-size: 12px;
  opacity:.75;
}
.kh-header__cta{
  display:flex;
  align-items:center;
  gap: 12px;
}
.kh-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15,42,34,.25);
  color: var(--kh-green);
  background: transparent;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .15s ease, background-color .15s ease;
}
.kh-btn:hover{transform: translateY(-1px); background: rgba(15,42,34,.06)}
.kh-btn--solid{
  background: var(--kh-green);
  color: var(--kh-beige);
  border-color: transparent;
}
.kh-btn--solid:hover{background: var(--kh-green-2)}

/* Hero buttons on image */
.kh-hero--hasbg .kh-btn{
  border-color: rgba(255,255,255,.28);
  color: #ffffff;
  background: rgba(255,255,255,.10);
}
.kh-hero--hasbg .kh-btn:hover{ background: rgba(255,255,255,.16) }
.kh-hero--hasbg .kh-btn--solid{
  background: var(--kh-beige);
  color: var(--kh-green);
  border-color: transparent;
}
.kh-hero--hasbg .kh-btn--solid:hover{ background: #ffffff }
.kh-hero--hasbg .kh-btn--outline{
  border-width: 2px;
  background: transparent;
  color: #ffffff;
}
.kh-hero--hasbg .kh-btn--outline:hover{
  background: rgba(255,255,255,.14);
}

.kh-hero{
  position:relative;
  overflow:hidden;
  border-bottom: 1px solid var(--kh-line);
  background: radial-gradient(1200px 500px at 10% 10%, rgba(15,42,34,.14), transparent 50%),
              radial-gradient(1000px 500px at 90% 10%, rgba(15,42,34,.10), transparent 55%),
              var(--kh-beige);
}
.kh-hero--hasbg{
  background: var(--kh-green);
  min-height: 450px;
}
.kh-hero--hasbg::before{
  content:'';
  position:absolute;
  inset:0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(15,42,34,.72) 0%, rgba(15,42,34,.35) 45%, rgba(15,42,34,.65) 100%);
  pointer-events:none;
}
.kh-hero__bgslider{
  position:absolute;
  inset:0;
  z-index: 0;
}
.kh-hero__bgslide{
  position:absolute;
  inset:0;
  background-position:center;
  background-size:cover;
  opacity:0;
  transition: opacity 700ms ease;
  filter:saturate(.95) contrast(.98);
}
.kh-hero__bgslide.is-active{ opacity:1; }
.kh-hero__dots{
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  display:flex;
  gap: 8px;
  z-index: 3;
}
.kh-hero__dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.35);
  padding:0;
  cursor:pointer;
}
.kh-hero__dot.is-active{
  background: var(--kh-beige);
  border-color: var(--kh-beige);
}
.kh-hero__dot:focus{ outline: 2px solid rgba(255,255,255,.45); outline-offset: 3px }
.kh-hero__content{
  position:relative;
  z-index: 2;
  min-height: 450px;
  padding: 56px 0;
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.kh-hero__kicker{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,.92);
  font-size: 13px;
  letter-spacing: .04em;
}
.kh-hero__title{
  margin: 16px 0 10px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.06;
  letter-spacing: -.02em;
  color: #ffffff;
}
.kh-hero__sub{
  margin: 0;
  max-width: 54ch;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.6;
}
.kh-hero__actions{
  margin-top: 22px;
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  align-items:center;
}

/* ——— Highlights strip (after hero) ——— */
.kh-highlights{
  background: #ffffff;
  border-top: 1px solid rgba(15,42,34,.10);
  border-bottom: 1px solid rgba(15,42,34,.10);
}
.kh-highlights__grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 22px 0;
  align-items: center;
}
.kh-highlights__item{
  display:flex;
  flex-direction: column;
  align-items: center;
  text-align:center;
  gap: 10px;
  color: var(--kh-green);
}
.kh-highlights__icon{
  color: var(--kh-green);
  line-height: 0;
}
.kh-highlights__icon svg{ display:block }
.kh-highlights__iconimg{
  width: 34px;
  height: 34px;
  object-fit: contain;
  display:block;
}
.kh-highlights__text{
  font-size: 13px;
  letter-spacing: .02em;
  color: var(--kh-green);
}

.kh-section{padding: 44px 0}
.kh-section__head{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap: 16px;
  margin-bottom: 18px;
  text-align:center;
  flex-direction:column;
}
.kh-section__head--center-title{
  justify-content: center;
  text-align: center;
}
.kh-section__head--center-title > div{
  text-align: center;
}
.kh-showcase-heading{
  font-family: "Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  font-size: clamp(2.05rem, 3.3vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: .01em;
  color: var(--kh-green);
  text-align: center;
}
.kh-h2{
  margin:0;
  color: var(--kh-green);
  font-size: 26px;
  letter-spacing: .02em;
  text-align:center;
}
.kh-muted{color: var(--kh-muted)}

.kh-grid{
  display:grid;
  gap: 14px;
}
.kh-grid--usp{
  grid-template-columns: repeat(12, 1fr);
}
.kh-catcard--usp{
  grid-column: span 4;
}
.kh-muted--section-head{
  margin: 0;
  max-width: 62ch;
}
.kh-muted--usp{
  margin: 10px 0 0;
}
.kh-grid--cats{
  grid-template-columns: repeat(12, 1fr);
}
.kh-catcard{
  grid-column: span 3;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,42,34,.12);
  border-radius: var(--kh-radius);
  overflow:hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  transition: transform .15s ease;
}
.kh-catcard:hover{transform: translateY(-2px)}
.kh-catcard__media{
  aspect-ratio: 4 / 3;
  min-height: 180px;
  background: linear-gradient(135deg, rgba(15,42,34,.12), rgba(15,42,34,.02));
  overflow: hidden;
}
.kh-catcard__media img{ width: 100%; height: 100%; object-fit: cover }
.kh-catcard__body{padding: 14px 14px 16px}
.kh-catcard__name{margin:0; font-size: 15px; letter-spacing:.06em; text-transform: uppercase; color: var(--kh-green)}
.kh-catcard__cta{margin-top: 8px; font-size: 13px; color: rgba(15,42,34,.72)}

.kh-rail{
  display:flex;
  gap: 14px;
  overflow:auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}
.kh-rail::-webkit-scrollbar{height: 8px}
.kh-rail::-webkit-scrollbar-thumb{background: rgba(15,42,34,.18); border-radius: 999px}
.kh-rail .kh-product{
  flex: 0 0 min(220px, 45vw);
  min-width: 160px;
  scroll-snap-align: start;
}
.kh-product{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(15,42,34,.12);
  border-radius: var(--kh-radius);
  overflow:hidden;
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
}
.kh-product__media{
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, rgba(15,42,34,.10), rgba(15,42,34,.02));
}
.kh-product__body{padding: 12px 12px 14px}
.kh-product__name{margin:0; font-size: 14px; color: var(--kh-green); line-height:1.3}
.kh-product__meta{display:flex; align-items:center; justify-content:space-between; gap: 10px; margin-top: 8px; font-size: 13px; color: rgba(15,42,34,.74)}
.kh-product__price{font-weight: 500}
.kh-product__titlelink{ color: inherit; text-decoration: none; display: block }
.kh-product__titlelink:hover .kh-product__name{ text-decoration: underline; text-underline-offset: 2px }
.kh-product__details-link{
  font-size: 13px;
  font-weight: 500;
  color: var(--kh-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.kh-product__details-link:hover{ opacity: .85 }
.kh-product__cats{
  margin-top: 6px;
  font-size: 12px;
  color: var(--kh-muted);
  line-height: 1.35;
}
.kh-product__extra{
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 12px;
}
.kh-product__sku{
  color: var(--kh-muted);
}
.kh-product__stock{
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 2px 10px;
  font-weight: 600;
  letter-spacing: .02em;
}
.kh-product__stock.is-in-stock{
  color: #126b39;
  background: rgba(18,107,57,.12);
}
.kh-product__stock.is-out-stock{
  color: #992020;
  background: rgba(153,32,32,.12);
}
.kh-product__desc{
  margin: 8px 0 0;
  font-size: 12px;
  color: #424242;
  line-height: 1.5;
}
.kh-product__meta--gallery-simple{
  margin-top: 10px;
  justify-content: flex-start;
}
/* Image + hover “Add to cart” overlay (gallery, rails, shop) */
.kh-product__media-wrap{
  position: relative;
  overflow: hidden;
}
.kh-product__media-wrap .kh-product__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kh-product__overlay{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 12px 14px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.35) 100%);
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
}
.kh-product:focus-within .kh-product__overlay,
.kh-product:hover .kh-product__overlay{
  opacity: 1;
  pointer-events: auto;
}
@media (hover: none){
  .kh-product__overlay{
    opacity: 1;
    pointer-events: auto;
    background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.4) 100%);
  }
}
a.kh-product-hover__atc,
.kh-product-hover__atc{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 20px !important;
  min-height: 40px;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: #5c1018 !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.35) !important;
  border-radius: 999px !important;
  box-shadow: 0 6px 20px rgba(0,0,0,.12) !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
}
a.kh-product-hover__atc:hover,
.kh-product-hover__atc:hover{
  background: #faf7f2 !important;
  color: #3a0a10 !important;
}

/* ——— Side cart drawer (fixed overlay — must not flow after footer) ——— */
body.kh-side-cart-open{
  overflow: hidden;
}
.kh-side-cart{
  position: fixed;
  inset: 0;
  z-index: 100000;
  pointer-events: none;
  visibility: hidden;
}
.kh-side-cart.is-open{
  pointer-events: auto;
  visibility: visible;
}
.kh-side-cart__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  transition: opacity .28s ease;
}
.kh-side-cart.is-open .kh-side-cart__backdrop{
  opacity: 1;
}
.kh-side-cart__panel{
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  max-width: 100%;
  height: 100%;
  height: 100dvh;
  background: #fff;
  box-shadow: -12px 0 40px rgba(0,0,0,.12);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .32s ease;
  outline: none;
  overflow: hidden;
}
.kh-side-cart.is-open .kh-side-cart__panel{
  transform: translateX(0);
}
.kh-side-cart__header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 20px 12px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  flex-shrink: 0;
}
.kh-side-cart__title{
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #111;
}
.kh-side-cart__sub{
  margin: 4px 0 0;
  font-size: 13px;
  color: #666;
}
.kh-side-cart__close{
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  padding: 0 4px;
  margin: -4px 0 0;
}
.kh-side-cart__close:hover{ color: #000 }
.kh-side-cart__scroll{
  flex: 1;
  overflow-y: auto;
  padding: 12px 20px 20px;
  -webkit-overflow-scrolling: touch;
}
.kh-side-cart .widget_shopping_cart_content{
  font-size: 14px;
}
.kh-side-cart .woocommerce-mini-cart{
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.kh-side-cart .woocommerce-mini-cart-item{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.kh-side-cart .woocommerce-mini-cart__total{
  padding: 12px 0;
  border-top: 1px solid rgba(0,0,0,.1);
  font-weight: 600;
}
.kh-side-cart .woocommerce-mini-cart__buttons{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0 0 !important;
  padding: 0 !important;
}
.kh-side-cart .woocommerce-mini-cart__buttons .button{
  width: 100% !important;
  margin: 0 !important;
  min-height: 48px;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  justify-content: center !important;
  box-sizing: border-box;
}
.kh-side-cart .woocommerce-mini-cart__buttons a.checkout{
  background: #111 !important;
  color: #fff !important;
  border: 2px solid #111 !important;
}
.kh-side-cart .woocommerce-mini-cart__buttons a.checkout:hover{
  background: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}
.kh-side-cart .woocommerce-mini-cart__buttons a:not(.checkout){
  background: #fff !important;
  color: #111 !important;
  border: 2px solid #111 !important;
}
.kh-side-cart .woocommerce-mini-cart__buttons a:not(.checkout):hover{
  background: #f5f5f5 !important;
}

/* ——— Home: product gallery grid ——— */
.kh-section--product-gallery{
  background: linear-gradient(180deg, rgba(245,239,230,.55) 0%, transparent 42%);
}
.kh-section--home-videos{
  padding-top: 10px;
}
.kh-home-videos__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.kh-home-videos__item{
  background: #fff;
  border: 1px solid var(--kh-line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.kh-home-videos__player{
  width: 100%;
  height: auto;
  display: block;
  background: #000;
}
.kh-home-videos__caption{
  margin: 0;
  padding: 10px 12px 12px;
  font-size: 13px;
  color: var(--kh-green);
  font-weight: 500;
  letter-spacing: .02em;
  text-align: center;
}
@media (min-width: 900px){
  .kh-home-videos__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
.kh-section__head--gallery{
  align-items: flex-start;
  flex-wrap: wrap;
}
.kh-section__head--gallery.kh-section__head--center-title{
  align-items: center;
}
.kh-section__head--gallery.kh-section__head--center-title .kh-btn{
  margin-top: 6px;
}
.kh-product-gallery__sub{
  margin: 6px 0 0;
  max-width: 36em;
  font-size: 15px;
  line-height: 1.45;
}
.kh-product-gallery__grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 14px;
}
@media (min-width: 640px){
  .kh-product-gallery__grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1000px){
  .kh-product-gallery__grid{ grid-template-columns: repeat(3, 1fr) }
}
.kh-product-gallery__actions{
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.kh-product--gallery{
  flex: none;
  min-width: 0;
  scroll-snap-align: none;
}
.kh-product--gallery .kh-product__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 640px){
  .kh-section__head--gallery .kh-btn{ margin-top: 4px }
}

/* ——— Homepage: section title (shared) ——— */
.kh-section__title{ margin: 0 0 20px; text-align: center; font-size: 2rem; font-weight: 600; color: var(--kh-green) }
.kh-section__subtitle{ text-align: center; margin: 0 0 20px; color: var(--kh-muted); max-width: 640px; margin-left: auto; margin-right: auto; font-size: 15px; line-height: 1.5 }

/* ——— Shop for Special Moments (occasion cards, clone layout) ——— */
.kh-occasion-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.kh-occasion-card{
  background: var(--kh-card);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 16px 32px rgba(0,0,0,.06);
  border: 1px solid rgba(15,42,34,.06);
}
.kh-occasion-card__title{ margin: 0 0 10px; font-size: 1rem; font-weight: 600; color: var(--kh-green); text-transform: uppercase; letter-spacing: .06em }
.kh-occasion-card__desc{ margin: 0 0 12px; font-size: 0.9rem; color: var(--kh-muted); line-height: 1.5 }
.kh-occasion-card__link{ font-size: 0.8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--kh-green); font-weight: 500 }
.kh-occasion-card__link:hover{ text-decoration: underline }

/* ——— Wedding section banner ——— */
.kh-wedding-banner{ border-radius: 12px; overflow: hidden; margin-bottom: 20px }
.kh-wedding-banner img{ width: 100%; height: auto; display: block; object-fit: cover }

/* ——— Epitome full-width promo (clone) ——— */
.kh-promo-fullwidth{
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: var(--kh-green);
  min-height: 320px;
  display: flex;
  align-items: center;
  padding: 56px 0;
}
.kh-promo-fullwidth::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,42,34,.85) 0%, rgba(15,42,34,.5) 50%, rgba(15,42,34,.3) 100%);
  pointer-events: none;
}
.kh-promo-fullwidth .kh-container{ position: relative; z-index: 1; color: var(--kh-beige); text-align: left }
.kh-promo-fullwidth__title{ margin: 0; font-size: 1.8rem; font-weight: 600; color: #fff }
.kh-promo-fullwidth__sub{ margin: 0 0 14px; font-size: 2rem; font-weight: 600; color: #fff }
.kh-promo-fullwidth__text{ color: rgba(255,255,255,.92); margin: 0 0 20px; font-size: 1rem; line-height: 1.6; max-width: 52ch }
.kh-promo-fullwidth__btn{ background: #fff; color: var(--kh-green); border: none }
.kh-promo-fullwidth__btn:hover{ background: var(--kh-beige) }

/* ——— Testimonials (Brides of Khalsa) ——— */
.kh-testimonial-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.kh-testimonial-card{
  background: var(--kh-card);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 16px 30px rgba(0,0,0,.05);
  font-size: 0.9rem;
}
.kh-testimonial-card__quote{ margin: 0; color: var(--kh-muted); line-height: 1.55 }
.kh-testimonial-card__meta{ margin-top: 12px; font-weight: 600; font-size: 0.9rem; color: var(--kh-green) }

/* ——— Instagram CTA ——— */
.kh-section--instagram{ background: var(--kh-beige-2) }
.kh-section--instagram-inner{ text-align: center }
.kh-section--instagram .kh-section__title{ margin-bottom: 10px }
.kh-section--instagram .kh-btn--outline{ border: 2px solid var(--kh-green); background: transparent; color: var(--kh-green) }
.kh-section--instagram .kh-btn--outline:hover{ background: var(--kh-green); color: var(--kh-beige) }

.kh-btn--outline{ border: 2px solid var(--kh-green); background: transparent; color: var(--kh-green) }
.kh-btn--outline:hover{ background: rgba(15,42,34,.08) }

/* ——— Contact Us + Newsletter strip (white bg, dark green text) ——— */
.kh-footer-contact{
  background: #ffffff;
  color: var(--kh-green);
  padding: 48px 0 44px;
  margin-top: 30px;
  border-top: 1px solid var(--kh-line);
}
.kh-footer-contact__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--kh-footer-contact-col-gap);
  row-gap: var(--kh-footer-contact-row-gap);
  max-width: 900px;
  margin: 0 auto;
  align-items: start;
}
.kh-footer-contact__col{
  min-width: 0;
}
.kh-footer-contact__title{
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 600;
  color: var(--kh-green);
  letter-spacing: .02em;
}
.kh-footer-contact__col--newsletter .kh-footer-contact__title{ margin-bottom: 8px }
.kh-footer-contact__intro{
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--kh-green);
  opacity: .92;
  line-height: 1.5;
}
.kh-footer-contact__sub{
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--kh-green);
  opacity: .9;
  line-height: 1.5;
}
.kh-footer-contact__details{ display: grid; gap: 12px }
.kh-footer-contact__line{
  margin: 0;
  font-size: 14px;
  color: var(--kh-green);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.kh-footer-contact__line a{ color: var(--kh-green); text-decoration: underline; text-underline-offset: 2px }
.kh-footer-contact__line a:hover{ opacity: .85 }
.kh-footer-contact__icon{
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  color: var(--kh-green);
}
.kh-footer-contact__icon svg{ width: 20px; height: 20px }
.kh-footer-contact__form{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.kh-footer-contact__input{
  flex: 1;
  min-width: 200px;
  padding: 12px 14px;
  font-size: 14px;
  color: var(--kh-green);
  background: #fff;
  border: 1px solid var(--kh-green);
  border-radius: 6px;
  font-family: inherit;
}
.kh-footer-contact__input::placeholder{ color: var(--kh-muted); opacity: .8 }
.kh-footer-contact__btn{
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--kh-green);
  background: #fff;
  border: 1px solid var(--kh-green);
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
}
.kh-footer-contact__btn:hover{ background: var(--kh-beige-2); color: var(--kh-green) }
.kh-footer-contact__disclaimer{
  margin: 0 0 16px;
  font-size: 12px;
  color: var(--kh-muted);
  line-height: 1.4;
}
.kh-footer-contact__social{
  display: flex;
  gap: 14px;
  align-items: center;
}
.kh-footer-contact__social a{ color: var(--kh-green); display: inline-flex }
.kh-footer-contact__social a:hover{ opacity: .8 }
.kh-footer-contact__social svg{ width: 22px; height: 22px }
.kh-footer-contact__msg{ margin: 0 0 12px; font-size: 14px; padding: 10px 12px; border-radius: 6px }
.kh-footer-contact__msg--success{ background: rgba(15,42,34,.08); color: var(--kh-green) }
.kh-footer-contact__msg--error{ background: rgba(180,60,60,.1); color: #8b2e2e }
.screen-reader-text{ clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; width: 1px; overflow: hidden; position: absolute; word-wrap: normal }

/* ——— Footer menu strip (beige bg, logo + columns) ——— */
.kh-footer{
  background: var(--kh-beige);
  color: var(--kh-green);
  padding: 44px 0 0;
  border-top: 1px solid rgba(15,42,34,.08);
}
.kh-footer a{ color: var(--kh-green); opacity: .92 }
.kh-footer a:hover{
  opacity: 1;
  text-decoration: underline;
  text-decoration-color: var(--kh-green);
  text-underline-offset: 2px;
}
.kh-footer__grid{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 28px;
  align-items: stretch;
}
.kh-footer__col{
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.kh-footer__brand{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -8px;
}
.kh-footer__logo{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  width: 150px;
  max-width: 100%;
}
.kh-footer__brand img{
  width: 150px;
  max-width: 100%;
  height: auto;
}
.kh-footer__tagline{
  margin: 10px 0 0;
  width: 150px;
  max-width: 100%;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.35;
  color: var(--kh-green);
  opacity: .92;
}
.kh-foothead{
  margin: 0 0 12px;
  padding-bottom: 6px;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: var(--kh-green);
  border-bottom: 1px solid rgba(15,42,34,.2);
  white-space: nowrap;
}
@media (max-width: 380px){
  .kh-foothead{ white-space: normal }
}
.kh-foottext{margin: 0; opacity: .85; line-height: 1.6; font-size: 14px; color: var(--kh-green) }
.kh-footlist{ margin: 0; padding: 0; list-style: none; display: grid; gap: 10px }
.kh-footlist a{
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--kh-green);
  line-height: 1.4;
}
.kh-footer__col--collections .kh-footlist{
  gap:8px;
  align-content:start;
}
.kh-footer__col--collections .kh-footlist a{
  display:block;
  white-space:normal;
  overflow-wrap:anywhere;
  line-height:1.35;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.kh-footer__bottom{
  width: 100%;
  margin-top: var(--kh-footer-row-gap);
  padding: 12px 20px;
  background: var(--kh-green);
  border-top: none;
  font-size: 13px;
  color: #f8f4ea;
  box-sizing: border-box;
}
/* Beats .kh-footer a and builder CSS — credit line must stay readable on green */
.kh-footer__bottom .kh-footer__bottom-text,
.kh-footer__bottom .kh-footer__bottom-text a{
  color: #f8f4ea !important;
  opacity: 1 !important;
}
.kh-footer__bottom a{
  text-decoration: underline;
  text-underline-offset: 2px;
}
.kh-footer__bottom a:hover{
  color: #ffffff !important;
  opacity: 1 !important;
}
.kh-footer__bottom-inner{
  max-width: var(--kh-container);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.kh-footer__bottom-text{
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  align-items: center;
  text-transform: none;
}
.kh-footer__dev-link{
  text-transform: none;
  font-weight: 600;
  white-space: nowrap;
}
.kh-footer__dev-logo{
  height: 1em;
  width: auto;
  max-height: 14px;
  vertical-align: middle;
  display: inline-block;
  object-fit: contain;
}
.kh-footer__credit{ display: inline-flex; align-items: center; flex-wrap: wrap; gap: 4px }

.kh-float-wa{
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 60;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: var(--kh-shadow);
}
.kh-float-wa:hover{opacity:.95; color:#fff}
.kh-float-wa svg{width: 28px; height: 28px}

/* ——— Responsive: tablet ——— */
@media (max-width: 1024px){
  .kh-container{ padding-inline: 20px }
  .kh-section__head{ flex-wrap: wrap; gap: 12px }
  .kh-section__head .kh-muted{ width: 100% }
}
@media (max-width: 980px){
  .kh-header__nav-row{ justify-content:flex-start; padding:10px 0 }
  .kh-nav-toggle{
    display:inline-flex;
    position:relative;
    z-index:60;
  }
  /* Slide-in panel; do not remove nav — it was display:none before (no mobile menu). */
  .kh-nav{
    display:block !important;
    position:fixed;
    top:132px;
    left:0;
    bottom:0;
    width:min(100vw - 24px, 400px);
    max-width:100%;
    margin:0;
    padding:16px 18px 32px;
    background:#fff;
    z-index:55;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    transform:translateX(-105%);
    transition:transform .28s ease;
    box-shadow:8px 0 32px rgba(0,0,0,.12);
    text-align:left;
  }
  body.kh-nav-open .kh-nav{
    transform:translateX(0);
  }
  .kh-nav > ul{
    flex-direction:column;
    align-items:stretch;
    gap:0;
    width:100%;
  }
  .kh-nav > ul > li{
    width:100%;
    border-bottom:1px solid rgba(15,42,34,.08);
  }
  .kh-nav > ul > li > a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 4px;
    width:100%;
    text-align:left;
  }
  .kh-nav > ul > li.menu-item-has-children > a::after{
    content:'+';
    font-size:18px;
    opacity:.6;
    margin-left:8px;
  }
  .kh-nav > ul > li.is-submenu-open.menu-item-has-children > a::after{
    content:'−';
  }
  /* Mobile: accordion — only one top-level mega/flyout open at a time */
  .kh-nav > ul > li.menu-item-has-children > .kh-mega,
  .kh-nav > ul > li.menu-item-has-children > .sub-menu:not(.kh-mega__list):not(.kh-mega__col-items){
    position:static !important;
    display:none !important;
    width:100% !important;
    max-width:none !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
    box-shadow:none;
    border:none;
    border-radius:0;
    padding:8px 0 16px 8px !important;
    margin:0 !important;
    background:transparent;
  }
  .kh-nav > ul > li.is-submenu-open.menu-item-has-children > .kh-mega,
  .kh-nav > ul > li.is-submenu-open.menu-item-has-children > .sub-menu:not(.kh-mega__list):not(.kh-mega__col-items){
    display:block !important;
  }
  .kh-nav > ul > li.is-submenu-open.menu-item-has-children > .kh-mega{
    display:flex !important;
    flex-direction:column;
    gap:16px;
  }
  .kh-nav .kh-mega__cols{
    flex:1;
    width:100%;
  }
  .kh-nav .kh-mega__list{
    flex-direction:column;
    flex-wrap:nowrap;
    gap:16px;
  }
  .kh-nav .kh-mega__list > li{
    max-width:none;
    min-width:0;
  }
  .kh-nav .kh-mega__aside{
    flex:0 0 auto;
    max-width:100%;
    align-self:stretch;
  }
  .kh-nav .kh-mega__aside-img{
    min-height:160px;
  }
  /* Hover/focus must not open megas on touch — only .is-submenu-open (JS). */
  .kh-nav li.menu-item-has-children:hover > .kh-mega,
  .kh-nav li.menu-item-has-children:focus-within > .kh-mega{
    display:none !important;
  }
  .kh-nav > ul > li.is-submenu-open.menu-item-has-children:hover > .kh-mega,
  .kh-nav > ul > li.is-submenu-open.menu-item-has-children:focus-within > .kh-mega{
    display:flex !important;
  }
  .kh-nav li.menu-item-has-children:hover > .sub-menu:not(.kh-mega__list):not(.kh-mega__col-items),
  .kh-nav li.menu-item-has-children:focus-within > .sub-menu:not(.kh-mega__list):not(.kh-mega__col-items){
    display:none !important;
  }
  .kh-nav > ul > li.is-submenu-open.menu-item-has-children:hover > .sub-menu:not(.kh-mega__list):not(.kh-mega__col-items),
  .kh-nav > ul > li.is-submenu-open.menu-item-has-children:focus-within > .sub-menu:not(.kh-mega__list):not(.kh-mega__col-items){
    display:flex !important;
  }
  .kh-catcard{ grid-column: span 6 }
  .kh-catcard--usp{ grid-column: span 6 }
  .kh-occasion-grid{ grid-template-columns: repeat(2, 1fr) }
  .kh-testimonial-grid{ grid-template-columns: repeat(2, 1fr) }
  .kh-highlights__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 18px 0 }
  .kh-header__middle-row{ gap: 12px }
  .kh-header__phone{ min-width: 100px }
  .kh-header__phone-numbers{ flex-wrap: wrap }
}
@media (max-width: 900px){
  .kh-footer-contact__grid{ grid-template-columns: 1fr; row-gap: 32px; column-gap: 0 }
  .kh-footer-contact{ padding: 40px 0 36px }
  .kh-footer__grid{ grid-template-columns: repeat(3, 1fr); column-gap: 24px; row-gap: 24px }
  .kh-section{ padding: 36px 0 }
  .kh-hero--hasbg{ min-height: 380px }
  .kh-hero__content{ min-height: 380px; padding: 44px 0 }
}
@media (max-width: 768px){
  .kh-container{ width: calc(100% - 32px); padding-inline: 16px }
  .kh-header__top-row{ flex-wrap: wrap; justify-content: center; gap: 8px; padding: 10px 0 }
  .kh-header__top-right{ flex-wrap: wrap; justify-content: center }
  .kh-header__announcement-ticker{ max-width: 100% }
  .kh-header__announcement-item{ white-space: normal; line-height: 1.3 }
  .kh-footer-contact__title{ font-size: 20px }
  .kh-footer-contact__form{ flex-direction: column; align-items: stretch }
  .kh-footer-contact__input{ min-width: 0; width: 100% }
  .kh-footer-contact__btn{ width: 100%; justify-content: center }
  .kh-footer__bottom-inner{ text-align: center }
  .kh-footer__credit{ justify-content: center }
  .kh-float-wa{ right: 12px; bottom: 16px; width: 48px; height: 48px }
  .kh-float-wa svg{ width: 24px; height: 24px }
}
/* ——— Responsive: mobile ——— */
@media (max-width: 640px){
  .kh-topbar__badge{ display: none }
  .kh-container{ width: calc(100% - 24px); padding-inline: 12px }
  .kh-header__top{ min-height: auto }
  .kh-header__top-row{ padding: 10px 0; min-height: auto }
  .kh-header__announcement-ticker{ min-height: 1.5em }
  .kh-header__announcement-item{ font-size: 11px; padding: 0 4px }
  .kh-header__middle-row{ flex-wrap: wrap; justify-content: center; gap: 10px; padding: 12px 0 }
  .kh-header__phone{ min-width: 0; width: 100%; justify-content: center }
  .kh-header__phone-wrap{ flex-wrap: wrap; justify-content: center }
  .kh-header__phone-numbers{ justify-content: center }
  .kh-header__cta .kh-btn{ font-size: 12px; padding: 10px 14px; min-height: 44px }
  .kh-header__logo img{ max-height: 50px }
  .kh-hero--hasbg{ min-height: 320px }
  .kh-hero__content{ min-height: 320px; padding: 34px 0 }
  .kh-hero__title{ font-size: clamp(1.35rem, 5vw, 1.75rem) }
  .kh-hero__sub{ font-size: 14px }
  .kh-highlights__grid{ grid-template-columns: 1fr; gap: 14px; padding: 16px 0 }
  .kh-highlights__text{ font-size: 12.5px }
  .kh-catcard{ grid-column: span 12 }
  .kh-catcard--usp{ grid-column: span 12 }
  .kh-occasion-grid{ grid-template-columns: 1fr }
  .kh-testimonial-grid{ grid-template-columns: 1fr }
  .kh-promo-fullwidth{ min-height: 260px; padding: 40px 0 }
  .kh-promo-fullwidth__sub{ font-size: 1.5rem }
  .kh-section{ padding: 28px 0 }
  .kh-section__head{ flex-direction: column; align-items: flex-start; margin-bottom: 14px }
  .kh-h2{ font-size: 20px }
  .kh-footer-contact{ padding: 28px 0 24px }
  .kh-footer-contact__title{ font-size: 18px }
  .kh-footer-contact__line{ font-size: 13px; flex-wrap: wrap }
  .kh-footer__grid{ grid-template-columns: repeat(2, 1fr); column-gap: 20px; row-gap: 20px }
  .kh-footer__brand{ grid-column: 1 / -1; text-align: center }
  .kh-footer__brand .kh-footer__logo{ justify-content: center }
  .kh-footer__brand{ margin-left: 0 }
  .kh-footer__logo{
    width: 132px;
    align-items:center;
    margin-inline:auto;
  }
  .kh-footer__brand img{ width: 132px; height: auto }
  .kh-footer__tagline{ width: 132px; font-size: 12.5px }
  .kh-foothead{ font-size: 12px }
  .kh-footlist a{ font-size: 12px }
  .kh-float-wa{ right: 10px; bottom: 12px; width: 46px; height: 46px }
  .kh-float-wa svg{ width: 22px; height: 22px }
}
/* ——— Responsive: small mobile ——— */
@media (max-width: 480px){
  .kh-container{ width: calc(100% - 20px); padding-inline: 10px }
  .kh-header__top-icon{ width: 28px; height: 28px }
  .kh-header__top-icon svg{ width: 16px; height: 16px }
  .kh-header__top-search-text{ display: none }
  .kh-footer__grid{ grid-template-columns: 1fr; column-gap: 0; row-gap: 24px }
  .kh-footer__col{ text-align: center }
  .kh-footer__logo{
    width: 120px;
    align-items:center;
    margin-inline:auto;
  }
  .kh-footer__brand img{ width: 120px; height: auto }
  .kh-footer__tagline{ width: 120px; font-size: 12px }
  .kh-footer__credit{ justify-content: center }
  .kh-section{ padding: 24px 0 }
  .kh-rail .kh-product{ flex: 0 0 140px; min-width: 140px }
  .kh-product--gallery{ width: 100% }
}
@media (max-width: 380px){
  .kh-header__announcement-item{ font-size: 10px }
  .kh-header__phone-link{ font-size: 12px }
  .kh-float-wa{ right: 8px; bottom: 10px; width: 44px; height: 44px }
}

/* WooCommerce tweaks (keep lightweight) */
.woocommerce .woocommerce-breadcrumb{margin: 16px 0; font-size: 13px; opacity:.8}
.woocommerce div.product .product_title{color: var(--kh-green)}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  border-radius: 999px;
  background: var(--kh-green);
  color: var(--kh-beige);
  border: 0;
  padding: 12px 16px;
  font-weight: 500;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{background: var(--kh-green-2); color: var(--kh-beige)}

/* ——— WooCommerce: cart & checkout (responsive, touch-friendly) ——— */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-page.woocommerce-account .woocommerce{
  max-width:100%;
  overflow-x:hidden;
}
/* Cart page — order summary + checkout button (WooCommerce native cart) */
@media (min-width: 900px){
  body.kh-body--cart .woocommerce-cart .cart-collaterals{
    position: sticky;
    top: calc( var(--kh-sticky-offset, 120px) + 12px );
  }
}
body.kh-body--cart .woocommerce-cart .cart-collaterals{
  background: #fafafa;
  padding: 20px 22px;
  border-radius: 14px;
  border: 1px solid rgba(15,42,34,.1);
}
body.kh-body--cart .woocommerce-cart .wc-proceed-to-checkout{
  padding: 0;
  margin: 16px 0 0;
}
body.kh-body--cart .woocommerce-cart .wc-proceed-to-checkout .checkout-button{
  display: block;
  width: 100%;
  text-align: center;
  background: #111 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 14px 20px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
body.kh-body--cart .woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover{
  background: #333 !important;
  color: #fff !important;
}
body.kh-body--cart .woocommerce-cart .cart_totals > h2{
  font-size: 1rem;
  margin: 0 0 12px;
  color: var(--kh-green);
}
.woocommerce-cart table.cart td.actions .coupon,
.woocommerce-cart table.cart td.actions .button{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}
@media (max-width: 768px){
  .woocommerce-cart table.cart td.actions{
    display:flex;
    flex-direction:column;
    gap:12px;
    align-items:stretch;
  }
  .woocommerce-cart table.cart td.actions .coupon{
    display:flex;
    flex-direction:column;
    gap:8px;
  }
  .woocommerce-cart table.cart td.actions .coupon input{
    width:100% !important;
    float:none !important;
    min-height:44px;
  }
}
form.woocommerce-checkout.kh-checkout-form,
form.checkout.woocommerce-checkout{
  max-width:100%;
  display:block;
}
.kh-checkout__layout{
  display:flex;
  flex-direction:column;
  gap:0;
  max-width:min( 1180px, 100% );
  margin:0 auto;
}
@media (min-width: 900px){
  .kh-checkout__layout{
    display:grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 420px);
    gap:0;
    align-items:stretch;
  }
}
.kh-checkout__main{
  padding: 8px 0 40px;
  box-sizing:border-box;
}
@media (min-width: 900px){
  .kh-checkout__main{
    padding: 12px 36px 48px 0;
  }
}
.kh-checkout__aside{
  background: #f5f5f5;
  padding: 24px 20px 40px;
  box-sizing:border-box;
}
@media (min-width: 900px){
  .kh-checkout__aside{
    padding: 28px 28px 40px 32px;
    min-height: calc(100vh - 72px);
  }
}
.kh-checkout__summary-heading{
  margin:0 0 16px;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #111;
}
/* Order lines: thumbnail + qty badge + details (reference layout) */
.woocommerce-checkout .woocommerce-checkout-review-order-table thead{
  display:none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .kh-checkout-line{
  padding:0;
  border:none;
}
.kh-co-product{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.kh-co-product__thumb{
  position:relative;
  flex: 0 0 72px;
  width:72px;
  border-radius: 10px;
  overflow:hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
}
.kh-co-product__thumb img{
  display:block;
  width:72px;
  height:72px;
  object-fit:cover;
}
.kh-co-product__qty-badge{
  position:absolute;
  top: 4px;
  right: 4px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #111;
  border-radius: 999px;
  line-height:1;
  box-sizing:border-box;
}
.kh-co-product__details{
  flex: 1;
  min-width:0;
  font-size: 14px;
  line-height: 1.45;
  color: #222;
}
.kh-co-product__details .variation{
  display:block;
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}
.kh-co-product__total{
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-align:right;
  white-space:nowrap;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td{
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 12px 0;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td{
  font-size: 1.05rem;
  font-weight: 700;
  padding-top: 16px;
}
/* Checkout page shell */
body.kh-body--checkout{
  background: #fff;
}
.kh-section--checkout-focus{
  padding-top: 16px;
}
.kh-section--checkout-focus .kh-container{
  max-width: min( 1220px, 100% );
}
/* Slim checkout header (logo + bag) */
.kh-header--checkout-slim{
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding: 14px 0;
}
.kh-header__checkout-slim-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
}
.kh-header__checkout-logo .custom-logo-link img{
  max-height: 44px;
  width: auto;
}
.kh-header__checkout-logo .kh-brand__text{
  font-size: 1.15rem;
  font-weight: 700;
  color: #111;
  text-decoration:none;
}
.kh-header__checkout-cart{
  display:flex;
  align-items:center;
  justify-content:center;
  width: 44px;
  height: 44px;
  border: 1px solid #2563eb;
  border-radius: 10px;
  color: #2563eb;
  background: #fff;
  text-decoration:none;
  transition: background .15s ease, color .15s ease;
}
.kh-header__checkout-cart:hover{
  background: rgba(37,99,235,.08);
  color: #1d4ed8;
}
@media (max-width: 899px){
  .kh-checkout__aside{
    order: -1;
    min-height: auto;
    margin: 0 -10px 8px;
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }
}
.woocommerce-checkout #customer_details{
  width:100% !important;
  float:none !important;
  display:block;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2{
  width:100% !important;
  float:none !important;
  margin:0 0 20px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{
  display:flex;
  flex-direction:column;
  gap:0;
}
.woocommerce form .form-row{
  margin-bottom:14px;
  padding:0;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single{
  min-height:44px;
  padding:10px 12px;
  border-radius:10px;
  border:1px solid rgba(15,42,34,.2);
  max-width:100%;
  box-sizing:border-box;
}
.woocommerce-checkout #payment{
  border-radius:12px;
  border:1px solid rgba(0,0,0,.1);
  background:#fff;
  margin-top: 20px;
}
.woocommerce-checkout #payment ul.payment_methods{
  padding:0;
  margin:0;
  border:0;
  list-style:none;
}
.woocommerce-checkout #payment ul.payment_methods > li{
  margin: 0 0 10px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  background: #fafafa;
}
.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method input.input-radio:checked ~ label,
.woocommerce-checkout #payment ul.payment_methods > li:has(input.input-radio:checked){
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb;
  background: #fff;
}
.woocommerce-checkout #payment ul.payment_methods li label{
  cursor:pointer;
  font-weight: 500;
  color: #111;
}
.woocommerce-checkout #payment div.payment_box{
  border-radius:8px;
  font-size:13px;
  margin-top: 10px;
  background: #f0f0f0 !important;
  color: #333 !important;
}
.woocommerce-checkout #payment div.payment_box::before{
  display:none;
}
.woocommerce-checkout #place_order{
  width:100%;
  min-height:52px;
  font-size:15px;
  font-weight: 600;
  margin-top:16px;
  border-radius: 10px !important;
  background: #111 !important;
  color: #fff !important;
  border: 0 !important;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.woocommerce-checkout #place_order:hover{
  background: #333 !important;
  color: #fff !important;
}
.woocommerce table.shop_table{
  border-radius:12px;
  overflow:hidden;
}
@media (max-width: 640px){
  .woocommerce-checkout #order_review .shop_table{
    font-size:13px;
  }
  .woocommerce-checkout #order_review .shop_table th,
  .woocommerce-checkout #order_review .shop_table td{
    padding:10px 8px;
  }
}

.kh-shop-intro{
  margin:0 0 20px;
  max-width:52em;
  font-size:15px;
  line-height:1.55;
  color:var(--kh-muted);
}
/* ——— Shop archive + sidebar (House of Surya–style, admin widgets) ——— */
body.woocommerce-shop #content,
body.tax-product_cat #content,
body.tax-product_tag #content,
body.post-type-archive-product #content{
  max-width:min( var(--kh-container), calc(100% - 40px) );
  margin-inline:auto;
  padding-inline:20px;
  box-sizing:content-box;
}
@supports selector(:has(*)){
  @media (min-width: 992px){
    body.woocommerce-shop #content:has( .kh-wc-sidebar--shop ),
    body.tax-product_cat #content:has( .kh-wc-sidebar--shop ),
    body.tax-product_tag #content:has( .kh-wc-sidebar--shop ),
    body.post-type-archive-product #content:has( .kh-wc-sidebar--shop ){
      display:grid;
      grid-template-columns:minmax(220px, 280px) minmax(0, 1fr);
      gap:32px;
      align-items:start;
    }
  }
}
.kh-wc-sidebar--shop{
  position:sticky;
  top:calc( var(--kh-sticky-offset, 120px) );
  align-self:start;
  padding:16px 18px;
  background:var(--kh-card);
  border:1px solid var(--kh-line);
  border-radius:var(--kh-radius);
  font-size:14px;
}
.kh-wc-sidebar--shop .kh-widget{
  margin-bottom:20px;
}
.kh-wc-sidebar--shop .kh-widget:last-child{ margin-bottom:0 }
.kh-widget__title{
  margin:0 0 12px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--kh-green);
}
.kh-wc-sidebar--shop ul{
  list-style:none;
  margin:0;
  padding:0;
}
.kh-wc-sidebar--shop ul li{
  margin:0;
  padding:6px 0;
  border-bottom:1px solid rgba(15,42,34,.06);
}
.kh-wc-sidebar--shop a{
  color:var(--kh-ink);
  text-decoration:none;
}
.kh-wc-sidebar--shop a:hover{ color:var(--kh-green); text-decoration:underline }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering{
  margin-bottom:16px;
}
.woocommerce .woocommerce-ordering select{
  min-height:44px;
  padding:8px 12px;
  border-radius:10px;
  border:1px solid rgba(15,42,34,.2);
  background:var(--kh-card);
}
/* Product grid — card feel like homepage rails */
.woocommerce ul.products{
  display:grid !important;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  gap:24px 20px;
  margin:0 !important;
  padding:0 !important;
  list-style:none;
}
@media (min-width: 560px){
  .woocommerce ul.products.columns-3,
  .woocommerce ul.products{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px){
  .woocommerce ul.products.columns-3,
  .woocommerce ul.products{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}
.woocommerce ul.products li.product{
  position: relative;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  background:var(--kh-card);
  border-radius:var(--kh-radius);
  border:1px solid rgba(15,42,34,.08);
  box-shadow:0 8px 24px rgba(0,0,0,.05);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:transform .15s ease, box-shadow .15s ease;
}
.woocommerce ul.products li.product:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 36px rgba(0,0,0,.08);
}
.woocommerce ul.products li.product.kh-product--shop-loop .onsale{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.woocommerce ul.products li.product.kh-product--shop-loop .kh-product__body{
  padding: 12px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.woocommerce ul.products li.product.kh-product--shop-loop .woocommerce-loop-product__title,
.woocommerce ul.products li.product.kh-product--shop-loop .kh-product__name{
  margin: 0;
  padding: 0;
  font-size:15px;
  font-weight:600;
  color:var(--kh-ink);
  line-height:1.35;
}
.woocommerce ul.products li.product.kh-product--shop-loop .price{
  padding: 0;
  margin: 0;
  color:var(--kh-green);
  font-weight:600;
  font-size: 15px;
}
.woocommerce ul.products li.product.kh-product--shop-loop .kh-product__meta{
  margin-top: auto;
  padding-top: 4px;
}
.woocommerce ul.products li.product .star-rating{
  margin:0 16px 8px;
}
/* Add to cart lives in image overlay only for theme loop cards */
.woocommerce ul.products li.product.kh-product--shop-loop .button,
.woocommerce ul.products li.product.kh-product--shop-loop a.add_to_cart_button{
  margin: 0 !important;
}
.woocommerce span.onsale{
  min-height:28px;
  min-width:28px;
  line-height:28px;
  border-radius:999px;
  background:var(--kh-green);
  color:var(--kh-beige);
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  padding:0 10px;
}
.woocommerce nav.woocommerce-pagination{
  margin-top:32px;
  clear:both;
}
.woocommerce nav.woocommerce-pagination ul{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  border:none;
}
.woocommerce nav.woocommerce-pagination ul li{
  border:none;
  margin:0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  display:inline-flex;
  min-width:44px;
  min-height:44px;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  border:1px solid rgba(15,42,34,.15);
  background:var(--kh-card);
}
.woocommerce nav.woocommerce-pagination ul li span.current{
  background:var(--kh-green);
  color:var(--kh-beige);
  border-color:transparent;
}
/* Notices — clear feedback for add-to-cart, checkout errors */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
  border-radius:12px;
  border:none;
  border-left:4px solid var(--kh-green);
  background:rgba(15,42,34,.06);
  color:var(--kh-ink);
  padding:14px 16px 14px 48px;
  margin-bottom:16px !important;
  font-size:14px;
}
.woocommerce-error{
  border-left-color:#b83232;
  background:rgba(180,50,50,.08);
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before{
  top:14px;
  left:16px;
}
/* Single product — two-column summary (desktop) */
.single-product #content .kh-wc-main{
  max-width:min( var(--kh-container), calc(100% - 40px) );
  margin-inline:auto;
  padding:16px 20px 56px;
}
@media (min-width: 900px){
  .single-product div.product{
    display:grid;
    grid-template-columns:minmax(0, 1.08fr) minmax(0, .92fr);
    gap:48px;
    align-items:start;
  }
  .single-product div.product .woocommerce-product-gallery{
    position: sticky;
    top: calc(var(--kh-sticky-offset, 120px) + 8px);
  }
  .single-product div.product .summary{
    padding:18px 18px 20px;
    border:1px solid var(--kh-line);
    border-radius:14px;
    background:#fff;
  }
}
.single-product div.product .woocommerce-product-gallery{
  margin-bottom:0;
}
.single-product div.product .summary .price{
  font-size:1.35rem;
  color:var(--kh-green);
  font-weight:600;
}
/* Single product — category + attribute details (summary) */
.kh-single-product__details{
  margin: 14px 0 18px;
  padding: 16px 0 0;
  border-top: 1px solid var(--kh-line);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.kh-single-product__block{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kh-single-product__block-label{
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(15,42,34,.55);
}
.kh-single-product__cats{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.kh-single-product__cat{
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--kh-green);
  background: rgba(15,42,34,.06);
  border: 1px solid rgba(15,42,34,.1);
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease;
}
.kh-single-product__cat:hover{
  background: rgba(15,42,34,.1);
  border-color: rgba(15,42,34,.18);
}
.kh-single-product__attr-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px 20px;
  margin: 0;
}
.kh-single-product__attr{
  margin: 0;
}
.kh-single-product__attr dt{
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(15,42,34,.5);
}
.kh-single-product__attr dd{
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: var(--kh-green);
  font-weight: 500;
}
.single-product .product_meta.kh-product_meta{
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--kh-line);
  font-size: 13px;
  color: var(--kh-muted);
}
.single-product .product_meta.kh-product_meta .sku_wrapper{
  display: block;
  margin-bottom: 8px;
}
.single-product div.product form.cart{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:16px;
}
.single-product div.product form.cart .single_add_to_cart_button{
  min-height:48px;
  padding-inline:28px !important;
  letter-spacing:.08em !important;
}
.single-product div.product form.cart .quantity .qty{
  min-height:44px;
  width:4.5rem;
  border-radius:10px;
  border:1px solid rgba(15,42,34,.2);
  text-align:center;
}
/* Single product — WooCommerce cart / checkout shortcuts (after Add to cart) */
.single-product .kh-single-product__wc-actions{
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--kh-line);
}
.single-product .kh-single-product__wc-actions .button{
  margin: 0 !important;
  border-radius: 999px !important;
  padding: 12px 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px;
}
.single-product .kh-single-product__wc-actions .kh-single-product__wc-checkout{
  background: #111 !important;
  color: #fff !important;
  border: 0 !important;
}
.single-product .kh-single-product__wc-actions .kh-single-product__wc-checkout:hover{
  background: #333 !important;
  color: #fff !important;
}
.single-product .kh-single-product__wc-actions .kh-single-product__wc-cart{
  background: #fff !important;
  color: var(--kh-green) !important;
  border: 1px solid rgba(15,42,34,.35) !important;
}
.single-product div.product .woocommerce-tabs{
  margin-top:36px;
  padding-top:24px;
  border-top:1px solid var(--kh-line);
}
.single-product .related.products > h2,
.single-product .upsells.products > h2{
  font-size:clamp(1.7rem, 3vw, 2.3rem);
  line-height:1.15;
  letter-spacing:.01em;
  margin:40px 0 24px;
  color:#6d1f23;
  text-align:center;
  font-family: "Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
.single-product .related.products .price,
.single-product .upsells.products .price{
  display:block !important;
  color:var(--kh-green) !important;
  font-weight:600 !important;
}
.single-product .related.products ul.products,
.single-product .upsells.products ul.products{
  margin-top: 8px !important;
}
@media (max-width: 900px){
  .single-product div.product .summary{
    margin-top:16px;
    padding:16px;
    border:1px solid var(--kh-line);
    border-radius:14px;
    background:#fff;
  }
  .single-product .related.products > h2,
  .single-product .upsells.products > h2{
    text-align:left;
    font-size:clamp(1.35rem, 4vw, 1.8rem);
    margin:28px 0 16px;
  }
}
/* WC pages (cart, checkout, account) — page template */
.kh-page--woocommerce{
  max-width:920px;
  margin-inline:auto;
}
.kh-page--woocommerce .kh-page__head--wc{
  margin-bottom:20px;
  text-align:center;
}
.kh-page--woocommerce .kh-page__title{
  font-size:clamp(1.25rem, 3vw, 1.75rem);
  font-weight:600;
  color:var(--kh-green);
  margin:0;
}
.kh-page--woocommerce .kh-page__content{
  font-size:15px;
  line-height:1.55;
}
/* My account — tabs + forms */
.woocommerce-account .woocommerce-MyAccount-navigation{
  margin:0 0 24px;
  padding:0;
  border-bottom:1px solid var(--kh-line);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
  display:flex;
  flex-wrap:wrap;
  gap:4px 8px;
  list-style:none;
  margin:0;
  padding:0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
  margin:0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(15,42,34,.15);
  background:var(--kh-card);
  font-size:13px;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
  background:var(--kh-green);
  color:var(--kh-beige);
  border-color:transparent;
}
@media (max-width: 640px){
  .woocommerce-account .woocommerce-MyAccount-navigation ul{
    flex-direction:column;
    align-items:stretch;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    justify-content:center;
  }
}
.woocommerce-account .woocommerce-EditAccountForm input.input-text,
.woocommerce-account .woocommerce-form-login input.input-text,
.woocommerce-account .woocommerce-form-register input.input-text{
  min-height:44px;
  border-radius:10px;
  border:1px solid rgba(15,42,34,.2);
  padding:10px 12px;
  width:100%;
  max-width:420px;
}
.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce-account .woocommerce-Button{
  min-height:48px;
  padding-left:28px;
  padding-right:28px;
}
.woocommerce-form-login,
.woocommerce-form-register{
  max-width:480px;
  margin-inline:auto;
}
.woocommerce-form-login .form-row,
.woocommerce-form-register .form-row{
  margin-bottom:14px;
}

/* ========== Global responsive polish (all templates / modes) ========== */
#content{
  display:block;
  min-width:0;
  max-width:100%;
  overflow-x:hidden;
  overflow-x:clip;
  padding-left:max(0px, env(safe-area-inset-left));
  padding-right:max(0px, env(safe-area-inset-right));
}
.kh-section{
  min-width:0;
  overflow-x:clip;
}
/* Media & embeds inside any page content */
.entry-content iframe,
.entry-content embed,
.entry-content object,
.entry-content video,
.kh-page__content iframe,
.kh-page__content embed,
.kh-page__content video,
.kh-muted iframe,
.kh-muted embed,
.kh-muted video{
  max-width:100%;
  height:auto;
}
.entry-content .wp-block-embed__wrapper iframe,
.kh-page__content .wp-block-embed__wrapper iframe{
  max-width:100%;
}
/* Tables: horizontal scroll instead of breaking layout */
.entry-content table,
.kh-page__content table,
.kh-muted table{
  width:100%;
  max-width:100%;
  border-collapse:collapse;
}
.entry-content .wp-block-table,
.kh-page__content .wp-block-table{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
/* WordPress / Gutenberg blocks */
.wp-block-columns{
  flex-wrap:wrap !important;
}
@media (max-width: 781px){
  .wp-block-columns .wp-block-column{
    flex-basis:100% !important;
    min-width:0 !important;
  }
}
.wp-block-image img,
.wp-block-gallery img{
  max-width:100%;
  height:auto;
}
.alignfull{
  max-width:100vw;
  width:100%;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
@media (max-width: 600px){
  .alignwide{
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }
}
/* Elementor & other builders: avoid horizontal overflow */
.elementor-widget-wrap,
.elementor-widget-container{
  min-width:0;
  max-width:100%;
}
.elementor-section .elementor-container{
  max-width:100%;
}
/* WooCommerce: cart / order tables on small screens */
@media (max-width: 768px){
  .woocommerce-cart table.shop_table,
  .woocommerce-page.woocommerce-cart table.shop_table{
    display:block;
    width:100% !important;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .woocommerce-cart table.cart img{
    max-width:56px;
    height:auto;
  }
}
/* Touch targets: primary actions */
@media (max-width: 768px){
  .kh-btn{
    min-height:44px;
    padding-left:18px;
    padding-right:18px;
  }
  .kh-header__top-icon{
    min-width:44px;
    min-height:44px;
    width:44px;
    height:44px;
  }
  /* iOS: 16px+ on inputs reduces zoom-on-focus */
  input.input-text,
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  input[type=search],
  textarea,
  select,
  .kh-footer-contact__input{
    font-size:16px;
  }
}
/* Very small phones */
@media (max-width: 360px){
  .kh-container{
    width:calc(100% - 16px);
    padding-inline:8px;
  }
  .kh-h2{ font-size:19px }
}
/* Landscape on short viewports: keep hero usable */
@media (max-height: 500px) and (orientation: landscape){
  .kh-hero--hasbg{
    min-height:min(70vh, 420px);
  }
  .kh-hero__content{
    min-height:min(70vh, 420px);
    padding:24px 0;
  }
}
/* Respect reduced motion (theme animations only — avoid breaking WooCommerce UI) */
@media (prefers-reduced-motion: reduce){
  .kh-header__announcement-item{
    animation:none !important;
    opacity:1 !important;
    position:relative;
  }
  .kh-nav .kh-nav-toggle,
  .kh-nav .kh-mega,
  .kh-btn,
  .kh-float-wa{
    transition:none !important;
  }
  html{
    scroll-behavior:auto;
  }
}
/* Print */
@media print{
  .kh-header,
  .kh-float-wa,
  .kh-nav-toggle,
  .kh-nav-backdrop,
  .woocommerce-store-notice{
    display:none !important;
  }
  body{
    background:#fff;
    color:#000;
  }
  #content{
    max-width:100%;
    margin:0;
    padding:0;
  }
}

/* WooCommerce: product attributes table (Additional information) */
.single-product .woocommerce-product-attributes{
  border-collapse:collapse;
  width:100%;
  max-width:100%;
  margin:1rem 0;
  font-size:.95rem;
}
.single-product .woocommerce-product-attributes th{
  text-align:left;
  font-weight:600;
  color:var(--kh-muted);
  padding:8px 16px 8px 0;
  vertical-align:top;
  width:38%;
  border-bottom:1px solid var(--kh-line);
}
.single-product .woocommerce-product-attributes td{
  padding:8px 0;
  border-bottom:1px solid var(--kh-line);
  color:var(--kh-ink);
}

/* Inner pages (footer links, Elementor full-width template) — Khalsa green + beige */
.kh-section--inner-page{
  padding-top:28px;
  padding-bottom:56px;
  background:var(--kh-beige);
}
.kh-section--inner-page .kh-container{
  max-width:min(920px, 100%);
}
.kh-section--inner-page .kh-container:has(.kh-about-page),
.kh-section--inner-page .kh-container:has(.kh-contact-page){
  max-width:min(1180px, 100%);
}
.kh-inner-hero{
  text-align:center;
  margin:0 0 32px;
  padding-bottom:24px;
  border-bottom:1px solid var(--kh-line);
}
.kh-inner-hero__title{
  margin:0 0 10px;
  font-size:clamp(1.65rem, 4vw, 2.25rem);
  font-weight:600;
  color:var(--kh-green);
  letter-spacing:.02em;
}
.kh-inner-hero__sub{
  margin:0;
  font-size:1rem;
  color:var(--kh-muted);
  line-height:1.5;
}
.kh-prose{
  color:var(--kh-ink);
  font-size:1.02rem;
  line-height:1.65;
}
.kh-prose__lead{
  font-size:1.08rem;
  color:var(--kh-muted);
  margin:0 0 1.5rem;
  line-height:1.6;
}
.kh-prose h2{
  margin:2rem 0 .75rem;
  font-size:1.2rem;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:var(--kh-green);
}
.kh-prose h2:first-of-type{ margin-top:0 }
.kh-prose h3{
  margin:1.25rem 0 .5rem;
  font-size:1.05rem;
  font-weight:600;
  color:var(--kh-green-2);
}
.kh-prose p{ margin:0 0 1rem }
.kh-prose a{
  color:var(--kh-green);
  text-decoration:underline;
  text-underline-offset:3px;
}
.kh-prose a:hover{ color:var(--kh-green-2) }
.kh-prose__list{
  margin:0 0 1.25rem 1.15rem;
  padding:0;
  color:var(--kh-ink);
}
.kh-prose__list li{ margin-bottom:.4rem }
.kh-prose__list--ol{ list-style:decimal }
.kh-prose__cards{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));
  gap:16px;
  margin:0 0 1.5rem;
}
.kh-prose__card{
  background:var(--kh-card);
  border:1px solid var(--kh-line);
  border-radius:var(--kh-radius);
  padding:16px 18px;
  box-shadow:var(--kh-shadow);
}
.kh-prose__card h3{
  margin:0 0 8px;
  font-size:.85rem;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:var(--kh-green);
}
.kh-prose__card p{ margin:0; font-size:.95rem }
.kh-prose__btn{
  display:inline-block;
  margin:.5rem .75rem .5rem 0;
  padding:12px 22px;
  background:var(--kh-green);
  color:var(--kh-beige) !important;
  text-decoration:none !important;
  border-radius:999px;
  font-weight:600;
  font-size:.88rem;
  letter-spacing:.04em;
}
.kh-prose__btn:hover{
  background:var(--kh-green-2);
  color:var(--kh-beige) !important;
}
.kh-prose__btn--outline{
  background:transparent;
  color:var(--kh-green) !important;
  border:2px solid var(--kh-green);
}
.kh-prose__btn--outline:hover{
  background:var(--kh-green);
  color:var(--kh-beige) !important;
}
.kh-prose__placeholder{
  margin:1.5rem 0;
  padding:20px;
  background:rgba(15,42,34,.06);
  border-radius:var(--kh-radius);
  border:1px dashed var(--kh-line);
  font-size:.95rem;
}

/* About Us — House-of-Surya–style layout, Khalsa palette */
.kh-about-page{
  margin:0 -12px;
}
@media (min-width: 768px){
  .kh-about-page{ margin:0 -20px }
}
.kh-about-hero{
  margin-bottom:0;
}
.kh-about-hero__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  align-items:stretch;
  background:var(--kh-card);
  border-radius:var(--kh-radius);
  overflow:hidden;
  box-shadow:var(--kh-shadow);
}
@media (min-width: 900px){
  .kh-about-hero__grid{
    grid-template-columns:minmax(0, 1fr) minmax(280px, 420px) minmax(0, 1fr);
  }
}
.kh-about-hero__photo{
  margin:0;
  min-height:280px;
}
.kh-about-hero__photo img{
  width:100%;
  height:100%;
  min-height:320px;
  object-fit:cover;
  display:block;
}
.kh-about-hero__panel{
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:var(--kh-green);
  color:var(--kh-beige);
  text-align:center;
  padding:clamp(28px, 5vw, 56px) clamp(20px, 4vw, 40px);
}
.kh-about-hero__brand{
  margin:0 0 8px;
  font-family:"Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  font-size:clamp(2rem, 5vw, 3rem);
  font-weight:500;
  letter-spacing:.04em;
  color:var(--kh-beige);
}
.kh-about-hero__tagline{
  margin:0 0 20px;
  font-size:1.05rem;
  font-style:italic;
  opacity:.95;
  line-height:1.45;
}
.kh-about-hero__text{
  margin:0 0 24px;
  font-size:.98rem;
  line-height:1.65;
  opacity:.95;
  text-align:left;
}
.kh-about-hero__btn{
  display:inline-block;
  padding:12px 28px;
  background:var(--kh-beige);
  color:var(--kh-green) !important;
  text-decoration:none !important;
  border-radius:999px;
  font-weight:600;
  font-size:.85rem;
  letter-spacing:.06em;
}
.kh-about-hero__btn:hover{
  background:#fff;
  color:var(--kh-green-2) !important;
}
.kh-about-quote{
  margin-top:40px;
  margin-bottom:40px;
  padding:clamp(36px, 6vw, 64px) clamp(20px, 4vw, 48px);
  background:linear-gradient(165deg, var(--kh-green) 0%, var(--kh-green-2) 100%);
  color:var(--kh-beige);
  border-radius:var(--kh-radius);
  position:relative;
  overflow:hidden;
}
.kh-about-quote::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(circle at 20% 30%, rgba(255,255,255,.07) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,.05) 0%, transparent 40%);
  pointer-events:none;
}
.kh-about-quote__inner{
  position:relative;
  max-width:820px;
  margin:0 auto;
  text-align:center;
}
.kh-about-quote__text{
  margin:0 0 20px;
  font-family:"Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  font-size:clamp(1.05rem, 2.5vw, 1.35rem);
  line-height:1.7;
  font-style:italic;
  border:none;
  padding:0;
}
.kh-about-quote__cite{
  display:block;
  font-size:.95rem;
  font-style:normal;
  opacity:.9;
}
.kh-about-vm{
  background:var(--kh-card);
  border-radius:var(--kh-radius);
  margin-bottom:40px;
  padding:clamp(28px, 4vw, 48px);
  box-shadow:0 8px 32px rgba(0,0,0,.06);
}
.kh-about-vm__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
}
@media (min-width: 768px){
  .kh-about-vm__grid{ grid-template-columns:1fr 1fr; gap:48px }
}
.kh-about-vm__h{
  margin:0 0 12px;
  font-family:"Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  font-size:1.35rem;
  color:var(--kh-green);
}
.kh-about-vm__col p{
  margin:0;
  color:var(--kh-ink);
  line-height:1.65;
}
.kh-about-section-title{
  text-align:center;
  margin:0 0 32px;
  font-family:"Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  font-size:clamp(1.5rem, 3vw, 2rem);
  font-weight:500;
  color:var(--kh-green);
}
.kh-about-section-title--on-pattern{
  margin-bottom:28px;
}
.kh-about-why,
.kh-about-quality{
  padding:40px 0 48px;
}
.kh-about-why__grid,
.kh-about-quality .kh-about-why__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  max-width:1000px;
  margin:0 auto;
}
@media (min-width: 768px){
  .kh-about-why__grid,
  .kh-about-quality .kh-about-why__grid{
    grid-template-columns:repeat(3, 1fr);
  }
}
.kh-about-card{
  text-align:center;
  padding:8px 12px;
}
.kh-about-ico{
  width:56px;
  height:56px;
  margin:0 auto 16px;
  display:block;
  color:var(--kh-green);
}
.kh-about-card__title{
  margin:0 0 10px;
  font-family:"Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  font-size:1.1rem;
  color:var(--kh-green);
}
.kh-about-card p{
  margin:0;
  font-size:.95rem;
  color:var(--kh-muted);
  line-height:1.55;
}
.kh-about-core{
  padding:48px 24px 56px;
  margin:32px 0;
  background:var(--kh-beige-2);
  border-radius:var(--kh-radius);
  border:1px solid var(--kh-line);
  background-image:radial-gradient(circle at 10% 90%, rgba(15,42,34,.04) 0%, transparent 35%),
    radial-gradient(circle at 90% 10%, rgba(15,42,34,.04) 0%, transparent 35%);
}
.kh-about-core__grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:20px 16px;
  max-width:720px;
  margin:0 auto;
}
@media (min-width: 640px){
  .kh-about-core__grid{
    grid-template-columns:repeat(3, 1fr);
    gap:28px 20px;
  }
}
.kh-about-pill{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  text-align:center;
  font-size:.9rem;
  font-weight:600;
  color:var(--kh-green);
}
.kh-about-pill .kh-about-ico{
  width:48px;
  height:48px;
  margin:0;
}
.kh-about-trust{
  margin:40px 0 24px;
  padding:28px 16px;
  background:var(--kh-card);
  border-radius:var(--kh-radius);
  border:1px solid var(--kh-line);
}
.kh-about-trust__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  max-width:1000px;
  margin:0 auto;
}
@media (min-width: 640px){
  .kh-about-trust__grid{ grid-template-columns:repeat(2, 1fr) }
}
@media (min-width: 960px){
  .kh-about-trust__grid{ grid-template-columns:repeat(4, 1fr) }
}
.kh-about-trust__item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:.88rem;
  line-height:1.4;
  color:var(--kh-ink);
}
.kh-about-trust__item strong{
  display:block;
  font-family:"Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--kh-green);
  font-size:.95rem;
  margin-bottom:2px;
}
.kh-about-trust__item span{
  color:var(--kh-muted);
  font-size:.85rem;
}
.kh-about-trust__icon{
  font-size:1.5rem;
  line-height:1;
  flex-shrink:0;
}
.kh-about-trust__item a{
  color:var(--kh-green);
  text-decoration:underline;
}
.kh-about-elementor-tip{
  margin-top:8px;
}

/* Contact page — House of Surya–style (form + live help + map) */
.kh-contact-page{
  padding-bottom:32px;
}
.kh-contact-page__hero{
  text-align:center;
  max-width:720px;
  margin:0 auto 40px;
}
.kh-contact-page__title{
  margin:0 0 16px;
  font-size:clamp(1.75rem, 4vw, 2.35rem);
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--kh-ink);
}
.kh-contact-page__intro{
  margin:0 0 0;
  font-size:1.05rem;
  line-height:1.65;
  color:var(--kh-muted);
}
.kh-contact-page__touch{
  text-align:center;
  margin:40px 0 32px;
  font-size:clamp(1.25rem, 2.8vw, 1.7rem);
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--kh-ink);
}
.kh-contact-page__grid{
  display:grid;
  gap:32px;
  align-items:start;
  margin-bottom:56px;
}
@media (min-width: 900px){
  .kh-contact-page__grid{
    grid-template-columns:1fr minmax(280px, 380px);
    gap:48px;
  }
}
.kh-contact-page__h{
  margin:0 0 8px;
  font-size:1.15rem;
  font-weight:700;
  color:var(--kh-ink);
}
.kh-contact-page__hint{
  margin:0 0 22px;
  color:var(--kh-muted);
  font-size:.98rem;
}
.kh-contact-form__field{
  margin:0 0 18px;
}
.kh-contact-form__label{
  display:block;
  font-size:.88rem;
  font-weight:600;
  margin-bottom:8px;
  color:var(--kh-ink);
}
.kh-contact-form__req{
  color:#b42318;
}
.kh-contact-form__input,
.kh-contact-form__textarea{
  width:100%;
  padding:12px 14px;
  border:1px solid rgba(15,42,34,.22);
  border-radius:10px;
  background:#fff;
  font:inherit;
  color:var(--kh-ink);
  transition:border-color .15s ease, box-shadow .15s ease;
}
.kh-contact-form__input:focus,
.kh-contact-form__textarea:focus{
  outline:none;
  border-color:var(--kh-green);
  box-shadow:0 0 0 3px rgba(15,42,34,.12);
}
.kh-contact-form__textarea{
  resize:vertical;
  min-height:140px;
}
.kh-contact-form__submit{
  display:inline-block;
  margin-top:4px;
  padding:14px 36px;
  border:none;
  border-radius:999px;
  background:var(--kh-ink);
  color:#fff;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  cursor:pointer;
  transition:opacity .15s ease, transform .15s ease;
}
.kh-contact-form__submit:hover{
  opacity:.92;
}
.kh-contact-form__submit:active{
  transform:translateY(1px);
}
.kh-contact-live{
  background:rgba(255,255,255,.85);
  border:1px solid var(--kh-line);
  border-radius:var(--kh-radius);
  padding:24px 22px;
  box-shadow:var(--kh-shadow);
}
.kh-contact-live__h{
  margin:0 0 12px;
  font-size:1.1rem;
  font-weight:700;
}
.kh-contact-live__text{
  margin:0 0 20px;
  font-size:.95rem;
  line-height:1.6;
  color:var(--kh-muted);
}
.kh-contact-live__cta{
  margin:0 0 22px;
}
.kh-contact-live__btn{
  display:inline-block;
  padding:12px 32px;
  border-radius:999px;
  border:2px solid var(--kh-ink);
  background:#fff;
  color:var(--kh-ink);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  text-align:center;
  transition:background .15s ease, color .15s ease;
}
.kh-contact-live__btn:hover{
  background:var(--kh-ink);
  color:#fff;
}
.kh-contact-live__btn--ghost{
  background:transparent;
}
.kh-contact-live__list{
  list-style:none;
  margin:0;
  padding:0;
}
.kh-contact-live__list li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-bottom:16px;
  font-size:.95rem;
  line-height:1.45;
}
.kh-contact-live__list li:last-child{ margin-bottom:0 }
.kh-contact-live__ico{
  flex-shrink:0;
  color:var(--kh-green);
  margin-top:2px;
}
.kh-contact-live__list a{
  color:var(--kh-green);
  text-decoration:underline;
}
.kh-contact-store{
  text-align:center;
  padding-top:8px;
  border-top:1px solid var(--kh-line);
}
.kh-contact-store__title{
  margin:0 0 16px;
  font-size:clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight:700;
  color:var(--kh-ink);
}
.kh-contact-store__actions{
  margin:0 0 28px;
}
.kh-contact-store__hours{
  max-width:520px;
  margin:0 auto 28px;
  text-align:left;
  font-size:.95rem;
  line-height:1.55;
  color:var(--kh-muted);
}
.kh-contact-store__hours-h{
  margin:0 0 8px;
  font-size:1rem;
  font-weight:700;
  color:var(--kh-ink);
}
.kh-contact-store__addr{
  margin:16px 0 0;
  color:var(--kh-ink);
}
.kh-contact-map{
  border-radius:var(--kh-radius);
  overflow:hidden;
  border:1px solid var(--kh-line);
  box-shadow:var(--kh-shadow);
  line-height:0;
}
.kh-contact-map iframe{
  width:100%;
  height:min(420px, 55vw);
  border:0;
}
.kh-contact-alert{
  margin:0 0 24px;
  padding:14px 18px;
  border-radius:12px;
  font-size:.95rem;
}
.kh-contact-alert--success{
  background:rgba(22, 58, 48, .1);
  border:1px solid rgba(15,42,34,.25);
  color:var(--kh-green-2);
}
.kh-contact-alert--error{
  background:rgba(180, 35, 24, .08);
  border:1px solid rgba(180, 35, 24, .25);
  color:#7f2318;
}

/* ===== Responsive polish: homepage + product pages ===== */
#product-gallery{
  scroll-margin-top: calc(var(--kh-sticky-offset, 120px) + 16px);
}
.kh-product-gallery__grid .kh-product{
  min-width: 0;
}
.kh-product-gallery__grid .kh-product__name{
  overflow-wrap: anywhere;
}
.kh-product-gallery__actions .kh-btn{
  min-width: 0;
  padding: 9px 14px;
  min-height: 38px;
  font-size: 11px;
  letter-spacing: .08em;
  background: var(--kh-green);
  color: var(--kh-beige);
  border: 1px solid var(--kh-green);
}
.kh-product-gallery__actions .kh-btn:hover{
  background: var(--kh-green-2);
  color: var(--kh-beige);
  border-color: var(--kh-green-2);
}

@media (max-width: 1200px){
  .single-product div.product{
    gap: 28px;
  }
  .single-product div.product .summary{
    padding: 16px;
  }
  .single-product div.product .woocommerce-product-gallery{
    position: static;
    top: auto;
  }
}

@media (max-width: 1024px){
  .kh-home-videos__grid{
    gap: 14px;
  }
  .kh-home-videos__caption{
    font-size: 12px;
    padding: 8px 10px 10px;
  }
  .single-product #content .kh-wc-main{
    padding: 14px 16px 40px;
  }
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 14px !important;
  }
}

@media (max-width: 900px){
  .kh-section__head--gallery.kh-section__head--center-title{
    gap: 10px;
  }
  .kh-showcase-heading{
    font-size: clamp(1.45rem, 6vw, 2rem);
  }
  .kh-product-gallery__sub{
    font-size: 14px;
  }
  .single-product div.product form.cart{
    gap: 10px;
  }
  .single-product div.product form.cart .single_add_to_cart_button{
    width: calc(100% - 4.8rem - 10px);
    min-width: 180px;
  }
}

@media (max-width: 640px){
  .kh-product-gallery__grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  .kh-product-gallery__actions .kh-btn{
    width: auto;
    min-width: 0;
  }
  .kh-home-videos__item{
    border-radius: 12px;
  }
  .kh-home-videos__player{
    aspect-ratio: 9 / 16;
    object-fit: cover;
  }
  .single-product div.product .summary{
    padding: 14px;
    border-radius: 12px;
  }
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products{
    grid-template-columns: 1fr !important;
  }
}

/* Final responsive safety net: prevent accidental horizontal scroll */
@media (max-width: 1024px){
  html, body{
    max-width:100%;
    overflow-x:hidden;
  }
  .kh-container,
  .kh-wc-main,
  .woocommerce,
  .entry-content{
    min-width:0;
    max-width:100%;
  }
}

/* Strict homepage heading centering (all sections, all breakpoints) */
.home .kh-section__head{
  justify-content:center !important;
  align-items:center !important;
  text-align:center !important;
  margin-bottom:20px !important;
  gap:10px !important;
}
.home .kh-section__head > div{
  text-align:center !important;
}
.home .kh-section__head .kh-h2,
.home .kh-section__title,
.home .kh-showcase-heading{
  text-align:center !important;
  margin-left:auto;
  margin-right:auto;
  color: var(--kh-green) !important;
  font-size:28px !important;
  line-height:1.2 !important;
}
.home .kh-section__head .kh-muted,
.home .kh-section__subtitle{
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}
.home .kh-section__subtitle--home{
  margin: 4px auto 0 !important;
  max-width: 58ch;
}
.home .kh-section__head .kh-btn{
  margin-left:auto;
  margin-right:auto;
}
.home .kh-section{
  margin-bottom: 0;
  padding-top: 34px;
  padding-bottom: 34px;
}
.home .kh-section + .kh-section{
  margin-top: 0;
}

@media (max-width: 1024px){
  .home .kh-section__head .kh-h2,
  .home .kh-section__title,
  .home .kh-showcase-heading{
    font-size:26px !important;
  }
  .home .kh-section{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 640px){
  .home .kh-section__head .kh-h2,
  .home .kh-section__title,
  .home .kh-showcase-heading{
    font-size:24px !important;
  }
  .home .kh-section{
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

/* Extra heading-to-content spacing for showcase + collection blocks */
.home .kh-section--home-videos .kh-section__head,
.home .kh-section--product-gallery .kh-section__head{
  margin-bottom: 26px !important;
}
@media (max-width: 640px){
  .home .kh-section--home-videos .kh-section__head,
  .home .kh-section--product-gallery .kh-section__head{
    margin-bottom: 18px !important;
  }
}

