/* ================================================================
   HERBO — professional ecommerce visual layer
   Herbo-specific selectors and components.
   ================================================================ */
:root{
  --hb-green:#458500;
  --hb-green-dark:#2f6200;
  --hb-green-deep:#214900;
  --hb-green-soft:#eef6e6;
  --hb-lime:#eef7df;
  --hb-ink:#17210f;
  --hb-muted:#687160;
  --hb-line:#e2e7dc;
  --hb-bg:#f7f8f3;
  --hb-card:#ffffff;
  --hb-warm:#fbfcf7;
  --hb-gold:#a76800;
  --hb-danger:#7e1611;
  --hb-radius:16px;
  --hb-radius-sm:10px;
  --hb-shadow:0 10px 30px rgba(26,49,9,.07);
  --hb-shadow-hover:0 16px 42px rgba(26,49,9,.12);
  --hb-container:1240px;


}

html{background:#fff}
body{
  background:var(--hb-bg)!important;
  color:var(--hb-ink)!important;
  font-family:"Tajawal",Tahoma,Arial,system-ui,-apple-system,"Segoe UI",sans-serif!important;
  font-weight:500;
  line-height:1.7;
  letter-spacing:0;
}
body,button,input,select,textarea{
  font-family:"Tajawal",Tahoma,Arial,system-ui,-apple-system,"Segoe UI",sans-serif!important;
}
:where(h1,h2,h3,h4,h5,h6),
.hb-card__title,.hb-btn,.button,.added_to_cart,.hb-menu a,
.hb-eyebrow,.hb-header-action,.hb-offers__title,.hb-offer-card,
.hb-field>span,.hb-order-trust,.hb-thanks__headline{
  font-family:"Cairo",Tahoma,Arial,system-ui,-apple-system,"Segoe UI",sans-serif!important;
}
:where(h1,h2,h3,h4){font-weight:800!important;letter-spacing:-.025em}
.hb-container{width:min(calc(100% - 40px),var(--hb-container))!important}
a{transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}

/* -------------------- Header -------------------- */
.hb-header.hb-header{
  position:sticky!important;
  top:0;
  z-index:100;
  background:#fff!important;
  border:0!important;
  border-bottom:1px solid var(--hb-line)!important;
  box-shadow:0 4px 18px rgba(24,38,13,.045)!important;
  padding:0!important;
}
body.admin-bar .hb-header.hb-header{top:32px}
.hb-topbar{background:var(--hb-green)!important;color:#fff!important}
.hb-topbar__inner{
  min-height:32px!important;
  padding:5px 0!important;
  gap:9px;
  font-family:"Cairo",Tahoma,Arial,sans-serif!important;
  font-size:.82rem!important;
  font-weight:700!important;
  letter-spacing:0;
}
.hb-topbar__dot{width:7px;height:7px;border-radius:50%;background:#d8ef9a;box-shadow:0 0 0 4px rgba(216,239,154,.18)}
.hb-header__main{
  min-height:84px;
  display:grid;
  grid-template-columns:220px minmax(300px,1fr) auto;
  gap:28px;
  align-items:center;
  padding-block:12px;
}
.hb-brand{justify-content:flex-start!important;min-width:0}
.hb-brand a{display:inline-flex;align-items:center;max-width:100%}
.hb-brand img,.hb-brand .custom-logo{
  max-width:190px!important;
  max-height:58px!important;
  width:auto!important;
  height:auto!important;
}
.hb-brand .hb-brand__name{
  font-family:"Cairo",Tahoma,Arial,sans-serif!important;
  font-size:1.9rem!important;
  font-weight:900!important;
  color:var(--hb-green)!important;
  letter-spacing:-.04em!important;
}
.hb-search{
  display:grid;
  grid-template-columns:1fr 48px;
  align-items:center;
  min-width:0;
  height:48px;
  border:1.5px solid #cfd8c6;
  border-radius:9px;
  overflow:hidden;
  background:#fff;
  transition:border-color .18s ease,box-shadow .18s ease;
}
.hb-search:focus-within{border-color:var(--hb-green);box-shadow:0 0 0 3px rgba(69,133,0,.11)}
.hb-search input{
  height:100%;
  width:100%;
  min-width:0;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:0 16px!important;
  color:var(--hb-ink)!important;
  font-size:.96rem;
  font-weight:600;
}
.hb-search input::placeholder{color:#899182;font-weight:500}
.hb-search button{
  width:48px;height:48px;border:0;background:var(--hb-green);color:#fff;display:grid;place-items:center;padding:0;
}
.hb-search button:hover{background:var(--hb-green-dark)}
.hb-header__actions{display:flex;gap:10px;align-items:center;justify-content:flex-end}
.hb-header-action{
  min-height:46px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 12px;
  color:#26321e;
  font-weight:700;
  font-size:.86rem;
  white-space:nowrap;
  border:1px solid var(--hb-line);
  border-radius:9px;
  background:#fff;
}
.hb-header-action:hover{border-color:#b8cca7;background:var(--hb-green-soft);color:var(--hb-green-dark)}
.hb-header-action__icon{font-size:1.1rem;color:var(--hb-green);font-weight:900}
.hb-nav-wrap{border-top:1px solid #edf0e9;background:#fff}
.hb-nav{min-height:43px;display:flex;align-items:center}
.hb-menu,.hb-nav .hb-menu{width:100%;gap:4px!important;overflow-x:auto;scrollbar-width:none}
.hb-menu::-webkit-scrollbar{display:none}
.hb-menu a,.hb-nav .hb-menu a{
  padding:10px 13px!important;
  border-radius:0!important;
  color:#34402c!important;
  font-size:.9rem!important;
  font-weight:700!important;
  white-space:nowrap;
  position:relative;
}
.hb-menu a::after,.hb-nav .hb-menu a::after{
  content:"";position:absolute;right:13px;left:13px;bottom:4px;height:2px;background:var(--hb-green);transform:scaleX(0);transition:transform .18s ease;
}
.hb-menu a:hover,.hb-nav .hb-menu a:hover{background:transparent!important;color:var(--hb-green-dark)!important}
.hb-menu a:hover::after,.hb-nav .hb-menu a:hover::after{transform:scaleX(1)}

/* -------------------- Global buttons -------------------- */
.hb-btn,.button,.added_to_cart{
  border-radius:8px!important;
  min-height:46px!important;
  padding:11px 20px!important;
  background:var(--hb-green)!important;
  color:#fff!important;
  font-weight:800!important;
  box-shadow:none!important;
  letter-spacing:0!important;
}
.hb-btn:hover,.button:hover,.added_to_cart:hover{
  background:var(--hb-green-dark)!important;
  transform:none!important;
  box-shadow:0 8px 20px rgba(47,98,0,.16)!important;
}
.hb-btn-primary{min-width:170px}
.hb-btn-secondary{
  min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border:1.5px solid rgba(255,255,255,.62);border-radius:8px;color:#fff!important;font-family:"Cairo",Tahoma,Arial,sans-serif;font-weight:800;
}
.hb-btn-secondary:hover{background:#fff;color:var(--hb-green-dark)!important;border-color:#fff}
.hb-eyebrow{
  display:inline-block;
  color:var(--hb-green);
  font-size:.76rem;
  line-height:1.4;
  font-weight:800!important;
  letter-spacing:.04em;
  margin-bottom:8px;
}

/* -------------------- Home hero -------------------- */
.hb-home-hero{
  background:linear-gradient(120deg,var(--hb-green-deep),var(--hb-green-dark) 55%,#3d7900);
  color:#fff;
  overflow:hidden;
  position:relative;
}
.hb-home-hero::before{
  content:"";position:absolute;inset:-35% auto auto -8%;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.055);filter:blur(1px);
}
.hb-home-hero__inner{
  min-height:420px;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);
  gap:55px;
  align-items:center;
  padding-block:42px;
  position:relative;
  z-index:1;
}
.hb-home-hero__copy{max-width:680px}
.hb-home-hero .hb-eyebrow{color:#d9efa9;margin-bottom:11px}
.hb-home-hero h1{
  margin:0 0 14px!important;
  color:#fff!important;
  font-size:clamp(2.15rem,4.7vw,4rem)!important;
  line-height:1.16!important;
  font-weight:900!important;
  letter-spacing:-.045em!important;
}
.hb-home-hero__copy>p{
  margin:0 0 23px;
  color:#eef5e8;
  font-size:clamp(1rem,1.8vw,1.16rem);
  font-weight:600;
  line-height:1.85;
  max-width:640px;
}
.hb-home-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}
.hb-home-hero__actions .hb-btn{background:#fff!important;color:var(--hb-green-dark)!important}
.hb-home-hero__actions .hb-btn:hover{background:#f2f6ec!important;color:var(--hb-green-deep)!important}
.hb-home-hero__trust{display:flex;flex-wrap:wrap;gap:16px;color:#e6f0dd;font-size:.86rem;font-weight:700}
.hb-home-hero__visual{height:340px;display:grid;place-items:center;position:relative}
.hb-home-hero__halo{position:absolute;width:290px;height:290px;border-radius:50%;background:#fff;box-shadow:0 25px 70px rgba(0,0,0,.14)}
.hb-home-hero__product{position:relative;z-index:2;max-height:310px!important;max-width:320px!important;width:auto!important;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(0,0,0,.18))}
.hb-home-hero__monogram{position:relative;z-index:2;width:190px;height:190px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--hb-green);font-family:"Cairo",sans-serif;font-size:6rem;font-weight:900}
.hb-home-hero__leaf{position:absolute;z-index:3;color:#dff1b8;font-size:1.8rem;opacity:.9}.hb-home-hero__leaf--one{top:34px;right:25px}.hb-home-hero__leaf--two{bottom:44px;left:20px;font-size:1.2rem}

/* -------------------- Sections -------------------- */
.hb-home-products,.hb-shop,.hb-page-list,.hb-page,.hb-product{padding-block:30px 58px!important}
.hb-home-section{margin-top:0!important;padding-block:34px!important}
.hb-section-head,.hb-home-section__head{
  display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px!important;
}
.hb-section-head h2,.hb-home-section__head h2{
  margin:0!important;color:var(--hb-ink)!important;font-size:clamp(1.45rem,3vw,2.05rem)!important;line-height:1.3!important;font-weight:850!important;
}
.hb-section-head>a{color:var(--hb-green-dark);font-weight:800;font-size:.88rem}
.hb-home-section__head p{margin:5px 0 0!important;color:var(--hb-muted)!important;font-size:.96rem;font-weight:500}

/* -------------------- Product grid/cards -------------------- */
.hb-products-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
.hb-card{
  background:#fff!important;
  border:1px solid var(--hb-line)!important;
  border-radius:12px!important;
  box-shadow:none!important;
  overflow:hidden!important;
  min-width:0;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.hb-card:hover{transform:translateY(-3px)!important;border-color:#cbd8bf!important;box-shadow:var(--hb-shadow-hover)!important}
.hb-card__media{
  aspect-ratio:1/1!important;
  background:#fff!important;
  padding:15px!important;
  border-bottom:1px solid #eef1ea;
}
.hb-card__media img{width:100%!important;height:100%!important;object-fit:contain!important;transition:transform .22s ease}
.hb-card:hover .hb-card__media img{transform:scale(1.025)}
.hb-card__body{
  padding:14px 14px 15px!important;
  text-align:right!important;
  gap:8px!important;
  align-items:stretch!important;
}
.hb-card__title{
  margin:0!important;
  min-height:2.75em!important;
  font-size:.94rem!important;
  line-height:1.45!important;
  font-weight:800!important;
  text-transform:none!important;
  display:block!important;
  color:#26321f!important;
  text-align:right!important;
}
.hb-card__price{
  font-family:Tahoma,Arial,system-ui,-apple-system,"Segoe UI",sans-serif!important;
  color:var(--hb-green-dark)!important;
  font-size:1.04rem!important;
  font-weight:800!important;
  min-height:1.55em!important;
  text-align:right!important;
}
.hb-card__price del{font-size:.82rem!important;color:#8a9384!important}
.hb-card .hb-btn--small{
  margin-top:auto;
  width:100%!important;
  min-height:40px!important;
  padding:8px 12px!important;
  border-radius:7px!important;
  font-size:.84rem!important;
}

/* -------------------- Home trust -------------------- */
.hb-home-trust{
  display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;background:#fff!important;border:1px solid var(--hb-line)!important;border-radius:12px!important;box-shadow:none!important;overflow:hidden!important;
}
.hb-home-trust__item{
  min-height:96px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:16px!important;border-left:1px solid var(--hb-line)!important;background:#fff!important;text-align:center!important;
}
.hb-home-trust__item:last-child{border-left:0!important}
.hb-home-trust__item span{font-size:1.45rem!important;line-height:1!important}
.hb-home-trust__item strong{font-family:"Cairo",sans-serif!important;font-size:.88rem!important;color:#2c3726!important;font-weight:800!important}

/* -------------------- Category / process / content -------------------- */
.hb-home-health,.hb-home-process,.hb-home-health-content,.hb-home-reviews,.hb-home-faq,.hb-home-brand{
  background:#fff!important;
  border:1px solid var(--hb-line)!important;
  border-radius:14px!important;
  box-shadow:none!important;
}
.hb-home-health,.hb-home-process,.hb-home-reviews,.hb-home-faq{padding:26px!important}
.hb-health-categories{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.hb-health-category{
  border:1px solid var(--hb-line)!important;border-radius:10px!important;background:var(--hb-warm)!important;padding:18px!important;box-shadow:none!important;
}
.hb-health-category:hover{border-color:#c4d7b1!important;background:#f6faef!important}
.hb-health-category__icon{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;border-radius:10px!important;background:var(--hb-green-soft)!important;font-size:1.35rem!important;margin-bottom:11px!important}
.hb-health-category h3{font-size:1rem!important;color:#27331f!important;margin:0 0 6px!important;font-weight:800!important}
.hb-health-category p{font-size:.87rem!important;color:var(--hb-muted)!important;line-height:1.65!important;margin:0 0 11px!important}
.hb-health-category__links{display:flex!important;flex-wrap:wrap!important;gap:5px!important}
.hb-health-category__links a{font-size:.78rem!important;font-weight:700!important;color:var(--hb-green-dark)!important;background:#fff!important;border:1px solid #dce6d3!important;border-radius:6px!important;padding:5px 7px!important}
.hb-home-steps{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px!important}
.hb-home-step{border:1px solid var(--hb-line)!important;border-radius:10px!important;background:#fff!important;padding:17px!important;box-shadow:none!important;position:relative!important}
.hb-home-step>span{width:33px!important;height:33px!important;border-radius:8px!important;background:var(--hb-green)!important;color:#fff!important;display:grid!important;place-items:center!important;font-family:Arial,sans-serif!important;font-weight:800!important;margin-bottom:11px!important}
.hb-home-step strong{font-family:"Cairo",sans-serif!important;color:#27331f!important;font-weight:800!important}
.hb-home-step p{color:var(--hb-muted)!important;font-size:.86rem!important;line-height:1.65!important;margin:.35em 0 0!important}
.hb-home-health-content{display:grid!important;grid-template-columns:1.6fr .7fr!important;gap:24px!important;padding:27px!important}
.hb-home-health-content__main h2,.hb-home-health-content__aside h3{color:#25321e!important}
.hb-home-health-content__main p,.hb-home-health-content__aside p{color:#586151!important;font-weight:500!important}
.hb-home-health-content__aside{background:var(--hb-green-soft)!important;border:1px solid #d9e7cc!important;border-radius:10px!important;padding:18px!important}
.hb-home-brand__badges{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important}
.hb-home-brand__badges>*{border-radius:9px!important;border:1px solid var(--hb-line)!important;background:#fff!important}

/* -------------------- Reviews / FAQ -------------------- */
.hb-home-reviews__grid,.hb-reviews__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
.hb-home-reviews__grid article,.hb-review-card{
  border:1px solid var(--hb-line)!important;border-radius:10px!important;background:#fff!important;padding:16px!important;box-shadow:none!important;
}
.hb-home-reviews__grid article div,.hb-review-card__stars{color:var(--hb-gold)!important;background:transparent!important;border:0!important;padding:0!important;font-family:Arial,sans-serif!important;letter-spacing:1px!important}
.hb-home-reviews__grid article p,.hb-review-card p{color:#505b49!important;font-weight:500!important;line-height:1.7!important}
.hb-home-reviews__grid article strong,.hb-review-card strong{color:#27331f!important;font-family:"Cairo",sans-serif!important;font-weight:800!important}
.hb-faq{display:grid!important;gap:8px!important}
.hb-faq details{border:1px solid var(--hb-line)!important;border-radius:9px!important;background:#fff!important;overflow:hidden!important}
.hb-faq summary,.hb-faq details summary{
  min-height:52px!important;display:flex!important;align-items:center!important;padding:11px 16px 11px 46px!important;color:#283420!important;font-family:"Cairo",sans-serif!important;font-weight:800!important;font-size:.92rem!important;
}
.hb-faq details[open] summary{background:var(--hb-green-soft)!important;color:var(--hb-green-dark)!important}
.hb-faq details>*:not(summary){padding:0 16px 16px!important;color:#596351!important;line-height:1.75!important}
.hb-faq summary::after,.hb-faq details summary::after{left:17px!important;color:var(--hb-green)!important;font-family:Arial,sans-serif!important;font-size:20px!important}

/* -------------------- Shop/archive -------------------- */
.hb-shop__head{
  background:#fff!important;border:1px solid var(--hb-line)!important;border-radius:12px!important;padding:22px!important;box-shadow:none!important;margin-bottom:20px!important;
}
.hb-shop__head h1{font-size:clamp(1.55rem,3vw,2.3rem)!important;color:var(--hb-ink)!important;font-weight:850!important}
.woocommerce-result-count,.woocommerce-ordering{font-size:.86rem!important;color:var(--hb-muted)!important}
.woocommerce-ordering select{border-radius:8px!important;border-color:#d6ddd0!important;padding:9px 12px!important;font-weight:600!important}
.woocommerce-pagination a,.woocommerce-pagination span{border-radius:7px!important;box-shadow:none!important}
.woocommerce-pagination .current{background:var(--hb-green)!important;border-color:var(--hb-green)!important}

/* -------------------- Product page -------------------- */
.hb-product{padding-top:20px!important}
.hb-breadcrumb{font-size:.79rem!important;color:#7d8677!important;margin-bottom:11px!important;font-weight:600!important}
.hb-breadcrumb a{color:var(--hb-green-dark)!important}
.hb-product-hero{
  grid-template-areas:"gallery buy"!important;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr)!important;
  gap:22px!important;
  direction:ltr!important;
  align-items:start!important;
}
.hb-gallery-card,.hb-buy-card{
  border:1px solid var(--hb-line)!important;border-radius:13px!important;box-shadow:none!important;background:#fff!important;
}
.hb-gallery-card{padding:16px!important;direction:rtl!important}
.hb-buy-card{padding:19px!important;direction:rtl!important;position:sticky!important;top:177px!important}
.hb-main-image{min-height:450px!important;border-radius:9px!important;background:#fff!important}
.hb-main-image img{max-height:600px!important}
.hb-thumbs{gap:8px!important;padding-top:12px!important}
.hb-thumb{width:70px!important;flex-basis:70px!important;height:70px!important;border-radius:8px!important;border-color:var(--hb-line)!important;background:#fff!important}
.hb-thumb.is-active,.hb-thumb:hover{border-color:var(--hb-green)!important;box-shadow:0 0 0 2px rgba(69,133,0,.12)!important}
.hb-product-summary{padding:2px 2px 15px;border-bottom:1px solid #e8ece3;margin-bottom:14px}
.hb-product-summary .hb-eyebrow{margin-bottom:5px}
.hb-product-title{margin:0!important;font-size:clamp(1.55rem,3vw,2.15rem)!important;line-height:1.35!important;color:#202c19!important;font-weight:850!important;text-transform:none!important}
.hb-product-short{margin-top:8px;color:#626d5b;font-size:.91rem;line-height:1.7;font-weight:500}
.hb-product-short p{margin:.3em 0}

/* COD form — same fields, new visual hierarchy */
.hb-buy-card--form-only,.hb-buy-card{background:#fff!important}
.hb-cod{
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
}
.hb-cod-form{gap:11px!important}
.hb-offers__title{font-size:.91rem!important;font-weight:800!important;color:#27331f!important;margin-bottom:8px!important}
.hb-offers__grid{gap:8px!important}
.hb-offer-card{
  border:1.5px solid #d9e0d3!important;
  border-radius:9px!important;
  background:#fff!important;
  box-shadow:none!important;
  padding:12px 10px!important;
  min-height:75px!important;
  color:#27331f!important;
}
.hb-offers .hb-offer-card:hover{border-color:#b9cda6!important;background:#fbfdf8!important;box-shadow:none!important}
.hb-offers .hb-offer-card.is-selected{
  border-color:var(--hb-green)!important;
  background:#f4faed!important;
  box-shadow:0 0 0 2px rgba(69,133,0,.10)!important;
}
.hb-offer-card__badge{background:var(--hb-green)!important;color:#fff!important;border-radius:5px!important;font-size:.67rem!important;font-weight:800!important}
.hb-offer-card__label{font-weight:800!important;color:#27331f!important}
.hb-offer-card__price{font-family:Tahoma,Arial,system-ui,sans-serif!important;color:var(--hb-green-dark)!important;font-size:.98rem!important;font-weight:800!important}
.hb-simple-order-note{background:var(--hb-green-soft)!important;border:1px solid #d3e4c3!important;border-radius:8px!important;color:var(--hb-green-dark)!important;font-weight:700!important}
.hb-form-grid{gap:9px!important}
.hb-field{gap:5px!important;color:#27331f!important;font-weight:700!important}
.hb-field>span{font-size:.8rem!important;font-weight:750!important;color:#34402c!important}
.hb-field input,.hb-field select,.hb-field textarea{
  min-height:46px!important;
  border:1.5px solid #d9dfd4!important;
  border-radius:8px!important;
  background:#fff!important;
  padding:11px 12px!important;
  color:#1f2a19!important;
  font-size:.92rem!important;
  font-weight:600!important;
}
.hb-field textarea{min-height:72px!important}
.hb-field input:focus,.hb-field select:focus,.hb-field textarea:focus{border-color:var(--hb-green)!important;box-shadow:0 0 0 3px rgba(69,133,0,.10)!important}
.hb-submit{min-height:52px!important;border-radius:8px!important;font-size:1rem!important;font-weight:850!important;background:var(--hb-green)!important;box-shadow:none!important}
.hb-submit:hover{background:var(--hb-green-dark)!important}
.hb-order-trust{gap:5px!important;margin-top:2px!important}
.hb-order-trust li{
  background:#f8faf5!important;border:1px solid #e3e8de!important;border-radius:7px!important;padding:7px 34px 7px 10px!important;color:#495441!important;font-family:"Tajawal",Tahoma,Arial,sans-serif!important;font-size:.79rem!important;font-weight:650!important;
}
.hb-order-trust li::before{right:9px!important;width:18px!important;height:18px!important;background:var(--hb-green)!important;font-size:.7rem!important}
.hb-form-popup__box{border-radius:12px!important}
.hb-form-popup__ok{border-radius:8px!important;background:var(--hb-green)!important;font-family:"Cairo",sans-serif!important}

/* Product content */
.hb-description-card{
  margin-top:20px!important;
  background:#fff!important;border:1px solid var(--hb-line)!important;border-radius:13px!important;box-shadow:none!important;padding:28px!important;
}
.hb-entry-content{font-size:1rem!important;color:#384331!important;font-weight:500!important;line-height:1.85!important}
.hb-entry-content h2,.hb-product-content h2,.hb-reviews__head h2{
  color:var(--hb-ink)!important;font-size:clamp(1.25rem,2.6vw,1.72rem)!important;font-weight:850!important;border:0!important;
}
.hb-entry-content h3{color:#2e3b27!important;font-weight:800!important}
.hb-entry-content a{color:var(--hb-green-dark)!important}
.hb-entry-content img{border-radius:9px!important}
.hb-info-box,.hb-detail-item,.hb-steps,.hb-faq details,.hb-review-card{border-radius:9px!important}
.hb-reviews__rating{color:var(--hb-gold)!important;background:#fff8e6!important;border-color:#e9d4a1!important;border-radius:7px!important}

/* -------------------- Pages / posts -------------------- */
.hb-content-card{
  background:#fff!important;border:1px solid var(--hb-line)!important;border-radius:13px!important;box-shadow:none!important;padding:clamp(22px,4vw,38px)!important;
}
.hb-entry-title{font-size:clamp(1.55rem,3.5vw,2.45rem)!important;line-height:1.35!important;color:var(--hb-ink)!important;font-weight:850!important}
.hb-article__featured img{border-radius:10px!important}

/* -------------------- Thank you -------------------- */
.hb-thanks__card{
  max-width:620px!important;margin-inline:auto!important;background:#fff!important;border:1px solid var(--hb-line)!important;border-radius:14px!important;box-shadow:var(--hb-shadow)!important;padding:38px!important;
}
.hb-thanks__headline{color:var(--hb-ink)!important;font-size:clamp(1.45rem,4vw,2.15rem)!important;font-weight:850!important}
.hb-thanks__icon{background:var(--hb-green)!important;color:#fff!important;box-shadow:none!important}
.hb-thanks__lead{color:#46513f!important;font-weight:600!important}
.hb-thanks__time{background:var(--hb-green-soft)!important;border-color:#d6e5c8!important;color:var(--hb-green-dark)!important;border-radius:8px!important;font-weight:700!important}

/* -------------------- Footer -------------------- */
.hb-footer.hb-footer{background:#193a00!important;color:#ecf5e4!important;border:0!important;margin-top:25px!important}
.hb-footer__top{display:grid;grid-template-columns:1.3fr .8fr .8fr 1fr;gap:42px;padding-block:48px}
.hb-footer h3{margin:0 0 13px;color:#fff!important;font-size:1rem!important;font-weight:800!important}
.hb-footer p{color:#cbdabf!important;font-size:.88rem;line-height:1.75;margin:.2em 0 14px}
.hb-footer__mark{font-family:"Cairo",sans-serif;font-size:1.75rem;font-weight:900;color:#fff;margin-bottom:9px;letter-spacing:-.04em}
.hb-footer__trust{display:flex;flex-wrap:wrap;gap:8px;color:#dfead6;font-size:.78rem;font-weight:700}
.hb-footer__trust span{border:1px solid rgba(255,255,255,.16);border-radius:6px;padding:5px 8px}
.hb-footer-menu,.hb-footer-list{list-style:none!important;padding:0!important;margin:0!important;display:grid!important;gap:8px!important}
.hb-footer-menu a,.hb-footer-list li{color:#d0ddc6!important;font-size:.86rem!important;font-weight:600!important}
.hb-footer-menu a:hover{color:#fff!important}
.hb-footer-contact{display:inline-flex;align-items:center;min-height:40px;padding:8px 13px;border:1px solid rgba(255,255,255,.28);border-radius:7px;color:#fff!important;font-family:"Cairo",sans-serif;font-size:.82rem;font-weight:800}
.hb-footer-contact:hover{background:#fff;color:var(--hb-green-deep)!important}
.hb-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding:14px 0;color:#bfcfb3;font-size:.76rem;text-align:center}
.hb-footer__grid,.hb-footer__bottom{display:none!important}

/* -------------------- Mobile sticky CTA -------------------- */
.hb-mobile-order{
  border-radius:0!important;background:var(--hb-green)!important;box-shadow:0 -6px 18px rgba(25,58,0,.16)!important;font-family:"Cairo",sans-serif!important;font-weight:850!important;
}

/* -------------------- Responsive -------------------- */
@media (max-width:1050px){
  .hb-header__main{grid-template-columns:170px minmax(240px,1fr) auto;gap:16px}
  .hb-header-action--support{display:none}
  .hb-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .hb-health-categories{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .hb-product-hero{grid-template-columns:minmax(0,1fr) minmax(330px,.8fr)!important}
  .hb-footer__top{grid-template-columns:1.2fr 1fr 1fr;gap:28px}.hb-footer__top>section:last-child{grid-column:1/-1}
}

@media (max-width:782px){body.admin-bar .hb-header.hb-header{top:46px}}

@media (max-width:760px){
  .hb-container{width:min(calc(100% - 24px),var(--hb-container))!important}
  .hb-header.hb-header{position:relative!important;top:auto!important}
  body.admin-bar .hb-header.hb-header{top:auto!important}
  .hb-topbar__inner{font-size:.72rem!important;min-height:30px!important}
  .hb-header__main{
    min-height:auto;grid-template-columns:1fr auto;grid-template-areas:"brand actions" "search search";gap:10px 12px;padding-block:11px 12px;
  }
  .hb-brand{grid-area:brand}.hb-search{grid-area:search;height:44px}.hb-search button{height:44px;width:46px}.hb-search{grid-template-columns:1fr 46px}
  .hb-header__actions{grid-area:actions}.hb-header-action{min-height:40px;padding:0 10px}.hb-header-action span:last-child{display:none}.hb-header-action__icon{font-size:1.2rem}
  .hb-brand img,.hb-brand .custom-logo{max-height:45px!important;max-width:160px!important}.hb-brand .hb-brand__name{font-size:1.65rem!important}
  .hb-nav{min-height:40px}.hb-menu a,.hb-nav .hb-menu a{font-size:.8rem!important;padding:9px 10px!important}

  .hb-home-hero__inner{min-height:0;grid-template-columns:1fr;gap:20px;padding-block:34px}
  .hb-home-hero__copy{text-align:center;margin-inline:auto}.hb-home-hero h1{font-size:2.2rem!important}.hb-home-hero__copy>p{font-size:.94rem}.hb-home-hero__actions,.hb-home-hero__trust{justify-content:center}
  .hb-home-hero__visual{height:215px}.hb-home-hero__halo{width:190px;height:190px}.hb-home-hero__product{max-height:205px!important;max-width:215px!important}.hb-home-hero__monogram{width:140px;height:140px;font-size:4rem}

  .hb-home-products,.hb-shop,.hb-page-list,.hb-page,.hb-product{padding-block:22px 42px!important}.hb-home-section{padding-block:23px!important}
  .hb-section-head,.hb-home-section__head{align-items:start;margin-bottom:14px!important}.hb-section-head h2,.hb-home-section__head h2{font-size:1.35rem!important}
  .hb-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .hb-card{border-radius:9px!important}.hb-card__media{padding:8px!important}.hb-card__body{padding:10px!important;gap:6px!important}.hb-card__title{font-size:.78rem!important;min-height:2.75em!important}.hb-card__price{font-size:.9rem!important}.hb-card .hb-btn--small{min-height:38px!important;font-size:.75rem!important;padding:7px 8px!important}

  .hb-home-trust{grid-template-columns:repeat(2,1fr)!important}.hb-home-trust__item{min-height:82px!important;border-bottom:1px solid var(--hb-line)!important}.hb-home-trust__item:nth-child(2n){border-left:0!important}.hb-home-trust__item:nth-last-child(-n+2){border-bottom:0!important}
  .hb-home-health,.hb-home-process,.hb-home-reviews,.hb-home-faq{padding:16px!important}.hb-health-categories{grid-template-columns:1fr!important}.hb-home-steps{grid-template-columns:repeat(2,1fr)!important}.hb-home-health-content{grid-template-columns:1fr!important;padding:18px!important}.hb-home-brand__badges{grid-template-columns:1fr!important}.hb-home-reviews__grid,.hb-reviews__grid{grid-template-columns:1fr!important}

  .hb-product-hero{grid-template-areas:"gallery" "buy"!important;grid-template-columns:1fr!important;gap:12px!important}.hb-gallery-card,.hb-buy-card{border-radius:10px!important}.hb-gallery-card{padding:10px!important}.hb-buy-card{padding:14px!important;position:static!important}.hb-main-image{min-height:280px!important}.hb-thumb{width:58px!important;flex-basis:58px!important;height:58px!important}.hb-product-title{font-size:1.45rem!important}.hb-product-summary{padding-bottom:11px;margin-bottom:11px}.hb-offer-card{min-height:70px!important;padding:10px 8px!important}.hb-description-card{padding:17px!important;margin-top:12px!important;border-radius:10px!important}
  .hb-order-trust li{font-size:.74rem!important}

  .hb-footer__top{grid-template-columns:1fr 1fr;gap:28px 20px;padding-block:34px}.hb-footer__brand,.hb-footer__top>section:last-child{grid-column:1/-1}.hb-footer__mark{font-size:1.55rem}
}

@media (max-width:420px){
  .hb-container{width:min(calc(100% - 18px),var(--hb-container))!important}
  .hb-home-hero h1{font-size:1.9rem!important}.hb-home-hero__actions>a{width:100%}
  .hb-card__title{font-size:.74rem!important}.hb-card__price{font-size:.84rem!important}.hb-card .hb-btn--small{font-size:.72rem!important}
  .hb-home-steps{grid-template-columns:1fr!important}.hb-footer__top{grid-template-columns:1fr}.hb-footer__top>section{grid-column:1/-1}
}
