:root{--green:#1f5b35;--green-dark:#0f2f1f;--green-soft:#eaf3ec;--cream:#fbfaf4;--soft:#f5f1e7;--gold:#a88b3f;--text:#17231b;--muted:#68756b;--border:#e8e2d3;--shadow:0 18px 50px rgba(18,61,37,.12)}*{box-sizing:border-box}body{margin:0;font-family:Tahoma,Arial,sans-serif;background:#fff;color:var(--text);font-size:16px}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.top-strip{background:linear-gradient(90deg,var(--green-dark),var(--green));color:#fff;font-size:14px}.top-strip-inner{height:36px;display:flex;gap:60px;align-items:center;justify-content:center;font-weight:700}.site-header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:20}.header-grid{display:grid;grid-template-columns:170px 1fr 170px;align-items:center;gap:20px;padding:14px 0}.brand{display:flex;justify-content:flex-start}.brand img{width:112px;height:auto;display:block}.main-nav{display:flex;justify-content:center;gap:42px;font-weight:800;font-size:17px}.main-nav a{padding:12px 2px;border-bottom:3px solid transparent;transition:.18s}.main-nav a:hover,.main-nav a.active{color:var(--green);border-bottom-color:var(--green)}.main-nav a.active{position:relative}.main-nav a.active:after{content:"";position:absolute;left:35%;right:35%;bottom:-7px;height:7px;border-radius:8px;background:var(--green-soft)}.header-actions{display:flex;justify-content:flex-end}.header-actions a{display:flex;gap:7px;align-items:center;font-weight:700}.header-actions b{background:var(--green);color:#fff;border-radius:100px;font-size:12px;min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.cart-pill.active{color:var(--green)}.search-row{padding:0 0 18px}.search{max-width:560px;margin:auto;display:flex;background:#f6f6f4;border:1px solid #ededed;border-radius:12px;overflow:hidden;direction:rtl}.search input{flex:1;border:0;background:transparent;padding:15px;font-size:15px;outline:none;text-align:right}.search button{border:0;background:var(--green);color:#fff;padding:0 25px;font-weight:800;cursor:pointer}.hero-food{padding:28px 0}.hero-panel{min-height:360px;border-radius:18px;overflow:hidden;background:linear-gradient(90deg,rgba(251,250,244,.96),rgba(251,250,244,.62)),radial-gradient(circle at 82% 28%,#d7dfc8,transparent 35%),linear-gradient(180deg,#e8eddc,#cfd8bd);box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1.15fr;align-items:center;padding:50px;position:relative}.hero-panel:before{content:"";position:absolute;inset:auto 0 0 0;height:95px;background:linear-gradient(0deg,rgba(92,65,30,.25),transparent)}.eyebrow{display:inline-block;background:#e8efe5;color:var(--green);padding:8px 16px;border-radius:50px;font-weight:800;margin-bottom:14px}.hero-text{position:relative;z-index:2}.hero-text h1{font-size:48px;line-height:1.2;margin:0 0 16px;color:var(--green);letter-spacing:-1px}.hero-text p{font-size:20px;color:#243228;margin:0 0 25px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#fff;border-radius:10px;padding:13px 24px;font-weight:900;box-shadow:0 10px 20px rgba(31,91,53,.18);border:0;cursor:pointer}.btn.secondary{background:#fff;color:var(--green);border:1px solid var(--border);box-shadow:none}.hero-buttons{display:flex;gap:12px}.hero-products{position:relative;z-index:2;display:flex;align-items:end;justify-content:center;gap:14px;height:260px;direction:ltr}.jar,.bag{width:100px;height:160px;border-radius:16px 16px 28px 28px;background:linear-gradient(#f8deb2,#bd7930);border:5px solid rgba(255,255,255,.7);box-shadow:0 16px 35px rgba(0,0,0,.20);display:flex;align-items:center;justify-content:center;text-align:center;font-weight:900;color:#163c25;padding:12px}.jar.big{height:230px;background:linear-gradient(#2c3927,#738b35);color:#fff}.jar.dark{height:150px;background:linear-gradient(#4d1d16,#120806);color:#fff}.bag{height:205px;width:120px;background:linear-gradient(#efe2bd,#cba75c)}.trust-row{border-bottom:1px solid #eee}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:20px 0}.trust-grid div{border-left:1px solid #eee;padding:8px 24px;text-align:center}.trust-grid div:first-child{border-left:0}.trust-grid b{display:block;color:var(--green);font-size:18px}.trust-grid span{color:var(--muted);font-size:14px}.section{padding:42px 0}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.section-title.centered{justify-content:center;gap:24px}.section-title h2{margin:0;color:var(--green);font-size:30px}.categories-band{background:linear-gradient(#fff,#fbfaf4)}.category-scroll{display:grid;grid-template-columns:repeat(8,1fr);gap:18px}.round-category{text-align:center}.cat-illustration{width:112px;height:112px;margin:auto auto 10px;border:1px solid var(--border);border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:44px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.round-category strong{font-size:15px}.product-grid,.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card,.card{background:#fff;border:1px solid #eee;border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(0,0,0,.06);transition:.2s}.product-card:hover,.category-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image-wrap{display:block;position:relative;background:#fbfaf4}.product-img{width:100%;height:230px;object-fit:cover;display:block}.badge{position:absolute;top:12px;right:12px;background:var(--green);color:#fff;border-radius:50px;padding:5px 11px;font-size:12px;font-weight:700;z-index:3}.badge.sale{background:#bd2d2d}.product-body{padding:16px}.product-title{font-size:17px;font-weight:900;color:#18251d}.product-body p{font-size:13px;color:var(--muted);min-height:38px}.price{color:var(--green);font-weight:900;font-size:18px;margin:12px 0}.old-price{color:#999;text-decoration:line-through;font-size:13px;margin-right:8px}.product-actions{display:flex;gap:8px}.small-btn{flex:1;border:0;background:var(--green);color:#fff;border-radius:9px;padding:11px 12px;font-weight:900;text-align:center;cursor:pointer}.small-btn.light{background:#f2f2ee;color:var(--green)}.natural-banner{background:var(--green);color:#fff;padding:38px 0;margin-top:24px}.natural-banner .container{display:flex;justify-content:space-between;align-items:center}.natural-banner h2{margin:0 0 6px;font-size:30px}.natural-banner p{margin:0;color:#e6f2e9}.page{padding:40px 0 70px;min-height:420px}.page-soft{background:linear-gradient(#fff,#fbfaf4)}.page-hero{background:linear-gradient(135deg,#fbfaf4,#eef5ed);border:1px solid var(--border);border-radius:20px;padding:34px;margin-bottom:30px;box-shadow:0 12px 35px rgba(18,61,37,.07)}.page-hero.mini{text-align:center}.page-hero span{display:inline-block;color:var(--green);background:#e8efe5;border-radius:30px;padding:7px 14px;font-weight:800}.page-hero h1{margin:12px 0;color:var(--green);font-size:38px}.page-hero p{margin:0;color:var(--muted);font-size:17px}.empty-state{padding:40px;text-align:center;background:#fff;border:1px dashed var(--border);border-radius:16px;color:var(--muted)}.category-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-tile{background:#fff;border:1px solid var(--border);border-radius:18px;padding:28px 18px;text-align:center;box-shadow:0 12px 30px rgba(0,0,0,.05);transition:.2s}.category-tile span{width:86px;height:86px;margin:0 auto 15px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:38px;border:1px solid var(--border)}.category-tile strong{display:block;font-size:20px;color:var(--green);margin-bottom:7px}.category-tile small{color:var(--muted)}.contact-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch}.contact-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:34px;box-shadow:0 14px 36px rgba(0,0,0,.06)}.contact-card.main{background:linear-gradient(135deg,#fbfaf4,#edf5ed)}.contact-card h1{font-size:42px;color:var(--green);margin:0 0 12px}.contact-card p{font-size:17px;line-height:1.9}.contact-card.info h3{color:var(--green);font-size:24px;margin-top:0}.footer{background:#112b1c;color:#fff;margin-top:0;padding:42px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.3fr;gap:30px;align-items:start}.footer a{color:#e8f2e9}.footer-logo{width:90px;background:#fff;border-radius:12px;padding:5px}.footer-small{color:#cfe0d3;font-size:14px}.whatsapp-float{position:fixed;bottom:24px;left:24px;width:52px;height:52px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:25px;z-index:50;box-shadow:0 12px 30px rgba(0,0,0,.18)}@media(max-width:900px){.top-strip-inner{gap:12px;font-size:12px}.header-grid{grid-template-columns:100px 1fr;gap:10px}.brand img{width:88px}.main-nav{order:3;grid-column:1/3;gap:16px;overflow:auto;justify-content:flex-start}.header-actions{justify-content:flex-end}.hero-panel{grid-template-columns:1fr;padding:28px}.hero-text h1{font-size:34px}.hero-products{height:190px;margin-top:20px}.jar,.bag{width:76px;height:120px;font-size:12px}.jar.big{height:165px}.bag{height:145px;width:85px}.trust-grid{grid-template-columns:repeat(2,1fr)}.category-scroll{grid-template-columns:repeat(4,1fr)}.product-grid,.grid{grid-template-columns:repeat(2,1fr)}.category-cards{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.natural-banner .container{display:block}.natural-banner .btn{margin-top:18px}.contact-layout{grid-template-columns:1fr}}@media(max-width:560px){.top-strip-inner span:nth-child(2),.top-strip-inner span:nth-child(3){display:none}.category-scroll{grid-template-columns:repeat(2,1fr)}.product-grid,.grid{grid-template-columns:1fr}.product-img{height:250px}.trust-grid{grid-template-columns:1fr}.trust-grid div{border-left:0;border-bottom:1px solid #eee}.hero-buttons{flex-direction:column}.search{max-width:100%}.category-cards{grid-template-columns:1fr}.page-hero h1{font-size:30px}.contact-card h1{font-size:32px}}
.admin-actions{margin-bottom:16px}.admin-thumb{width:64px;height:64px;object-fit:cover;border-radius:10px;border:1px solid #eee;background:#fff}.current-image img{width:150px;height:150px;object-fit:cover;border-radius:14px;border:1px solid #e8e2d3;margin-bottom:12px;background:#fff}.product-table td{vertical-align:middle}.row-actions{display:flex;gap:7px;align-items:center}.row-actions form{margin:0}.small-btn.danger{background:#b42318;color:#fff}.checks{display:flex;gap:18px;align-items:center}.product-form small{color:#68756b}.admin-layout .btn,.admin-layout .small-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.admin-layout select.input{height:42px}.admin-layout textarea{width:100%;min-height:120px;border:1px solid #ddd;border-radius:10px;padding:12px;font-family:inherit}.admin-layout .table small{color:#68756b}

/* v1.5 checkout + orders */
.checkout-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:24px;align-items:start}.checkout-form,.order-summary,.success-card,.panel{background:#fff;border:1px solid var(--border);border-radius:20px;padding:28px;box-shadow:0 14px 36px rgba(0,0,0,.06)}.checkout-form h2,.order-summary h2{margin-top:0;color:var(--green)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-row{margin-bottom:16px}.form-row label{display:block;font-weight:900;margin-bottom:8px;color:var(--green-dark)}.input,.form-row textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:13px 14px;font-family:inherit;font-size:15px;background:#fff;outline:none}.form-row textarea{min-height:105px}.input:focus,.form-row textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(31,91,53,.08)}.cod-box{background:var(--green-soft);border:1px solid #d8eadc;border-radius:14px;padding:14px 16px;margin:12px 0 20px;color:var(--green-dark)}.checkout-submit{width:100%;font-size:17px}.summary-item,.summary-line,.summary-total{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #f0ece2}.summary-total{font-size:20px;color:var(--green);border-bottom:0}.summary-note{color:var(--muted);font-size:14px;line-height:1.7}.success-card{text-align:center;max-width:720px;margin:0 auto}.success-icon{width:76px;height:76px;background:var(--green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:42px;margin:0 auto 18px}.success-card h1{color:var(--green);font-size:36px}.success-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:22px}.alert-error{background:#fff3f3;color:#9f1d1d;border:1px solid #f3c7c7;border-radius:14px;padding:14px 18px;margin-bottom:18px;font-weight:800}.order-table td{vertical-align:top}.order-view{display:grid;grid-template-columns:1fr 1fr;gap:18px}.order-view section:nth-child(3){grid-column:1/-1}@media(max-width:900px){.checkout-grid,.order-view{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.success-card h1{font-size:28px}}

/* admin layout reinforcement */
.admin-layout{min-height:100vh;display:grid;grid-template-columns:240px 1fr;background:#f7f7f3;color:#17231b}.sidebar{background:#112b1c;color:#fff;padding:24px 18px;position:sticky;top:0;height:100vh}.sidebar h2{margin:0 0 24px;font-size:22px}.sidebar a{display:block;color:#eaf3ec;padding:12px 14px;border-radius:10px;margin-bottom:6px;font-weight:800}.sidebar a:hover,.sidebar a.active{background:#1f5b35;color:#fff}.admin-main{padding:26px}.admin-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.admin-top h1{margin:0;color:#1f5b35}.admin-layout .table{width:100%;border-collapse:separate;border-spacing:0 10px}.admin-layout .table th{text-align:left;color:#68756b;font-size:13px;padding:8px 12px}.admin-layout .table td{background:#fff;padding:14px 12px;border-top:1px solid #eee;border-bottom:1px solid #eee}.admin-layout .table td:first-child{border-left:1px solid #eee;border-radius:12px 0 0 12px}.admin-layout .table td:last-child{border-right:1px solid #eee;border-radius:0 12px 12px 0}.admin-layout .panel{background:#fff;border:1px solid #e8e2d3;border-radius:16px;padding:20px;box-shadow:0 10px 25px rgba(0,0,0,.05);margin-bottom:16px}.admin-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.admin-actions h1{margin:0;color:#1f5b35}@media(max-width:800px){.admin-layout{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.admin-main{padding:16px}}

/* v1.6 RTL and product visibility fixes */
.ltr-text{direction:ltr;unicode-bidi:bidi-override;display:inline-block;text-align:left}
.contact-card.info a .ltr-text,.footer .ltr-text{direction:ltr;unicode-bidi:embed}
.main-nav a.active,.cart-pill.active{color:var(--green);position:relative}
.main-nav a.active:after{content:"";position:absolute;right:0;left:0;bottom:-10px;height:3px;background:var(--green);border-radius:4px}
.empty-state{background:#fff;border:1px solid var(--border);border-radius:18px;padding:36px;text-align:center;font-weight:900;color:var(--green);margin:20px 0}
.product-grid:empty:before{content:"لا توجد منتجات حالياً";display:block;background:#fff;border:1px solid var(--border);border-radius:18px;padding:32px;text-align:center;color:var(--green);font-weight:900}

/* v1.7 Website editor */
.notice{background:#eaf3ec;border:1px solid #cfe5d4;color:#1f5b35;border-radius:12px;padding:13px 16px;margin-bottom:16px;font-weight:900}.settings-grid{display:grid;grid-template-columns:1fr;gap:16px}.settings-panel h3{margin:0 0 18px;color:#1f5b35;font-size:22px;border-bottom:1px solid #eee;padding-bottom:12px}.toggle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:10px 0 18px}.check-card{display:flex;align-items:center;gap:10px;background:#fbfaf4;border:1px solid #e8e2d3;border-radius:12px;padding:12px 14px;font-weight:900;color:#112b1c}.check-card input{width:18px;height:18px;accent-color:#1f5b35}.settings-panel small{display:block;color:#68756b;margin-top:6px}.sticky-save{position:sticky;bottom:0;background:rgba(247,247,243,.94);backdrop-filter:blur(8px);border-top:1px solid #e8e2d3;padding:14px 0;display:flex;gap:10px;z-index:5}.sticky-save .btn,.sticky-save .small-btn{min-width:170px}.admin-layout .two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 18px}@media(max-width:900px){.toggle-grid,.admin-layout .two-col{grid-template-columns:1fr}.sticky-save{display:block}.sticky-save .btn,.sticky-save .small-btn{width:100%;margin-bottom:8px}}
/* v1.8 SEO / UX refinements */
.main-nav a.active{color:var(--green);position:relative}
.main-nav a.active:after{content:"";position:absolute;right:10px;left:10px;bottom:-10px;height:3px;background:var(--green);border-radius:10px}
.breadcrumbs{margin:0 0 18px;color:#68756b;font-size:14px}.breadcrumbs a{color:var(--green);font-weight:800}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.product-media{text-align:center}.product-detail-img{width:100%;max-height:560px;object-fit:contain;border-radius:24px}.big-price{font-size:28px;margin:18px 0}.seo-box{background:#f8f4ea;border:1px solid #e6dcc5;border-radius:16px;padding:16px;margin:16px 0}.seo-box h4{margin:0 0 12px;color:var(--green)}
.ico,.css-icon,.cart-icon{display:inline-block;vertical-align:middle;margin-left:6px}.ico:before,.css-icon:before,.cart-icon:before{font-style:normal}.ico-delivery:before{content:"";width:18px;height:12px;border:2px solid currentColor;border-radius:2px;display:inline-block;box-shadow:-8px 4px 0 -2px currentColor}.ico-payment:before{content:"";width:18px;height:12px;border:2px solid currentColor;border-radius:3px;display:inline-block;background:linear-gradient(currentColor,currentColor) 0 4px/100% 2px no-repeat}.ico-natural:before{content:"";width:14px;height:14px;border-radius:14px 0 14px 0;border:2px solid currentColor;display:inline-block;transform:rotate(-35deg)}.cart-icon:before{content:"";width:18px;height:14px;border:2px solid currentColor;border-top:0;display:inline-block;border-radius:2px;box-shadow:4px 5px 0 -3px currentColor,-4px 5px 0 -3px currentColor}.css-icon.pin:before{content:"⌖"}.css-icon.phone:before{content:"☎"}.css-icon.mail:before{content:"@"}.css-icon.insta:before{content:"◎"}
@media(max-width:800px){.product-detail{grid-template-columns:1fr}.main-nav a.active:after{display:none}}
/* v1.9 store upgrade */
.account-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#f5f0e4;color:#1f5e3b;font-weight:800;text-decoration:none;margin-inline-end:8px}.account-link.active{background:#1f5e3b;color:#fff}.hero-slider .home-slide{display:none}.hero-slider .home-slide.active:first-child,.hero-slider .home-slide.active{display:grid}.hero-upload-img{width:100%;max-height:360px;object-fit:cover;border-radius:28px;box-shadow:0 24px 70px rgba(31,94,59,.18)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.panel-soft{background:#fbf8f0;border:1px solid #eadfc8;border-radius:18px;padding:18px;margin:16px 0}.variant-admin-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:10px;margin:8px 0;align-items:center}.muted{color:#777;font-size:14px}.coupon-form{margin-top:18px;display:flex;gap:10px;max-width:460px}.coupon-form .input{margin:0}.narrow{max-width:680px}.qty-row{max-width:180px}.add-cart-form{margin-top:20px}.settings-card{border:1px solid #e8ddc4;background:#fff;border-radius:16px;padding:16px;margin:14px 0}.admin-layout .sidebar a.active{background:#1f5e3b;color:#fff}.summary-line strong,.summary-total strong{direction:ltr;unicode-bidi:embed}@media(max-width:800px){.testimonial-grid{grid-template-columns:1fr}.variant-admin-grid{grid-template-columns:1fr}.coupon-form{display:block}.account-link{padding:8px 10px;margin-bottom:8px}.hero-upload-img{max-height:240px}}

/* v2.2 Premium Lebanese Homepage + Builder */
.home-premium{background:linear-gradient(180deg,#fff 0%,#fbfaf4 42%,#fff 100%)}
.wl-hero-slider{padding:34px 0 18px;background:radial-gradient(circle at 15% 12%,rgba(168,139,63,.12),transparent 28%),radial-gradient(circle at 86% 22%,rgba(31,91,53,.14),transparent 26%)}
.wl-slider-shell{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 26px 80px rgba(17,43,28,.16);background:#f8f4ea;border:1px solid #e8e2d3}
.wl-slide{display:none;min-height:460px;grid-template-columns:1.02fr .98fr;align-items:center;padding:56px;position:relative;background:linear-gradient(135deg,rgba(251,250,244,.96),rgba(239,245,237,.74)),linear-gradient(45deg,#f6efe0,#dce8d8)}
.wl-slide.active{display:grid;animation:wlFade .45s ease both}@keyframes wlFade{from{opacity:.25;transform:translateY(8px)}to{opacity:1;transform:none}}
.wl-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,43,28,.08),transparent 40%),repeating-linear-gradient(135deg,rgba(168,139,63,.08) 0 2px,transparent 2px 18px);pointer-events:none}
.wl-hero-copy,.wl-hero-visual{position:relative;z-index:2}.wl-kicker,.wl-section-head span,.wl-promo-inner span,.wl-instagram-inner span{display:inline-block;color:#1f5b35;background:#eaf3ec;border:1px solid #d5e7d9;border-radius:999px;padding:8px 16px;font-weight:900;font-size:14px;margin-bottom:14px}.wl-hero-copy h1{font-size:58px;line-height:1.13;color:#123d25;margin:0 0 18px;letter-spacing:-1.2px}.wl-hero-copy p{font-size:21px;line-height:1.9;color:#445448;margin:0 0 26px;max-width:620px}.wl-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.wl-hero-visual img{width:100%;height:380px;object-fit:cover;border-radius:30px;border:8px solid rgba(255,255,255,.72);box-shadow:0 24px 70px rgba(17,43,28,.22)}
.wl-food-scene{height:340px;display:flex;align-items:end;justify-content:center;gap:18px;direction:ltr}.wl-bottle,.wl-jar,.wl-basket{display:flex;align-items:center;justify-content:center;text-align:center;font-weight:900;color:#123d25;box-shadow:0 22px 50px rgba(17,43,28,.24);border:6px solid rgba(255,255,255,.72)}.wl-bottle{width:120px;height:285px;border-radius:38px 38px 28px 28px;background:linear-gradient(#1d321f 0 20%,#708d35 21% 100%);color:#fff}.wl-jar{width:126px;height:185px;border-radius:28px 28px 42px 42px;background:linear-gradient(#f8e3bc,#b87b33)}.wl-jar.dark{height:165px;background:linear-gradient(#6e3024,#180807);color:#fff}.wl-basket{width:140px;height:220px;border-radius:24px;background:linear-gradient(#f1dfb0,#c89b4c)}
.wl-slider-dots{position:absolute;right:50%;transform:translateX(50%);bottom:18px;display:flex;gap:9px;z-index:4}.wl-slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(31,91,53,.32);cursor:pointer}.wl-slider-dots button.active{width:30px;border-radius:20px;background:#1f5b35}.wl-trust-strip{background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee}.wl-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.wl-trust-grid div{padding:22px;text-align:center;border-inline-start:1px solid #eee}.wl-trust-grid div:first-child{border-inline-start:0}.wl-trust-grid b{display:block;color:#123d25;font-size:18px;margin:8px 0 4px}.wl-trust-grid small{color:#68756b}.wl-css-icon{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#eaf3ec;color:#1f5b35;position:relative}.wl-css-icon.delivery:before{content:"";width:18px;height:12px;border:2px solid currentColor;border-radius:2px;box-shadow:-8px 5px 0 -3px currentColor}.wl-css-icon.cash:before{content:"";width:18px;height:13px;border:2px solid currentColor;border-radius:4px;background:linear-gradient(currentColor,currentColor) 0 4px/100% 2px no-repeat}.wl-css-icon.leaf:before{content:"";width:17px;height:17px;border:2px solid currentColor;border-radius:18px 0 18px 0;transform:rotate(-35deg)}.wl-css-icon.quality:before{content:"";width:16px;height:16px;border:2px solid currentColor;border-radius:50%;box-shadow:0 0 0 5px rgba(31,91,53,.1)}
.wl-section{padding:58px 0}.wl-soft-bg,.wl-categories-section{background:linear-gradient(180deg,#fbfaf4,#fff)}.wl-section-head{text-align:center;margin:0 auto 30px;max-width:760px}.wl-section-head.between{max-width:none;text-align:inherit;display:flex;align-items:flex-end;justify-content:space-between;gap:22px}.wl-section-head h2{font-size:38px;line-height:1.25;color:#123d25;margin:0 0 10px}.wl-section-head p{font-size:17px;color:#68756b;margin:0;line-height:1.8}.wl-section-head a{color:#1f5b35;font-weight:900;border-bottom:2px solid #1f5b35;padding-bottom:6px;white-space:nowrap}.wl-category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:16px}.wl-category-card{background:#fff;border:1px solid #e8e2d3;border-radius:22px;padding:22px 12px;text-align:center;box-shadow:0 14px 36px rgba(17,43,28,.07);transition:.22s}.wl-category-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(17,43,28,.12)}.wl-category-card span{width:82px;height:82px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;background:#fbfaf4;border:1px solid #e8e2d3;font-size:38px}.wl-category-card strong{display:block;color:#123d25;margin-bottom:5px}.wl-category-card small{color:#a88b3f;font-weight:900}.wl-premium-products .product-card,.wl-premium-products .card{border-radius:22px;border-color:#e8e2d3}.wl-premium-products .product-img{height:245px;background:#fbfaf4}.wl-promo-band{padding:48px 0;background:linear-gradient(135deg,#123d25,#1f5b35);color:#fff;position:relative;overflow:hidden}.wl-promo-band:before{content:"";position:absolute;inset:-40px;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.12),transparent 24%),repeating-linear-gradient(135deg,rgba(255,255,255,.06) 0 2px,transparent 2px 24px)}.wl-promo-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px}.wl-promo-inner span{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.22)}.wl-promo-inner h2{font-size:38px;margin:0 0 8px}.wl-promo-inner p{margin:0;color:#eaf3ec;font-size:18px}.wl-promo-inner .btn{background:#fff;color:#123d25}.wl-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.wl-why-grid div,.wl-testimonials div{background:#fff;border:1px solid #e8e2d3;border-radius:22px;padding:26px;box-shadow:0 14px 35px rgba(17,43,28,.06)}.wl-why-grid h3{color:#123d25;margin:14px 0 8px}.wl-why-grid p,.wl-testimonials p{color:#68756b;line-height:1.8;margin:0}.wl-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wl-testimonials strong{display:block;color:#123d25;font-size:19px;margin-bottom:8px}.wl-testimonials strong:before{content:"“";color:#a88b3f;font-size:28px;margin-inline-end:5px}.wl-instagram{padding:44px 0;background:#fbfaf4;border-top:1px solid #e8e2d3}.wl-instagram-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.wl-instagram-inner h2{margin:0 0 8px;color:#123d25}.wl-instagram-inner p{margin:0;color:#68756b}.admin-home-builder .admin-card{overflow:hidden}.admin-card-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.admin-card-head h2{margin:0 0 6px;color:#1f5b35}.admin-form-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}.admin-home-preview{width:100%;height:190px;object-fit:cover;border-radius:16px;border:1px solid #e8e2d3;background:#fbfaf4;margin:8px 0 16px}.admin-thumb{width:92px;height:62px;object-fit:cover;border-radius:12px;border:1px solid #e8e2d3;background:#fbfaf4;display:flex;align-items:center;justify-content:center;font-size:12px;color:#68756b}.status-pill{display:inline-block;padding:6px 10px;border-radius:999px;font-weight:900;font-size:12px}.status-pill.active{background:#eaf3ec;color:#1f5b35}.muted-pill{background:#f3f1eb;color:#68756b}.homepage-section-admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.homepage-block-card{margin:0}.block-key{display:inline-block;background:#112b1c;color:#fff;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:900;margin-bottom:10px}.premium-table small{color:#68756b}.two-col.compact{grid-template-columns:1fr 1fr;align-items:end}.check-card.single{height:42px;margin-top:28px}
@media(max-width:1050px){.wl-category-grid{grid-template-columns:repeat(4,1fr)}.wl-why-grid{grid-template-columns:repeat(2,1fr)}.wl-slide{grid-template-columns:1fr;padding:38px}.wl-hero-visual{margin-top:26px}.wl-hero-copy h1{font-size:42px}.wl-hero-visual img{height:300px}.admin-form-grid,.homepage-section-admin-grid{grid-template-columns:1fr}}
@media(max-width:760px){.wl-trust-grid{grid-template-columns:repeat(2,1fr)}.wl-category-grid{grid-template-columns:repeat(2,1fr)}.wl-section-head.between,.wl-promo-inner,.wl-instagram-inner{display:block;text-align:center}.wl-section-head.between a,.wl-promo-inner .btn,.wl-instagram-inner .btn{margin-top:16px}.wl-testimonials{grid-template-columns:1fr}.wl-slide{padding:28px 20px;min-height:auto}.wl-hero-copy h1{font-size:34px}.wl-hero-copy p{font-size:17px}.wl-food-scene{height:230px;gap:9px}.wl-bottle{height:205px;width:86px}.wl-jar{height:140px;width:88px}.wl-jar.dark{height:120px}.wl-basket{height:165px;width:98px}.wl-why-grid{grid-template-columns:1fr}.wl-trust-grid div{border-bottom:1px solid #eee}.admin-card-head{display:block}.two-col.compact{grid-template-columns:1fr}.check-card.single{margin-top:0}}

/* v2.3 Premium Frontend UI Polish - design only */
:root{
  --wl-green:#123d25;
  --wl-green-2:#1f5b35;
  --wl-gold:#b08a34;
  --wl-gold-2:#d9bd75;
  --wl-cream:#fbf7ed;
  --wl-cream-2:#f3ead8;
  --wl-ink:#102318;
  --wl-radius:22px;
  --wl-shadow:0 18px 45px rgba(32,47,28,.10);
}
body{background:#fffaf2;color:var(--wl-ink);}
.container{width:min(1240px,92%)}
.top-strip{background:linear-gradient(90deg,#0b2718,#163d25 45%,#0b2718);box-shadow:0 1px 0 rgba(255,255,255,.08) inset}
.top-strip-inner{height:35px;gap:70px;font-size:14px;letter-spacing:.1px}
.site-header{background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 8px 28px rgba(17,43,28,.06);border-bottom:1px solid rgba(176,138,52,.18)}
.header-grid{grid-template-columns:150px 1fr 230px;padding:10px 0 7px;min-height:90px}.brand img{width:100px;filter:drop-shadow(0 8px 12px rgba(17,43,28,.12))}.main-nav{gap:34px}.main-nav a{position:relative;padding:18px 0;color:#102318;font-weight:900}.main-nav a:after{content:"";position:absolute;right:0;left:0;bottom:8px;height:2px;background:var(--wl-gold);transform:scaleX(0);transition:.22s}.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}.main-nav a.active{color:var(--wl-green-2)}
.header-actions{display:flex;justify-content:flex-start;gap:10px;align-items:center}.cart-pill,.account-link{border:0;background:#f7f4ec;border-radius:999px;box-shadow:none;color:#102318}.cart-pill b{background:#173e27;color:#fff;box-shadow:0 4px 12px rgba(18,61,37,.22)}.search-row{padding:4px 0 16px}.search{max-width:560px;margin:auto;box-shadow:0 8px 30px rgba(17,43,28,.07);border-radius:999px;background:#fff;border:1px solid #eee4d3;overflow:hidden}.search input{height:46px;background:#fff;border:0;padding:0 22px}.search button{height:46px;border-radius:0;background:#123d25;color:#fff;padding:0 30px}
.home-premium{background:#fffaf2;overflow:hidden}.wl-hero-slider{padding:0;background:#fff}.wl-slider-shell{width:100%;border-radius:0;border:0;box-shadow:none;background:#fbf7ed}.wl-slider-shell .wl-slide{min-height:540px;grid-template-columns:.95fr 1.05fr;padding:0;background:#f5ebd9;overflow:hidden}.wl-slider-shell .wl-slide:before{display:none}.wl-hero-copy{padding:78px 7vw 78px 4vw;z-index:3}.wl-kicker{background:rgba(255,255,255,.72);border-color:#ead8ac;color:#123d25;box-shadow:0 8px 22px rgba(17,43,28,.06)}.wl-hero-copy h1{font-size:58px;letter-spacing:-.8px;color:#123d25;margin-bottom:18px}.wl-hero-copy p{font-size:19px;color:#334438;max-width:580px}.wl-hero-actions .btn{border-radius:999px;padding:14px 30px;box-shadow:0 14px 28px rgba(17,43,28,.18);font-weight:900}.wl-hero-actions .btn.secondary{background:#fff;color:#123d25;border:1px solid #ead8ac;box-shadow:0 10px 25px rgba(17,43,28,.08)}
.wl-hero-visual{height:540px;order:2}.wl-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,247,237,0) 0%,rgba(251,247,237,.15) 45%,rgba(251,247,237,.92) 100%);pointer-events:none}.wl-hero-visual img,.wl-hero-premium-img{width:100%;height:100%!important;object-fit:cover!important;border-radius:0!important;border:0!important;box-shadow:none!important;display:block}.wl-slider-dots{bottom:20px;background:rgba(255,255,255,.75);padding:8px 15px;border-radius:999px;box-shadow:0 10px 26px rgba(17,43,28,.12)}.wl-slider-dots button{background:#b9c0aa}.wl-slider-dots button.active{background:#123d25}
.wl-section{padding:60px 0}.wl-section-head span{background:transparent;border:0;color:#b08a34;margin-bottom:5px;padding:0}.wl-section-head span:before,.wl-section-head span:after{content:"";display:inline-block;width:34px;height:1px;background:#b08a34;vertical-align:middle;margin:0 12px}.wl-section-head h2{font-size:34px;color:#123d25}.wl-section-head p{font-size:15px}.wl-categories-section{background:#fff;padding:46px 0 50px}.wl-category-grid{grid-template-columns:repeat(8,1fr);gap:17px}.wl-category-card{background:#fff;border:1px solid #eadfc9;border-radius:26px 26px 12px 12px;padding:18px 10px 16px;box-shadow:0 12px 30px rgba(20,50,31,.06);position:relative;overflow:hidden}.wl-category-card:before{content:"";position:absolute;inset:7px 7px auto 7px;height:86px;border:1px solid rgba(176,138,52,.22);border-bottom:0;border-radius:48px 48px 0 0}.wl-category-card span{width:76px;height:76px;background:#fffaf2;border:1px solid #eadfc9;margin-bottom:10px;font-size:34px}.wl-category-card strong{font-size:15px}.wl-category-card small{font-size:12px}.wl-category-card:hover{transform:translateY(-6px);border-color:#d2b160}
.wl-premium-products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.wl-premium-products .card,.wl-premium-products .product-card{background:#fff;border:1px solid #eee2ce;border-radius:18px;box-shadow:0 16px 38px rgba(18,61,37,.08);overflow:hidden;transition:.22s}.wl-premium-products .card:hover,.wl-premium-products .product-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(18,61,37,.13)}.wl-premium-products .product-img{height:240px;background:#fff;object-fit:contain;padding:14px}.product-body{padding:15px 16px 17px}.product-title{font-weight:900;color:#102318;line-height:1.55;min-height:48px}.price{color:#9b5a19;font-size:18px;font-weight:900;margin-top:8px}.old-price{color:#aaa;text-decoration:line-through;font-size:13px;margin-inline-start:5px}.product-actions{display:flex;gap:8px;align-items:center;margin-top:12px}.small-btn{border-radius:999px;background:#123d25;color:#fff;border:0;padding:10px 16px;font-weight:900}.small-btn:last-child{background:#f3f0e7;color:#123d25}.wl-section-head.between{border-bottom:0;margin-bottom:24px}.wl-section-head.between a{border:0;color:#123d25;font-size:14px}.wl-trust-strip{background:#fffaf2;border:0;border-top:1px solid #eee2ce;border-bottom:1px solid #eee2ce}.wl-trust-grid div{padding:24px 18px;border-color:#eee2ce}.wl-css-icon{background:#fff;border:1px solid #eadfc9;color:#b08a34;width:46px;height:46px}.wl-trust-grid b{color:#123d25}.wl-trust-grid small{color:#6f766f}.wl-story-band{padding:0;background:#123d25}.wl-story-band:before{display:none}.wl-story-band .wl-promo-inner{display:grid;grid-template-columns:1.05fr 1.6fr;gap:0;max-width:none;width:100%}.wl-story-text{padding:56px 5vw;background:linear-gradient(135deg,#102d1e,#1e5635);min-height:290px}.wl-story-text h2{font-size:34px}.wl-story-text p{line-height:1.9;max-width:520px}.wl-story-text .btn{margin-top:18px;background:#d9bd75;color:#102318}.wl-story-gallery{display:grid;grid-template-columns:repeat(4,1fr);height:290px}.wl-story-gallery img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05);transition:.25s}.wl-story-gallery img:hover{transform:scale(1.03)}.wl-soft-bg{background:#fffaf2}.wl-why-grid div,.wl-testimonials div{border:1px solid #eee2ce;border-radius:16px;background:#fff;box-shadow:0 12px 32px rgba(18,61,37,.06)}.wl-why-grid h3{font-size:18px}.wl-testimonials{max-width:980px;margin:auto}.wl-testimonials div{position:relative}.wl-testimonials div:after{content:"★★★★★";color:#d49a24;display:block;margin-top:14px;letter-spacing:2px}.wl-instagram{background:#fbf4e4;border-top:1px solid #eee2ce}.wl-instagram-inner{background:#fff;border:1px solid #eee2ce;border-radius:18px;padding:24px 30px;box-shadow:0 14px 34px rgba(18,61,37,.06)}.footer{background:radial-gradient(circle at 20% 0,rgba(217,189,117,.12),transparent 26%),linear-gradient(90deg,#092318,#113b24);padding-top:56px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1.1fr;gap:32px}.footer-logo{background:#fff;border-radius:12px;padding:8px;width:104px}.footer h4{color:#fff;font-size:18px;margin-bottom:15px}.footer p,.footer a{color:#e9efe8}.footer-small{color:#d9bd75!important}.whatsapp-float{background:#25d366;box-shadow:0 18px 40px rgba(37,211,102,.28)}
@media(max-width:1050px){.header-grid{grid-template-columns:120px 1fr 150px}.main-nav{gap:18px}.wl-slider-shell .wl-slide{grid-template-columns:1fr;min-height:auto}.wl-hero-visual{height:330px;order:0}.wl-hero-visual:after{background:linear-gradient(0deg,rgba(251,247,237,.96),rgba(251,247,237,.08) 70%)}.wl-hero-copy{padding:34px 6vw;text-align:center}.wl-hero-actions{justify-content:center}.wl-premium-products{grid-template-columns:repeat(3,1fr)}.wl-category-grid{grid-template-columns:repeat(4,1fr)}.wl-story-band .wl-promo-inner{grid-template-columns:1fr}.wl-story-gallery{height:220px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.top-strip-inner{gap:12px;font-size:11px;justify-content:space-between}.header-grid{grid-template-columns:1fr;gap:8px;text-align:center}.brand{justify-content:center}.main-nav{flex-wrap:wrap;gap:16px;font-size:14px}.header-actions{justify-content:center}.search{max-width:100%}.wl-hero-copy h1{font-size:36px}.wl-hero-copy p{font-size:16px}.wl-hero-visual{height:265px}.wl-category-grid{grid-template-columns:repeat(2,1fr)}.wl-premium-products{grid-template-columns:repeat(2,1fr);gap:14px}.wl-premium-products .product-img{height:185px}.wl-trust-grid{grid-template-columns:1fr 1fr}.wl-story-gallery{grid-template-columns:repeat(2,1fr);height:auto}.wl-story-gallery img{height:170px}.wl-why-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-logo{margin:auto}.wl-section{padding:42px 0}.wl-section-head h2{font-size:28px}}
@media(max-width:460px){.wl-premium-products{grid-template-columns:1fr}.wl-category-grid{grid-template-columns:1fr 1fr}.wl-trust-grid{grid-template-columns:1fr}.wl-hero-copy h1{font-size:32px}}


/* v2.4 Real premium visual assets: hero/category/product images */
.wl-slider-shell{max-width:none}
.wl-slider-shell .wl-slide{min-height:520px;background:linear-gradient(90deg,#fbf7ed 0%,#fbf7ed 44%,#eee1ca 100%)}
.wl-hero-visual{position:relative}
.wl-hero-visual:before{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(90deg,rgba(251,247,237,0) 0%,rgba(251,247,237,.20) 52%,rgba(251,247,237,.98) 100%);
}
.wl-hero-visual:after{
  content:"";position:absolute;inset:0;z-index:3;pointer-events:none;
  background:radial-gradient(circle at 72% 18%,rgba(255,255,255,.35),transparent 24%);
}
.wl-hero-copy{position:relative}
.wl-hero-copy:before{
  content:"";position:absolute;top:34px;left:8vw;width:160px;height:110px;opacity:.22;
  background:radial-gradient(ellipse at center,rgba(176,138,52,.55),transparent 65%);
}
.wl-hero-copy h1{font-size:64px;line-height:1.08}
.wl-hero-copy p{font-weight:600}
.wl-category-card{min-height:150px}
.wl-category-card .wl-cat-photo{
  width:92px;height:84px;border-radius:40px 40px 12px 12px;background:#fff;overflow:hidden;
  box-shadow:inset 0 0 0 1px #eadfc9;margin-bottom:12px;font-size:0;
}
.wl-category-card .wl-cat-photo img{width:100%;height:100%;object-fit:contain;padding:9px;display:block}
.wl-category-card:before{height:92px}
.wl-premium-products .product-img{height:250px;object-fit:contain;padding:18px;background:linear-gradient(180deg,#fff,#fffaf2)}
.product-card .product-image-wrap:after,.card .product-image-wrap:after{
  content:"";position:absolute;left:18%;right:18%;bottom:16px;height:22px;background:radial-gradient(ellipse at center,rgba(18,61,37,.13),transparent 70%);
  pointer-events:none;
}
.product-image-wrap{position:relative}
.wl-story-gallery{gap:0;border-right:1px solid rgba(255,255,255,.12)}
.wl-story-gallery img{border-left:1px solid rgba(255,255,255,.12)}
.wl-story-text{position:relative}
.wl-story-text:after{
  content:"";position:absolute;bottom:0;left:0;width:100%;height:42%;
  background:url('/assets/images/theme/promo-nature-strip.webp') center/cover no-repeat;opacity:.15;mix-blend-mode:screen;
}
.footer{box-shadow:0 -16px 50px rgba(18,61,37,.08)}
@media(max-width:760px){
  .wl-hero-copy h1{font-size:38px}
  .wl-slider-shell .wl-slide{min-height:auto}
  .wl-category-card .wl-cat-photo{width:82px;height:78px}
}

/* =========================================================
   Wafa Lebnen v2.5 Premium Frontend Polish
   Design-only fixes: shorter hero, real category images, cleaner story band
   ========================================================= */
body{background:#fbfaf4}.site-header{position:relative;top:auto;box-shadow:0 8px 30px rgba(17,43,28,.06)}.top-strip{box-shadow:0 8px 22px rgba(15,47,31,.14)}.header-grid{padding:10px 0}.brand img{width:104px}.search-row{padding-bottom:14px}.main-nav a{font-size:16px}.v25-home{overflow:hidden}.v25-hero{padding:18px 0 0;background:linear-gradient(180deg,#fff 0,#fbf7ee 100%)}.v25-hero-container{width:min(1260px,94%)}.v25-slider-shell{border-radius:0;box-shadow:0 20px 50px rgba(18,61,37,.08);overflow:hidden;background:#efe5d3;border:0;max-height:none}.v25-slide{display:grid!important;grid-template-columns:50% 50%;min-height:360px;height:360px;align-items:stretch;background:linear-gradient(90deg,#fbf4e8,#eee0c9);position:relative}.v25-hero-visual{order:2;position:relative;min-height:0;height:100%;overflow:hidden;background:#e8dcc8}.v25-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,244,232,.84),rgba(251,244,232,.16) 42%,rgba(0,0,0,.05));pointer-events:none}.v25-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:left center;display:block}.v25-hero-copy{order:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:right;padding:42px 60px 42px 42px;z-index:2;background:radial-gradient(circle at 90% 12%,rgba(168,139,63,.16),transparent 28%),linear-gradient(90deg,rgba(251,244,232,.98),rgba(251,244,232,.84));position:relative}.v25-hero-copy:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.36),transparent 45%);pointer-events:none}.v25-hero-copy>*{position:relative}.v25-hero-copy .wl-kicker{background:#fff;border:1px solid #e2d4b6;color:#17492c;box-shadow:0 8px 22px rgba(168,139,63,.12);font-size:13px}.v25-hero-copy h1{font-size:50px;line-height:1.05;margin:14px 0 14px;color:#164427;letter-spacing:-1.8px;max-width:470px}.v25-hero-copy p{font-size:19px;line-height:1.8;color:#334339;max-width:520px;margin-bottom:24px}.v25-hero .btn{border-radius:999px;padding:12px 24px}.v25-hero .btn.secondary{background:#fffaf0}.wl-slider-dots{bottom:13px}.wl-slider-dots button{width:11px;height:11px;border:2px solid #fff;background:#b09a5a;opacity:.8}.wl-slider-dots button.active{width:28px;border-radius:20px;background:#17492c}.v25-trust{background:#fff;border-bottom:1px solid #efe9dc}.v25-trust .wl-trust-grid{padding:16px 0}.wl-css-icon{width:38px!important;height:38px!important;border:1px solid #e7d7b1!important;background:#fffaf0!important;color:#a88b3f!important;box-shadow:0 8px 20px rgba(168,139,63,.10)}.v25-categories{background:#fff;padding-top:44px;padding-bottom:36px}.wl-section-head{text-align:center;margin-bottom:28px}.wl-section-head span{display:inline-block;background:#eef6ee;color:#1f5b35;border-radius:999px;padding:6px 16px;font-weight:800;font-size:13px;margin-bottom:8px}.wl-section-head h2{font-size:34px;color:#163f27;margin:0}.wl-section-head p{color:#717568;margin:8px 0 0}.v25-category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:18px}.v25-category-card{background:#fff;border:1px solid #eadfc9;border-radius:18px;padding:14px 10px 13px;text-align:center;box-shadow:0 12px 30px rgba(18,61,37,.06);transition:.2s;min-height:150px}.v25-category-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(18,61,37,.12);border-color:#d5bd83}.v25-category-card .wl-cat-photo{width:84px;height:84px;margin:0 auto 8px;border-radius:50%;border:1px solid #e8d9bd;background:#fffaf2;display:flex;align-items:center;justify-content:center;overflow:hidden}.v25-category-card .wl-cat-photo img{width:100%;height:100%;object-fit:cover;display:block}.v25-category-card strong{display:block;font-size:15px;color:#142b1d;line-height:1.35;min-height:36px}.v25-category-card small{display:inline-block;color:#a78336;font-size:12px;font-weight:800;margin-top:4px}.v25-products-section{background:#fbfaf4;padding-top:52px;padding-bottom:52px}.wl-section-head.between{display:flex;align-items:end;justify-content:space-between;text-align:right;margin-bottom:24px}.wl-section-head.between a{color:#1f5b35;font-weight:800;border-bottom:1px solid #d6c28c}.v25-product-grid{grid-template-columns:repeat(4,1fr);gap:24px}.product-card{border-radius:18px;border:1px solid #eee4d2;background:#fff;box-shadow:0 14px 34px rgba(31,91,53,.08)}.product-image-wrap{background:#fffaf3;overflow:hidden}.product-img{height:210px;object-fit:contain;padding:12px;background:#fffaf3}.product-body{padding:15px 16px 16px}.product-title{font-size:16px;line-height:1.45}.product-body p{min-height:34px;line-height:1.55}.price{margin:8px 0 12px;color:#17492c}.small-btn{border-radius:999px;padding:9px 12px}.small-btn.light{background:#f4efe3}.v25-story-band{padding:0;margin:0;background:#14351f;overflow:hidden}.v25-story-band .wl-promo-inner{display:grid;grid-template-columns:1.25fr .75fr;gap:0;align-items:stretch;min-height:230px}.v25-story-band .wl-story-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:0;order:2;height:230px}.v25-story-band .wl-story-gallery img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.04)}.v25-story-band .wl-story-text{order:1;background:linear-gradient(135deg,#12321d,#1d5735);color:#fff;padding:42px 44px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.v25-story-band .wl-story-text span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#efe1bf}.v25-story-band .wl-story-text h2{font-size:30px;margin:10px 0;color:#fff}.v25-story-band .wl-story-text p{color:#e3eee5;line-height:1.8}.v25-story-band .wl-story-text .btn{background:#d5b46a;color:#14351f;box-shadow:none}.v25-why-section,.v25-testimonials-section{padding-top:50px;padding-bottom:50px}.wl-why-grid,.wl-testimonials{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.wl-why-grid div,.wl-testimonials div{background:#fff;border:1px solid #eee4d2;border-radius:17px;padding:24px;box-shadow:0 12px 30px rgba(31,91,53,.06);text-align:center}.wl-why-grid h3{margin:10px 0 8px;color:#163f27}.wl-why-grid p,.wl-testimonials p{color:#6d746c;line-height:1.7}.wl-testimonials{grid-template-columns:repeat(3,1fr)}.wl-testimonials strong{font-size:18px;color:#163f27}.v25-instagram{background:#fbfaf4;padding:34px 0 48px}.wl-instagram-inner{background:#fff;border:1px solid #eee4d2;border-radius:18px;box-shadow:0 14px 34px rgba(31,91,53,.06);padding:26px 32px;display:flex;justify-content:space-between;align-items:center}.footer{background:linear-gradient(135deg,#0e2b1b,#123c25);padding-top:46px}.footer-grid{gap:44px}.footer-logo{width:92px}.whatsapp-float{background:#25d366}.page-soft{background:#fbfaf4}.page-hero{box-shadow:0 14px 34px rgba(31,91,53,.07)}
@media(max-width:1050px){.v25-slide{grid-template-columns:1fr;height:auto;min-height:0}.v25-hero-visual{height:260px;order:1}.v25-hero-copy{order:2;padding:32px;text-align:center;align-items:center}.v25-hero-copy h1{font-size:38px}.v25-category-grid{grid-template-columns:repeat(4,1fr)}.v25-product-grid{grid-template-columns:repeat(2,1fr)}.v25-story-band .wl-promo-inner{grid-template-columns:1fr}.v25-story-band .wl-story-gallery{order:1;height:190px}.v25-story-band .wl-story-text{order:2;text-align:center;align-items:center}.wl-why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.site-header{position:relative}.header-grid{grid-template-columns:80px 1fr}.brand img{width:76px}.main-nav{font-size:14px}.v25-hero{padding-top:8px}.v25-hero-container{width:100%}.v25-slider-shell{border-radius:0}.v25-hero-visual{height:210px}.v25-hero-copy{padding:26px 18px}.v25-hero-copy h1{font-size:32px}.v25-hero-copy p{font-size:16px}.wl-hero-actions{flex-direction:column;width:100%}.wl-hero-actions .btn{width:100%}.v25-category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.v25-category-card{min-height:140px}.v25-product-grid{grid-template-columns:1fr}.product-img{height:235px}.v25-story-band .wl-story-gallery{grid-template-columns:repeat(2,1fr);height:260px}.wl-why-grid,.wl-testimonials{grid-template-columns:1fr}.wl-instagram-inner{display:block;text-align:center}.wl-instagram-inner .btn{margin-top:15px}.wl-section-head.between{display:block;text-align:center}}
/* Wafa Lebnen v2.6 premium frontend polish */
:root{--wl-green:#0f4b2e;--wl-green-dark:#07331f;--wl-gold:#b98b35;--wl-cream:#fbf7ee;--wl-soft:#f5efe2;--wl-border:#eadfc9;--wl-text:#173224}
body{background:#fbf8f1;color:var(--wl-text)}
.home-premium .wl-section{padding:48px 0}.wl-soft-bg{background:#fbf7ee}.wl-section-head{margin-bottom:26px}.wl-section-head h2{font-size:32px;line-height:1.2;margin:8px 0}.wl-section-head p{font-size:15px;color:#6b6b60}.wl-section-head span{background:#eef7ee;color:var(--wl-green);padding:5px 18px;border-radius:999px;font-weight:800}
/* HERO: fixed proportion, no stacked/tall feeling */
.v25-hero{padding:28px 0 0;background:linear-gradient(180deg,#fffaf0 0,#fff 100%)}
.v25-slider-shell{max-width:1160px;margin:auto;border-radius:0;overflow:hidden;box-shadow:0 20px 55px rgba(45,38,20,.10);background:#f7efdf;min-height:0!important}
.v25-slide{display:grid!important;grid-template-columns:52% 48%;align-items:stretch;min-height:385px!important;height:385px!important;background:linear-gradient(90deg,#fbf1dc 0%,#fff9ed 100%);position:relative}
.v25-hero-visual{height:385px!important;min-height:0!important;overflow:hidden;position:relative;background:#eee0c8;order:2}
.v25-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,239,220,.72),rgba(247,239,220,.12));pointer-events:none}
.v25-hero-visual img,.wl-hero-premium-img{width:100%!important;height:385px!important;object-fit:cover!important;opacity:.82!important;filter:none!important;transform:none!important}
.v25-hero-copy{height:385px!important;min-height:0!important;padding:55px 70px 45px 40px!important;display:flex!important;flex-direction:column;justify-content:center;align-items:flex-start;text-align:right;order:1;background:linear-gradient(90deg,#f5ecd8 0%,#fff8e9 100%)}
.v25-hero-copy .wl-kicker{background:#fff;border:1px solid var(--wl-border);padding:8px 18px;border-radius:999px;color:var(--wl-green);font-size:14px;margin-bottom:16px;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.v25-hero-copy h1{font-size:42px!important;line-height:1.15!important;margin:0 0 14px!important;letter-spacing:-.8px;color:var(--wl-green-dark)}
.v25-hero-copy p{font-size:17px!important;line-height:1.8!important;margin:0 0 22px!important;max-width:430px;color:#34493d}.wl-hero-actions{display:flex;gap:12px}.btn{border-radius:999px;padding:12px 24px;font-weight:800;box-shadow:0 8px 20px rgba(10,67,39,.18)}.btn.secondary{background:#fff;color:var(--wl-green);box-shadow:0 8px 20px rgba(0,0,0,.08)}
.wl-slider-dots{bottom:14px!important}.wl-slider-dots button{width:10px;height:10px}.wl-slider-dots button.active{width:28px;background:var(--wl-green)}
/* Trust strip tighter */
.v25-trust{background:#fff;border-top:1px solid #eee3cf;border-bottom:1px solid #eee3cf}.wl-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.wl-trust-grid>div{padding:20px 18px;border-inline-start:1px solid #eee3cf}.wl-trust-grid b{font-size:16px;color:var(--wl-green-dark)}.wl-trust-grid small{font-size:13px;color:#6c6c60}
/* Category cards: image-forward */
.v25-categories{padding-top:44px!important;padding-bottom:40px!important;background:#fff}.v25-category-grid{display:grid!important;grid-template-columns:repeat(8,1fr)!important;gap:18px!important}.v25-category-card{height:150px!important;padding:16px 10px 14px!important;border:1px solid #eadfc9!important;border-radius:18px!important;background:linear-gradient(180deg,#fff 0%,#fffaf0 100%)!important;box-shadow:0 10px 28px rgba(58,48,24,.07)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;transition:.2s ease!important;text-align:center!important}.v25-category-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(58,48,24,.13)!important;border-color:#d3b56a!important}.wl-cat-photo{width:92px!important;height:82px!important;border-radius:14px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 0 8px!important;overflow:hidden!important}.wl-cat-photo img{width:92px!important;height:82px!important;object-fit:cover!important;transform:scale(1.08)}.v25-category-card strong{font-size:14px!important;color:#122d1d!important;line-height:1.2}.v25-category-card small{font-size:12px!important;color:var(--wl-gold)!important;font-weight:800;margin-top:4px}
/* Product cards */
.v25-products-section{padding:54px 0!important}.v25-product-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px!important}.product-card{border-radius:18px!important;background:#fff!important;border:1px solid #efe4d2!important;box-shadow:0 12px 34px rgba(55,43,18,.08)!important;overflow:hidden;position:relative;transition:.2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(55,43,18,.13)!important}.product-image-wrap{height:235px!important;background:#fffaf1!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important}.product-img{max-width:100%!important;width:100%!important;height:200px!important;object-fit:contain!important}.product-body{padding:14px 18px 18px!important}.product-title{font-size:16px!important;line-height:1.4!important;color:#102e1e!important;font-weight:900!important;min-height:42px}.product-short{font-size:13px!important;line-height:1.6!important;color:#777;margin:8px 0 10px!important;min-height:40px}.price{font-size:16px!important;font-weight:900!important;color:var(--wl-green)!important}.old-price{font-size:12px!important;margin-inline-start:7px;color:#aaa;text-decoration:line-through}.product-actions{display:flex;gap:8px;margin-top:12px}.small-btn{border-radius:999px!important;padding:9px 16px!important;background:var(--wl-green)!important;color:#fff!important;font-weight:800!important;border:0!important;flex:1;text-align:center}.small-btn.light{background:#f3efe4!important;color:var(--wl-green)!important}.sale-badge{top:12px!important;right:12px!important;border-radius:999px;background:#b7872d!important;color:white;padding:5px 12px!important;font-size:12px}
/* Story band */
.v25-story-band{padding:0!important;background:var(--wl-green-dark)!important;margin:20px 0 0!important}.v25-story-band .wl-promo-inner{display:grid!important;grid-template-columns:52% 48%!important;min-height:245px!important;align-items:stretch!important}.wl-story-gallery{display:grid!important;grid-template-columns:repeat(4,1fr)!important;height:245px!important;gap:0!important;overflow:hidden!important;order:2}.wl-story-gallery img{width:100%!important;height:245px!important;object-fit:cover!important;display:block!important;filter:saturate(1.05) contrast(1.02)}.wl-story-text{order:1;background:linear-gradient(135deg,#0a3b25,#155d38)!important;color:#fff!important;padding:42px 55px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;text-align:right!important}.wl-story-text span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);padding:6px 14px;border-radius:999px;margin-bottom:12px;color:#f3d58a}.wl-story-text h2{font-size:31px!important;margin:0 0 10px!important;color:#fff}.wl-story-text p{font-size:15px;line-height:1.8;color:#f5f0df;margin-bottom:18px}.wl-story-text .btn{background:#d8b45e;color:#173224;box-shadow:none}
/* Testimonials / why */
.wl-why-grid,.wl-testimonials{gap:22px!important}.wl-why-grid>div,.wl-testimonials>div{border:1px solid #eadfc9!important;border-radius:16px!important;box-shadow:0 12px 30px rgba(55,43,18,.06)!important;background:#fff;padding:26px!important}.v25-instagram{padding:38px 0!important;background:#fffaf1}.wl-instagram-inner{border:1px solid #eadfc9;border-radius:16px;background:#fff;padding:24px 32px;box-shadow:0 12px 30px rgba(55,43,18,.06)}
/* Footer */
.footer{padding:52px 0;background:linear-gradient(135deg,#062719,#0d3d27)!important}.footer-grid{gap:50px}.footer a,.footer p{color:#f4efe2}.footer h4{color:#fff}.footer-logo{background:#fff;border-radius:12px;padding:6px;box-shadow:0 12px 30px rgba(0,0,0,.18)}
/* responsive */
@media(max-width:980px){.v25-slide{grid-template-columns:1fr;height:auto!important;min-height:0!important}.v25-hero-visual,.v25-hero-visual img,.wl-hero-premium-img{height:250px!important}.v25-hero-copy{height:auto!important;padding:32px 26px!important}.v25-hero-copy h1{font-size:32px!important}.v25-category-grid{grid-template-columns:repeat(4,1fr)!important}.v25-product-grid,.product-grid{grid-template-columns:repeat(2,1fr)!important}.v25-story-band .wl-promo-inner{grid-template-columns:1fr!important}.wl-story-gallery{height:170px!important}.wl-story-gallery img{height:170px!important}.wl-trust-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.home-premium .wl-section{padding:34px 0}.v25-hero{padding-top:10px}.v25-slider-shell{border-radius:0}.v25-hero-visual,.v25-hero-visual img,.wl-hero-premium-img{height:210px!important}.v25-hero-copy h1{font-size:28px!important}.v25-hero-copy p{font-size:14px!important}.v25-category-grid{grid-template-columns:repeat(2,1fr)!important}.v25-category-card{height:138px!important}.product-grid,.v25-product-grid{grid-template-columns:1fr!important}.product-image-wrap{height:220px!important}.wl-trust-grid{grid-template-columns:1fr}.wl-trust-grid>div{border-inline-start:0;border-bottom:1px solid #eee3cf}.wl-story-text{padding:30px 22px!important}.wl-story-text h2{font-size:25px!important}}
/* Wafa Lebnen v2.7 Premium Visual Polish
   Focus: stronger hero, premium categories, larger product visuals, tighter spacing */

:root{
  --wafa-green:#103d25;
  --wafa-green-2:#1f5e3b;
  --wafa-gold:#b8954a;
  --wafa-cream:#fbf5e8;
  --wafa-soft:#f8f2e6;
  --wafa-border:#eadcc2;
}

body{background:var(--wafa-cream)!important;color:#14261b!important;}
.container{width:min(1180px,92%)!important;}

/* Header polish */
.site-header{background:rgba(255,255,255,.96)!important;border-bottom:1px solid #eee6d7!important;box-shadow:0 10px 30px rgba(16,61,37,.06)!important;}
.header-grid{min-height:84px!important;padding:8px 0!important;}
.brand img{width:96px!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.08));}
.main-nav{gap:34px!important;}
.main-nav a{font-size:16px!important;font-weight:800!important;color:#13261b!important;position:relative;padding-bottom:10px!important;}
.main-nav a.active,.main-nav a:hover{color:var(--wafa-green-2)!important;}
.main-nav a.active:after,.main-nav a:hover:after{content:"";position:absolute;right:0;left:0;bottom:0;height:3px;border-radius:5px;background:linear-gradient(90deg,var(--wafa-gold),var(--wafa-green-2));}
.search-row{padding-bottom:16px!important;}
.search{max-width:430px!important;height:44px!important;border-radius:999px!important;background:#fff!important;border:1px solid var(--wafa-border)!important;box-shadow:0 14px 32px rgba(16,61,37,.07)!important;overflow:hidden!important;}
.search input{height:44px!important;font-size:14px!important;}
.search button{height:44px!important;border-radius:0!important;padding:0 26px!important;background:var(--wafa-green)!important;}
.cart-pill{font-weight:800!important;background:#fff!important;border:1px solid #eee4d0!important;box-shadow:0 8px 22px rgba(16,61,37,.08)!important;}
.cart-pill b{background:var(--wafa-green)!important;color:#fff!important;}

/* Premium hero: one compact banner, image left, copy right */
.v25-hero{padding:22px 0 0!important;background:linear-gradient(180deg,#fff 0%,#fbf5e8 100%)!important;}
.v25-hero-container{width:min(1220px,92%)!important;}
.v25-slider-shell{height:410px!important;max-height:410px!important;min-height:410px!important;border-radius:0!important;overflow:hidden!important;background:#f6ecd9!important;border:1px solid #ecdcc1!important;box-shadow:0 24px 56px rgba(16,61,37,.11)!important;position:relative!important;}
.v25-slide{height:410px!important;min-height:410px!important;display:block!important;position:relative!important;background:#f6ecd9!important;overflow:hidden!important;}
.v25-slide:not(.active){display:none!important;}
.v25-hero-visual{position:absolute!important;left:0!important;top:0!important;width:58%!important;height:100%!important;min-height:0!important;overflow:hidden!important;background:#efe2c9!important;}
.v25-hero-visual img,.wl-hero-premium-img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;opacity:1!important;filter:saturate(1.08) contrast(1.04)!important;padding:0!important;}
.v25-hero-visual:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(251,245,232,.18) 54%,rgba(251,245,232,.86) 100%)!important;pointer-events:none!important;}
.v25-hero-copy{position:absolute!important;right:0!important;top:0!important;width:52%!important;height:100%!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;text-align:right!important;padding:48px 72px 48px 46px!important;background:linear-gradient(90deg,rgba(251,245,232,.78),#fbf5e8 38%,#fbf5e8 100%)!important;z-index:3!important;}
.v25-hero-copy:before{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 90% 18%,rgba(184,149,74,.18),transparent 30%)!important;pointer-events:none!important;}
.v25-hero-copy>*{position:relative!important;z-index:1!important;}
.v25-hero-copy .wl-kicker{background:#fff!important;border:1px solid #dfcfae!important;color:var(--wafa-green)!important;border-radius:999px!important;padding:8px 18px!important;font-size:13px!important;font-weight:900!important;box-shadow:0 10px 24px rgba(184,149,74,.14)!important;}
.v25-hero-copy h1{font-size:50px!important;line-height:1.05!important;color:var(--wafa-green)!important;font-weight:950!important;letter-spacing:-1.6px!important;margin:18px 0 14px!important;max-width:470px!important;}
.v25-hero-copy p{font-size:18px!important;line-height:1.8!important;color:#33443a!important;max-width:500px!important;margin:0 0 22px!important;font-weight:600!important;}
.wl-hero-actions{gap:12px!important;display:flex!important;align-items:center!important;}
.wl-hero-actions .btn{height:44px!important;border-radius:999px!important;padding:0 25px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;box-shadow:0 12px 24px rgba(16,61,37,.16)!important;background:var(--wafa-green)!important;color:#fff!important;}
.wl-hero-actions .btn.secondary{background:#fff!important;color:var(--wafa-green)!important;border:1px solid #e8d8bd!important;box-shadow:0 10px 22px rgba(16,61,37,.08)!important;}
.wl-slider-dots{bottom:16px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(255,255,255,.8)!important;border-radius:999px!important;padding:7px 10px!important;display:flex!important;gap:6px!important;}

/* Trust strip */
.v25-trust{background:#fff!important;box-shadow:0 10px 32px rgba(16,61,37,.05)!important;}
.v25-trust .wl-trust-grid{padding:20px 0!important;gap:0!important;}
.v25-trust .wl-trust-grid>div{border-left:1px solid #eee4d0!important;padding:0 20px!important;}
.v25-trust .wl-trust-grid>div:last-child{border-left:0!important;}
.v25-trust b{font-size:15px!important;color:var(--wafa-green)!important;}
.v25-trust small{font-size:12px!important;color:#74786e!important;}

/* Sections */
.wl-section{padding-top:48px!important;padding-bottom:48px!important;}
.wl-section-head{margin-bottom:26px!important;}
.wl-section-head span{background:#edf7ed!important;color:var(--wafa-green-2)!important;border:1px solid #dbeedd!important;border-radius:999px!important;padding:6px 22px!important;font-size:13px!important;font-weight:900!important;position:relative!important;}
.wl-section-head h2{font-size:34px!important;color:var(--wafa-green)!important;font-weight:950!important;margin:8px 0 4px!important;}
.wl-section-head p{font-size:14px!important;color:#77796f!important;}

/* Premium category cards: bigger photo, less icon feel */
.v25-categories{padding-top:42px!important;padding-bottom:42px!important;background:#fff!important;}
.v25-category-grid{grid-template-columns:repeat(8,1fr)!important;gap:16px!important;}
.v25-category-card{min-height:174px!important;border-radius:18px!important;padding:10px 10px 14px!important;background:#fff!important;border:1px solid #eadfc8!important;box-shadow:0 12px 32px rgba(16,61,37,.07)!important;overflow:hidden!important;}
.v25-category-card:hover{transform:translateY(-6px)!important;box-shadow:0 18px 42px rgba(16,61,37,.14)!important;border-color:#d5b46a!important;}
.v25-category-card .wl-cat-photo{width:100%!important;height:102px!important;margin:0 auto 10px!important;border-radius:14px!important;border:0!important;background:#fbf5e8!important;box-shadow:none!important;overflow:hidden!important;display:block!important;}
.v25-category-card .wl-cat-photo img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;filter:saturate(1.06) contrast(1.03)!important;}
.v25-category-card strong{font-size:15px!important;font-weight:900!important;color:#1a2d20!important;min-height:0!important;line-height:1.35!important;}
.v25-category-card small{color:var(--wafa-gold)!important;font-weight:900!important;font-size:12px!important;}

/* Product grid and cards */
.v25-products-section{background:#fbf5e8!important;padding-top:56px!important;padding-bottom:56px!important;}
.v25-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;}
.product-card{border-radius:20px!important;background:#fff!important;border:1px solid #eadfc9!important;box-shadow:0 18px 42px rgba(16,61,37,.10)!important;overflow:hidden!important;position:relative!important;transition:.22s ease!important;}
.product-card:hover{transform:translateY(-5px)!important;box-shadow:0 24px 54px rgba(16,61,37,.15)!important;}
.product-image-wrap{height:260px!important;background:linear-gradient(180deg,#fffaf2 0%,#fbf4e7 100%)!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;}
.product-img{height:235px!important;width:100%!important;object-fit:contain!important;padding:12px!important;background:transparent!important;transition:.25s ease!important;}
.product-card:hover .product-img{transform:scale(1.045)!important;}
.product-body{padding:16px 17px 18px!important;}
.product-title{font-size:17px!important;font-weight:950!important;color:#1c2c22!important;line-height:1.45!important;min-height:48px!important;display:block!important;}
.product-short{font-size:13px!important;color:#74766d!important;line-height:1.65!important;min-height:42px!important;margin:8px 0!important;}
.price{font-size:20px!important;font-weight:950!important;color:var(--wafa-green)!important;margin:10px 0 14px!important;display:flex!important;gap:8px!important;align-items:center!important;justify-content:flex-start!important;direction:ltr!important;}
.old-price{font-size:12px!important;color:#a3a39a!important;text-decoration:line-through!important;font-weight:700!important;}
.product-actions{gap:9px!important;}
.small-btn{height:36px!important;border-radius:999px!important;font-size:13px!important;font-weight:900!important;background:var(--wafa-green)!important;color:#fff!important;padding:0 16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;}
.small-btn.light{background:#f2ebdc!important;color:var(--wafa-green)!important;}
.sale-badge{top:12px!important;left:12px!important;right:auto!important;background:linear-gradient(135deg,#c8a454,#ad8738)!important;color:#fff!important;border-radius:999px!important;padding:6px 11px!important;font-size:12px!important;font-weight:900!important;box-shadow:0 8px 18px rgba(184,149,74,.25)!important;}

/* Story band */
.v25-story-band{margin:0!important;background:#123721!important;}
.v25-story-band .wl-promo-inner{width:100%!important;max-width:none!important;display:grid!important;grid-template-columns:58% 42%!important;min-height:270px!important;align-items:stretch!important;}
.v25-story-band .wl-story-gallery{height:270px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;order:1!important;}
.v25-story-band .wl-story-gallery img{height:100%!important;width:100%!important;object-fit:cover!important;filter:saturate(1.08) contrast(1.05)!important;}
.v25-story-band .wl-story-text{order:2!important;background:linear-gradient(135deg,#123721 0%,#1f5e3b 100%)!important;padding:42px 54px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;text-align:right!important;}
.v25-story-band .wl-story-text h2{font-size:32px!important;font-weight:950!important;color:#fff!important;margin:10px 0!important;}
.v25-story-band .wl-story-text p{font-size:15px!important;line-height:1.9!important;color:#e7f1e9!important;}
.v25-story-band .wl-story-text .btn{background:#d5b46a!important;color:#123721!important;border-radius:999px!important;font-weight:950!important;box-shadow:0 12px 25px rgba(0,0,0,.18)!important;}

/* Why / testimonials */
.wl-why-grid div,.wl-testimonials div{border-radius:18px!important;border:1px solid #eadfc9!important;box-shadow:0 14px 34px rgba(16,61,37,.08)!important;}
.wl-why-grid h3,.wl-testimonials strong{font-weight:950!important;color:var(--wafa-green)!important;}
.wl-testimonials div:after{content:"★★★★★";display:block;margin-top:10px;color:#d69b21;letter-spacing:2px;font-size:14px;}

/* Instagram and footer */
.v25-instagram{padding:42px 0 56px!important;background:#fbf5e8!important;}
.wl-instagram-inner{border-radius:20px!important;box-shadow:0 18px 42px rgba(16,61,37,.09)!important;border:1px solid #eadfc9!important;}
.footer{background:radial-gradient(circle at 20% 0%,rgba(184,149,74,.16),transparent 30%),linear-gradient(135deg,#092619,#123d27)!important;padding-top:54px!important;}
.footer p,.footer a{color:#e9f0ea!important;}
.footer h4{color:#fff!important;font-size:18px!important;}
.footer-small{color:#d4bf84!important;}
.footer-logo{background:#fff!important;border-radius:14px!important;padding:8px!important;box-shadow:0 12px 28px rgba(0,0,0,.22)!important;}

/* Responsive */
@media(max-width:1100px){
  .v25-category-grid{grid-template-columns:repeat(4,1fr)!important;}
  .v25-product-grid{grid-template-columns:repeat(3,1fr)!important;}
  .v25-hero-copy h1{font-size:42px!important;}
}
@media(max-width:850px){
  .v25-slider-shell,.v25-slide{height:auto!important;max-height:none!important;min-height:0!important;}
  .v25-hero-visual{position:relative!important;width:100%!important;height:270px!important;left:auto!important;top:auto!important;}
  .v25-hero-copy{position:relative!important;width:100%!important;height:auto!important;right:auto!important;top:auto!important;padding:34px 28px!important;align-items:center!important;text-align:center!important;}
  .v25-hero-copy h1{font-size:36px!important;}
  .v25-hero-copy p{font-size:16px!important;}
  .v25-product-grid{grid-template-columns:repeat(2,1fr)!important;}
  .v25-story-band .wl-promo-inner{grid-template-columns:1fr!important;}
  .v25-story-band .wl-story-gallery{height:220px!important;}
  .v25-story-band .wl-story-text{align-items:center!important;text-align:center!important;}
}
@media(max-width:620px){
  .container{width:min(94%,100%)!important;}
  .header-grid{grid-template-columns:74px 1fr!important;min-height:auto!important;}
  .brand img{width:72px!important;}
  .main-nav{gap:14px!important;overflow-x:auto!important;justify-content:flex-start!important;}
  .v25-hero{padding-top:10px!important;}
  .v25-hero-container{width:100%!important;}
  .v25-hero-visual{height:220px!important;}
  .v25-hero-copy h1{font-size:32px!important;}
  .wl-hero-actions{flex-direction:column!important;width:100%!important;}
  .wl-hero-actions .btn{width:100%!important;}
  .v25-category-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;}
  .v25-category-card .wl-cat-photo{height:120px!important;}
  .v25-product-grid{grid-template-columns:1fr!important;gap:18px!important;}
  .product-image-wrap{height:290px!important;}
  .product-img{height:265px!important;}
  .v25-trust .wl-trust-grid{grid-template-columns:repeat(2,1fr)!important;}
  .v25-trust .wl-trust-grid>div{border-left:0!important;border-bottom:1px solid #eee4d0!important;padding:14px 8px!important;}
  .v25-story-band .wl-story-gallery{grid-template-columns:repeat(2,1fr)!important;height:300px!important;}
  .wl-why-grid,.wl-testimonials{grid-template-columns:1fr!important;}
}
/* Wafa Lebnen v3.0 Premium Theme Polish
   Focus: real premium feel through stronger hero, photo-first categories, product hierarchy, gold accents */
:root{
  --wafa-green:#0d3a24;
  --wafa-green-2:#195b37;
  --wafa-gold:#b78d3d;
  --wafa-gold-2:#d2b064;
  --wafa-cream:#fbf4e6;
  --wafa-cream-2:#f5ead8;
  --wafa-ink:#15251b;
  --wafa-muted:#6d746a;
  --wafa-border:#eadcc2;
}

body{background:#fbf4e6!important;color:var(--wafa-ink)!important;}
.container{width:min(1200px,92%)!important;}
a{text-decoration:none!important;}

/* Header: stronger brand feel */
.top-strip{background:linear-gradient(90deg,#092719,#16482d,#092719)!important;color:#fff!important;box-shadow:0 8px 22px rgba(13,58,36,.22)!important;}
.top-strip-inner{height:30px!important;font-size:13px!important;font-weight:800!important;}
.site-header{background:rgba(255,255,255,.97)!important;border-bottom:1px solid rgba(183,141,61,.16)!important;box-shadow:0 12px 34px rgba(13,58,36,.06)!important;}
.header-grid{min-height:86px!important;padding:7px 0!important;}
.brand img{width:108px!important;filter:drop-shadow(0 10px 18px rgba(13,58,36,.12))!important;}
.main-nav{gap:34px!important;}
.main-nav a{font-size:16px!important;font-weight:900!important;color:#17261d!important;padding-bottom:11px!important;position:relative!important;}
.main-nav a.active,.main-nav a:hover{color:var(--wafa-green-2)!important;}
.main-nav a.active:after,.main-nav a:hover:after{content:"";position:absolute;right:0;left:0;bottom:0;height:3px;border-radius:10px;background:linear-gradient(90deg,var(--wafa-gold),var(--wafa-green-2))!important;}
.search-row{padding:0 0 15px!important;}
.search{height:44px!important;max-width:460px!important;border-radius:999px!important;background:#fff!important;border:1px solid #e8d9bd!important;box-shadow:0 14px 30px rgba(13,58,36,.08)!important;overflow:hidden!important;}
.search input{height:44px!important;font-size:14px!important;padding:0 20px!important;}
.search button{height:44px!important;background:var(--wafa-green)!important;color:#fff!important;border-radius:0!important;padding:0 28px!important;font-weight:900!important;}
.cart-pill{background:#fff!important;border:1px solid #efe2c9!important;border-radius:999px!important;box-shadow:0 8px 22px rgba(13,58,36,.08)!important;font-weight:900!important;}
.cart-pill b{background:var(--wafa-green)!important;color:#fff!important;}

/* Hero: premium banner closer to reference */
.v25-hero{padding:24px 0 0!important;background:linear-gradient(180deg,#fff 0%,#fbf4e6 100%)!important;}
.v25-hero-container{width:min(1260px,94%)!important;}
.v25-slider-shell{height:430px!important;max-height:430px!important;min-height:430px!important;border-radius:0!important;overflow:hidden!important;background:#efe3cf!important;border:1px solid #e6d4b5!important;box-shadow:0 26px 60px rgba(13,58,36,.13)!important;}
.v25-slide{height:430px!important;min-height:430px!important;display:block!important;position:relative!important;overflow:hidden!important;background:#efe3cf!important;}
.v25-slide:not(.active){display:none!important;}
.v25-hero-visual{position:absolute!important;left:0!important;top:0!important;width:60%!important;height:100%!important;min-height:0!important;background:#efe3cf!important;overflow:hidden!important;}
.v25-hero-visual img,.wl-hero-premium-img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;opacity:1!important;filter:saturate(1.15) contrast(1.08) brightness(.96)!important;padding:0!important;}
.v25-hero-visual:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(0,0,0,.02) 0%,rgba(255,255,255,0) 48%,rgba(251,244,230,.76) 100%)!important;pointer-events:none!important;}
.v25-hero-copy{position:absolute!important;right:0!important;top:0!important;width:52%!important;height:100%!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;text-align:right!important;padding:54px 74px 54px 50px!important;background:linear-gradient(90deg,rgba(251,244,230,.72),#fbf4e6 38%,#fbf4e6 100%)!important;z-index:3!important;}
.v25-hero-copy:before{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 88% 18%,rgba(183,141,61,.20),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.36),transparent 50%)!important;pointer-events:none!important;}
.v25-hero-copy>*{position:relative!important;z-index:1!important;}
.v25-hero-copy .wl-kicker{background:#fff!important;border:1px solid #dfcba6!important;color:var(--wafa-green)!important;border-radius:999px!important;padding:8px 18px!important;font-size:13px!important;font-weight:950!important;box-shadow:0 12px 24px rgba(183,141,61,.15)!important;}
.v25-hero-copy h1{font-size:56px!important;line-height:1.02!important;color:var(--wafa-green)!important;font-weight:950!important;letter-spacing:-1.8px!important;margin:18px 0 14px!important;max-width:520px!important;}
.v25-hero-copy p{font-size:19px!important;line-height:1.85!important;color:#34463b!important;max-width:520px!important;margin:0 0 24px!important;font-weight:700!important;}
.wl-hero-actions{display:flex!important;gap:12px!important;align-items:center!important;}
.wl-hero-actions .btn{height:46px!important;border-radius:999px!important;padding:0 28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:950!important;background:var(--wafa-green)!important;color:#fff!important;box-shadow:0 14px 28px rgba(13,58,36,.18)!important;}
.wl-hero-actions .btn.secondary{background:#fff!important;color:var(--wafa-green)!important;border:1px solid #e6d2ad!important;box-shadow:0 12px 24px rgba(13,58,36,.08)!important;}
.wl-slider-dots{bottom:14px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;background:rgba(255,255,255,.74)!important;border:1px solid rgba(255,255,255,.85)!important;border-radius:999px!important;padding:7px 10px!important;display:flex!important;gap:6px!important;}
.wl-slider-dots button{background:#b99a55!important;border:2px solid #fff!important;opacity:.85!important;}
.wl-slider-dots button.active{background:var(--wafa-green)!important;width:30px!important;border-radius:999px!important;}

/* Trust row as floating premium badges */
.v25-trust{background:#fff!important;border-bottom:1px solid #eee0c8!important;box-shadow:0 12px 34px rgba(13,58,36,.04)!important;}
.v25-trust .wl-trust-grid{padding:18px 0!important;gap:0!important;}
.v25-trust .wl-trust-grid>div{border-left:1px solid #eee2ca!important;padding:0 22px!important;}
.v25-trust .wl-trust-grid>div:last-child{border-left:0!important;}
.wl-css-icon{width:42px!important;height:42px!important;border-radius:50%!important;border:1px solid #e5d4ad!important;background:#fffaf0!important;color:var(--wafa-gold)!important;box-shadow:0 10px 22px rgba(183,141,61,.12)!important;}
.v25-trust b{font-size:15px!important;color:var(--wafa-green)!important;font-weight:950!important;}
.v25-trust small{font-size:12px!important;color:#74776e!important;}

/* Section headings with gold details */
.wl-section{padding-top:52px!important;padding-bottom:52px!important;}
.wl-section-head{margin-bottom:28px!important;text-align:center!important;}
.wl-section-head span{display:inline-flex!important;align-items:center!important;gap:10px!important;background:#edf7ec!important;color:var(--wafa-green-2)!important;border:1px solid #dcefdc!important;border-radius:999px!important;padding:6px 22px!important;font-size:13px!important;font-weight:950!important;}
.wl-section-head span:before,.wl-section-head span:after{content:"";width:34px;height:1px;background:linear-gradient(90deg,transparent,var(--wafa-gold));display:inline-block;}
.wl-section-head span:after{background:linear-gradient(90deg,var(--wafa-gold),transparent);}
.wl-section-head h2{font-size:36px!important;color:var(--wafa-green)!important;font-weight:950!important;margin:9px 0 4px!important;letter-spacing:-.8px!important;}
.wl-section-head p{font-size:14px!important;color:#77796f!important;}

/* Category cards: photo-first, not icon cards */
.v25-categories{background:#fff!important;padding-top:48px!important;padding-bottom:48px!important;}
.v25-category-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;}
.v25-category-card{min-height:230px!important;background:#fff!important;border-radius:22px!important;padding:0!important;border:1px solid #eadcc2!important;box-shadow:0 18px 42px rgba(13,58,36,.09)!important;overflow:hidden!important;transition:.22s ease!important;position:relative!important;}
.v25-category-card:hover{transform:translateY(-7px)!important;box-shadow:0 26px 56px rgba(13,58,36,.16)!important;border-color:#d7b76d!important;}
.v25-category-card .wl-cat-photo{display:block!important;width:100%!important;height:165px!important;margin:0!important;border-radius:0!important;border:0!important;background:#f8eddc!important;box-shadow:none!important;overflow:hidden!important;}
.v25-category-card .wl-cat-photo img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;filter:saturate(1.12) contrast(1.06)!important;transition:.25s ease!important;}
.v25-category-card:hover .wl-cat-photo img{transform:scale(1.06)!important;}
.v25-category-card strong{display:block!important;font-size:13px!important;font-weight:900!important;color:#12281c!important;line-height:1.2!important;padding:13px 16px 2px!important;min-height:0!important;}
.v25-category-card small{display:block!important;font-size:13px!important;font-weight:950!important;color:var(--wafa-gold)!important;padding:0 16px 16px!important;margin:0!important;}

/* Product cards: stronger hierarchy */
.v25-products-section{background:#fbf4e6!important;padding-top:60px!important;padding-bottom:60px!important;}
.wl-section-head.between{display:flex!important;align-items:end!important;justify-content:space-between!important;text-align:right!important;margin-bottom:28px!important;}
.wl-section-head.between a{font-size:14px!important;color:var(--wafa-green)!important;font-weight:950!important;border-bottom:1px solid var(--wafa-gold)!important;padding-bottom:3px!important;}
.v25-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px!important;}
.product-card{border-radius:22px!important;background:#fff!important;border:1px solid #eadcc2!important;box-shadow:0 20px 46px rgba(13,58,36,.10)!important;overflow:hidden!important;position:relative!important;transition:.22s ease!important;}
.product-card:hover{transform:translateY(-6px)!important;box-shadow:0 28px 64px rgba(13,58,36,.16)!important;}
.product-image-wrap{height:285px!important;background:linear-gradient(180deg,#fffaf2,#f8eddc)!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-bottom:1px solid #f1e4cd!important;}
.product-img{height:260px!important;width:100%!important;object-fit:contain!important;padding:10px!important;background:transparent!important;transition:.25s ease!important;}
.product-card:hover .product-img{transform:scale(1.045)!important;}
.product-body{padding:18px 18px 20px!important;}
.product-title{font-size:18px!important;font-weight:950!important;color:#17261d!important;line-height:1.45!important;min-height:50px!important;display:block!important;}
.product-short{font-size:13px!important;line-height:1.65!important;color:#70756c!important;min-height:38px!important;margin:7px 0 10px!important;}
.price{font-size:22px!important;font-weight:950!important;color:var(--wafa-green)!important;margin:10px 0 14px!important;display:flex!important;align-items:center!important;gap:8px!important;justify-content:flex-start!important;direction:ltr!important;}
.old-price{font-size:12px!important;color:#aaa49a!important;text-decoration:line-through!important;font-weight:700!important;}
.product-actions{display:flex!important;gap:10px!important;}
.small-btn{height:38px!important;border-radius:999px!important;font-size:13px!important;font-weight:950!important;background:var(--wafa-green)!important;color:#fff!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;}
.small-btn.light{background:#f2eadb!important;color:var(--wafa-green)!important;}
.sale-badge{top:13px!important;left:13px!important;right:auto!important;background:linear-gradient(135deg,var(--wafa-gold-2),var(--wafa-gold))!important;color:#fff!important;border-radius:999px!important;padding:7px 12px!important;font-size:12px!important;font-weight:950!important;box-shadow:0 10px 20px rgba(183,141,61,.27)!important;}

/* Story band: RTL text right, images left */
.v25-story-band{margin:0!important;background:#123721!important;overflow:hidden!important;}
.v25-story-band .wl-promo-inner{width:100%!important;max-width:none!important;display:grid!important;grid-template-columns:60% 40%!important;min-height:300px!important;align-items:stretch!important;}
.v25-story-band .wl-story-gallery{grid-column:1!important;grid-row:1!important;height:300px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;}
.v25-story-band .wl-story-gallery img{width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(1.13) contrast(1.08)!important;}
.v25-story-band .wl-story-text{grid-column:2!important;grid-row:1!important;background:radial-gradient(circle at 100% 0,rgba(213,180,106,.22),transparent 35%),linear-gradient(135deg,#123721,#1f5e3b)!important;padding:50px 58px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;text-align:right!important;color:#fff!important;}
.v25-story-band .wl-story-text span{background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.20)!important;color:#f2ddb1!important;border-radius:999px!important;padding:6px 16px!important;font-weight:950!important;}
.v25-story-band .wl-story-text h2{font-size:34px!important;font-weight:950!important;line-height:1.2!important;color:#fff!important;margin:14px 0 10px!important;}
.v25-story-band .wl-story-text p{font-size:15px!important;line-height:1.9!important;color:#e8f1e9!important;margin-bottom:22px!important;}
.v25-story-band .wl-story-text .btn{background:var(--wafa-gold-2)!important;color:#123721!important;border-radius:999px!important;font-weight:950!important;box-shadow:0 14px 30px rgba(0,0,0,.20)!important;}

/* Why / testimonials */
.wl-why-grid{grid-template-columns:repeat(4,1fr)!important;gap:22px!important;}
.wl-why-grid div,.wl-testimonials div{background:#fff!important;border:1px solid #eadcc2!important;border-radius:20px!important;padding:28px 24px!important;box-shadow:0 18px 42px rgba(13,58,36,.08)!important;text-align:center!important;}
.wl-why-grid h3,.wl-testimonials strong{font-size:18px!important;color:var(--wafa-green)!important;font-weight:950!important;}
.wl-why-grid p,.wl-testimonials p{font-size:14px!important;line-height:1.75!important;color:#6d746a!important;}
.wl-testimonials{grid-template-columns:repeat(3,1fr)!important;gap:24px!important;}
.wl-testimonials div:after{content:"★★★★★";display:block;margin-top:12px;color:#d69b21;letter-spacing:2px;font-size:14px;}

/* Instagram placeholder made more visual without PHP changes */
.v25-instagram{padding:42px 0 58px!important;background:#fbf4e6!important;}
.wl-instagram-inner{border-radius:22px!important;border:1px solid #eadcc2!important;box-shadow:0 20px 46px rgba(13,58,36,.09)!important;background:#fff!important;padding:32px 36px!important;}
.wl-instagram-inner:after{content:"";display:block;width:270px;height:86px;border-radius:16px;background-image:url('/assets/images/theme/story-mouneh.webp'),url('/assets/images/theme/story-olives.webp'),url('/assets/images/theme/story-zaatar.webp');background-size:86px 86px;background-position:right center,center center,left center;background-repeat:no-repeat;margin-inline-start:24px;box-shadow:0 12px 28px rgba(13,58,36,.08);}

/* Footer */
.footer{background:radial-gradient(circle at 20% 0%,rgba(183,141,61,.16),transparent 30%),linear-gradient(135deg,#092719,#123d27)!important;padding-top:58px!important;}
.footer-grid{gap:54px!important;}
.footer-logo{width:98px!important;background:#fff!important;border-radius:14px!important;padding:8px!important;box-shadow:0 14px 30px rgba(0,0,0,.22)!important;}
.footer h4{font-size:19px!important;color:#fff!important;margin-bottom:14px!important;}
.footer p,.footer a{color:#e9f0ea!important;line-height:1.8!important;}
.footer-small{color:#d4bd83!important;}
.whatsapp-float{background:#25d366!important;box-shadow:0 14px 30px rgba(37,211,102,.32)!important;}

/* Pages */
.page-soft{background:#fbf4e6!important;}
.page-hero{border:1px solid #eadcc2!important;box-shadow:0 16px 38px rgba(13,58,36,.08)!important;background:#fff!important;}

/* Responsive */
@media(max-width:1120px){
  .v25-category-grid{grid-template-columns:repeat(4,1fr)!important;}
  .v25-product-grid{grid-template-columns:repeat(3,1fr)!important;}
  .v25-hero-copy h1{font-size:46px!important;}
  .v25-hero-copy{padding:44px 52px!important;}
}
@media(max-width:880px){
  .v25-slider-shell,.v25-slide{height:auto!important;max-height:none!important;min-height:0!important;}
  .v25-hero-visual{position:relative!important;width:100%!important;height:300px!important;left:auto!important;top:auto!important;}
  .v25-hero-copy{position:relative!important;width:100%!important;height:auto!important;right:auto!important;top:auto!important;padding:36px 28px!important;align-items:center!important;text-align:center!important;background:#fbf4e6!important;}
  .v25-hero-copy h1{font-size:38px!important;}
  .v25-hero-copy p{font-size:16px!important;}
  .v25-product-grid{grid-template-columns:repeat(2,1fr)!important;}
  .v25-story-band .wl-promo-inner{grid-template-columns:1fr!important;}
  .v25-story-band .wl-story-gallery{grid-column:1!important;grid-row:1!important;height:240px!important;}
  .v25-story-band .wl-story-text{grid-column:1!important;grid-row:2!important;align-items:center!important;text-align:center!important;}
  .wl-why-grid{grid-template-columns:repeat(2,1fr)!important;}
}
@media(max-width:650px){
  .container{width:min(94%,100%)!important;}
  .top-strip-inner{font-size:11px!important;gap:10px!important;}
  .header-grid{grid-template-columns:76px 1fr!important;min-height:auto!important;}
  .brand img{width:76px!important;}
  .main-nav{gap:14px!important;overflow-x:auto!important;justify-content:flex-start!important;}
  .main-nav a{font-size:14px!important;white-space:nowrap!important;}
  .search{max-width:100%!important;}
  .v25-hero-container{width:100%!important;}
  .v25-slider-shell{border-radius:0!important;border-left:0!important;border-right:0!important;}
  .v25-hero-visual{height:240px!important;}
  .v25-hero-copy h1{font-size:32px!important;}
  .wl-hero-actions{flex-direction:column!important;width:100%!important;}
  .wl-hero-actions .btn{width:100%!important;}
  .v25-trust .wl-trust-grid{grid-template-columns:repeat(2,1fr)!important;gap:18px!important;}
  .v25-trust .wl-trust-grid>div{border-left:0!important;}
  .v25-category-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important;}
  .v25-category-card{min-height:198px!important;}
  .v25-category-card .wl-cat-photo{height:130px!important;}
  .v25-product-grid{grid-template-columns:1fr!important;}
  .product-image-wrap{height:300px!important;}
  .product-img{height:275px!important;}
  .wl-why-grid,.wl-testimonials{grid-template-columns:1fr!important;}
  .wl-instagram-inner{display:block!important;text-align:center!important;}
  .wl-instagram-inner:after{margin:20px auto 0!important;width:270px;max-width:100%;}
  .wl-section-head.between{display:block!important;text-align:center!important;}
}
/* Wafa Lebnen Product Page v3.4 */
.wl-product-page{background:#fbf5e8;padding:38px 0 70px}.wl-breadcrumb{display:flex;gap:10px;align-items:center;color:#6f766c;margin:0 0 18px;font-size:14px}.wl-breadcrumb a{color:#17492c;font-weight:700}.wl-product-shell{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:28px;align-items:start;direction:ltr}.wl-product-gallery-card,.wl-product-info-card,.wl-product-details-tabs{background:#fff;border:1px solid #eadfc9;border-radius:20px;box-shadow:0 18px 44px rgba(27,62,39,.08)}.wl-product-gallery-card{padding:18px;direction:rtl}.wl-main-image-wrap{height:560px;border-radius:16px;background:#fffaf2;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.wl-main-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.wl-product-ribbon{position:absolute;right:16px;top:16px;z-index:2;background:#c9a24b;color:#fff;border-radius:999px;padding:9px 14px;font-weight:900;font-size:13px}.wl-zoom-btn{position:absolute;left:16px;top:16px;width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #e9dfcf;box-shadow:0 10px 24px rgba(0,0,0,.12);font-size:22px;color:#17492c}.wl-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:14px}.wl-thumbs button{height:88px;border:2px solid transparent;border-radius:13px;background:#fffaf2;overflow:hidden;padding:0;cursor:pointer}.wl-thumbs button.active{border-color:#17492c}.wl-thumbs img{width:100%;height:100%;object-fit:cover}.wl-product-info-card{padding:34px 32px;direction:rtl}.wl-badge-gold{display:inline-block;background:#c9a24b;color:#fff;border-radius:999px;padding:8px 14px;font-weight:900;font-size:13px;margin-bottom:14px}.wl-product-category{display:inline-block;background:#eef6ee;color:#17492c;border-radius:999px;padding:8px 16px;font-weight:900;margin-bottom:12px}.wl-product-info-card h1{font-size:42px;line-height:1.15;color:#113d24;margin:10px 0 10px;letter-spacing:-1px}.wl-product-price{display:flex;align-items:center;gap:12px;margin:4px 0 18px}.wl-product-price strong{font-size:26px;color:#064b2b;font-weight:950}.wl-product-price span{text-decoration:line-through;color:#9a9a9a;font-weight:700}.wl-product-short{font-size:17px;line-height:1.9;color:#354238;border-bottom:1px solid #eee4d2;padding-bottom:20px;margin-bottom:22px}.wl-option-block label,.wl-qty-row label{display:block;font-weight:900;color:#173c25;margin-bottom:10px}.wl-variant-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.wl-variant-pill{border:1px solid #e5dccd;border-radius:14px;padding:14px 10px;text-align:center;cursor:pointer;background:#fff;transition:.2s}.wl-variant-pill.active{border-color:#17492c;box-shadow:0 0 0 2px rgba(23,73,44,.12);background:#fbfff9}.wl-variant-pill input{display:none}.wl-variant-pill b{display:block;font-size:15px;color:#142b1d}.wl-variant-pill small{display:block;color:#17492c;font-weight:800;margin-top:6px}.wl-qty-row{margin-top:22px}.wl-qty-control{display:flex;align-items:center;justify-content:flex-start;max-width:210px;border:1px solid #e5dccd;border-radius:14px;overflow:hidden;background:#fff}.wl-qty-control button{width:54px;height:46px;border:0;background:#fffaf2;font-size:22px;color:#17492c;cursor:pointer}.wl-qty-control input{width:90px;height:46px;border:0;text-align:center;font-size:16px;font-weight:800}.wl-product-actions-large{display:grid;gap:12px;margin-top:22px}.wl-add-cart,.wl-whatsapp-order{height:52px;border:0;border-radius:13px;font-size:17px;font-weight:950;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.wl-add-cart{background:#064b2b;color:#fff;box-shadow:0 12px 26px rgba(6,75,43,.18)}.wl-whatsapp-order{background:#c9a24b;color:#fff;box-shadow:0 12px 26px rgba(201,162,75,.2)}.wl-trust-mini{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e7e4d9;border-radius:14px;margin-top:22px;overflow:hidden}.wl-trust-mini div{text-align:center;padding:16px 8px;background:#fff}.wl-trust-mini div+div{border-right:1px solid #e7e4d9}.wl-trust-mini span{display:block;font-size:21px;margin-bottom:5px}.wl-trust-mini b{display:block;color:#173c25}.wl-trust-mini small{color:#687369}.wl-delivery-note{background:#eff9f0;border:1px solid #cfe8d5;color:#173c25;border-radius:13px;padding:14px 16px;margin-top:14px;text-align:center;font-weight:800}.wl-product-details-tabs{margin-top:22px;padding:0;overflow:hidden}.wl-tabs-head{display:flex;border-bottom:1px solid #eee4d2}.wl-tabs-head button{flex:1;border:0;background:#fff;padding:17px 12px;font-weight:900;color:#2b3a30;cursor:pointer}.wl-tabs-head button.active{color:#064b2b;border-bottom:3px solid #064b2b;background:#fffdf8}.wl-tab-panel{display:none;padding:26px 32px;line-height:2;color:#24352b;font-size:16px}.wl-tab-panel.active{display:block}.wl-tab-panel ul{margin:0;padding-right:20px}.wl-tab-panel li{margin-bottom:8px}.wl-related-section{padding:42px 0 0}.wl-related-section .wl-section-head{text-align:center;margin-bottom:24px}.wl-related-grid{grid-template-columns:repeat(4,1fr)!important;gap:22px!important}.wl-related-grid .product-img{height:220px!important}.wl-related-grid .product-card{min-width:0}.wl-product-page .footer{margin-top:0}
@media(max-width:1050px){.wl-product-shell{grid-template-columns:1fr;direction:rtl}.wl-main-image-wrap{height:460px}.wl-product-info-card h1{font-size:36px}.wl-related-grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:650px){.wl-product-page{padding-top:18px}.wl-product-gallery-card,.wl-product-info-card,.wl-product-details-tabs{border-radius:16px}.wl-main-image-wrap{height:330px}.wl-thumbs{grid-template-columns:repeat(4,1fr)}.wl-thumbs button{height:70px}.wl-product-info-card{padding:24px 18px}.wl-product-info-card h1{font-size:30px}.wl-variant-pills{grid-template-columns:1fr}.wl-trust-mini{grid-template-columns:1fr}.wl-trust-mini div+div{border-right:0;border-top:1px solid #e7e4d9}.wl-related-grid{grid-template-columns:1fr!important}.wl-tabs-head button{font-size:13px;padding:14px 6px}}
/* Wafa Lebnen v3.6B Conversion Booster */
.wl-free-shipping-box{background:#fff;border:1px solid #eadfc9;border-radius:18px;padding:18px;margin:18px 0;box-shadow:0 12px 30px rgba(31,91,53,.08);direction:rtl}.wl-free-shipping-box strong{display:block;color:#123c25;font-size:18px;margin-bottom:8px}.wl-free-shipping-progress{height:10px;background:#f0e7d8;border-radius:999px;overflow:hidden;margin:10px 0}.wl-free-shipping-progress span{display:block;height:100%;background:linear-gradient(90deg,#17492c,#c9a24b);border-radius:999px}.wl-free-shipping-box small{color:#697267;font-weight:700}.wl-home-stats{background:linear-gradient(135deg,#123c25,#0f2f1e);color:#fff;padding:26px 0;margin:0}.wl-home-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:center}.wl-home-stats-grid div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:20px 10px}.wl-home-stats-grid strong{display:block;font-size:28px;color:#f0d98b;line-height:1}.wl-home-stats-grid span{display:block;margin-top:8px;color:#edf4ee;font-weight:800}.wl-product-status-badge{display:inline-flex;align-items:center;gap:6px;background:#fff7df;color:#8a641d;border:1px solid #e8d29b;border-radius:999px;padding:7px 13px;font-weight:900;font-size:13px;margin:0 0 10px}.wl-mobile-buybar{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #eadfc9;box-shadow:0 -12px 35px rgba(0,0,0,.13);z-index:9999;padding:10px 12px;display:none;direction:rtl}.wl-mobile-buybar-inner{display:grid;grid-template-columns:1fr auto auto;gap:9px;align-items:center;max-width:680px;margin:auto}.wl-mobile-buybar-price{font-weight:950;color:#123c25;font-size:15px}.wl-mobile-buybar button,.wl-mobile-buybar a{border:0;border-radius:999px;padding:11px 14px;font-weight:950;text-decoration:none;color:#fff;font-size:13px;white-space:nowrap}.wl-mobile-buybar button{background:#064b2b}.wl-mobile-buybar a{background:#25d366}.wl-home-best-sellers .product-grid{grid-template-columns:repeat(4,1fr);gap:24px}.wl-cart-upsell{margin-top:28px}.wl-cart-upsell h2{color:#123c25;text-align:center;margin-bottom:20px}@media(max-width:760px){body.has-mobile-buybar{padding-bottom:76px}.wl-mobile-buybar{display:block}.wl-home-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.wl-home-stats-grid strong{font-size:22px}.wl-home-best-sellers .product-grid{grid-template-columns:1fr}.wl-free-shipping-box{margin:14px 0}}
@import url("/assets/css/home-v3-7.css?v=3.7");
/* v3.7 Category Page UI Fix */
.wl-category-page-v37{background:#fbf5e8!important;padding:0 0 64px!important;min-height:520px!important;}
.v37-category-hero{padding:34px 0 26px!important;background:linear-gradient(180deg,#fff 0%,#fbf5e8 100%)!important;}
.v37-category-hero-inner{display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:34px!important;align-items:center!important;background:#fff!important;border:1px solid #eadfc9!important;border-radius:24px!important;box-shadow:0 18px 45px rgba(20,54,34,.08)!important;padding:28px!important;overflow:hidden!important;}
.v37-breadcrumb{display:flex!important;align-items:center!important;gap:9px!important;flex-wrap:wrap!important;font-size:13px!important;color:#68756b!important;margin-bottom:16px!important;}
.v37-breadcrumb a{color:#17492c!important;font-weight:800!important;}
.v37-breadcrumb strong{color:#263a2d!important;font-weight:900!important;}
.v37-kicker{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#edf8ef!important;color:#17492c!important;border:1px solid #dbeedd!important;border-radius:999px!important;padding:7px 18px!important;font-weight:950!important;font-size:13px!important;margin-bottom:12px!important;}
.v37-category-copy h1{font-size:42px!important;line-height:1.2!important;color:#0d3c24!important;margin:0 0 12px!important;letter-spacing:-.8px!important;}
.v37-category-copy p{font-size:17px!important;line-height:1.9!important;color:#56645a!important;margin:0!important;max-width:760px!important;}
.v37-category-visual{height:230px!important;border-radius:20px!important;overflow:hidden!important;background:#fbf0de!important;box-shadow:inset 0 0 0 1px rgba(201,162,75,.18)!important;}
.v37-category-visual img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;filter:saturate(1.08) contrast(1.03)!important;}
.v37-category-products-section{padding:28px 0 0!important;}
.v37-section-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;margin-bottom:24px!important;border-bottom:1px solid #eadfc9!important;padding-bottom:16px!important;}
.v37-section-head span{background:#edf8ef!important;color:#17492c!important;border-radius:999px!important;padding:7px 16px!important;font-weight:900!important;font-size:13px!important;order:2!important;}
.v37-section-head h2{font-size:30px!important;line-height:1.25!important;color:#0d3c24!important;margin:0!important;order:1!important;}
.v37-category-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important;}
.v37-category-product-grid .product-card{width:100%!important;min-width:0!important;}
.v37-category-product-grid .product-image-wrap{height:250px!important;background:#fffaf3!important;}
.v37-category-product-grid .product-img{height:235px!important;width:100%!important;object-fit:contain!important;padding:12px!important;}
.v37-empty{background:#fff!important;border:1px dashed #d6c49e!important;border-radius:18px!important;padding:44px!important;text-align:center!important;color:#68756b!important;}
@media(max-width:1050px){
  .v37-category-hero-inner{grid-template-columns:1fr!important;gap:20px!important;}
  .v37-category-visual{height:240px!important;order:-1!important;}
  .v37-category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  .v37-category-hero{padding:18px 0!important;}
  .v37-category-hero-inner{padding:18px!important;border-radius:18px!important;}
  .v37-category-copy h1{font-size:30px!important;}
  .v37-category-copy p{font-size:15px!important;}
  .v37-category-visual{height:190px!important;}
  .v37-section-head{display:block!important;text-align:center!important;}
  .v37-section-head h2{font-size:25px!important;margin-top:10px!important;}
  .v37-category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
  .v37-category-product-grid .product-image-wrap{height:200px!important;}
  .v37-category-product-grid .product-img{height:188px!important;}
}
@media(max-width:520px){
  .v37-category-product-grid{grid-template-columns:1fr!important;}
  .v37-category-product-grid .product-image-wrap{height:250px!important;}
  .v37-category-product-grid .product-img{height:235px!important;}
}

@import url("/assets/css/category-v3-8.css?v=3.8");

/* CATEGORY PAGE FINAL FIX */
.wl-category-page h1,
.wl-category-hero h1,
.category-hero h1,
.page-hero h1{
    font-size:28px !important;
    line-height:1.25 !important;
    font-weight:900 !important;
}

.wl-category-page h2,
.wl-category-products-title{
    font-size:24px !important;
    line-height:1.3 !important;
    text-align:center !important;
    margin:35px 0 22px !important;
}

.wl-category-page .product-grid{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:24px !important;
    align-items:stretch !important;
}

.wl-category-page .product-card{
    max-width:none !important;
    width:100% !important;
}

.wl-category-hero,
.category-hero{
    padding:28px 34px !important;
    margin-bottom:36px !important;
}

.wl-category-hero img,
.category-hero img{
    max-height:190px !important;
    object-fit:cover !important;
    border-radius:18px !important;
}

@media(max-width:900px){
    .wl-category-page .product-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }
}

@media(max-width:560px){
    .wl-category-page .product-grid{
        grid-template-columns:1fr !important;
    }

    .wl-category-page h1,
    .wl-category-hero h1,
    .category-hero h1,
    .page-hero h1{
        font-size:22px !important;
    }
}

/* CATEGORY PAGE V37 FINAL DIRECT FIX */

.wl-category-page-v37{
    padding:42px 0 70px !important;
    background:#fbf5e8 !important;
}

.v37-category-hero{
    width:min(1120px,92%) !important;
    margin:0 auto 42px !important;
    padding:28px 34px !important;
    background:#fff !important;
    border:1px solid #eadfc9 !important;
    border-radius:22px !important;
    box-shadow:0 18px 45px rgba(31,91,53,.08) !important;
    display:grid !important;
    grid-template-columns:320px 1fr !important;
    gap:34px !important;
    align-items:center !important;
}

.v37-category-hero h1{
    font-size:28px !important;
    line-height:1.25 !important;
    margin:8px 0 12px !important;
    color:#0d3c24 !important;
    font-weight:900 !important;
}

.v37-category-hero p{
    font-size:15px !important;
    line-height:1.8 !important;
    color:#59645d !important;
    margin:0 !important;
}

.v37-category-hero img{
    width:100% !important;
    height:185px !important;
    object-fit:cover !important;
    border-radius:18px !important;
}

.v37-category-products-section{
    width:min(1120px,92%) !important;
    margin:0 auto !important;
}

.v37-category-products-section h2{
    font-size:24px !important;
    line-height:1.3 !important;
    text-align:center !important;
    color:#0d3c24 !important;
    margin:0 0 26px !important;
    font-weight:900 !important;
}

.v37-category-product-grid{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:24px !important;
    width:100% !important;
}

.v37-category-product-grid .product-card{
    width:100% !important;
    max-width:none !important;
}

@media(max-width:900px){
    .v37-category-hero{
        grid-template-columns:1fr !important;
        text-align:center !important;
    }

    .v37-category-product-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }
}

@media(max-width:560px){
    .v37-category-hero h1{
        font-size:22px !important;
    }

    .v37-category-product-grid{
        grid-template-columns:1fr !important;
    }
}


/* CLEAN CATEGORY PAGE FIX */
.wafa-cat-page{
    background:#fbf5e8;
    padding:44px 0 70px;
}

.wafa-cat-hero{
    background:#fff;
    border:1px solid #eadfc9;
    border-radius:24px;
    box-shadow:0 18px 45px rgba(31,91,53,.08);
    padding:34px;
    display:grid;
    grid-template-columns:1fr 360px;
    gap:34px;
    align-items:center;
    margin-bottom:46px;
}

.wafa-breadcrumb{
    display:flex;
    gap:8px;
    align-items:center;
    flex-wrap:wrap;
    font-size:13px;
    color:#6a756b;
    margin-bottom:14px;
}

.wafa-breadcrumb a{
    color:#17492c;
    font-weight:800;
}

.wafa-cat-label{
    display:inline-block;
    background:#eaf6ee;
    color:#17492c;
    border-radius:999px;
    padding:7px 18px;
    font-weight:900;
    font-size:13px;
}

.wafa-cat-hero h1{
    font-size:34px;
    line-height:1.25;
    color:#0d3c24;
    margin:14px 0 12px;
    font-weight:900;
}

.wafa-cat-hero p{
    font-size:16px;
    line-height:1.8;
    color:#59645d;
    margin:0;
}

.wafa-cat-image img{
    width:100%;
    height:230px;
    object-fit:cover;
    border-radius:18px;
    display:block;
}

.wafa-cat-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #eadfc9;
    margin-bottom:28px;
    padding-bottom:16px;
}

.wafa-cat-title h2{
    font-size:28px;
    color:#0d3c24;
    margin:0;
    font-weight:900;
}

.wafa-cat-title span{
    background:#eaf6ee;
    color:#17492c;
    border-radius:999px;
    padding:7px 16px;
    font-weight:900;
    font-size:13px;
}

.wafa-cat-grid{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:24px !important;
}

.wafa-cat-grid .product-card{
    width:100% !important;
    max-width:none !important;
}

@media(max-width:900px){
    .wafa-cat-hero{
        grid-template-columns:1fr;
        text-align:center;
    }

    .wafa-breadcrumb{
        justify-content:center;
    }

    .wafa-cat-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }
}

@media(max-width:560px){
    .wafa-cat-hero{
        padding:24px;
    }

    .wafa-cat-hero h1{
        font-size:24px;
    }

    .wafa-cat-title{
        display:block;
        text-align:center;
    }

    .wafa-cat-title h2{
        font-size:22px;
        margin-top:12px;
    }

    .wafa-cat-grid{
        grid-template-columns:1fr !important;
    }
}
