/* ==========================================================================
   Khosha Commerce — Main Stylesheet (Mobile-First, cleaned & unified)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Screen reader text
   -------------------------------------------------------------------------- */
.screen-reader-text{
  position:absolute !important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  clip-path:inset(50%);
  white-space:nowrap;
  border:0;
}

/* --------------------------------------------------------------------------
   2. Design tokens
   -------------------------------------------------------------------------- */
:root{
  --kh-color-primary:#008b64;
  --kh-color-primary-dark:#006f50;
  --kh-color-text:#2b2f33;
  --kh-color-muted:#767b80;
  --kh-color-bg:#f5f5f5;
  --kh-color-surface:#fff;
  --kh-color-border:#e6e8eb;
  --kh-color-border-strong:#d5d9de;
  --kh-color-success:#008b64;
  --kh-color-warning:#f39a16;

  --kh-radius-sm:6px;
  --kh-radius-md:10px;
  --kh-radius-lg:14px;
  --kh-radius-xl:18px;

  --kh-container:1280px;

  --kh-space-1:4px;
  --kh-space-2:8px;
  --kh-space-3:12px;
  --kh-space-4:16px;
  --kh-space-5:20px;
  --kh-space-6:24px;
  --kh-space-8:32px;
  --kh-space-10:40px;

  --kh-font:"Vazirmatn",IRANSansX,IRANSans,"Segoe UI",Tahoma,Arial,sans-serif;

  --kh-text-xs:.72rem;
  --kh-text-sm:.8rem;
  --kh-text-md:.9rem;
  --kh-text-lg:1rem;
  --kh-text-xl:1.18rem;
  --kh-text-2xl:1.45rem;
  --kh-text-3xl:1.85rem;

  --kh-weight-regular:400;
  --kh-weight-medium:500;
  --kh-weight-semibold:600;
  --kh-weight-bold:700;
  --kh-weight-extrabold:800;
  --kh-weight-black:900;

  /* Logo sizes — base (mobile) */
  --kh-logo-h:50px;      /* ارتفاع تصویر در حالت پایه */
  --kh-logo-mark:32px;   /* ارتفاع/عرض mark در حالت پایه */
}

/* --------------------------------------------------------------------------
   3. Base / Reset
   -------------------------------------------------------------------------- */
*,
*::before,
*::after{box-sizing:border-box}

html{
  direction:rtl;
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:var(--kh-color-bg);
  color:var(--kh-color-text);
  font-family:var(--kh-font);
  font-size:14px;
  line-height:1.85;
  font-weight:var(--kh-weight-regular);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}

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

/* Skip link (با fallback فیزیکی برای inset-inline) */
.kh-skip-link{
  position:absolute;
  right:8px;
  inset-inline-start:8px;
  top:-100px;
  z-index:9999;
  background:#111;
  color:#fff;
  padding:8px 12px;
}
.kh-skip-link:focus{top:8px}

:where(a,button,input,select,textarea,[tabindex]):focus-visible{
  outline:3px solid rgba(0,139,100,.55);
  outline-offset:3px;
}
@supports not selector(:focus-visible){
  :where(a,button,input,select,textarea,[tabindex]):focus{
    outline:3px solid rgba(0,139,100,.55);
    outline-offset:3px;
  }
}

.kh-main{
  min-height:50vh;
  padding-block:var(--kh-space-4);
}

.kh-section{margin-block:28px}
.kh-section__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.kh-section__title{
  margin:0;
  flex:1;
  font-size:1.12rem;
  font-weight:800;
  line-height:1.5;
}
.kh-section__head > a{
  color:var(--kh-color-primary);
  font-size:.76rem;
  font-weight:700;
}

.kh-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:var(--kh-radius-sm);
  padding:9px 14px;
  cursor:pointer;
}
.kh-button--primary{
  background:var(--kh-color-primary);
  color:#fff;
}

.kh-skeleton{
  background:#e9ebee;
  border-radius:var(--kh-radius-md);
  min-height:120px;
}

.kh-no-js .kh-js-only{display:none}

/* --------------------------------------------------------------------------
   4. Typography system
   -------------------------------------------------------------------------- */
.kh-section__title{
  font-size:var(--kh-text-xl);
  font-weight:var(--kh-weight-bold);
  letter-spacing:-.015em;
}
.kh-page-title,
.entry-title,
.woocommerce-products-header__title{
  font-size:var(--kh-text-2xl);
  font-weight:var(--kh-weight-extrabold);
  line-height:1.45;
  letter-spacing:-.02em;
}
.kh-product-title{
  font-size:var(--kh-text-md);
  font-weight:var(--kh-weight-medium);
  line-height:1.75;
}
.kh-product-price,
.price{
  font-weight:var(--kh-weight-bold);
  font-variant-numeric:tabular-nums;
  letter-spacing:-.01em;
}
.kh-product-price .amount,
.price .amount{font-weight:var(--kh-weight-bold)}

.kh-product-card__price,
.kh-product-card__price .amount{font-size:1.02rem}

.kh-button,
.button,
.woocommerce button.button,
.woocommerce a.button{
  font-weight:var(--kh-weight-semibold);
  line-height:1.4;
}
.kh-header-action,
.kh-nav__list a,
.kh-menu-trigger{font-weight:var(--kh-weight-medium)}

input,select,textarea{font-weight:var(--kh-weight-regular)}
strong,b{font-weight:var(--kh-weight-bold)}
small,.kh-meta,.kh-product-meta{
  font-size:var(--kh-text-xs);
  line-height:1.7;
}

/* --------------------------------------------------------------------------
   5. Header
   -------------------------------------------------------------------------- */
.kh-header{
  background:#fff;
  border-bottom:1px solid var(--kh-color-border);
  position:relative;
  z-index:100;
  box-shadow:0 1px 0 rgba(35,41,51,.02);
}

/* --- Topbar (در موبایل مخفی) --- */
.kh-topbar{
  display:none;
  background:#fafafa;
  color:#72777d;
  font-size:.68rem;
  border-bottom:1px solid #f0f1f2;
}
.kh-topbar__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:28px;
  padding:5px 0;
}

/* --- Top row (Mobile-First) --- */
.kh-header__top{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:64px;
}

/* --- Logo (Mobile-First, نسبت ۲:۱) --- */
.kh-logo{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  height:auto;
  white-space:nowrap;
  text-decoration:none;
  font-size:1rem;
  font-weight:var(--kh-weight-black);
  letter-spacing:-.02em;
}
.kh-logo__mark{
  display:grid;
  place-items:center;
  width:var(--kh-logo-mark);
  height:var(--kh-logo-mark);
  border-radius:8px;
  background:var(--kh-color-primary);
  color:#fff;
  font-weight:900;
  font-size:.9rem;
  flex-shrink:0;
}
.kh-logo__image{
  display:block;
  width:auto;
  height:var(--kh-logo-h);
  max-width:100%;
  object-fit:contain;
}

/* --- Header actions --- */
.kh-header-actions{
  display:flex;
  align-items:center;
  gap:6px;
}
.kh-header-action{
  position:relative;
  display:flex;
  align-items:center;
  gap:9px;
  font-size:.76rem;
  white-space:nowrap;
  min-height:50px;
  padding:6px 9px;
  border-radius:10px;
  transition:background .15s, color .15s;
}
.kh-header-action:hover{background:#f8f9fa}

.kh-header-action__icon{
  position:relative;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid var(--kh-color-border);
  border-radius:10px;
  color:#4e555d;
  background:#fff;
}
.kh-header-action__icon svg{width:20px;height:20px}

.kh-header-action b,
.kh-header-action small{display:block}
.kh-header-action b{
  font-size:.73rem;
  font-weight:700;
  line-height:1.45;
}
.kh-header-action small{
  margin-top:1px;
  color:var(--kh-color-muted);
  font-size:.6rem;
  line-height:1.4;
}

/* Cart badge (با fallback فیزیکی) */
.kh-header-cart .kh-header-action__icon{
  border-color:#a8d8ca;
  color:var(--kh-color-primary);
}
.kh-header-cart i,
.kh-mobile-cart i{
  font-style:normal;
  display:grid;
  place-items:center;
  min-width:18px;
  height:18px;
  padding-inline:4px;
  border-radius:9px;
  background:var(--kh-color-primary);
  color:#fff;
  font-size:.6rem;
}
.kh-header-cart i{
  position:absolute;
  top:-5px;
  right:-6px;
  inset-inline-start:-6px;
  min-width:18px;
  height:18px;
  border:2px solid #fff;
}

/* --- Product Search --- */
.kh-search{
  position:relative;
  display:flex;
  flex:1;
  min-width:0;
  max-width:650px;
  min-height:44px;
  background:#f4f5f6;
  border:1px solid #f4f5f6;
  border-radius:12px;
  overflow:visible;
  transition:border-color .16s,background .16s,box-shadow .16s;
}
.kh-search:focus-within{
  border-color:#d9dde2;
  background:#fff;
  box-shadow:0 0 0 3px rgba(0,139,100,.05);
}
.kh-search__icon{
  display:grid;
  place-items:center;
  flex:0 0 42px;
  color:#7a8087;
}
.kh-search input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  padding:12px 5px 12px 8px;
  font-size:.78rem;
}
.kh-search button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:center;
  margin-inline:5px;
  padding:0 15px;
  min-height:36px;
  border:0;
  border-radius:8px;
  background:#fff;
  color:#454b52;
  font-size:.68rem;
  font-weight:700;
  cursor:pointer;
}
.kh-search__suggestions{
  position:absolute;
  inset-inline:0;
  top:calc(100% + 7px);
  z-index:11020;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:2px;
  max-height:min(440px,70vh);
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  padding:8px;
  background:#fff;
  border:1px solid var(--kh-color-border);
  border-radius:14px;
  box-shadow:0 18px 45px rgba(0,0,0,.14);
  -webkit-overflow-scrolling:touch;
}
.kh-search__suggestions[hidden]{display:none!important}
.kh-search-result{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:82px;
  padding:9px;
  border-radius:10px;
  color:var(--kh-color-text);
  text-decoration:none;
  transition:background-color .14s ease;
}
.kh-search-result:hover,
.kh-search-result:focus-visible{
  background:#f4faf8;
  outline:0;
}
.kh-search-result__image{
  flex:0 0 64px;
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid #edf0ef;
  border-radius:9px;
  background:#fff;
}
.kh-search-result__image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  padding:3px;
}
.kh-search-result__content{
  min-width:0;
  display:flex;
  flex:1;
  align-items:flex-start;
}
.kh-search-result__content strong{
  width:100%;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size:.73rem;
  line-height:1.7;
  font-weight:700;
}
.kh-search__loading,
.kh-search__empty{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:86px;
  padding:18px;
  color:#7b8580;
  font-size:.72rem;
  text-align:center;
}
.kh-search__loading::before{
  content:"";
  width:16px;
  height:16px;
  margin-inline-end:8px;
  border:2px solid #dbe8e3;
  border-top-color:var(--kh-color-primary);
  border-radius:50%;
  animation:kh-search-spin .65s linear infinite;
}
@keyframes kh-search-spin{to{transform:rotate(360deg)}}

/* --- Nav --- */
.kh-nav{border-top:1px solid #f0f1f2}
.kh-nav__inner{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:48px;
  font-size:.76rem;
}
.kh-nav__list{
  display:flex;
  gap:18px;
  list-style:none;
  padding:0;
  margin:0;
}
.kh-nav__list a{
  position:relative;
  display:block;
  padding:13px 2px;
  font-size:.72rem;
  color:#42474c;
}
.kh-nav__list a:hover{color:var(--kh-color-primary)}

.kh-nav__list a::after{
  content:"";
  position:absolute;
  right:0;
  left:0;
  inset-inline:0;
  bottom:0;
  height:2px;
  background:var(--kh-color-primary);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .15s;
}
.kh-nav__list a:hover::after,
.kh-nav__list .current-menu-item > a::after{transform:scaleX(1)}

.kh-nav-spacer{flex:1}

.kh-nav__all{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--kh-color-primary);
  font-size:.7rem;
  font-weight:700;
}

.kh-menu-trigger{
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:0;
  background:transparent;
  cursor:pointer;
  padding:8px 12px;
  border-radius:8px;
  font-size:.74rem;
  font-weight:800;
  transition:background .15s, color .15s;
}
.kh-menu-trigger:hover,
.kh-menu-trigger[aria-expanded="true"]{
  background:#edf8f4;
  color:var(--kh-color-primary);
}
.kh-menu-trigger__icon{
  display:grid;
  place-items:center;
}
.kh-menu-trigger__icon svg{width:17px;height:17px}
.kh-menu-trigger__chevron{font-size:.9rem;line-height:1}

/* --- Mega menu (با fallback فیزیکی) --- */
.kh-mega{
  position:absolute;
  z-index:90;
  right:0;
  left:0;
  inset-inline:0;
  background:#fff;
  border-bottom:1px solid var(--kh-color-border);
  border-top:1px solid #f0f1f2;
  box-shadow:0 20px 45px rgba(23,28,35,.12);
}
.kh-mega__inner{
  display:grid;
  grid-template-columns:235px 1fr;
  min-height:315px;
}
.kh-mega__cats{
  border-inline-end:1px solid var(--kh-color-border);
  padding:12px 8px 12px 0;
  background:#fbfbfc;
}
.kh-mega__cat{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  border:0;
  background:transparent;
  border-radius:8px;
  margin:2px 0;
  padding:10px 12px;
  text-align:right;
  cursor:pointer;
  font-size:.73rem;
  min-height:44px;
}
.kh-mega__cat:hover,
.kh-mega__cat.is-active{
  background:#edf8f4;
  color:var(--kh-color-primary);
  font-weight:800;
}
.kh-mega__cat.is-active::before{
  content:"";
  position:absolute;
  right:0;
  inset-inline-end:0;
  top:8px;
  bottom:8px;
  width:3px;
  border-radius:3px;
  background:var(--kh-color-primary);
}

.kh-mega__panels{padding:24px 30px}
.kh-mega__panel{display:none}
.kh-mega__panel.is-active{display:block}

.kh-mega__panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
}
.kh-mega__eyebrow{
  display:block;
  color:var(--kh-color-muted);
  font-size:.6rem;
  margin-bottom:2px;
}
.kh-mega__panel h3{
  margin:0;
  font-size:1rem;
  font-weight:800;
}
.kh-mega__panel-head > a{
  color:var(--kh-color-primary);
  font-size:.7rem;
  font-weight:700;
}

.kh-mega__links{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}
.kh-mega__links a{
  min-height:62px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:10px 12px;
  border:1px solid #f0f1f2;
  border-radius:9px;
  background:#fff;
  font-size:.71rem;
  transition:border-color .15s, background .15s;
}
.kh-mega__links a:hover{
  background:#f4fbf8;
  border-color:#a8d8ca;
}
.kh-mega__links small{
  display:block;
  color:var(--kh-color-muted);
  font-size:.59rem;
  margin-top:2px;
}

/* --- Mobile header --- */
.kh-header--mobile{display:block}
.kh-mobile-header__row .kh-logo__mark{width:32px;height:32px}
.kh-icon-button svg{width:22px;height:22px}
.kh-mobile-search .kh-search{min-height:44px}
.kh-mobile-search .kh-search button{
  background:transparent;
  padding-inline:10px;
  margin:0;
}
.kh-mobile-menu{
  border-top:1px solid var(--kh-color-border);
  padding:6px 0 8px;
  box-shadow:0 14px 28px rgba(0,0,0,.07);
}
.kh-mobile-menu a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 12px;
  border:0;
  border-radius:8px;
  font-size:.76rem;
}
.kh-mobile-menu a:hover{background:#fafafa}
.kh-mobile-menu__all{
  color:var(--kh-color-primary);
  font-weight:800;
  background:#edf8f4;
}

/* --------------------------------------------------------------------------
   6. Grids & Cards
   -------------------------------------------------------------------------- */
.kh-product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  align-items:stretch;
}
.kh-category-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.kh-category-card{
  background:#fff;
  border:1px solid var(--kh-color-border);
  border-radius:var(--kh-radius-md);
  padding:14px 8px;
  text-align:center;
}
.kh-category-card:hover{
  border-color:#d7dade;
  box-shadow:0 5px 16px rgba(0,0,0,.045);
}

/* Category image — با fallback برای aspect-ratio */
.kh-category-card__image{
  display:block;
  position:relative;
  width:100%;
  margin-bottom:7px;
  height:0;
  padding-top:100%;
  overflow:hidden;
}
@supports (aspect-ratio: 1){
  .kh-category-card__image{
    height:auto;
    padding-top:0;
    aspect-ratio:1;
  }
}
.kh-category-card__image img{
  position:absolute;
  top:0;
  right:0;
  left:0;
  inset-inline:0;
  width:100%;
  height:100%;
  object-fit:contain;
}
@supports (aspect-ratio: 1){
  .kh-category-card__image img{position:static}
}

.kh-category-card small{
  display:block;
  color:var(--kh-color-muted);
  font-size:.65rem;
  margin-top:3px;
}

/* --------------------------------------------------------------------------
   7. Footer
   -------------------------------------------------------------------------- */
.kh-footer{
  margin-top:40px;
  background:#fff;
  border-top:1px solid var(--kh-color-border);
  padding:30px 0;
}

/* --------------------------------------------------------------------------
   8. Touch target sizing (scoped)
   -------------------------------------------------------------------------- */
button,
.kh-button,
.kh-icon-button,
.kh-menu-trigger,
.kh-wishlist-toggle,
.kh-quick-view{min-height:44px}

[aria-busy="true"]{cursor:wait}

/* ==========================================================================
   9. Responsive — Mobile-First (فقط min-width)
   ========================================================================== */

/* --- تبلت (≥768px) --- */
@media(min-width:768px){
  :root{
    --kh-logo-h:64px;      /* ارتفاع تصویر در تبلت */
    --kh-logo-mark:36px;
  }

  .kh-container{width:min(100% - 40px, var(--kh-container))}
  .kh-main{padding-block:var(--kh-space-6)}

  /* هدر دسکتاپ ظاهر می‌شود، موبایل مخفی */
  .kh-header--mobile{display:none}
  .kh-topbar{display:block}

  .kh-header__top{
    gap:18px;
    min-height:84px;
  }
  .kh-logo{
    font-size:1.08rem;
    min-width:120px;
  }

  .kh-search{min-height:48px}

  .kh-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
  }
  .kh-category-grid{
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:12px;
  }

  .kh-page-title,
  .entry-title,
  .woocommerce-products-header__title{font-size:var(--kh-text-3xl)}
  .kh-section__title{font-size:1.22rem}
}

/* --- دسکتاپ (≥1100px) — لوگو ۲۰۰×۱۰۰ با نسبت ۲:۱ --- */
@media(min-width:1100px){
  :root{
    --kh-logo-h:100px;     /* ارتفاع تصویر در دسکتاپ */
    --kh-logo-mark:40px;
  }

  .kh-header__top{
    gap:22px;
    min-height:120px;      /* هدر باید ≥ ارتفاع لوگو باشد */
  }
  .kh-logo{
    font-size:1.1rem;
    min-width:200px;       /* عرض = ۲ × ارتفاع */
  }
  .kh-logo__image{
    height:100px;          /* ارتفاع ثابت */
    max-width:200px;       /* عرض = ۲ × ۱۰۰ → نسبت ۲:۱ */
  }
  .kh-logo__mark{
    font-size:1.1rem;
    border-radius:10px;
  }

  .kh-nav__inner{min-height:50px}

  .kh-product-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
  }
  .kh-category-grid{
    grid-template-columns:repeat(8,minmax(0,1fr));
  }
}

/* --------------------------------------------------------------------------
   10. Reduced motion
   -------------------------------------------------------------------------- */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,
  *::before,
  *::after{
    scroll-behavior:auto !important;
    transition-duration:.01ms !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
  }
}
@media (max-width:767px){
  .kh-search__suggestions{
    grid-template-columns:minmax(0,1fr);
    max-height:min(390px,58vh);
    padding:6px;
    border-radius:12px;
  }
  .kh-search-result{
    min-height:76px;
    padding:8px;
  }
  .kh-search-result__image{
    flex-basis:58px;
    width:58px;
    height:58px;
  }
}

/* Khosha Commerce 2.19.4 — reliable search result scrolling */
.kh-search__suggestions{
  height:min(500px,70vh);
  max-height:min(500px,70vh);
  overflow-y:scroll !important;
  overflow-x:hidden !important;
  scrollbar-gutter:stable;
  overscroll-behavior:contain;
  align-content:start;
}
.kh-search__suggestions::-webkit-scrollbar{width:8px}
.kh-search__suggestions::-webkit-scrollbar-track{background:#f3f5f4;border-radius:8px}
.kh-search__suggestions::-webkit-scrollbar-thumb{background:#b8c5c0;border-radius:8px}
.kh-search__suggestions::-webkit-scrollbar-thumb:hover{background:#93a79f}

/* Flash-sale products: horizontal scrolling must remain available on desktop. */
.kh-flash .kh-product-scroller{
  min-width:0;
  width:100%;
  overflow-x:scroll !important;
  overflow-y:hidden !important;
  scrollbar-gutter:stable;
  scrollbar-width:auto;
}
.kh-flash .kh-product-scroller::-webkit-scrollbar{height:8px}
.kh-flash .kh-product-scroller::-webkit-scrollbar-track{background:#eef3f1;border-radius:8px}
.kh-flash .kh-product-scroller::-webkit-scrollbar-thumb{background:#9fb7ad;border-radius:8px}

/* Khosha Commerce 2.19.4 — search dropdown: enough results for real desktop scrolling. */
@media (min-width: 768px){
  .kh-search__suggestions{
    height: 500px;
    max-height: min(500px,70vh);
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-gutter: stable;
  }
}
.kh-flash__empty{
  min-height: 150px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:28px 16px;
  background:#fff;
  color:var(--kh-color-text);
  border-radius:12px;
  text-align:center;
}
.kh-flash__empty strong{font-size:.9rem}
.kh-flash__empty span{font-size:.72rem;color:var(--kh-color-muted)}
