*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:#0b271c;font-family:var(--fontMain);font-size:16px}body.rtl{direction:rtl}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{font:inherit}.site-main{max-width:1280px;margin:0 auto;padding:0 18px 90px}.app-header{position:sticky;top:0;z-index:80;background:linear-gradient(135deg,var(--primary),#06331f);color:#fff;box-shadow:0 12px 34px rgba(0,0,0,.13)}.header-inner{max-width:1280px;margin:0 auto;min-height:86px;padding:14px 18px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:14px;position:relative}.brand{display:flex;align-items:center;justify-content:center;gap:12px;text-align:center}.brand img{max-height:42px;width:auto}.brand strong{display:block;color:var(--accent);font-size:25px;font-weight:950;letter-spacing:.13em;line-height:1}.brand small{display:block;color:#fff;font-size:13px;font-weight:800;letter-spacing:.22em;margin-top:7px}.menu-btn,.head-icon{width:48px;height:48px;border:0;border-radius:16px;background:rgba(255,255,255,.10);color:#fff;display:grid;place-items:center;cursor:pointer}.menu-btn span{display:block;width:24px;height:3px;background:#fff;border-radius:9px;margin:3px auto}.header-actions{display:flex;gap:10px}.head-icon{font-size:24px}.cart-dot{position:relative}.cart-dot b{position:absolute;right:-5px;top:-6px;background:#79bd51;color:#fff;border:2px solid #fff;min-width:22px;height:22px;border-radius:99px;font-size:12px;display:grid;place-items:center}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:98}.overlay[hidden]{display:none!important}.side-drawer{display:none;position:fixed!important;top:0;left:0;width:min(330px,88vw);height:100dvh;max-height:100vh;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;background:#fff;z-index:99;padding:20px;box-shadow:25px 0 80px rgba(0,0,0,.18)}.side-drawer.open{display:block;overflow-y:auto!important}.drawer-nav{display:grid;gap:10px;padding-bottom:40px;min-height:max-content}.rtl .side-drawer{left:auto;right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center;color:var(--primary);font-size:22px;font-weight:950;margin-bottom:24px}.drawer-close{border:0;background:#edf5ec;border-radius:12px;width:42px;height:42px;font-size:28px;color:var(--primary);cursor:pointer}.drawer-nav{display:grid;gap:10px}.drawer-nav a{display:block;background:#f4faf1;border:1px solid rgba(6,75,47,.08);border-radius:16px;padding:14px 16px;font-weight:900;color:#123628}.hero{margin:0 auto;padding:var(--heroTop) 24px var(--heroBottom);background:linear-gradient(135deg,#f0faea 0%,#dff4d9 100%);border-radius:0 0 34px 34px;display:grid;gap:26px;align-items:center;overflow:hidden}.hero-copy{max-width:var(--heroTitleWidth)}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(6,75,47,.08);box-shadow:0 12px 28px rgba(6,75,47,.07);border-radius:999px;padding:10px 16px;font-weight:950;color:var(--primary)}.hero h1{margin:20px 0 12px;font-size:clamp(42px,6vw,70px);line-height:1.03;color:var(--primary);letter-spacing:-1.8px;font-weight:950}.rtl .hero h1{letter-spacing:0;font-size:clamp(34px,5vw,54px)}.hero p{margin:0 0 24px;color:#1c4032;font-size:clamp(17px,1.6vw,20px);line-height:1.65}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--primary2),#087847);color:#fff;font-weight:950;padding:14px 24px;box-shadow:0 14px 32px rgba(6,75,47,.22);cursor:pointer}.btn.gold{background:linear-gradient(135deg,var(--accent),#c99031);color:#12351f}.btn.ghost{background:#fff;color:var(--primary);border:1px solid rgba(6,75,47,.12);box-shadow:none}.hero-img{border-radius:30px;overflow:hidden;background:rgba(255,255,255,.55);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.hero-img img{width:100%;height:auto;object-fit:cover}.trust-card{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;background:#fff;border-radius:26px;padding:16px;margin:20px 0 0;box-shadow:0 14px 34px rgba(6,75,47,.08)}.trust-item{text-align:center;font-size:13px;font-weight:900;color:#133428}.trust-item i{font-style:normal;display:grid;place-items:center;margin:0 auto 8px;width:48px;height:48px;border-radius:50%;background:#f5faf2;border:1px solid rgba(6,75,47,.1);font-size:22px}.section{padding:28px 0 8px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.section-head h2{margin:0;font-size:30px;font-weight:950;color:#0b271c}.see-all{color:var(--primary2);font-weight:950}.cat-scroll{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.cat{background:#fff;border:1px solid rgba(6,75,47,.08);border-radius:22px;padding:14px;display:flex;align-items:center;gap:12px;box-shadow:0 12px 28px rgba(6,75,47,.05)}.cat img{width:64px;height:64px;border-radius:50%;object-fit:cover}.cat span{font-weight:950;font-size:14px;color:#173529}.product-grid,.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{position:relative;background:#fff;border:1px solid rgba(6,75,47,.08);border-radius:24px;padding:14px;box-shadow:0 14px 34px rgba(6,75,47,.07);transition:.18s}.product-card:hover{transform:translateY(-3px)}.product-img{height:190px;border-radius:18px;background:linear-gradient(180deg,#fff,#f3f9ef);display:grid;place-items:center;overflow:hidden}.product-img img{max-height:180px;object-fit:contain}.product-card h3{min-height:44px;margin:12px 0 6px;font-size:17px;line-height:1.28;color:#142b22}.old-price{text-decoration:line-through;color:#8a958f;font-size:13px;font-weight:850}.sale-price{font-size:19px;color:#071d14;font-weight:950}.price-row{display:flex;align-items:end;justify-content:space-between;gap:8px}.add-circle{width:40px;height:40px;border-radius:50%;background:var(--primary2);color:#fff;display:grid;place-items:center;font-size:25px}.discount{position:absolute;top:12px;left:12px;background:#fff0c7;color:#7a5200;border-radius:999px;font-size:12px;font-weight:950;padding:6px 9px}.rtl .discount{left:auto;right:12px}.product-page{padding:24px 0 90px}.back-link{display:inline-flex;margin-bottom:16px;color:var(--primary);font-weight:950}.product-wrap{display:grid;grid-template-columns:.95fr 1.05fr;gap:22px;align-items:start}.product-hero-card,.info-block{background:#fff;border-radius:28px;padding:22px;box-shadow:0 16px 40px rgba(6,75,47,.08);border:1px solid rgba(6,75,47,.06)}.detail-img{height:390px;background:linear-gradient(180deg,#fff,#f2f8ee);border-radius:24px;display:grid;place-items:center;margin-bottom:0}.detail-img img{max-height:360px;object-fit:contain}.rating{color:#d4a142;font-size:16px;font-weight:950}.product-title{font-size:42px;line-height:1.08;margin:10px 0 10px;color:#0b271c}.detail-desc{font-size:16px;line-height:1.75;color:#465f54}.price-box{display:flex;align-items:end;gap:12px;margin:16px 0}.price-box .old{text-decoration:line-through;color:#89958e;font-size:19px;font-weight:900}.price-box .sale{font-size:34px;font-weight:950;color:var(--primary)}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.info-grid{display:grid;gap:16px}.info-block h2{margin:0 0 12px;font-size:23px}.info-block ul{margin:0;padding-inline-start:20px;line-height:1.9}.input,textarea,select{width:100%;border:1px solid rgba(6,75,47,.14);border-radius:16px;padding:13px 14px;font:inherit}.order-form{display:grid;gap:10px}.notice{font-size:13px;color:#68766f;line-height:1.6}.wa-float{position:fixed;right:24px;bottom:32px;width:58px;height:58px;background:#25D366;color:#fff;border-radius:50%;display:grid;place-items:center;z-index:60;font-size:27px;box-shadow:0 16px 32px rgba(37,211,102,.35)}.rtl .wa-float{right:auto;left:24px}.bottom-nav{display:none}@media(max-width:980px){.site-main{padding-inline:12px}.header-inner{min-height:82px}.hero{padding-inline:20px}.product-grid,.related-grid{grid-template-columns:repeat(2,1fr)}.cat-scroll{display:flex;overflow-x:auto;gap:14px;scrollbar-width:none}.cat{min-width:210px}.product-wrap{grid-template-columns:1fr}.detail-img{height:310px}.product-title{font-size:32px}.trust-card{grid-template-columns:repeat(2,1fr)}.wa-float{bottom:102px}.bottom-nav{position:fixed;left:50%;bottom:16px;transform:translateX(-50%);width:min(420px,calc(100% - 28px));height:72px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-radius:28px;box-shadow:0 16px 42px rgba(0,0,0,.14);display:grid;grid-template-columns:1fr 1fr 82px 1fr 1fr;align-items:center;z-index:59}.bottom-nav a{text-align:center;font-size:11px;font-weight:950;color:#59635d}.bottom-nav i{display:block;font-style:normal;font-size:22px;margin-bottom:3px}.bottom-nav .home-bubble{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;margin:-28px auto 0;background:var(--primary2);color:#fff;border:6px solid #fff;box-shadow:0 12px 30px rgba(6,75,47,.24)}}@media(min-width:981px){.hero{grid-template-columns:1.02fr .98fr}.brand{justify-content:center}}@media(max-width:560px){.header-inner{grid-template-columns:48px 1fr auto;padding:12px}.brand{justify-content:flex-start;text-align:left}.rtl .brand{text-align:right}.brand strong{font-size:20px}.brand small{font-size:11px}.header-actions{gap:6px}.head-icon,.menu-btn{width:46px;height:46px}.hero{margin-inline:-12px;border-radius:0 0 30px 30px;padding-top:36px}.hero h1{font-size:48px}.rtl .hero h1{font-size:38px}.hero-img{margin-inline:-8px}.trust-card{margin-top:14px}.product-grid,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{padding:10px;border-radius:18px}.product-img{height:145px}.product-img img{max-height:136px}.product-card h3{font-size:14px}.sale-price{font-size:16px}.section-head h2{font-size:24px}.detail-actions{grid-template-columns:1fr}.product-hero-card,.info-block{border-radius:22px;padding:18px}.detail-img{height:285px}.detail-img img{max-height:260px}}
.home-banner{margin:18px 0 22px;border-radius:28px;overflow:hidden;background:#082c1d;box-shadow:0 16px 45px rgba(6,75,47,.16)}
.home-banner img{width:100%;height:min(300px,26vw);min-height:155px;object-fit:cover;object-position:center}
.bottom-nav .home-bubble img{width:58px;height:58px;border-radius:50%;object-fit:cover}
.order-summary{background:#f5faf2;border:1px solid rgba(6,75,47,.1);border-radius:18px;padding:14px;margin:10px 0;display:grid;gap:7px}
.order-summary div{display:flex;justify-content:space-between;gap:10px;font-weight:850}
.order-summary .total{font-size:20px;color:var(--primary);border-top:1px solid rgba(6,75,47,.12);padding-top:9px}
.product-page{padding-top:18px}
.product-wrap.no-back{margin-top:0}
@media(max-width:560px){.home-banner{margin:12px -6px 18px;border-radius:22px}.home-banner img{height:165px}.bottom-nav .home-bubble img{width:56px;height:56px}}

/* v8 refinements */
.app-header .header-inner{min-height:var(--desktopHeader)}
@media(max-width:560px){.app-header .header-inner{min-height:var(--mobileHeader)}}
.brand-3d strong{font-family:Georgia,serif;letter-spacing:.08em;text-shadow:0 2px 0 #17330f,0 6px 18px rgba(0,0,0,.28),0 0 22px rgba(216,173,85,.25);background:linear-gradient(180deg,#ffe49a 0%,#d8ad55 45%,#8a611e 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.brand-3d small{text-shadow:0 2px 7px rgba(0,0,0,.35)}.wa-float.draggable{touch-action:none;cursor:grab}
.product-card{isolation:isolate}.product-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(216,173,85,.20),transparent 34%);opacity:0;transition:.22s;pointer-events:none}.product-card:hover:after{opacity:1}.product-card:hover .product-img img{transform:scale(1.055);filter:saturate(1.12) contrast(1.04)}.product-img img{transition:.28s}
.cat img{width:76px;height:76px}.product-img{height:210px}.product-card h3{font-size:18px}.rtl .product-wrap{text-align:right}.rtl .info-block ul{padding-right:22px;padding-left:0}.rtl .order-summary div{flex-direction:row-reverse}
.qty-control{display:flex;align-items:center;gap:10px}.qty-control button{width:46px;height:46px;border:0;border-radius:14px;background:#eef8e9;color:var(--primary);font-size:26px;font-weight:950;cursor:pointer}.qty-control input{width:90px;text-align:center;border:1px solid rgba(6,75,47,.14);border-radius:14px;padding:12px;font-weight:900}
.order-summary{background:linear-gradient(180deg,#f8fcf5,#eef8e9);border-radius:22px!important;padding:16px!important}.order-summary div span{color:#4c5f55}.order-summary div b{font-weight:950}.order-summary .total{background:#fff;border-radius:16px;border:0!important;padding:12px!important;margin-top:6px;box-shadow:inset 0 0 0 1px rgba(6,75,47,.08)}
.bottom-nav .home-bubble{overflow:hidden}.bottom-nav .home-bubble img{border-radius:50%!important;width:64px!important;height:64px!important;object-fit:cover;display:block}.mini-count{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:99px;background:#77bd51;color:#fff;font-size:11px;margin-top:-8px}
.home-banner img{object-fit:var(--bannerFit,cover)}

/* v9 final alignment fixes */
.brand strong{color:var(--accent)!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;text-shadow:0 2px 10px rgba(0,0,0,.22)!important;font-family:Georgia,serif!important;letter-spacing:.08em!important}
.header-logo-img{width:48px!important;height:48px!important;border-radius:50%!important;object-fit:cover!important;box-shadow:0 0 0 3px rgba(255,255,255,.16),0 8px 20px rgba(0,0,0,.20)!important;background:#fff}
.order-form .input, .order-form textarea{background:#fff}
.order-summary.pro-summary{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;background:#f7fbf5!important}
.order-summary.pro-summary div{display:flex!important;justify-content:space-between;align-items:center;background:#fff;border:1px solid rgba(6,75,47,.08);border-radius:14px;padding:11px 12px;font-weight:850}
.order-summary.pro-summary .total{grid-column:1/-1;background:linear-gradient(135deg,#eef8e9,#fff)!important}
.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:650px){.form-grid-2{grid-template-columns:1fr}.order-summary.pro-summary{grid-template-columns:1fr}.product-wrap{display:flex!important;flex-direction:column!important}.product-hero-card{order:1!important}.info-grid{order:2!important}}
.drawer-section-title{font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#79958a;margin:10px 4px 2px}.drawer-cat-link span{font-size:20px}
.home-banner{background:linear-gradient(135deg,#062718,#123b25)!important;display:grid;place-items:center;border-radius:28px!important}
.home-banner img{width:100%;height:auto!important;max-height:360px;min-height:auto!important;object-fit:contain!important;object-position:center!important}
.home-cats-section{margin-top:-18px;position:relative;z-index:3}.home-cats-section:before{content:"";position:absolute;left:5%;right:5%;top:-18px;height:38px;background:radial-gradient(ellipse at center,rgba(216,173,85,.24),transparent 65%);filter:blur(6px)}
.home-cat-scroll{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important;gap:14px!important;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border:1px solid rgba(6,75,47,.08);border-radius:28px;padding:16px;box-shadow:0 18px 44px rgba(6,75,47,.10)}
.home-cat-scroll .cat{min-width:0!important;border-radius:22px;background:linear-gradient(180deg,#ffffff,#f6fbf3);box-shadow:inset 0 0 0 1px rgba(6,75,47,.06);padding:12px}.home-cat-scroll .cat img{width:78px;height:78px;border-radius:50%;box-shadow:0 8px 18px rgba(6,75,47,.08)}
.product-wrap{direction:ltr!important}.product-wrap .info-grid{direction:ltr}.rtl .product-wrap .info-grid{direction:rtl;text-align:right}.product-hero-card{order:1!important}.info-grid{order:2!important}
.product-card{transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s,border-color .22s}.product-card:hover{transform:translateY(-8px) scale(1.012);box-shadow:0 24px 60px rgba(6,75,47,.16);border-color:rgba(216,173,85,.45)}.product-card:hover .add-circle{transform:rotate(90deg) scale(1.1);background:var(--accent);color:#11351f}.add-circle{border:0;transition:.22s;cursor:pointer}
.order-form input[name="customer_email"]{direction:ltr}.order-summary.pro-summary{align-items:stretch}.order-summary.pro-summary div b{text-align:end}
@media(min-width:981px){.product-wrap{grid-template-columns:.95fr 1.05fr!important}.rtl .product-wrap{grid-template-columns:.95fr 1.05fr!important}.home-banner img{max-height:390px}}
@media(max-width:650px){.home-banner{margin:12px -6px 8px!important;border-radius:20px!important}.home-banner img{max-height:210px;width:100%;object-fit:contain!important}.home-cats-section{margin-top:-8px}.home-cat-scroll{display:flex!important;overflow-x:auto!important;border-radius:22px;padding:12px;scrollbar-width:none}.home-cat-scroll .cat{min-width:188px!important}.product-wrap{display:flex!important;flex-direction:column!important}.product-hero-card{order:1!important}.info-grid{order:2!important}.detail-img{height:auto!important;min-height:260px}.detail-img img{max-height:310px;width:100%;object-fit:contain}}

/* v11 exact mobile/banner/product spacing fixes */
:root{--sitePad:18px}
@media(max-width:980px){:root{--sitePad:12px}}
.app-header{margin:0!important;border-radius:0!important}
.site-main{padding-left:var(--sitePad)!important;padding-right:var(--sitePad)!important}
.home-banner.edge-banner{margin:var(--bannerTop) calc(var(--bannerRight) - var(--sitePad)) var(--bannerBottom) calc(var(--bannerLeft) - var(--sitePad))!important;border-radius:0!important;background:#062718!important;box-shadow:none!important}
.home-banner.edge-banner img{width:100%!important;height:auto!important;max-height:none!important;min-height:0!important;object-fit:contain!important;display:block!important;border-radius:0!important}
@media(max-width:650px){.home-banner.edge-banner{margin:var(--bannerTop) calc(var(--bannerRight) - var(--sitePad)) var(--bannerBottom) calc(var(--bannerLeft) - var(--sitePad))!important;border-radius:0!important}.home-banner.edge-banner img{max-height:none!important}}
.header-inner{overflow:visible}.brand{max-width:58vw;overflow:hidden}.brand strong{white-space:nowrap}.header-logo-img{flex:0 0 auto}
@media(max-width:650px){.header-actions{z-index:2}.brand{max-width:48vw}}
.product-page{padding-top:10px!important}.product-wrap{gap:12px!important}.product-hero-card{display:block!important;width:100%!important;margin:0!important}.detail-img{width:100%!important;margin:0 auto!important;place-items:center!important}.detail-img img{margin:auto!important;display:block!important;object-position:center!important}
@media(max-width:760px){.product-wrap{display:block!important;margin-left:-6px!important;margin-right:-6px!important}.product-hero-card{border-radius:24px 24px 0 0!important;padding:14px!important;border-bottom:0!important;box-shadow:0 16px 38px rgba(6,75,47,.08)!important}.detail-img{min-height:250px!important;height:auto!important;border-radius:20px!important}.detail-img img{max-height:305px!important;width:100%!important;object-fit:contain!important}.info-grid{display:block!important}.info-grid>.info-block:first-child{border-radius:0 0 24px 24px!important;margin-top:0!important;border-top:0!important;box-shadow:0 16px 38px rgba(6,75,47,.08)!important}.info-grid>.info-block:not(:first-child){margin-top:12px!important}.product-title{font-size:38px!important;line-height:1.08!important}.rating{font-size:15px!important}}
@media(min-width:761px) and (max-width:980px){.product-wrap{display:block!important}.product-hero-card,.info-grid>.info-block:first-child{max-width:760px;margin-left:auto!important;margin-right:auto!important}.info-grid{margin-top:12px}}
.order-summary.pro-summary{margin-top:12px!important}.order-form input[name="customer_email"]::placeholder{opacity:.7}
.product-card:hover{transform:translateY(-10px) scale(1.018)!important}.product-card:hover .product-img{background:radial-gradient(circle at center,#ffffff 0,#eef8e9 68%)}

/* v11-fix2: banner width stays v11; height control scales image, not hides it */
.home-banner.edge-banner{
  overflow:visible!important;
}
.home-banner.edge-banner img{
  width:100%!important;
  height:var(--bannerHeightDesktop)!important;
  max-height:none!important;
  min-height:0!important;
  object-fit:fill!important;
  object-position:center!important;
  display:block!important;
}
@media(max-width:650px){
  .home-banner.edge-banner img{
    width:100%!important;
    height:var(--bannerHeightMobile)!important;
    max-height:none!important;
    min-height:0!important;
    object-fit:fill!important;
  }
}
/* Product gallery */
.product-gallery{position:relative;width:100%}
.product-gallery .detail-img{margin:0 auto}
.gallery-arrow{position:absolute;top:45%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border:0;border-radius:999px;background:rgba(6,75,47,.88);color:#fff;font-size:34px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 26px rgba(6,75,47,.22)}
.gallery-prev{left:16px}.gallery-next{right:16px}
.rtl .gallery-prev{left:auto;right:16px}.rtl .gallery-next{right:auto;left:16px}
.gallery-thumbs{display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap;margin:14px auto 0;padding:0 10px}
.gallery-thumb{width:76px;height:76px;border:2px solid transparent;border-radius:16px;background:#fff;padding:5px;cursor:pointer;box-shadow:0 8px 20px rgba(6,75,47,.08)}
.gallery-thumb.active{border-color:var(--accent);box-shadow:0 10px 24px rgba(216,173,85,.25)}
.gallery-thumb img{width:100%;height:100%;object-fit:contain;border-radius:12px}
.dose-pill{display:inline-flex;margin:12px 0 4px;padding:10px 16px;border-radius:999px;background:#eef8e9;color:var(--primary);font-weight:950;box-shadow:inset 0 0 0 1px rgba(6,75,47,.08)}
@media(max-width:650px){.gallery-arrow{width:40px;height:40px;font-size:30px}.gallery-prev{left:8px}.gallery-next{right:8px}.gallery-thumb{width:62px;height:62px}.gallery-thumbs{gap:8px;margin-top:10px}}

/* v11-fix5d: Design #3 cards + compact spacing + no-crop product detail image */
.shop-product-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(245px,1fr))!important;
  gap:8px!important;
  width:calc(100% + 10px)!important;
  margin-left:-5px!important;
  margin-right:-5px!important;
  align-items:start!important;
}
#products.section{padding-left:8px!important;padding-right:8px!important}
.section .shop-product-grid{padding-left:0!important;padding-right:0!important}
.design3-card.product-card{
  display:flex!important;flex-direction:column!important;overflow:hidden!important;
  border:1px solid rgba(6,75,47,.14)!important;border-radius:20px!important;
  background:#fff!important;box-shadow:0 14px 38px rgba(6,75,47,.09)!important;padding:0!important;
  transition:transform .22s ease, box-shadow .22s ease!important;
}
.design3-card.product-card:hover{transform:translateY(-5px)!important;box-shadow:0 22px 56px rgba(6,75,47,.14)!important}
.d3-image{position:relative!important;display:grid!important;place-items:center!important;width:100%!important;aspect-ratio:1/1!important;overflow:hidden!important;background:radial-gradient(circle at center,#f4fbf1 0%,#ffffff 68%)!important}
.d3-image img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center!important;display:block!important;transition:transform .28s ease!important}
.design3-card:hover .d3-image img{transform:scale(1.035)!important}
.d3-discount{position:absolute!important;top:10px!important;right:10px!important;left:auto!important;z-index:4!important;padding:6px 10px!important;border-radius:999px!important;background:#ff6435!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:900!important;box-shadow:0 8px 16px rgba(255,100,53,.18)!important}
.rtl .d3-discount{right:auto!important;left:10px!important}
.d3-auth{position:absolute!important;left:13px!important;bottom:12px!important;z-index:4!important;display:inline-flex!important;align-items:center!important;gap:5px!important;padding:6px 12px!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;color:#00967e!important;font-size:12px!important;letter-spacing:.06em!important;font-weight:950!important;box-shadow:0 6px 18px rgba(0,0,0,.06)!important}
.rtl .d3-auth{left:auto!important;right:13px!important}
.d3-info{border-top:1px solid rgba(6,75,47,.10)!important;background:linear-gradient(180deg,#ffffff 0%,#fbfef9 100%)!important}
.d3-title{display:block!important;text-align:center!important;padding:12px 10px 8px!important;color:#0b271c!important;font-size:20px!important;line-height:1.16!important;font-weight:950!important;min-height:54px!important}
.d3-price-line{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:8px 10px 10px!important;min-height:66px!important;border-top:1px solid rgba(6,75,47,.10)!important}
.rtl .d3-price-line{padding:8px 10px 10px!important}
.d3-prices{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;text-align:center!important}
.d3-old{color:#777!important;font-size:15px!important;line-height:1.05!important;font-weight:800!important;text-decoration:line-through!important;white-space:nowrap!important}
.d3-sale{color:#0b5b37!important;font-size:24px!important;line-height:1.05!important;font-weight:950!important;white-space:nowrap!important}
.d3-reviews{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;text-align:center!important;white-space:normal!important;line-height:1.15!important;padding:8px 8px 12px!important;border-top:1px solid rgba(6,75,47,.10)!important}
.d3-reviews .stars{display:block!important;width:100%!important;text-align:center!important;color:#ff4b20!important;letter-spacing:3px!important;font-size:14px!important;line-height:1.1!important}
.d3-reviews .reviews{display:block!important;width:100%!important;text-align:center!important;color:#34413c!important;font-size:13px!important;line-height:1.2!important}
.top-qty-line{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;margin:12px 0 8px!important;font-weight:900!important;color:#0b271c!important}
.top-qty input{width:70px!important;text-align:center!important}
.dose-clean{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;white-space:normal!important;flex-wrap:wrap!important;text-align:center!important;direction:inherit!important;line-height:1.65!important;padding:10px 18px!important;word-spacing:2px!important}
.dose-clean span{display:inline-block!important;margin:0 2px!important}
.dose-clean #doseAmountText,.dose-clean #doseDaysText{font-weight:950!important;white-space:nowrap!important}

/* Product detail main image: no crop, natural aspect ratio, controlled max height */
.product-hero-card{padding:0!important;background:transparent!important;box-shadow:none!important;border:0!important;overflow:visible!important}
.product-gallery{width:100%!important}
.product-gallery .detail-img,.product-hero-card .detail-img{
  height:auto!important;min-height:0!important;aspect-ratio:auto!important;display:block!important;
  border:1.5px solid rgba(20,20,20,.26)!important;border-radius:16px!important;
  overflow:hidden!important;padding:0!important;background:#fff!important;box-shadow:none!important;text-align:center!important;
}
.product-gallery .detail-img img,.product-hero-card .detail-img img{
  display:block!important;width:auto!important;max-width:100%!important;height:auto!important;
  max-height:var(--detailImageMaxDesktop)!important;object-fit:contain!important;object-position:center!important;
  border-radius:14px!important;margin:0 auto!important;
}
.gallery-thumbs{margin-top:12px!important}
.gallery-thumb{border:1.5px solid rgba(20,20,20,.22)!important}
.gallery-thumb.active{border-color:#0a7b4a!important}
@media(max-width:980px){
  .shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;width:calc(100% + 8px)!important;margin-left:-4px!important;margin-right:-4px!important}
  #products.section{padding-left:5px!important;padding-right:5px!important}
  .d3-title{font-size:17px!important;min-height:48px!important;padding:10px 8px 7px!important}
  .d3-price-line{min-height:62px!important;padding:7px 8px 9px!important}
  .d3-old{font-size:12px!important}.d3-sale{font-size:20px!important}
  .d3-discount{top:8px!important;right:8px!important;font-size:11px!important;padding:5px 8px!important}
  .rtl .d3-discount{right:auto!important;left:8px!important}
  .d3-auth{left:9px!important;bottom:9px!important;font-size:10px!important;padding:5px 9px!important}
  .rtl .d3-auth{left:auto!important;right:9px!important}
  .d3-reviews{gap:3px!important;padding:7px 3px 10px!important}
  .d3-reviews .stars{font-size:12px!important;letter-spacing:2px!important}
  .d3-reviews .reviews{font-size:11px!important}
  .product-gallery .detail-img img,.product-hero-card .detail-img img{max-height:var(--detailImageMaxMobile)!important}
}
@media(max-width:480px){
  .shop-product-grid{gap:4px!important;width:calc(100% + 6px)!important;margin-left:-3px!important;margin-right:-3px!important}
  #products.section{padding-left:4px!important;padding-right:4px!important}
  .d3-title{font-size:16px!important}
  .d3-old{font-size:11px!important}.d3-sale{font-size:18px!important}
  .d3-price-line{min-height:58px!important}
  .d3-reviews .stars{font-size:11px!important;letter-spacing:2px!important}
  .d3-reviews .reviews{font-size:10.5px!important}
  .dose-clean{padding:9px 13px!important;font-size:15px!important;line-height:1.7!important}
}

/* v12.2 compatibility: preserve the original storefront while keeping secure cart/order features */
.alert{padding:13px 15px;border-radius:14px;margin:12px 0;font-weight:800}.alert.error{background:#fff0f0;color:#8f1d1d;border:1px solid #efc5c5}.alert.success{background:#eaf9ee;color:#176031;border:1px solid #bce2c6}.alert.warning{background:#fff8e7;color:#725200;border:1px solid #ead69c}
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.toast{position:fixed;z-index:2000;left:50%;bottom:100px;transform:translateX(-50%);background:#173126;color:#fff;padding:11px 17px;border-radius:999px;box-shadow:0 10px 30px rgba(0,0,0,.2);font-weight:900}.toast[hidden]{display:none!important}
.product-sku{font-size:.78rem;letter-spacing:.08em;color:#66756c;font-weight:700;margin-bottom:.4rem}.form-submit-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.faq-item{border-top:1px solid rgba(6,75,47,.11);padding:12px 0}.faq-item summary{cursor:pointer;font-weight:950;color:var(--primary)}
.cart-original-wrap{display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:110px 1fr;gap:14px;align-items:center;border:1px solid rgba(6,75,47,.1);border-radius:18px;padding:12px;background:#fff}.cart-image{display:grid;place-items:center;width:100%;height:100px;background:#f4faf1;border-radius:14px;overflow:hidden}.cart-image img{width:100%;height:100%;object-fit:contain}.cart-info{display:grid;gap:8px}.cart-title{font-size:18px;font-weight:950}.cart-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cart-controls button{border:0;border-radius:12px;background:#eef8e9;color:var(--primary);min-width:40px;height:40px;font-weight:950;cursor:pointer}.cart-controls input{width:64px;height:40px;text-align:center;border:1px solid rgba(6,75,47,.14);border-radius:12px}.cart-controls .remove-item{padding:0 12px;background:#fff0f0;color:#9b2424}.cart-totals[hidden]{display:none!important}.empty-state{background:#fff;border:1px dashed rgba(6,75,47,.22);border-radius:18px;padding:28px;text-align:center;color:#68766f}
.order-success-state{max-width:760px;margin:34px auto;text-align:center}.success-mark{width:76px;height:76px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-size:42px;font-weight:900;box-shadow:0 12px 30px rgba(6,75,47,.17)}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;font-weight:950;padding:14px 24px;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--primary2),#087847);color:#fff}.btn-secondary{background:#fff;color:var(--primary);border:1px solid rgba(6,75,47,.14)}
@media(max-width:650px){.form-submit-actions{grid-template-columns:1fr}.cart-item{grid-template-columns:76px 1fr}.cart-image{height:70px}.cart-controls{grid-column:1/-1}.toast{bottom:98px}}
/* Theme colors must affect the restored original layout without changing its structure. */
.app-header{background:linear-gradient(135deg,var(--primary),var(--primary2))!important}.d3-auth{color:var(--primary2)!important}.d3-sale{color:var(--primary)!important}.gallery-thumb.active{border-color:var(--primary2)!important}.home-banner.edge-banner{background:var(--primary)!important}

/* v12.3 targeted storefront refinements — original design preserved */
/* Product-card badges sit on the left edge so they do not cover the central product artwork. */
.d3-discount,
.rtl .d3-discount{
  top:10px!important;
  left:0!important;
  right:auto!important;
  border-radius:0 999px 999px 0!important;
  padding:7px 13px 7px 11px!important;
}
.d3-auth,
.rtl .d3-auth{
  left:0!important;
  right:auto!important;
  bottom:12px!important;
  border-radius:0 999px 999px 0!important;
  padding:7px 13px 7px 10px!important;
  max-width:calc(100% - 14px)!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* Top product actions: selected quantity is added to the cart. */
.detail-actions.has-cart{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.top-cart-btn{white-space:nowrap!important}

/* English/LTR page structure with Urdu only inside the lower product-detail cards. */
.urdu-detail-block{
  direction:rtl!important;
  text-align:right!important;
  font-family:var(--fontUrdu),var(--fontMain),sans-serif!important;
}
.urdu-detail-block h2,.urdu-detail-block p,.urdu-detail-block summary{text-align:right!important}
.urdu-detail-block ul{padding-right:24px!important;padding-left:0!important;margin-right:0!important}
.urdu-detail-block .detail-desc,.urdu-detail-block .notice{font-size:18px!important;line-height:2!important}

/* Mobile categories use a professional grid; no left/right scrolling. */
@media(max-width:980px){
  .home-cat-scroll,.cat-scroll{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    overflow:visible!important;
    width:100%!important;
    scrollbar-width:auto!important;
  }
  .home-cat-scroll .cat,.cat-scroll .cat{
    min-width:0!important;
    width:100%!important;
    margin:0!important;
  }
  .detail-actions.has-cart{grid-template-columns:1fr!important}
  .d3-discount,.rtl .d3-discount{top:8px!important;left:0!important;right:auto!important;padding:6px 10px 6px 8px!important}
  .d3-auth,.rtl .d3-auth{left:0!important;right:auto!important;bottom:9px!important;padding:6px 10px 6px 8px!important}
}
@media(max-width:430px){
  .home-cat-scroll,.cat-scroll{grid-template-columns:1fr 1fr!important;gap:9px!important}
  .home-cat-scroll .cat,.cat-scroll .cat{padding:10px!important;gap:8px!important;border-radius:17px!important}
  .home-cat-scroll .cat img,.cat-scroll .cat img{width:52px!important;height:52px!important;flex:0 0 52px!important}
  .home-cat-scroll .cat span,.cat-scroll .cat span{font-size:12px!important;line-height:1.25!important}
  .urdu-detail-block .detail-desc,.urdu-detail-block .notice{font-size:17px!important;line-height:2!important}
}

/* v12.4 professional routes, Urdu content and controllable footer */
.breadcrumbs{max-width:1280px;margin:14px auto 0;padding:0 22px;display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:13px;color:#68766f}.breadcrumbs a{color:var(--primary);font-weight:800}.breadcrumbs span[aria-current="page"]{color:#506159}.category-page .section-head h1{margin:0;font-size:clamp(26px,4vw,42px);color:var(--primary)}
.rich-content{overflow-wrap:anywhere}.rich-content p{margin:.55em 0}.rich-content h2,.rich-content h3{margin:1em 0 .4em}.rich-content ul,.rich-content ol{margin:.5em 0;padding-right:28px}.rich-content blockquote{margin:1em 0;padding:12px 16px;border-right:4px solid var(--accent);background:#faf7ee;border-radius:12px}.rich-content table{width:100%;border-collapse:collapse;margin:14px 0;background:#fff}.rich-content th,.rich-content td{border:1px solid rgba(6,75,47,.18);padding:10px;text-align:right}.warning-content{border-color:#ead69c!important;background:#fffdf7!important}
.site-footer{background:var(--footerBg);color:var(--footerText);margin-top:42px;padding:48px 22px 94px}.footer-grid{width:min(1240px,100%);margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:34px}.site-footer h2{color:var(--footerHeading);font-size:19px;margin:0 0 14px}.site-footer p{line-height:1.8;margin:0}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.site-footer a{color:var(--footerText);text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-logo{width:130px;max-height:80px;object-fit:contain;object-position:left center;margin-bottom:14px}.footer-social{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.footer-social a{border:1px solid color-mix(in srgb,var(--footerText) 30%,transparent);padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.footer-contact-list span{display:block;line-height:1.7}.footer-bottom{width:min(1240px,100%);margin:34px auto 0;padding-top:20px;border-top:1px solid color-mix(in srgb,var(--footerText) 22%,transparent);display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-bottom nav{display:flex;gap:14px;flex-wrap:wrap}.footer-bottom a{font-size:12px}.footer-bottom p{font-size:13px}
@media(max-width:900px){.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom{align-items:flex-start;flex-direction:column}.site-footer{padding-bottom:110px}}
@media(max-width:560px){.breadcrumbs{padding:0 14px}.footer-grid{grid-template-columns:1fr;gap:26px}.site-footer{padding:36px 18px 110px}.footer-logo{width:110px}}

.rich-content [align=left]{text-align:left!important}.rich-content [align=center]{text-align:center!important}.rich-content [align=right]{text-align:right!important}.rich-content [align=justify]{text-align:justify!important}

/* smoother Urdu rich content spacing on storefront */
.urdu-detail-block.rich-content{font-family:var(--fontUrdu),var(--fontMain),sans-serif!important;line-height:1.9!important;}
.urdu-detail-block.rich-content p{margin:.35em 0!important;}
.urdu-detail-block.rich-content h2,.urdu-detail-block.rich-content h3{line-height:1.65!important;}
.urdu-detail-block.rich-content span[style]{border-radius:3px;padding:0 .04em;}

/* v12.5.1 Urdu heading font support; desktop full-width experiment removed */
.urdu-detail-block.rich-content h2,.urdu-detail-block.rich-content h3{font-family:var(--fontUrduHeading),var(--fontUrdu),var(--fontMain),serif!important;}

/* v12.6 special audience collections */
.home-collections-section{padding-top:24px;padding-bottom:0}
.collection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:8px}
.collection-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px 14px;background:linear-gradient(135deg,#fff,#f9f3dd);border:1px solid rgba(216,173,85,.35);border-radius:24px;padding:18px 20px;box-shadow:0 14px 34px rgba(6,75,47,.08);position:relative;overflow:hidden}
.collection-card:after{content:"";position:absolute;inset:auto -30px -45px auto;width:140px;height:140px;border-radius:50%;background:rgba(216,173,85,.16)}
.collection-card b{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-size:28px;box-shadow:0 10px 24px rgba(6,75,47,.18)}
.collection-card span{font-size:24px;font-weight:950;color:var(--primary);line-height:1.1}
.collection-card small{grid-column:2;color:#51665a;font-weight:700;line-height:1.45;max-width:560px}
.collection-page .collection-intro{margin:8px 0 0;color:#51665a;line-height:1.7;max-width:760px;font-weight:700}
@media(max-width:650px){.collection-grid{grid-template-columns:1fr;gap:10px}.collection-card{border-radius:20px;padding:14px}.collection-card b{width:48px;height:48px;font-size:24px}.collection-card span{font-size:20px}.collection-card small{font-size:12px}}

/* v12.8 banner slider + marketing alerts */
.banner-slider{position:relative;overflow:hidden!important;display:block!important}
.banner-slider .banner-track{display:flex;width:100%;transition:transform .45s ease;will-change:transform}
.banner-slider .banner-slide{flex:0 0 100%;display:grid;place-items:center;background:inherit}
.banner-slider .banner-slide img{width:100%!important;display:block!important;object-fit:var(--bannerFit,contain)!important}
.banner-mobile{display:none!important}.banner-desktop{display:block!important}
.banner-dots{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);display:flex;gap:7px;z-index:3;padding:5px 8px;background:rgba(255,255,255,.45);backdrop-filter:blur(8px);border-radius:999px}
.banner-dots button{width:9px;height:9px;border:0;border-radius:50%;background:rgba(6,75,47,.38);padding:0;cursor:pointer}.banner-dots button.active{background:var(--primary)}
@media(max-width:650px){.banner-desktop{display:none!important}.banner-mobile{display:block!important}.banner-dots{bottom:7px}.banner-dots button{width:8px;height:8px}}
.top-marquee{height:34px;display:flex;align-items:center;overflow:hidden;background:var(--annBg);color:var(--annColor);font-weight:900;letter-spacing:.01em;white-space:nowrap;position:relative;z-index:50}.top-marquee-track{display:flex;gap:48px;min-width:200%;animation:dvMarquee var(--annSpeed) linear infinite}.top-marquee span{padding-inline:24px}@keyframes dvMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.offer-popup{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:3000;display:grid;place-items:center;padding:16px}.offer-popup[hidden]{display:none!important}.offer-popup-box{position:relative;width:min(450px,100%);background:#fff;border-radius:24px;padding:22px;text-align:center;box-shadow:0 25px 90px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.5)}.offer-close{position:absolute;right:12px;top:10px;width:34px;height:34px;border:0;border-radius:50%;background:#eef6f0;color:var(--primary);font-size:24px;line-height:1;cursor:pointer}.offer-image{width:100%;max-height:190px;object-fit:contain;border-radius:16px;background:#f4faf1;margin-bottom:10px}.offer-popup h2{font-size:28px;margin:4px 30px 8px;color:var(--primary);line-height:1.2}.offer-popup p{font-size:17px;line-height:1.6;color:#34493d}.offer-btn{margin-top:8px}.offer-open{overflow:hidden}@media(max-width:560px){.offer-popup{align-items:end;padding:10px}.offer-popup-box{border-radius:24px 24px 18px 18px;padding:18px 16px calc(18px + env(safe-area-inset-bottom))}.offer-popup h2{font-size:23px}.offer-popup p{font-size:15px}.top-marquee{height:32px;font-size:13px}}
/* v12.8.2 offer popup fixes */
.offer-target-label{display:inline-flex;align-items:center;justify-content:center;margin:2px auto 8px;padding:6px 12px;border-radius:999px;background:#eef8f0;color:var(--primary);font-weight:900;font-size:13px;letter-spacing:.02em}
.offer-popup .offer-message{display:block!important;margin:8px auto 14px;max-width:92%;font-size:18px;line-height:1.75;color:#263a31;font-weight:700;white-space:normal;overflow-wrap:anywhere}.offer-popup .offer-message[dir="auto"]{unicode-bidi:plaintext}.offer-popup-box .offer-btn{display:inline-flex;min-width:150px;justify-content:center}
@media(max-width:560px){.offer-popup .offer-message{font-size:16px;line-height:1.8;max-width:100%;}.offer-target-label{font-size:12px}}
.offer-target-fields [data-offer-target-field]{display:none}.check-row{display:flex;align-items:center;gap:8px;min-height:42px}


/* v12.9 Blog / Nuskha module */
.blog-list-page .section-head h1{margin:0;font-size:clamp(30px,4vw,48px);color:var(--primary);font-weight:950}.blog-list-page .muted{color:#607269;margin:.35rem 0 0}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.blog-card{background:#fff;border:1px solid rgba(6,75,47,.08);border-radius:22px;box-shadow:0 14px 34px rgba(6,75,47,.07);overflow:hidden;display:grid;min-width:0}.blog-card-horizontal{grid-template-columns:150px 1fr;direction:rtl}.blog-card-compact{grid-template-columns:120px 1fr;min-width:290px}.blog-card-img{display:block;background:#f4faf1;min-height:130px}.blog-card-img img{width:100%;height:100%;object-fit:cover;display:block}.blog-card-body{padding:14px;display:grid;gap:7px;align-content:center}.blog-card-title{font-family:var(--fontUrduHeading),var(--fontUrdu),serif;color:#0b271c;font-size:20px;line-height:1.65;font-weight:950}.blog-card-body p{margin:0;color:#53675d;line-height:1.9;font-family:var(--fontUrdu),serif}.blog-read{font-weight:950;color:var(--primary2)}.home-blog-strip{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.home-blog-strip .blog-card{flex:0 0 min(420px,82vw);scroll-snap-align:start}.blog-post-wrap{max-width:950px;margin:auto}.blog-post-head{background:#fff;border:1px solid rgba(6,75,47,.08);border-radius:28px;padding:24px;box-shadow:0 16px 40px rgba(6,75,47,.08);text-align:right}.blog-post-head h1{font-family:var(--fontUrduHeading),var(--fontUrdu),serif;font-size:clamp(32px,4.2vw,56px);line-height:1.75;color:var(--primary);margin:0 0 8px}.blog-post-head p{font-family:var(--fontUrdu),serif;color:#385448;line-height:2;margin:0 0 15px;font-size:20px}.blog-post-head img{width:100%;max-height:430px;object-fit:cover;border-radius:22px;background:#f4faf1}.blog-content-card{margin-top:18px;background:#fff;border:1px solid rgba(6,75,47,.08);border-radius:28px;padding:24px;box-shadow:0 16px 40px rgba(6,75,47,.08);font-family:var(--fontUrdu),serif;font-size:20px;line-height:2.05}.blog-content-card h2{font-family:var(--fontUrduHeading),var(--fontUrdu),serif;color:var(--primary);font-size:30px;line-height:1.8;margin:20px 0 8px}.blog-content-card section:first-child h2{margin-top:0}.blog-load-more,.blog-pagination{margin:22px auto;text-align:center}.blog-pagination{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.blog-pagination a{min-width:40px;height:40px;border-radius:10px;border:1px solid rgba(6,75,47,.14);background:#fff;display:grid;place-items:center;font-weight:900;color:var(--primary)}.blog-pagination a.active{background:var(--primary);color:#fff}.blog-layout-image_top .blog-card{grid-template-columns:1fr}.blog-layout-image_top .blog-card-img{height:210px}@media(max-width:980px){.blog-grid{grid-template-columns:1fr}.blog-card-horizontal,.blog-card-compact{grid-template-columns:115px 1fr}.blog-card-title{font-size:17px}.blog-card-body p{font-size:14px;line-height:1.75}.blog-content-card{font-size:18px;padding:18px}.blog-post-head{padding:18px}}


/* v12.9.2 Blog optional image, admin pagination, IP unique visitor fix */
.blog-search-card{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid rgba(6,75,47,.10);border-radius:20px;padding:12px;margin:0 0 20px;box-shadow:0 12px 30px rgba(6,75,47,.05)}
.blog-search-input{flex:1;min-width:0;height:52px;border:1px solid rgba(6,75,47,.14);border-radius:14px;padding:0 16px;font-family:var(--fontUrdu),serif;font-size:19px;line-height:1.8;background:#fbfffb;color:#062a1c;text-align:right}
.blog-search-result{margin:-6px 0 18px;color:#4d6257;font-family:var(--fontUrdu),serif;font-size:18px;line-height:1.8}
.blog-kicker{font-family:var(--fontEn),Arial,sans-serif;text-align:center;font-size:clamp(28px,3.8vw,54px);line-height:1.15;font-weight:950;color:var(--primary);letter-spacing:.02em;margin-bottom:18px}
.blog-post-head-ordered{display:flex;flex-direction:column;gap:14px}
.blog-post-head-ordered img{order:2;margin-top:2px}.blog-post-head-ordered h1{order:3;text-align:right;margin-top:12px}.blog-post-head-ordered p{order:4}.blog-post-head-ordered .blog-kicker{order:1}
.home-blog-marquee{overflow:hidden;max-width:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.home-blog-marquee .home-blog-strip{width:max-content;overflow:visible;display:flex;gap:14px;animation:dvBlogMarquee 34s linear infinite;padding-bottom:8px}
.home-blog-marquee:hover .home-blog-strip{animation-play-state:paused}.home-blog-marquee .blog-card{flex:0 0 min(420px,82vw)}
@keyframes dvBlogMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:720px){.blog-search-card{display:grid;grid-template-columns:1fr auto;gap:8px}.blog-search-card .btn.light{grid-column:1/-1}.blog-search-input{font-size:17px;height:48px}.blog-kicker{font-size:30px}.blog-post-head-ordered h1{text-align:right}.home-blog-marquee{margin-inline:-8px}}

/* v12.9.3 Blog slug/search/editor image polish */
.blog-card-no-image{grid-template-columns:1fr!important}.blog-card-no-image .blog-card-body{min-height:130px}
.blog-post-head h1{word-spacing:.14em;letter-spacing:0;font-kerning:normal;text-rendering:optimizeLegibility}
.blog-post-head:not(:has(img)){padding-top:34px}
.rich-editor img{max-width:220px!important;height:auto!important;border-radius:14px;display:block;margin:10px auto;box-shadow:0 8px 24px rgba(6,75,47,.12)}
.rich-content img{max-width:100%;height:auto;border-radius:18px;display:block;margin:18px auto;box-shadow:0 10px 32px rgba(6,75,47,.12)}
.blog-search-card{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;background:#fff;border:1px solid rgba(6,75,47,.09);border-radius:26px;padding:16px;box-shadow:0 14px 34px rgba(6,75,47,.07);margin-bottom:22px}.blog-search-input{height:58px;border-radius:18px;font-size:20px;padding:0 22px;background:#fbfffb}.blog-search-card .btn{height:58px;border-radius:18px;padding-inline:30px}.blog-search-card .btn.light{height:44px;align-self:center}
@media(max-width:720px){.blog-search-card{grid-template-columns:1fr}.blog-search-card .btn{width:100%}.blog-post-head h1{word-spacing:.08em}}

/* v12.9.4 blog card/content polish */
.blog-card-link{color:inherit;text-decoration:none;transition:transform .18s ease, box-shadow .18s ease;cursor:pointer}
.blog-card-link:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(6,75,47,.12)}
.blog-card-body{align-content:start;justify-content:stretch;text-align:right}
.blog-card-excerpt{display:block;margin:0;color:#53675d;line-height:1.9;font-family:var(--fontUrdu),serif}
.blog-card-no-image{min-height:190px;background:linear-gradient(135deg,#fff,#f7fbf7)}
.blog-card-no-image .blog-card-body{min-height:190px;align-content:center;padding:22px 26px}
.blog-card-no-image .blog-card-title{font-size:clamp(20px,2.2vw,28px)}
.blog-card-title{word-spacing:.06em;letter-spacing:0;text-rendering:optimizeLegibility}
.blog-post-head h1{word-spacing:.07em!important;letter-spacing:0!important;line-height:1.85!important}
.rich-content img{max-width:100%;height:auto;border-radius:18px;display:block;margin:18px auto;box-shadow:0 10px 32px rgba(6,75,47,.12);object-fit:contain;background:#fff}
.blog-content-card .warning-content{border:1px solid #ead69c;border-radius:18px;padding:14px;background:#fffdf7}
@media(max-width:720px){.blog-card-no-image{min-height:150px}.blog-card-no-image .blog-card-body{min-height:150px;padding:18px}.blog-post-head h1{word-spacing:.04em!important}}

/* v12.9.6 mobile blog, ads and spacing polish */
.blog-post-page{padding-top:10px!important}.blog-post-page .breadcrumbs{margin:0 0 8px!important}.blog-post-wrap{margin-top:0!important}.blog-post-head{margin-top:0!important}.site-main .blog-list-page{padding-top:18px}.blog-content-card section{scroll-margin-top:90px}.blog-ad-slot{display:block;max-width:100%;margin:18px auto;padding:10px;border-radius:16px;background:#fff;overflow:hidden;text-align:center}.blog-listing-inline{grid-column:1/-1}.blog-ad-slot ins{max-width:100%}.blog-ad-popup{position:fixed;inset:0;background:rgba(0,0,0,.48);display:grid;place-items:center;z-index:9999;padding:16px}.blog-ad-popup[hidden]{display:none}.blog-ad-popup-box{position:relative;background:#fff;border-radius:24px;padding:22px;max-width:min(720px,96vw);max-height:86vh;overflow:auto;box-shadow:0 26px 70px rgba(0,0,0,.28)}.blog-ad-popup-close{position:absolute;top:10px;right:10px;width:38px;height:38px;border:0;border-radius:999px;background:#edf7f0;color:#064b2f;font-size:24px;font-weight:900}.home-blog-section{margin-top:24px}.home-blog-section .section-head{margin-bottom:10px}@media(max-width:720px){.home-blog-section{margin-top:14px}.home-blog-section .section-head h2{font-size:22px}.home-blog-marquee{margin-inline:-4px}.home-blog-marquee .home-blog-strip{gap:8px;animation-duration:26s}.home-blog-marquee .blog-card{flex:0 0 220px!important;min-width:220px!important;border-radius:16px}.home-blog-marquee .blog-card-compact{grid-template-columns:72px 1fr!important}.home-blog-marquee .blog-card-img{min-height:86px}.home-blog-marquee .blog-card-img img{height:100%;object-fit:cover}.home-blog-marquee .blog-card-body{padding:8px;gap:2px;min-height:86px;align-content:center}.home-blog-marquee .blog-card-title{font-size:13px!important;line-height:1.7!important}.home-blog-marquee .blog-card-excerpt{display:none!important}.home-blog-marquee .blog-read{font-size:12px}.home-blog-marquee .blog-card-no-image .blog-card-body{min-height:86px}.blog-grid{gap:10px}.blog-card-horizontal,.blog-card-compact{grid-template-columns:92px 1fr!important;border-radius:18px}.blog-card-img{min-height:112px}.blog-card-body{padding:10px}.blog-card-title{font-size:15px!important;line-height:1.75!important}.blog-card-excerpt{font-size:13px;line-height:1.7}.blog-post-page{padding-top:6px!important}.blog-post-head{padding:14px!important;border-radius:20px}.blog-post-head h1{font-size:27px!important;line-height:1.9!important}.blog-content-card{margin-top:10px!important;border-radius:20px!important;padding:14px!important}.blog-ad-slot{margin:12px auto;padding:6px}.blog-ad-popup-box{padding:18px 12px}}

/* v12.9.9 banner fit modes: cover / contain / natural auto height */
.home-banner.edge-banner.banner-slider{
  margin:var(--bannerTop) calc(var(--bannerRight) - var(--sitePad)) var(--bannerBottom) calc(var(--bannerLeft) - var(--sitePad))!important;
  background:var(--bannerBg)!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.home-banner.edge-banner.banner-slider .banner-slide{
  position:relative!important;
  overflow:hidden!important;
  background:var(--bannerBg)!important;
  min-height:var(--bannerHeight)!important;
}
.home-banner.edge-banner.banner-slider .banner-slide img{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  height:var(--bannerHeight)!important;
  max-height:none!important;
  min-height:0!important;
  object-fit:var(--bannerFit,contain)!important;
  object-position:var(--bannerPosition,center center)!important;
  display:block!important;
  border-radius:0!important;
}
.home-banner.edge-banner.banner-slider.fit-natural .banner-slide{min-height:0!important;display:block!important}
.home-banner.edge-banner.banner-slider.fit-natural .banner-slide img{height:auto!important;object-fit:contain!important;object-position:center center!important}
.home-banner.edge-banner.banner-slider.banner-bg-blur .banner-slide::before{
  content:"";position:absolute;inset:-22px;background-image:var(--slideBg);background-size:cover;background-position:var(--bannerPosition,center center);filter:blur(18px);transform:scale(1.08);opacity:.5;z-index:0;
}
.home-banner.edge-banner.banner-slider.banner-bg-white{background:#fff!important}.home-banner.edge-banner.banner-slider.banner-bg-cream{background:#fbf6e8!important}
@media(max-width:650px){.home-banner.edge-banner.banner-slider{margin:var(--bannerTop) calc(var(--bannerRight) - var(--sitePad)) var(--bannerBottom) calc(var(--bannerLeft) - var(--sitePad))!important}.home-banner.edge-banner.banner-slider.fit-natural{margin-bottom:8px!important}}


/* v12.9.13 mobile bottom navigation polish */
@media(max-width:980px){
  .wa-float{display:none!important}
  .bottom-nav{left:0!important;right:0!important;bottom:0!important;transform:none!important;width:100%!important;max-width:none!important;height:70px!important;border-radius:24px 24px 0 0!important;padding:4px 8px calc(4px + env(safe-area-inset-bottom,0px))!important;box-shadow:0 -12px 34px rgba(0,0,0,.14)!important;grid-template-columns:1fr 1fr 78px 1fr 1fr!important}
  .bottom-nav a{display:grid!important;place-items:center!important;align-content:center!important;min-height:58px!important}
  .bottom-nav .nav-whatsapp i{width:28px;height:28px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;font-size:18px;margin:0 auto 2px!important;box-shadow:0 6px 14px rgba(37,211,102,.24)}
  .bottom-nav .nav-whatsapp span{display:block;font-size:11px;line-height:1;font-weight:950;color:#33423a}
  .bottom-nav .home-bubble{margin:-25px auto 0!important}
  .site-main{padding-bottom:78px!important}
}
@media(max-width:560px){
  .bottom-nav{height:68px!important;border-radius:22px 22px 0 0!important;padding-bottom:calc(3px + env(safe-area-inset-bottom,0px))!important}
  .bottom-nav a{font-size:10.5px!important}
  .bottom-nav i{font-size:20px!important;margin-bottom:1px!important}
  .bottom-nav .home-bubble{width:72px!important;height:72px!important;margin:-24px auto 0!important}
}
