:root{--brand:#4b2418;--brand-2:#7a3d26;--cream:#fff8f2;--paper:#fffdfb;--muted:#85756d;--accent:#c69a5b;--line:#eee4dd;--shadow:0 12px 34px rgba(76,36,24,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f7eee7,#fff);font-family:'Cairo',sans-serif;color:#2c211d}.app-shell{max-width:520px;min-height:100vh;margin:auto;background:var(--paper);box-shadow:0 0 70px rgba(48,29,20,.12);position:relative;padding-bottom:78px}.app-header{height:76px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1020;background:rgba(255,253,251,.88);backdrop-filter:blur(18px);padding-inline:18px;border-bottom:1px solid rgba(238,228,221,.65)}.brand{text-decoration:none;color:var(--brand);line-height:1;text-align:center}.brand span{display:block;font-family:Georgia,serif;font-size:29px;font-style:italic}.brand small{font-size:11px}.icon-btn{width:43px;height:43px;border:0;border-radius:50%;background:#fff;box-shadow:0 6px 20px rgba(68,38,25,.09);display:grid;place-items:center;color:var(--brand);text-decoration:none;font-size:20px;position:relative}.cart-badge b{position:absolute;top:-3px;right:-3px;background:var(--brand);color:#fff;width:19px;height:19px;border-radius:50%;font-size:10px;display:grid;place-items:center}.hero-card{height:355px;border-radius:28px;overflow:hidden;position:relative;box-shadow:var(--shadow)}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,12,4,.8),rgba(35,12,4,.12))}.hero-copy{position:absolute;inset:auto 22px 26px 22px;color:#fff;max-width:320px}.hero-copy .eyebrow{font-size:12px;opacity:.85}.hero-copy h1{font-size:31px;font-weight:800;line-height:1.35;margin:8px 0}.hero-copy p{font-size:13px;opacity:.88}.search-wrap{position:relative}.search-wrap input{height:56px;border-radius:20px;border:1px solid var(--line);padding:0 20px 0 55px;background:#fff;box-shadow:0 8px 22px rgba(78,43,28,.05)}.filter-btn{position:absolute;left:8px;top:8px;width:40px;height:40px;border:0;border-radius:14px;background:var(--cream);color:var(--brand)}.section-block{margin-top:28px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.section-head h2{font-size:20px;font-weight:800;margin:0}.section-head a{font-size:12px;color:var(--brand-2);text-decoration:none}.category-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.category-pill{min-width:82px;border:1px solid var(--line);background:#fff;border-radius:18px;padding:10px 8px;font-size:11px;display:flex;flex-direction:column;align-items:center;gap:6px}.category-pill img,.category-pill span{width:48px;height:48px;border-radius:15px;object-fit:cover;background:var(--cream);display:grid;place-items:center;font-size:22px}.category-pill.active{background:var(--brand);color:#fff;border-color:var(--brand)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:9px;position:relative;box-shadow:0 8px 20px rgba(55,32,22,.05)}.product-card img{width:100%;aspect-ratio:1/1;border-radius:17px;object-fit:cover;background:var(--cream)}.product-card h3{font-size:13px;font-weight:700;margin:10px 3px 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .meta{font-size:10px;color:var(--muted);margin-inline:3px}.product-card .price-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.product-card .price{font-weight:800;color:var(--brand);font-size:13px}.add-btn{width:34px;height:34px;border:0;border-radius:50%;background:var(--brand);color:#fff;font-size:20px}.fav-btn{position:absolute;top:16px;left:16px;width:30px;height:30px;border:0;border-radius:50%;background:rgba(255,255,255,.9)}.promo-card{margin-top:28px;background:linear-gradient(135deg,#f4d6c7,#efd2bd);border-radius:28px;padding:22px;display:flex;align-items:center;overflow:hidden;min-height:185px}.promo-card>div{width:56%;z-index:1}.promo-card span{font-size:11px;color:var(--brand-2)}.promo-card h3{font-weight:800;font-size:22px;line-height:1.5}.promo-card img{width:51%;height:155px;object-fit:cover;border-radius:22px;transform:translateX(-10px)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.feature-grid div{background:#fff;border:1px solid var(--line);border-radius:19px;padding:16px 8px;text-align:center}.feature-grid b{display:block;font-size:23px}.feature-grid strong{font-size:11px;display:block;margin-top:7px}.feature-grid span{font-size:9px;color:var(--muted)}.bottom-nav{position:fixed;z-index:1030;bottom:0;left:50%;transform:translateX(-50%);width:min(520px,100%);height:72px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:max(4px,env(safe-area-inset-bottom))}.bottom-nav a{position:relative;color:#8a7b74;text-decoration:none;font-size:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.bottom-nav a span{font-size:20px}.bottom-nav a.active{color:var(--brand);font-weight:700}.bottom-nav .cart-badge b{top:8px;right:25%}.offcanvas-body a{display:block;padding:14px;border-bottom:1px solid var(--line);text-decoration:none;color:#2c211d;font-weight:600}.toast{background:var(--brand);color:#fff;border-radius:18px;border:0}.container-fluid{padding-inline:16px}@media(min-width:900px){body{padding:24px 0}.app-shell{border-radius:34px;overflow:hidden}.bottom-nav{border-radius:0 0 34px 34px}}
/* V5 dynamic brand colors */
.brand,.price,.section-head h2{color:var(--brand,#4b2418)}
.category-pill.active,.add-btn{background:var(--brand,#4b2418)!important}
.hero-card .eyebrow{background:color-mix(in srgb,var(--accent,#c9956b) 82%,white)}

/* V11 shared public header */
.site-header{position:sticky;top:0;z-index:1045;background:rgba(255,253,251,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line,#eee4dd);box-shadow:0 8px 24px rgba(76,36,24,.05)}
.site-header-inner{max-width:1180px;height:76px;margin:auto;padding:0 18px;display:flex;align-items:center;gap:18px}
.site-menu-btn{display:none;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--brand,#4b2418);text-decoration:none;place-items:center;box-shadow:0 6px 20px rgba(68,38,25,.09);font-size:21px}
.site-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--brand,#4b2418);min-width:max-content}
.site-brand img{height:48px;max-width:155px;object-fit:contain}
.site-brand span{font-family:Georgia,serif;font-size:28px;font-style:italic;line-height:1}
.site-brand small{display:block;font-size:10px;color:var(--muted,#85756d)}
.site-main-nav{display:flex;align-items:center;gap:6px;margin-inline:auto}
.site-main-nav a{padding:10px 14px;border-radius:999px;text-decoration:none;color:#5d4a42;font-weight:700;font-size:14px}
.site-main-nav a:hover,.site-main-nav a.active{background:var(--cream,#fff8f2);color:var(--brand,#4b2418)}
.site-header-actions{display:flex;align-items:center;gap:9px}
.site-lang-btn,.site-cart-btn{height:42px;min-width:42px;border-radius:999px;background:#fff;color:var(--brand,#4b2418);display:grid;place-items:center;text-decoration:none;font-weight:800;box-shadow:0 6px 20px rgba(68,38,25,.08)}
.site-lang-btn{padding:0 13px;font-size:12px}
.site-cart-btn{position:relative;font-size:19px}
.site-cart-btn b{position:absolute;top:-4px;right:-4px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:var(--brand,#4b2418);color:#fff;font-size:10px}
.site-cart-btn.active{background:var(--brand,#4b2418);color:#fff}
.public-page{padding-top:24px;padding-bottom:40px}
@media(max-width:767.98px){
 .site-header-inner{height:68px;padding:0 12px;gap:10px}.site-menu-btn{display:grid}.site-main-nav{display:none}.site-brand{margin-inline:auto}.site-brand img{height:40px;max-width:125px}.site-brand span{font-size:22px}.site-brand small{display:none}.site-lang-btn{min-width:38px;height:38px;padding:0 9px}.site-cart-btn{width:38px;height:38px;min-width:38px}.public-page{padding-top:16px}
}

/* V12.1 premium storefront */
body{background:#f8f4ef;color:#2b211d}
.app-shell{max-width:1240px;background:transparent;box-shadow:none;padding-bottom:90px}
.app-shell>main{padding-top:22px}
.hero-card{height:clamp(370px,46vw,570px);border-radius:34px}
.hero-overlay{background:linear-gradient(90deg,rgba(29,13,7,.84) 0%,rgba(29,13,7,.42) 48%,rgba(29,13,7,.04) 78%)}
.hero-copy{inset:auto 7% 12% 7%;max-width:520px}
.hero-copy h1{font-size:clamp(34px,5vw,62px);line-height:1.2;letter-spacing:-1px}
.hero-copy p{font-size:clamp(14px,1.5vw,18px);line-height:1.9}
.hero-copy .eyebrow{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.16);backdrop-filter:blur(10px);font-weight:700}
.search-wrap{max-width:760px;margin-inline:auto;margin-top:-28px!important;z-index:4}
.search-wrap input{height:64px;border:0;border-radius:22px;box-shadow:0 18px 48px rgba(49,27,17,.13);font-size:15px}
.section-block{margin-top:42px}.section-head h2{font-size:27px}
.category-scroll{gap:14px;padding:4px 2px 10px}.category-pill{min-width:108px;border-radius:24px;padding:14px 12px;font-size:13px;transition:.25s ease}.category-pill:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.product-card{border:0;border-radius:26px;padding:12px;box-shadow:0 12px 35px rgba(55,32,22,.07);transition:transform .25s ease,box-shadow .25s ease;overflow:hidden}.product-card:hover{transform:translateY(-6px);box-shadow:0 22px 46px rgba(55,32,22,.13)}
.product-card img{aspect-ratio:1/1.05;border-radius:21px;transition:transform .4s ease}.product-card:hover img{transform:scale(1.035)}
.product-card h3{font-size:16px;margin-top:14px}.product-card .meta{font-size:12px}.product-card .price{font-size:15px}.add-btn{display:grid;place-items:center;transition:.2s}.add-btn:hover{transform:scale(1.08)}
.store-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:42px}.store-benefit{background:#fff;border-radius:24px;padding:22px;display:flex;align-items:center;gap:14px;box-shadow:0 10px 30px rgba(55,32,22,.05)}.store-benefit i{width:48px;height:48px;border-radius:16px;background:var(--cream);display:grid;place-items:center;font-style:normal;font-size:21px}.store-benefit strong{display:block;font-size:14px}.store-benefit span{display:block;color:var(--muted);font-size:11px;margin-top:3px}
.cart-added-notice{position:fixed;z-index:2000;top:92px;left:50%;transform:translate(-50%,-25px);width:min(560px,calc(100% - 28px));background:#fff;border:1px solid var(--line);border-radius:22px;padding:14px 16px;display:grid;grid-template-columns:46px 1fr auto 28px;align-items:center;gap:12px;box-shadow:0 22px 60px rgba(40,20,12,.2);opacity:0;visibility:hidden;transition:.28s ease}.cart-added-notice.show{opacity:1;visibility:visible;transform:translate(-50%,0)}.cart-notice-icon{width:46px;height:46px;border-radius:50%;background:#e8f7ee;color:#16854c;display:grid;place-items:center;font-size:22px;font-weight:900}.cart-notice-copy strong,.cart-notice-copy span{display:block}.cart-notice-copy strong{font-size:14px}.cart-notice-copy span{font-size:11px;color:var(--muted);margin-top:3px}.cart-notice-link{background:var(--brand);color:#fff;text-decoration:none;padding:10px 16px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.cart-notice-close{border:0;background:transparent;font-size:24px;color:#8c7c74}
@media(max-width:991.98px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-benefits{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767.98px){body{background:#fff}.app-shell>main{padding-top:10px}.hero-card{height:440px;border-radius:25px}.hero-copy{inset:auto 22px 32px}.hero-copy h1{font-size:35px}.hero-copy p{font-size:13px}.search-wrap{margin-top:14px!important}.search-wrap input{height:56px}.section-block{margin-top:31px}.section-head h2{font-size:21px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{border:1px solid var(--line);padding:8px;border-radius:20px}.product-card h3{font-size:13px}.product-card .price{font-size:12px}.store-benefits{grid-template-columns:1fr 1fr;gap:10px}.store-benefit{padding:14px 10px;border-radius:18px;gap:9px}.store-benefit i{width:38px;height:38px;border-radius:13px;font-size:17px}.store-benefit strong{font-size:11px}.store-benefit span{font-size:9px}.cart-added-notice{top:auto;bottom:88px;grid-template-columns:42px 1fr auto;padding:12px}.cart-notice-close{display:none}.cart-notice-link{padding:9px 12px}.cart-notice-copy span{display:none}}

/* V12.2 cinematic homepage */
.premium-slider{height:clamp(430px,52vw,650px);border-radius:36px;overflow:hidden;box-shadow:0 26px 70px rgba(50,24,13,.18)}
.premium-slider .carousel-inner,.premium-slider .carousel-item{height:100%}.premium-slider .carousel-item img{width:100%;height:100%;object-fit:cover}.slider-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,10,5,.88) 0%,rgba(24,10,5,.54) 45%,rgba(24,10,5,.05) 82%)}[dir="ltr"] .slider-shade{background:linear-gradient(90deg,rgba(24,10,5,.88),rgba(24,10,5,.54) 45%,rgba(24,10,5,.05) 82%)}[dir="rtl"] .slider-shade{background:linear-gradient(270deg,rgba(24,10,5,.88),rgba(24,10,5,.54) 45%,rgba(24,10,5,.05) 82%)}
.slider-copy{position:absolute;inset:auto 7% 14%;color:#fff;max-width:600px}.slider-kicker,.section-kicker{display:block;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.slider-kicker{margin-bottom:10px;color:#f0d6a5}.slider-copy h1{font-size:clamp(38px,5vw,68px);font-weight:800;line-height:1.16;margin:0 0 14px}.slider-copy p{font-size:clamp(14px,1.4vw,18px);line-height:1.9;max-width:540px;opacity:.9}.slider-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.premium-slider .carousel-indicators{bottom:22px}.premium-slider .carousel-indicators [data-bs-target]{width:28px;height:4px;border-radius:99px;border:0}.premium-slider .carousel-control-prev,.premium-slider .carousel-control-next{width:7%}
.section-kicker{color:var(--accent);margin-bottom:4px}.visual-categories{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.visual-category{border:0;background:transparent;padding:0;text-align:center;color:#38271f}.visual-category-image{display:block;aspect-ratio:1;border-radius:26px;overflow:hidden;border:3px solid transparent;box-shadow:0 12px 30px rgba(50,26,15,.08);transition:.25s}.visual-category-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.visual-category strong{display:block;font-size:13px;margin-top:10px}.visual-category:hover .visual-category-image,.visual-category.active .visual-category-image{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 18px 38px rgba(50,26,15,.15)}.visual-category:hover img{transform:scale(1.06)}.all-category-icon{display:grid;place-items:center;background:linear-gradient(145deg,var(--brand),#8a5737);color:#fff}.all-category-icon svg{width:42%;height:42%}
.home-ad-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:20px;margin-top:45px}.home-ad{position:relative;min-height:280px;border-radius:30px;overflow:hidden;color:#fff;text-decoration:none;box-shadow:0 16px 45px rgba(51,25,14,.12)}.home-ad img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:.5s}.home-ad:hover img{transform:scale(1.04)}.home-ad-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(31,13,6,.84),rgba(31,13,6,.04) 70%)}.home-ad>div{position:absolute;z-index:2;inset:auto 28px 25px}.home-ad small{font-weight:700;color:#f1d9ae}.home-ad h3{font-size:clamp(22px,2.2vw,34px);font-weight:800;margin:6px 0 12px;max-width:520px}.home-ad b{font-size:12px}.home-ad-large{min-height:330px}
.store-benefit i svg{width:24px;height:24px;fill:none;stroke:var(--brand);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.add-btn svg{transform:scaleX(var(--arrow-direction,1))}[dir="rtl"] .add-btn svg{--arrow-direction:-1}
@media(max-width:991.98px){.visual-categories{grid-template-columns:repeat(3,1fr)}.home-ad-grid{grid-template-columns:1fr 1fr}.home-ad{min-height:240px}}
@media(max-width:767.98px){.premium-slider{height:500px;border-radius:26px}.slider-copy{inset:auto 22px 48px}.slider-copy h1{font-size:35px}.slider-copy p{font-size:13px}.slider-actions .btn{font-size:12px;padding:10px 16px!important}.premium-slider .carousel-control-prev,.premium-slider .carousel-control-next{display:none}.premium-slider .carousel-indicators{bottom:14px}.visual-categories{display:flex;overflow-x:auto;gap:12px;padding:3px 2px 12px;scrollbar-width:none}.visual-category{min-width:105px}.visual-category-image{border-radius:22px}.visual-category strong{font-size:12px}.home-ad-grid{grid-template-columns:1fr;gap:14px;margin-top:32px}.home-ad,.home-ad-large{min-height:220px;border-radius:24px}.home-ad>div{inset:auto 20px 18px}.home-ad h3{font-size:23px}.section-kicker{font-size:10px}}

/* ===== Aghati V20 UI ===== */
html,body,button,input,select,textarea{font-family:"Cairo",sans-serif!important}body{background:#fffaf7;color:#2b211d}.container-xl{max-width:1240px}
.announcement-bar{background:#2d150e;color:#f9eee8;font-size:12px;padding:7px 0}.announcement-bar a{color:#fff;text-decoration:none}.modern-header{background:#fff;position:sticky;top:0;z-index:1030;border-bottom:1px solid #eee2dc;box-shadow:0 7px 25px rgba(62,32,20,.05)}.header-main{min-height:82px;display:grid;grid-template-columns:220px minmax(280px,1fr) auto;gap:28px;align-items:center}.modern-brand{display:flex;flex-direction:column;text-decoration:none;color:#32170f;line-height:1.1}.modern-brand img{max-width:150px;max-height:62px;object-fit:contain}.modern-brand strong{font-size:25px}.modern-brand small{font-size:11px;color:#8d776e;margin-top:5px}.header-search{height:48px;border:1px solid #e8dcd5;border-radius:16px;display:flex;overflow:hidden;background:#fffaf7}.header-search input{flex:1;border:0;background:transparent;padding:0 18px;outline:0}.header-search button{width:50px;border:0;background:#4b2418;color:#fff}.header-actions{display:flex;gap:18px}.header-actions a{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:#38251e;font-size:11px;position:relative}.header-cart b{position:absolute;top:-5px;inset-inline-start:24px;background:#4b2418;color:#fff;border-radius:50%;width:19px;height:19px;display:grid;place-items:center;font-size:10px}.desktop-nav{border-top:1px solid #f1e8e3}.desktop-nav>.container-xl{display:flex;align-items:center;gap:22px;min-height:46px;overflow:visible}.desktop-nav a{color:#422b23;text-decoration:none;font-size:13px;font-weight:600;white-space:nowrap}.desktop-nav a.active{color:#9d5735}.nav-category{position:relative}.nav-dropdown{display:none;position:absolute;top:100%;inset-inline-start:-15px;background:#fff;min-width:210px;padding:10px;border:1px solid #eaded8;border-radius:14px;box-shadow:0 18px 45px #32170f1f}.nav-category:hover .nav-dropdown{display:block}.nav-dropdown a{display:block;padding:9px;border-radius:9px}.nav-dropdown a:hover{background:#fff4ed}.mobile-menu-toggle{display:none;border:0;background:#fff2eb;width:43px;height:43px;border-radius:13px}.mobile-overlay{position:fixed;inset:0;background:#0008;z-index:1040;opacity:0;visibility:hidden;transition:.25s}.mobile-overlay.open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;bottom:0;inset-inline-start:0;width:min(88vw,360px);background:#fff;z-index:1050;padding:20px;transform:translateX(calc(-100% - 20px));transition:.28s;overflow:auto}.mobile-drawer.open{transform:none}html[dir=rtl] .mobile-drawer{transform:translateX(calc(100% + 20px))}html[dir=rtl] .mobile-drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee2dc;padding-bottom:15px}.drawer-head button{border:0;background:#f7eee9;width:38px;height:38px;border-radius:50%;font-size:22px}.drawer-search input{width:100%;height:45px;border:1px solid #eaded8;border-radius:13px;padding:0 13px;margin:15px 0}.mobile-drawer nav>a,.mobile-drawer details>a,.mobile-drawer summary{display:block;padding:11px 7px;text-decoration:none;color:#37241d;border-bottom:1px solid #f4ece8;cursor:pointer}.mobile-drawer details>a{padding-inline-start:25px;color:#765e54}

/* Product page */
.product-page{padding-top:24px;padding-bottom:100px}.product-breadcrumb{display:flex;gap:9px;align-items:center;flex-wrap:wrap;font-size:12px;color:#8e7a71;margin-bottom:20px}.product-breadcrumb a{color:#6f5145;text-decoration:none}.product-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:46px;align-items:start}.main-product-image{background:#fbf4ef;border:1px solid #eee0d8;border-radius:26px;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;position:relative}.main-product-image img{width:100%;height:100%;object-fit:contain;padding:18px}.zoom-button{position:absolute;bottom:16px;inset-inline-end:16px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;box-shadow:0 7px 20px #0002}.product-thumbnails{display:flex;gap:10px;margin-top:12px;overflow:auto}.product-thumb{width:76px;height:76px;flex:0 0 76px;border:1px solid #eaded8;border-radius:15px;padding:4px;background:#fff}.product-thumb.active{border:2px solid #4b2418}.product-thumb img{width:100%;height:100%;object-fit:contain;border-radius:10px}.product-buybox{background:#fff;border:1px solid #eaded8;border-radius:26px;padding:30px;box-shadow:0 15px 50px #4b24180d}.product-buybox h1{font-size:31px;line-height:1.4;font-weight:800;margin:12px 0}.product-badges{display:flex;gap:8px}.product-badges span{background:#f5eae4;border-radius:999px;padding:5px 11px;font-size:11px;color:#5f3828}.product-badges .sale{background:#7c3025;color:#fff}.product-sku{font-size:12px;color:#8a766d}.product-short{font-size:14px;color:#6a574f;line-height:1.9;margin:15px 0}.product-price{display:flex;align-items:center;gap:15px;margin:15px 0}.product-price strong{font-size:26px;color:#4b2418}.product-price del{color:#9c8981}.stock-state{font-size:13px;margin-bottom:18px}.stock-state.available{color:#147046}.stock-state.unavailable{color:#a12b2b}.attribute-group{border:0;padding:0;margin:18px 0}.attribute-group legend{font-size:14px;font-weight:700;margin-bottom:9px}.attribute-group legend em{color:#a82d2d}.attribute-options{display:flex;flex-wrap:wrap;gap:8px}.attribute-value,.legacy-variant{border:1px solid #dccbc2;background:#fff;border-radius:12px;padding:9px 14px;color:#3e2921}.attribute-value.active,.legacy-variant.active{background:#4b2418;color:#fff;border-color:#4b2418}.attribute-value:disabled{opacity:.35;text-decoration:line-through}.attribute-value i{display:inline-block;width:14px;height:14px;border-radius:50%;vertical-align:middle;margin-inline-end:6px;border:1px solid #aaa}.attribute-error{display:none;color:#b22929;margin-top:6px}.attribute-group.has-error{padding:10px;border:1px solid #d84b4b;border-radius:14px;background:#fff8f8}.attribute-group.has-error .attribute-error{display:block}.purchase-row{display:grid;grid-template-columns:120px 1fr;gap:10px;margin-top:20px}.quantity-control{height:50px;border:1px solid #dfd0c8;border-radius:14px;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;text-align:center}.quantity-control button{border:0;background:transparent;font-size:20px}.primary-buy,.mobile-buybar button{border:0;border-radius:14px;background:#4b2418;color:#fff;font-weight:700}.whatsapp-buy{display:block;text-align:center;background:#188c52;color:#fff;text-decoration:none;border-radius:14px;padding:13px;margin-top:10px}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:22px;border-top:1px solid #eee3dc;padding-top:16px;font-size:10px;color:#6e5a52}.product-description-card{background:#fff;border:1px solid #eaded8;border-radius:24px;padding:30px;margin-top:40px}.section-title h2{font-size:23px;font-weight:800}.rich-description{line-height:2;color:#51423c}.rich-description img{max-width:100%;height:auto}.rich-description table{width:100%;border-collapse:collapse}.rich-description td,.rich-description th{border:1px solid #ddd;padding:9px}.mobile-buybar{display:none}.image-lightbox{position:fixed;inset:0;background:#000d;z-index:1100;display:none;place-items:center;padding:30px}.image-lightbox.open{display:grid}.image-lightbox img{max-width:90vw;max-height:88vh;object-fit:contain}.image-lightbox button{position:absolute;top:20px;inset-inline-end:20px;background:#fff;border:0;width:45px;height:45px;border-radius:50%;font-size:25px}

/* Categories */
.category-browser{padding-top:30px;padding-bottom:80px}.category-browser-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.category-browser-head span{font-size:12px;color:#9b7e70}.category-browser-head h1{font-size:30px;font-weight:800}.category-browser-head select{height:43px;border:1px solid #e3d3cb;border-radius:12px;padding-inline:12px;background:#fff}.horizontal-categories,.horizontal-subcategories{display:flex;gap:9px;overflow-x:auto;scrollbar-width:none;padding:5px 0 10px}.horizontal-categories{position:sticky;top:128px;z-index:20;background:#fffaf7}.category-tab,.subcategory-tab{border:1px solid #e2d2ca;background:#fff;border-radius:999px;padding:10px 17px;white-space:nowrap;color:#4e3429}.category-tab.active{background:#4b2418;color:#fff;border-color:#4b2418}.subcategory-tab{padding:7px 14px;font-size:12px}.subcategory-tab.active{background:#dcae8f;color:#32170f;border-color:#dcae8f}.category-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:18px;transition:.2s}.category-products-grid.loading{opacity:.35}.category-product-card{background:#fff;border:1px solid #eee1da;border-radius:19px;overflow:hidden;box-shadow:0 8px 25px #32170f0a}.product-image-link{display:block;background:#faf3ef;aspect-ratio:1/1}.product-image-link img{width:100%;height:100%;object-fit:contain;padding:10px}.category-product-body{padding:13px}.category-product-body h3{font-size:14px;margin:0 0 8px}.category-product-body h3 a{text-decoration:none;color:#39251e}.card-price{font-weight:800;color:#4b2418}.card-view{display:inline-block;margin-top:10px;font-size:11px;color:#79503f}.category-loading{display:none;grid-template-columns:repeat(4,1fr);gap:18px}.category-loading.show{display:grid}.category-loading i{height:300px;border-radius:19px;background:linear-gradient(90deg,#f3eae5,#fff,#f3eae5);background-size:200%;animation:shimmer 1.2s infinite}@keyframes shimmer{to{background-position:-200%}}.empty-products{grid-column:1/-1;padding:60px;text-align:center;background:#fff;border-radius:20px}

/* Legal pages */
.legal-page{padding:55px 0 90px;max-width:950px}.legal-page header{text-align:center;margin-bottom:30px}.legal-page header span{font-size:12px;color:#9a7768}.legal-page h1{font-size:34px;font-weight:800}.legal-content{background:#fff;border:1px solid #eaded8;border-radius:24px;padding:35px;line-height:2}.legal-content h2{font-size:21px;margin-top:25px;color:#4b2418}

@media(max-width:900px){.announcement-bar{display:none}.header-main{grid-template-columns:48px 1fr auto;min-height:68px;gap:10px}.mobile-menu-toggle{display:grid;place-items:center}.header-search{grid-column:1/-1;grid-row:2;margin-bottom:10px;height:43px}.header-actions a span{display:none}.header-actions a:first-child{display:none}.modern-brand{align-items:center}.modern-brand img{max-height:48px}.desktop-nav{display:none}.product-hero{grid-template-columns:1fr;gap:20px}.product-buybox{padding:20px}.product-buybox h1{font-size:24px}.product-trust{grid-template-columns:1fr}.category-products-grid,.category-loading{grid-template-columns:repeat(2,minmax(0,1fr))}.horizontal-categories{top:110px}.mobile-buybar{position:fixed;display:flex;bottom:0;left:0;right:0;z-index:1025;background:#fff;border-top:1px solid #e8dad3;padding:10px 14px;justify-content:space-between;gap:10px;align-items:center;box-shadow:0 -10px 30px #0001}.mobile-buybar div{display:flex;flex-direction:column;min-width:0}.mobile-buybar small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.mobile-buybar button{padding:11px 18px}.product-page{padding-bottom:130px}.purchase-row{grid-template-columns:105px 1fr}}
@media(max-width:520px){.category-products-grid,.category-loading{gap:10px}.category-browser-head{align-items:start;gap:12px}.category-browser-head h1{font-size:24px}.category-browser-head select{max-width:145px}.product-description-card,.legal-content{padding:20px}.product-page{padding-inline:13px}.main-product-image{border-radius:19px}}

/* ===== V22 Phase 1: unified professional mobile UI ===== */
:root{--app-font:"Cairo",sans-serif;--mobile-safe-bottom:max(14px,env(safe-area-inset-bottom));--mobile-safe-top:max(0px,env(safe-area-inset-top))}
html{overflow-x:hidden}body{min-width:320px;overflow-x:hidden}
img,video,iframe,svg{max-width:100%}
table{max-width:100%}
input,select,textarea,button{font-size:16px}
.form-control,.form-select{min-height:46px;border-radius:12px}
.btn{min-height:42px;border-radius:12px}
.mobile-drawer{padding-top:calc(20px + var(--mobile-safe-top));padding-bottom:calc(20px + var(--mobile-safe-bottom))}
.mobile-buybar{padding-bottom:var(--mobile-safe-bottom)}
.legal-page.page-template-wide{max-width:1200px}
.legal-page.page-template-policy{max-width:900px}
.legal-page.page-template-contact{max-width:820px}
@media(max-width:991px){
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{padding-inline:15px}
  .row{--bs-gutter-x:1rem}
  .table-responsive{border-radius:16px}
  .admin-card,.card{border-radius:17px}
  .modal-dialog{margin:12px}
  .modal-content{border-radius:20px}
  .checkout-grid,.cart-layout,.account-layout{grid-template-columns:1fr!important}
}
@media(max-width:767px){
  h1,.h1{font-size:clamp(25px,7vw,32px)}
  h2,.h2{font-size:clamp(21px,6vw,27px)}
  .product-hero,.category-browser-head{gap:14px}
  .product-buybox,.product-description-card,.legal-content{border-radius:18px}
  .product-buybox{padding:18px}
  .product-thumbnails{scroll-snap-type:x mandatory}
  .product-thumb{scroll-snap-align:start}
  .purchase-row{position:relative}
  .desktop-only{display:none!important}
}
@media(max-width:430px){
  .header-main{padding-inline:10px}
  .modern-brand strong{font-size:20px}
  .header-actions{gap:10px}
  .category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-product-body{padding:10px}
  .category-product-body h3{font-size:12px;line-height:1.6}
  .card-price{font-size:13px}
  .product-buybox h1{font-size:22px}
  .product-price strong{font-size:22px}
  .purchase-row{grid-template-columns:96px 1fr}
  .legal-page{padding-top:30px}
  .legal-content{padding:17px}
}
@media(max-width:350px){
  .category-products-grid{grid-template-columns:1fr}
  .mobile-drawer{width:94vw}
  .mobile-buybar small{max-width:150px}
}

/* V22.2 flash, filters and interface audit */
.store-flash-root{position:fixed;z-index:99999;top:calc(18px + env(safe-area-inset-top));inset-inline:18px;display:flex;justify-content:center;pointer-events:none}
.store-flash{width:min(520px,100%);display:grid;grid-template-columns:38px 1fr 34px;align-items:center;gap:10px;background:#fff;border:1px solid #eaded8;border-radius:16px;padding:12px 13px;box-shadow:0 18px 50px rgba(43,25,18,.18);transform:translateY(-18px);opacity:0;transition:.25s ease;pointer-events:auto}
.store-flash.show{transform:translateY(0);opacity:1}.store-flash-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:800;background:#f7e7e2;color:#9b281e}.store-flash-success .store-flash-icon{background:#e3f5e9;color:#176c37}.store-flash-warning .store-flash-icon{background:#fff2cf;color:#946400}.store-flash-copy{display:flex;flex-direction:column;min-width:0}.store-flash-copy span{font-size:13px;line-height:1.6}.store-flash button{border:0;background:transparent;width:34px;height:34px;border-radius:10px;font-size:20px}
.attribute-group.has-error{border:1px solid #d8493f!important;background:#fff7f6!important;box-shadow:0 0 0 3px rgba(216,73,63,.08)}.attribute-group.has-error .attribute-title{color:#b3261e}
.store-filter-bar{display:flex;gap:10px;align-items:center;justify-content:space-between;margin:18px 0}.store-filter-button{display:inline-flex;align-items:center;gap:8px;border:1px solid #e4d7d0;background:#fff;border-radius:14px;padding:10px 14px;min-height:44px}.store-filter-count{display:none;min-width:22px;height:22px;border-radius:999px;background:#2d1710;color:#fff;font-size:11px;place-items:center}.store-filter-count.show{display:grid}.store-filter-panel{display:none;background:#fff;border:1px solid #eaded8;border-radius:18px;padding:16px;margin-bottom:18px}.store-filter-panel.open{display:block}.store-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.store-filter-group{border:1px solid #eee3dd;border-radius:14px;padding:12px}.store-filter-group h3{font-size:14px;margin:0 0 10px}.store-filter-options{display:flex;flex-wrap:wrap;gap:8px}.store-filter-chip{display:flex;align-items:center;gap:7px;border:1px solid #e6d9d2;border-radius:999px;padding:7px 10px;background:#fff;cursor:pointer}.store-filter-chip input{width:17px;height:17px}.store-filter-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:14px}.price-filter-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.page-shell,main{min-width:0}.table-responsive{-webkit-overflow-scrolling:touch}
@media(max-width:991px){.store-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.store-flash-root{top:calc(10px + env(safe-area-inset-top));inset-inline:10px}.store-filter-bar{position:sticky;top:72px;z-index:30;background:#fff;padding:8px 0}.store-filter-panel{position:fixed;z-index:9998;inset:0;background:#fff;border:0;border-radius:0;padding:calc(18px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom));overflow:auto}.store-filter-grid{grid-template-columns:1fr}.store-filter-actions{position:sticky;bottom:0;background:#fff;padding-top:12px}.store-filter-actions .btn{flex:1}}

/* V22.2.1 filter/sort bar hotfix */
.category-browser-head{display:block}
.store-filter-bar{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:10px;
  align-items:center;
  margin:16px 0 18px;
  padding:0;
  background:transparent;
}
.store-filter-main,
.store-sort-control{
  min-width:0;
  height:48px;
  border:1px solid #e7d8d0;
  border-radius:15px;
  background:#fff;
  box-shadow:0 4px 16px rgba(70,38,24,.05);
}
.store-filter-main{
  width:100%;
  display:flex;
  justify-content:center;
  padding:0 14px;
  font-weight:700;
}
.store-filter-button-icon,
.store-sort-icon{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  font-size:18px;
  flex:0 0 auto;
}
.store-sort-control{
  position:relative;
  display:flex;
  align-items:center;
  gap:8px;
  padding-inline:13px 8px;
}
.store-sort-control select{
  width:100%;
  height:46px;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  padding-inline-end:26px;
  font:inherit;
  font-weight:700;
  color:inherit;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
}
.store-sort-control::after{
  content:"⌄";
  position:absolute;
  inset-inline-end:12px;
  top:50%;
  transform:translateY(-54%);
  font-size:14px;
  pointer-events:none;
}
.store-filter-count{margin-inline-start:2px;background:#3b1d13}
.store-filter-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.store-filter-actions .btn{width:100%}
@media(max-width:767px){
  .store-filter-bar{
    position:sticky;
    top:70px;
    z-index:35;
    padding:9px 0;
    margin:8px 0 14px;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
  }
  .store-filter-main,.store-sort-control{height:46px;border-radius:14px}
  .store-sort-control select{height:44px;font-size:14px}
  .store-filter-main{font-size:14px}
  .store-filter-actions{grid-template-columns:1fr 1fr}
  .store-filter-actions .btn-dark{grid-column:1/-1;order:-1}
}
@media(max-width:360px){
  .store-filter-bar{gap:8px}
  .store-filter-main,.store-sort-control{padding-inline:10px}
  .store-sort-icon,.store-filter-button-icon{font-size:16px;width:19px}
}

/* V22.2.2 professional header/footer icons */
.ui-icon{display:block;flex:0 0 auto}
.header-icon-button,.drawer-close{display:grid;place-items:center}
.header-actions{display:flex;align-items:center;gap:8px}
.header-action-link{
  position:relative;
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  min-width:58px;
  min-height:48px;
  border-radius:13px;
  color:inherit;
  text-decoration:none;
  transition:.2s ease;
}
.header-action-link:hover{background:#fbf3ef;color:var(--brand,#4b2418)}
.header-action-link span{font-size:11px;font-weight:700}
.desktop-language-switch{border:1px solid #eaded8}
.header-cart b{top:1px;inset-inline-end:5px}
.header-search button{display:grid;place-items:center}
.drawer-search{position:relative}
.drawer-search button{position:absolute;inset-inline-end:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;width:38px;height:38px;display:grid;place-items:center}
.drawer-search input{padding-inline-end:48px}
.mobile-drawer nav>a{display:flex;align-items:center;gap:12px}
.drawer-language-link{margin-top:8px;border-top:1px solid #eee3dd;padding-top:16px!important}
.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}
.bottom-nav a>span{font-size:10px}
@media(max-width:991px){
  .desktop-language-switch{display:flex!important}
  .header-action-link span{display:none}
  .header-action-link{min-width:42px;min-height:42px}
    .footer-brand-block{grid-column:1/-1}
}
@media(max-width:767px){
  .announcement-bar{display:none}
  .header-actions{gap:3px}
  .desktop-language-switch{border:0}
      .footer-brand-block{grid-column:auto}
      .floating-whatsapp span{display:none}
}
@media(max-width:390px){
  .modern-brand img{max-width:70px}
  .header-action-link{min-width:38px}
}

/* V22.2.3 — header-only icons and visible language label */
.desktop-language-switch{
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:auto!important;
  padding-inline:10px;
  white-space:nowrap;
}
.desktop-language-switch span{
  display:inline-block!important;
  font-size:12px!important;
  font-weight:800;
  line-height:1;
}
@media(max-width:991px){
  .desktop-language-switch{
    min-width:58px!important;
    min-height:42px;
    padding-inline:8px;
    border:1px solid #eaded8;
    border-radius:12px;
  }
  .desktop-language-switch span{
    display:inline-block!important;
    font-size:11px!important;
  }
}
@media(max-width:430px){
  .desktop-language-switch{
    min-width:54px!important;
    padding-inline:6px;
    gap:4px;
  }
  .desktop-language-switch .ui-icon{
    width:19px;
    height:19px;
  }
}

/* V22.4 unlimited dynamic category hierarchy */
.category-levels{display:flex;flex-direction:column;gap:9px;margin:12px 0 16px}
.category-level{position:relative;min-width:0}
.category-level::before{content:"";position:absolute;inset-inline-start:11px;top:-9px;width:1px;height:9px;background:#e7d8d0}
.category-level:first-child::before{display:none}
.category-level-rail{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 7px;scrollbar-width:none;scroll-snap-type:x proximity}
.category-level-rail::-webkit-scrollbar{display:none}
.category-node{flex:0 0 auto;min-height:42px;display:inline-flex;align-items:center;gap:9px;border:1px solid #e7d8d0;border-radius:999px;background:#fff;padding:8px 14px;font:inherit;font-size:13px;font-weight:700;white-space:nowrap;scroll-snap-align:start;transition:.18s ease}
.category-node:hover{border-color:#bca59a;background:#fffaf7}
.category-node.active{background:var(--brand,#32170f);border-color:var(--brand,#32170f);color:#fff;box-shadow:0 6px 18px rgba(50,23,15,.16)}
.category-node b{font-size:17px;line-height:1;opacity:.7}
[dir="rtl"] .category-node b{transform:rotate(180deg)}
.category-breadcrumb{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:4px 0 12px;min-height:28px}
.category-breadcrumb button{border:0;background:transparent;padding:2px 0;color:#6e5c54;font:inherit;font-size:12px;font-weight:700}
.category-breadcrumb button:last-child{color:var(--brand,#32170f)}
.category-breadcrumb span{color:#b6a59d}
@media(max-width:767px){
 .category-levels{gap:7px;margin-top:8px}
 .category-node{min-height:40px;padding:7px 12px;font-size:12px}
 .category-breadcrumb{overflow-x:auto;flex-wrap:nowrap;white-space:nowrap;scrollbar-width:none}
 .category-breadcrumb::-webkit-scrollbar{display:none}
}

/* V22.5 homepage builder */
.home-builder-section{margin-top:18px}
.home-builder-section.hide-mobile{display:block}.home-builder-section.hide-desktop{display:none}
.home-dynamic-categories{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.home-dynamic-categories.as-slider,.home-products.as-slider{display:flex;overflow-x:auto;scroll-snap-type:x proximity;gap:14px;padding-bottom:8px;scrollbar-width:none}
.home-dynamic-categories.as-slider::-webkit-scrollbar,.home-products.as-slider::-webkit-scrollbar{display:none}
.home-dynamic-category{text-decoration:none;color:inherit;text-align:center;min-width:0}
.home-dynamic-category span{display:block;aspect-ratio:1;border-radius:18px;overflow:hidden;background:#f2ebe7}
.home-dynamic-category img{width:100%;height:100%;object-fit:cover}
.home-dynamic-category strong{display:block;margin-top:8px;font-size:13px}
.home-dynamic-categories.as-slider .home-dynamic-category{flex:0 0 150px;scroll-snap-align:start}
.home-products.as-grid{display:grid;grid-template-columns:repeat(var(--home-cols-desktop,4),minmax(0,1fr));gap:16px}
.home-products.as-slider .product-card{flex:0 0 min(270px,72vw);scroll-snap-align:start}
.home-image-text{display:grid;grid-template-columns:1.1fr 1fr;gap:26px;align-items:center;background:#fff;border-radius:24px;padding:20px}
.home-image-text-media{min-height:300px;border-radius:18px;overflow:hidden;background:#f2ebe7}
.home-image-text-media img{width:100%;height:100%;object-fit:cover}
.home-image-text-copy{padding:20px}.home-image-text-copy h2{font-weight:800}.home-image-text-copy p{color:#6e5c54;line-height:1.9}
@media(max-width:767px){
 .home-builder-section.hide-mobile{display:none}.home-builder-section.hide-desktop{display:block}
 .home-dynamic-categories{grid-template-columns:repeat(3,1fr);gap:10px}
 .home-products.as-grid{grid-template-columns:repeat(var(--home-cols-mobile,2),minmax(0,1fr));gap:10px}
 .home-image-text{grid-template-columns:1fr;padding:12px}.home-image-text-media{min-height:220px}.home-image-text-copy{padding:10px}
}

/* V23 bundles */
.bundle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.bundle-card{background:#fff;border:1px solid #eaded8;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #4b24180d}
.bundle-image{display:block;position:relative;aspect-ratio:1.1;overflow:hidden;background:#f4ece8}
.bundle-image img{width:100%;height:100%;object-fit:cover}.bundle-image span{position:absolute;top:12px;inset-inline-start:12px;background:#198754;color:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}
.bundle-body{padding:16px}.bundle-body h2{font-size:17px;font-weight:800}.bundle-body h2 a{text-decoration:none;color:inherit}.bundle-body p{font-size:13px;color:#78655e;min-height:40px}
.bundle-price{display:flex;align-items:center;gap:10px;margin:12px 0}.bundle-price del{color:#98857c}.bundle-price strong{font-size:18px;color:var(--brand,#32170f)}.bundle-price.big strong{font-size:30px}
.bundle-detail{display:grid;grid-template-columns:1.05fr 1fr;gap:34px;align-items:center}.bundle-detail-image{border-radius:26px;overflow:hidden;background:#f3ece8;aspect-ratio:1}.bundle-detail-image img{width:100%;height:100%;object-fit:cover}.bundle-detail-copy h1{font-weight:800}.bundle-detail-copy p{line-height:1.9;color:#6f5d55}
.bundle-components{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.bundle-components article{background:#fff;border:1px solid #eaded8;border-radius:18px;padding:10px;display:flex;gap:10px;align-items:center}.bundle-components img{width:72px;height:72px;border-radius:13px;object-fit:cover}.bundle-components b,.bundle-components small,.bundle-components span{display:block}
@media(max-width:991px){.bundle-grid{grid-template-columns:repeat(2,1fr)}.bundle-detail{grid-template-columns:1fr}.bundle-components{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.bundle-grid{grid-template-columns:1fr 1fr;gap:10px}.bundle-body{padding:10px}.bundle-body h2{font-size:14px}.bundle-components{grid-template-columns:1fr}.bundle-price{flex-direction:column;align-items:flex-start;gap:2px}}

/* V26 Storefront UI/UX — no footer */
:root{--content-max:1320px;--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--surface:#fff;--surface-soft:#fbf7f4;--text:#2b211d}
body{background:#fff;color:var(--text)}
.app-shell{max-width:none;width:100%;min-height:auto;margin:0;background:transparent;box-shadow:none;padding-bottom:40px}
.app-shell>main,.public-page,.product-page{max-width:var(--content-max);margin-inline:auto}
.modern-header{position:sticky;top:0;z-index:1030;box-shadow:0 10px 30px rgba(55,31,20,.06)}
.header-main{min-height:78px}.desktop-nav>.container-xl{gap:22px;overflow:visible}
.desktop-nav a{font-weight:700}.desktop-nav a.active{color:var(--brand);position:relative}.desktop-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;background:var(--brand)}
.header-search{max-width:560px;flex:1}.header-search input{height:48px;border-radius:999px;background:#faf7f5}
.section-head{margin-bottom:20px}.section-head h2{font-size:clamp(22px,2vw,34px);letter-spacing:-.02em}.section-block{padding-top:34px;padding-bottom:34px}
.premium-slider{border-radius:0;overflow:hidden}.premium-slider .carousel-item,.premium-slider img{min-height:470px;max-height:620px}
.slider-copy{max-width:620px}.slider-copy h1{font-size:clamp(34px,5vw,66px);line-height:1.12}
.product-grid,.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.product-card,.shop-card,.bundle-card{border:1px solid #eee5df;box-shadow:0 10px 35px rgba(70,39,27,.06);transition:.25s ease;background:#fff}
.product-card:hover,.shop-card:hover,.bundle-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(70,39,27,.12)}
.product-card img,.shop-card>img{aspect-ratio:1/1;object-fit:cover;background:#f8f4f1}
.catalog-head{background:var(--surface-soft);padding:24px;border-radius:24px}
.filters{background:#fff;padding:12px;border:1px solid #eee5df;border-radius:18px;box-shadow:0 8px 24px rgba(70,39,27,.05)}
.filters .form-control,.filters .form-select{border-radius:12px;min-height:46px}
.product-hero{gap:48px}.main-product-image{border-radius:28px;background:#f7f3f0}.product-buybox{position:sticky;top:150px;align-self:start}
.product-buybox h1{font-size:clamp(28px,3vw,46px)}.product-price strong{font-size:32px}
.product-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.product-trust-grid div{border:1px solid #eee5df;border-radius:15px;padding:13px;text-align:center;background:#fff}
.cart-wrap{max-width:1240px}.cart-card{border-radius:24px}.summary-card{top:145px}
.checkout{max-width:1180px!important}.checkout>.card{border-radius:28px}
.checkout-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:28px}.checkout-progress span{background:#eee7e2;border-radius:999px;padding:10px;text-align:center;font-size:13px;font-weight:700}.checkout-progress span.active{background:var(--brand);color:#fff}
.auth-shell{max-width:1100px;margin:45px auto;padding:0 18px}.auth-card{border-radius:28px;border:1px solid #eee5df;box-shadow:0 18px 50px rgba(70,39,27,.08)}
.empty-products{border:1px dashed #d8c9c1;border-radius:22px;background:#fff;padding:55px 20px;text-align:center}
.mobile-sticky-buy{display:none}
@media(max-width:1199px){.product-grid,.shop-grid{grid-template-columns:repeat(3,1fr)}.desktop-nav>.container-xl{gap:14px}.desktop-nav a{font-size:13px}}
@media(max-width:991px){.product-grid,.shop-grid{grid-template-columns:repeat(2,1fr)}.premium-slider .carousel-item,.premium-slider img{min-height:390px}.product-buybox{position:static}.checkout-progress{grid-template-columns:repeat(2,1fr)}}
@media(max-width:576px){.announcement-bar{font-size:11px}.app-shell{padding-bottom:86px}.section-block{padding-top:22px;padding-bottom:22px}.premium-slider{border-radius:0;margin-inline:-12px}.premium-slider .carousel-item,.premium-slider img{min-height:360px}.slider-copy{padding:20px}.slider-copy h1{font-size:31px}.product-grid,.shop-grid{gap:10px}.shop-card-body,.product-card-body{padding:11px}.catalog-head{padding:16px;border-radius:18px}.filters{display:grid!important;grid-template-columns:1fr 1fr}.filters>*{min-width:0!important}.filters input{grid-column:1/-1}.filters button{grid-column:1/-1}.product-page{padding-bottom:95px}.mobile-sticky-buy{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:1040;background:#fff;border-top:1px solid #e8ddd7;padding:10px 14px;gap:10px;box-shadow:0 -10px 30px rgba(70,39,27,.1)}.mobile-sticky-buy button,.mobile-sticky-buy a{flex:1}.checkout>.card{padding:18px!important;border-radius:20px}.summary-card{position:static}}

/* V26.1 product-card quick actions */
.product-card,.shop-card{position:relative;overflow:hidden}
.product-card-media{display:block;position:relative;overflow:hidden;background:#f8f4f1}
.product-card-media img{display:block;width:100%;transition:transform .35s ease}
.product-card:hover .product-card-media img,.shop-card:hover .product-card-media img{transform:scale(1.035)}
.product-card-actions{position:absolute;top:14px;inset-inline-end:14px;z-index:4;display:flex;flex-direction:column;gap:9px}
.product-action-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(75,36,24,.12);background:rgba(255,255,255,.94);color:var(--brand);box-shadow:0 8px 24px rgba(50,23,15,.14);text-decoration:none;cursor:pointer;transition:.2s ease;padding:0}
.product-action-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-action-icon:hover{background:var(--brand);color:#fff;transform:translateY(-2px)}
.product-action-icon:disabled{opacity:.65;cursor:wait}
.quick-cart-icon{background:var(--brand);color:#fff}.quick-cart-icon:hover{background:#1f0d08}
.product-card>h3,.product-card>.price-row{padding-inline:15px}.product-card>h3{margin-top:14px}.product-card>.price-row{padding-bottom:16px}
@media(min-width:992px){.product-card-actions{opacity:0;transform:translateX(8px);transition:.2s ease}.product-card:hover .product-card-actions,.shop-card:hover .product-card-actions,.product-card:focus-within .product-card-actions,.shop-card:focus-within .product-card-actions{opacity:1;transform:none}}
@media(max-width:576px){.product-card-actions{top:8px;inset-inline-end:8px;gap:6px}.product-action-icon{width:36px;height:36px}.product-action-icon svg{width:18px;height:18px}.product-card>h3,.product-card>.price-row{padding-inline:11px}}

/* V26.2 — product actions in one row below card content */
.product-card,.shop-card{
  display:flex;
  flex-direction:column;
}
.product-card-actions{
  position:static;
  inset:auto;
  z-index:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  width:100%;
  padding:0 15px 15px;
  margin-top:auto;
  opacity:1!important;
  transform:none!important;
}
.product-action-icon{
  width:100%;
  height:44px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  box-shadow:none;
}
.product-action-icon::after{
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.view-details-icon::after{content:"عرض التفاصيل"}
.quick-cart-icon::after{content:"أضف للسلة"}
html[lang="en"] .view-details-icon::after{content:"View details"}
html[lang="en"] .quick-cart-icon::after{content:"Add to cart"}
.product-card .product-card-actions{
  order:5;
}
.product-card>h3{order:3}
.product-card>.price-row{order:4;padding-bottom:12px}
.shop-card .shop-card-body{flex:1}
.shop-card .product-card-actions{order:3}
@media(max-width:576px){
  .product-card-actions{
    position:static;
    padding:0 11px 11px;
    gap:7px;
  }
  .product-action-icon{
    width:100%;
    height:40px;
    border-radius:11px;
  }
  .product-action-icon::after{
    font-size:10px;
  }
}

/* V26.3 — icons only, one row below product card */
.product-action-icon::after,
.view-details-icon::after,
.quick-cart-icon::after,
html[lang="en"] .view-details-icon::after,
html[lang="en"] .quick-cart-icon::after{
  content:none!important;
  display:none!important;
}
.product-card-actions{
  grid-template-columns:repeat(2,44px);
  justify-content:center;
  align-items:center;
  gap:12px;
}
.product-action-icon{
  width:44px;
  min-width:44px;
  height:44px;
  padding:0;
  border-radius:50%;
}
@media(max-width:576px){
  .product-card-actions{
    grid-template-columns:repeat(2,40px);
    gap:10px;
  }
  .product-action-icon{
    width:40px;
    min-width:40px;
    height:40px;
  }
}
