:root{
  --petrol:#073E45;--petrol2:#0B5961;--petrol3:#062E34;--gold:#B98634;--gold2:#D7AA5D;--cream:#FFFDF8;--cream2:#F8F1E8;--line:#E8D9C4;--muted:#647478;--text:#172A2F;--green:#1D9C57;--red:#D84645;--blue:#2E7BCF;--shadow:0 16px 34px rgba(66,47,22,.08);--soft:0 8px 20px rgba(10,55,60,.07);--radius:18px;--font:'Tajawal','Cairo','Segoe UI',Tahoma,Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--text);font-family:var(--font);direction:rtl;font-size:15px}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit}.container{width:min(1480px,calc(100% - 48px));margin:auto}.hide{display:none!important}.muted{color:var(--muted)}.ltr{direction:ltr;unicode-bidi:embed}.topbar{background:linear-gradient(90deg,var(--petrol3),var(--petrol));color:white;height:52px;font-size:14px}.topbar .container{height:52px;display:flex;align-items:center;justify-content:space-between}.topbar-links,.topbar-actions{display:flex;gap:24px;align-items:center}.topbar a{color:white;opacity:.94}.topbar .badge{background:var(--gold);color:white;border-radius:30px;padding:1px 8px;margin-inline-start:4px}.main-header{background:rgba(255,253,248,.92);backdrop-filter:blur(14px);position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line)}.header-row{height:76px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;justify-content:flex-start}.brand img{height:72px;width:196px;object-fit:contain}.search{display:flex;align-items:center;gap:8px;min-width:330px;max-width:450px;width:32%;height:44px;border:1px solid var(--line);border-radius:14px;background:white;padding:0 10px}.search .icon{width:36px;height:34px;border-radius:10px;background:var(--petrol);color:white;display:grid;place-items:center}.search input{border:0;outline:0;background:transparent;width:100%;height:100%;font-size:14px}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:30px;font-weight:700;color:#23383d}.nav a.active,.nav a:hover{color:var(--gold)}.header-icons{display:flex;gap:18px;align-items:center}.header-icons a{position:relative;display:flex;gap:6px;align-items:center}.count{position:absolute;top:-11px;right:-11px;background:var(--gold);color:white;border-radius:50%;width:22px;height:22px;display:grid;place-items:center;font-size:12px;font-weight:800}.hamb{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;color:var(--petrol);font-size:22px}.hero-wrap{padding:18px 0 0}.hero{position:relative;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--soft);background:#f8f0e6}.hero img{width:100%;height:320px;object-fit:cover}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.85);display:grid;place-items:center;color:var(--gold);font-size:28px;border:1px solid var(--line);box-shadow:var(--soft)}.slider-arrow.left{left:28px}.slider-arrow.right{right:28px}.dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.dots span{width:10px;height:10px;border-radius:50%;background:#d5c2aa;border:1px solid white}.dots span.active{background:var(--petrol)}.ad-slot{margin:16px auto;border:1px solid #ddd;background:#fbfbfb;height:58px;border-radius:10px;display:grid;place-items:center;color:#999;font-size:15px;position:relative;overflow:hidden}.ad-slot:before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent 0 48%,rgba(0,0,0,.035) 48% 52%,transparent 52%);background-size:24px 24px}.section-head{display:flex;align-items:center;justify-content:space-between;margin:18px 0 12px}.section-head h2{margin:0;font-size:23px;color:var(--petrol);display:flex;gap:8px;align-items:center}.section-head a{color:var(--petrol);font-weight:700}.carousel{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.product-card{background:white;border:1px solid var(--line);border-radius:15px;box-shadow:var(--soft);overflow:hidden;position:relative;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-img{background:#fffaf3;border-bottom:1px solid #f0e3d1;padding:12px;height:150px;display:grid;place-items:center}.product-img img{height:128px;width:100%;object-fit:contain}.discount{position:absolute;top:10px;left:10px;background:linear-gradient(135deg,var(--gold),#C4923A);color:white;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800;line-height:1.1}.fav{position:absolute;top:12px;right:12px;background:white;border:1px solid var(--line);width:31px;height:31px;border-radius:50%;display:grid;place-items:center;color:var(--gold)}.product-body{padding:10px 12px}.product-title{font-weight:800;min-height:36px;color:#1e2f33}.rating{font-size:13px;color:var(--gold);margin:4px 0}.price{display:flex;gap:8px;align-items:center;justify-content:center;margin:6px 0}.price .new{font-weight:900;color:var(--gold);font-size:19px}.price .old{text-decoration:line-through;color:#9d9d9d;font-size:13px}.product-actions{display:flex;gap:7px;margin-top:8px}.btn{border:0;border-radius:10px;padding:10px 16px;background:var(--petrol);color:white;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:.2s}.btn:hover{background:var(--petrol2)}.btn.gold{background:var(--gold)}.btn.light{background:#fff;color:var(--petrol);border:1px solid var(--line)}.btn.block{width:100%}.btn.small{padding:8px 12px;font-size:13px}.btn.outline{background:white;color:var(--gold);border:1px solid var(--gold)}.promo-grid{display:grid;grid-template-columns:320px 1fr 320px;gap:14px;margin-top:14px}.promo-tile{border-radius:18px;overflow:hidden;box-shadow:var(--soft);min-height:176px}.featured-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.categories-strip{margin:18px 0 14px;background:white;border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:repeat(10,1fr);overflow:hidden;box-shadow:var(--soft)}.cat-item{padding:16px 8px;text-align:center;border-left:1px solid var(--line);font-weight:800;color:#39464a}.cat-item:last-child{border-left:0}.cat-icon{font-size:28px;color:var(--gold);display:block;margin-bottom:7px}.benefits{background:white;border:1px solid var(--line);border-radius:18px;margin:18px 0;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:var(--soft);overflow:hidden}.benefit{padding:18px;border-left:1px solid var(--line);display:flex;gap:12px;align-items:center}.benefit:last-child{border-left:0}.benefit i{font-style:normal;font-size:28px;color:var(--petrol)}.newsletter{display:grid;grid-template-columns:1.3fr 1fr;gap:16px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;margin:18px 0}.newsletter form{display:flex;gap:10px}.newsletter input{height:44px;border:1px solid var(--line);border-radius:10px;padding:0 12px;flex:1}.footer{border-top:1px solid var(--line);padding:20px 0 32px;background:#fffaf4}.footer-grid{display:grid;grid-template-columns:1.8fr repeat(3,1fr) 1.8fr;gap:30px}.footer h4{color:var(--petrol);margin:0 0 12px}.footer a{display:block;margin:8px 0;color:#4d5c60}.social{display:flex;gap:10px}.social a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--petrol);color:white}.payments{display:flex;gap:10px;flex-wrap:wrap}.pay-pill{border:1px solid var(--line);border-radius:8px;background:white;padding:8px 12px;font-weight:800;color:var(--petrol)}.copy{text-align:center;color:#68777a;margin-top:20px}.mobile-bottom{display:none}.page-title{padding:28px 0}.page-title h1{margin:0;font-size:30px;color:var(--petrol)}.grid-products{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.product-page{display:grid;grid-template-columns:1.15fr .85fr;gap:26px;margin:28px 0}.gallery{background:white;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--soft)}.gallery .main-img{height:440px;background:#fffaf3;border-radius:16px;display:grid;place-items:center}.gallery .main-img img{max-height:380px;object-fit:contain}.product-info{background:white;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--soft)}.product-info h1{color:var(--petrol);margin-top:0}.info-line{display:flex;gap:10px;margin:12px 0;color:#42585c}.tabs{background:white;border:1px solid var(--line);border-radius:18px;padding:24px;margin:22px 0;box-shadow:var(--soft)}.cart-table,.data-table{width:100%;border-collapse:separate;border-spacing:0;background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--soft)}.cart-table th,.cart-table td,.data-table th,.data-table td{padding:14px;border-bottom:1px solid #f0e2ce;text-align:right}.cart-table th,.data-table th{background:#fff9ef;color:var(--petrol)}.cart-table tr:last-child td,.data-table tr:last-child td{border-bottom:0}.form-card{background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--soft);padding:24px;margin:22px 0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field label{display:block;font-weight:800;color:var(--petrol);margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:12px;min-height:44px;padding:10px 12px;background:white}.field textarea{min-height:120px}.alert{padding:14px 16px;border-radius:12px;margin:12px 0}.alert.ok{background:#E7F7ED;color:#177242}.alert.err{background:#FDECEC;color:#B83030}.auth-wrap{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#fffdf8,#f3e4cf)}.auth-card{width:min(460px,calc(100% - 30px));background:white;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:28px}.auth-card .brand{justify-content:center;margin-bottom:10px}.admin-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh;background:#FFFCF7}.admin-sidebar{background:#fff;border-left:1px solid var(--line);padding:20px;position:sticky;top:0;height:100vh}.admin-logo{display:flex;justify-content:center;margin-bottom:24px}.admin-logo img{height:80px}.admin-menu{display:flex;flex-direction:column;gap:6px}.admin-menu a{display:flex;align-items:center;gap:10px;padding:14px;border-radius:14px;color:#34484c;font-weight:800}.admin-menu a.active,.admin-menu a:hover{background:linear-gradient(90deg,var(--petrol),var(--petrol2));color:white}.admin-main{padding:22px 26px}.admin-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.admin-user{display:flex;align-items:center;gap:12px}.avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#f6e6cf,#d9ad62);display:grid;place-items:center;font-weight:900;color:var(--petrol);border:1px solid var(--line);overflow:hidden}.stats{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin:12px 0 22px}.stat{background:white;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--soft);min-height:112px}.stat .stat-title{color:var(--muted);font-weight:700}.stat .stat-value{font-size:26px;font-weight:900;color:var(--petrol);margin:10px 0}.stat .stat-icon{float:left;width:50px;height:50px;border-radius:50%;background:#fbf2e4;display:grid;place-items:center;color:var(--gold);font-size:24px}.stat .up{color:var(--green);font-weight:800}.dashboard-grid{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:16px}.panel{background:white;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--soft);margin-bottom:16px}.panel h3{margin-top:0;color:var(--petrol)}.chart-bars{height:230px;display:flex;align-items:end;gap:18px;border-bottom:1px solid var(--line);padding:16px 10px}.bar{flex:1;background:linear-gradient(180deg,var(--petrol2),var(--petrol));border-radius:10px 10px 0 0;position:relative}.bar span{position:absolute;bottom:-28px;right:50%;transform:translateX(50%);font-size:12px;color:#68777a}.line-chart{height:230px;background:linear-gradient(180deg,rgba(11,89,97,.08),transparent);border:1px solid #f1e6d5;border-radius:14px;padding:15px}.donut{width:205px;height:205px;border-radius:50%;background:conic-gradient(var(--petrol) 0 31%,var(--gold) 31% 56%,#DFC8A8 56% 78%,#84B98C 78% 93%,#D84645 93% 100%);margin:auto;display:grid;place-items:center}.donut div{width:118px;height:118px;border-radius:50%;background:white;display:grid;place-items:center;text-align:center;font-weight:900;color:var(--petrol)}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.quick-grid a{border:1px solid var(--line);border-radius:14px;min-height:78px;display:grid;place-items:center;text-align:center;color:var(--petrol);font-weight:800;background:#fffdf8}.quick-grid a b{font-size:24px;color:var(--gold)}.side-promo img,.promo-card img{border-radius:18px}.status{display:inline-flex;padding:6px 10px;border-radius:12px;font-weight:800;font-size:12px}.status.review,.status.pending{background:#fff4d9;color:#9A6615}.status.processing{background:#E8F0FF;color:#2E62B5}.status.shipped{background:#E6F6F8;color:#0A5961}.status.delivered{background:#E7F6EC;color:#177242}.status.cancelled,.status.refunded{background:#FCECEC;color:#B83030}.customer-shell{padding:18px 0 90px}.customer-hero{border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--soft);position:relative}.customer-hero img{height:260px;width:100%;object-fit:cover}.customer-hero .customer-text{position:absolute;top:44px;right:420px;color:var(--petrol)}.customer-hero h1{font-size:42px;margin:12px 0}.points{position:absolute;bottom:36px;left:55px;background:linear-gradient(90deg,var(--petrol),var(--petrol2));color:white;border-radius:16px;padding:16px 30px;font-size:24px;font-weight:900}.customer-stats{grid-template-columns:repeat(4,1fr)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-login-brand img{height:100px;margin:auto}.menu-toggle{display:none}.drawer-backdrop{display:none}.empty{padding:40px;text-align:center;color:var(--muted)}
@media(max-width:1200px){.carousel{grid-template-columns:repeat(4,1fr)}.promo-grid{grid-template-columns:1fr}.featured-row{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(3,1fr)}.dashboard-grid{grid-template-columns:1fr}.grid-products{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){body{background:#FFFCF7}.container{width:calc(100% - 26px)}.topbar,.nav,.header-icons .desktop-only{display:none}.main-header{position:relative}.header-row{height:auto;display:grid;grid-template-columns:1fr auto 1fr;gap:8px;padding:12px 0}.brand{grid-column:2;grid-row:1;justify-content:center}.brand img{height:78px;width:185px}.hamb{grid-column:3;grid-row:1;justify-self:end}.header-icons{grid-column:1;grid-row:1;justify-content:flex-start}.search{grid-column:1/4;grid-row:2;width:100%;max-width:none;min-width:0}.hero img{height:250px;object-position:center}.slider-arrow{width:36px;height:36px;font-size:23px}.ad-slot{height:54px}.carousel{display:flex;overflow-x:auto;gap:12px;padding-bottom:6px;scroll-snap-type:x mandatory}.product-card{min-width:172px;scroll-snap-align:start}.product-img{height:135px}.promo-grid{display:block}.promo-tile{margin:12px 0}.featured-row{display:flex;overflow-x:auto}.featured-row .product-card{min-width:170px}.categories-strip{display:flex;overflow-x:auto}.cat-item{min-width:120px}.benefits{grid-template-columns:repeat(2,1fr)}.newsletter{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.mobile-bottom{display:grid;position:fixed;bottom:0;right:0;left:0;height:76px;background:rgba(255,253,248,.96);backdrop-filter:blur(16px);border-top:1px solid var(--line);z-index:80;grid-template-columns:repeat(5,1fr);box-shadow:0 -10px 24px rgba(0,0,0,.06)}.mobile-bottom a{display:grid;place-items:center;font-size:12px;color:#34484c}.mobile-bottom a.active{color:var(--petrol);font-weight:900}.mobile-bottom .home-dot{margin-top:-26px;width:72px;height:72px;background:var(--petrol);color:white;border-radius:50%;box-shadow:0 10px 20px rgba(7,62,69,.2)}.grid-products{display:flex;overflow-x:auto}.grid-products .product-card{min-width:180px}.product-page{grid-template-columns:1fr}.gallery .main-img{height:320px}.form-grid{grid-template-columns:1fr}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:fixed;right:-300px;top:0;width:270px;z-index:100;transition:.25s}.admin-sidebar.open{right:0}.drawer-backdrop.open{display:block;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:90}.admin-main{padding:16px}.menu-toggle{display:grid;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;place-items:center;background:white}.stats{grid-template-columns:repeat(2,1fr)}.stat .stat-value{font-size:22px}.data-table{font-size:13px}.data-table th:nth-child(4),.data-table td:nth-child(4){display:none}.customer-hero img{height:190px}.customer-hero .customer-text{position:static;padding:18px}.customer-hero h1{font-size:30px}.points{position:static;margin:12px}.customer-stats{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:1fr}}
@media(max-width:520px){.container{width:calc(100% - 18px)}.hero img{height:222px}.carousel .product-card,.featured-row .product-card,.grid-products .product-card{min-width:156px}.product-actions{flex-direction:column}.benefits{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr;gap:10px}.stat{padding:12px}.stat .stat-icon{width:38px;height:38px}.stat .stat-value{font-size:20px}.dashboard-grid .panel{overflow:auto}.quick-grid{grid-template-columns:repeat(2,1fr)}.cart-table{font-size:13px}.cart-table th:nth-child(3),.cart-table td:nth-child(3){display:none}}
/* fixes and enhanced interactive layout */
.admin-sidebar{height:100vh;position:sticky;top:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.admin-menu{padding-bottom:36px}.admin-menu a{min-height:44px}.admin-top .header-icons a{cursor:pointer}.dashboard-grid.two{grid-template-columns:1fr 1fr}.admin-tabs{display:flex;gap:10px;align-items:center;margin:14px 0}.admin-tabs .tab{padding:10px 18px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--petrol);font-weight:800}.admin-tabs .tab.active{background:var(--petrol);color:white}.order-status-form{display:grid;gap:6px}.order-status-form input,.order-status-form select{border:1px solid var(--line);border-radius:10px;min-height:34px;padding:6px}.mobile-menu-panel{position:fixed;z-index:120;top:82px;right:18px;left:18px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:14px}.mobile-menu-panel a{display:block;padding:13px;border-bottom:1px solid var(--line);font-weight:800}.mobile-menu-panel a:last-child{border-bottom:0}.hero.ts-slider{height:320px;background:#f7efe3}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease}.hero-slide.active{opacity:1;visibility:visible}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-caption{position:absolute;right:10%;top:18%;max-width:460px;color:var(--petrol);z-index:3}.hero-caption h1{font-size:56px;line-height:1.1;margin:0 0 12px;font-weight:900;color:var(--petrol)}.hero-caption h1::first-line{color:var(--petrol)}.hero-caption p{font-size:18px;margin:0 0 20px;color:#365156}.popular-slider{scroll-behavior:smooth;overflow-x:auto;scrollbar-width:none}.popular-slider::-webkit-scrollbar{display:none}.main-products{margin-bottom:18px}.fav.active,.fav:hover{background:var(--petrol);color:white;border-color:var(--petrol)}.page-content{font-size:18px;line-height:2}.lang-en{direction:ltr}.lang-en .topbar,.lang-en .main-header,.lang-en .footer,.lang-en main{direction:ltr}.lang-en .hero-caption{right:auto;left:10%}.lang-en .slider-arrow.left{right:28px;left:auto}.lang-en .slider-arrow.right{left:28px;right:auto}.lang-en .product-actions{direction:ltr}.lang-en .data-table th,.lang-en .data-table td{text-align:left}.field small{display:block;color:var(--muted);margin-top:5px}.panel h2,.form-card h2{margin-top:0;color:var(--petrol)}
@media(max-width:820px){.hero.ts-slider{height:250px}.hero-caption{right:26px;top:34px;max-width:250px}.hero-caption h1{font-size:32px}.hero-caption p{font-size:13px}.dashboard-grid.two{grid-template-columns:1fr}.admin-sidebar{position:fixed;top:0;height:100vh}.admin-top .search{max-width:none!important;width:100%!important}.admin-top{flex-wrap:wrap}.mobile-menu-panel{top:96px}.lang-en .hero-caption{left:26px}.hero-slide img{object-position:center}.main-products{display:flex;overflow:auto}.main-products .product-card{min-width:170px}}
@media(max-width:520px){.hero.ts-slider{height:225px}.hero-caption{top:28px;right:22px;max-width:190px}.hero-caption h1{font-size:26px}.hero-caption p{font-size:12px}.hero-caption .btn.light{display:none}.admin-tabs{flex-wrap:wrap}}

/* v3 fixes requested */
.hero.ts-slider{height:320px;border-radius:20px;overflow:hidden;background:#fbf6ed}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-caption{left:8%;right:auto;top:17%;max-width:430px;text-align:right}.hero-caption h1{font-size:58px;line-height:1.1;margin:0 0 12px;color:var(--petrol);font-weight:900}.hero-caption h1 b{color:var(--gold)}.hero-caption p{font-size:18px;color:#31565a}.lang-en .hero-caption{left:8%;right:auto;text-align:left}.lang-en .hero-caption h1{font-size:50px}.promo-grid{grid-template-columns:1.08fr 2.5fr 1.08fr;align-items:stretch}.featured-row{grid-template-columns:repeat(4,minmax(185px,1fr));gap:12px}.featured-row .product-card{min-width:0}.product-card{min-height:275px}.product-title{min-height:38px}.product-actions{gap:8px}.newsletter button,.newsletter .btn{white-space:nowrap}.payments{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.pay-pill{min-width:74px;text-align:center;background:#fff;border:1px solid #eadcc6;border-radius:10px;padding:8px 10px;color:#163f45;font-weight:900;box-shadow:0 4px 12px rgba(0,0,0,.035)}.social a{font-family:Arial, sans-serif;text-transform:none;font-size:14px}.social a.social-instagram::before{content:'◎'}.social a.social-facebook::before{content:'f';font-weight:900}.social a.social-x::before{content:'𝕏';font-weight:900}.social a.social-youtube::before{content:'▶';font-size:13px}.social a.social-whatsapp::before{content:'☏';font-weight:900}.social a span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.admin-menu .group-label{padding:14px 22px 7px;color:#d9b76d;font-size:12px;font-weight:900}.product-image-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.payment-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:15px 0}.payment-card{border:1px solid var(--line);border-radius:16px;background:#fffdf8;padding:15px}.payment-card.active{border-color:var(--gold);box-shadow:0 8px 24px rgba(183,132,44,.15)}.payment-card input{margin-left:8px}.readonly-box{background:#fffdf8;border:1px dashed #d8c9ac;border-radius:14px;padding:14px;line-height:1.9}.mini-muted{font-size:12px;color:var(--muted)}.stats-full{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.live-visitor{display:grid;grid-template-columns:80px 1fr 1fr 1fr;gap:8px;align-items:center;border-bottom:1px solid var(--line);padding:10px 0}.hero-caption .btn{min-width:150px}.auth-card .brand-mini{height:90px}
@media(max-width:1100px){.promo-grid{grid-template-columns:1fr}.featured-row{display:flex;overflow:auto}.featured-row .product-card{min-width:190px}}
@media(max-width:820px){.hero.ts-slider{height:245px}.hero-caption{left:28px;right:auto;top:34px;max-width:235px}.hero-caption h1{font-size:31px}.hero-caption p{font-size:13px}.hero-caption .btn{min-width:108px;padding:10px 14px}.product-image-row{grid-template-columns:1fr}.live-visitor{grid-template-columns:1fr;gap:2px}.lang-en .hero-caption h1{font-size:28px}}
@media(max-width:520px){.hero.ts-slider{height:222px}.hero-caption{left:22px;right:auto;top:28px;max-width:190px}.hero-caption h1{font-size:26px}.hero-caption p{font-size:12px}.hero-caption .btn.light{display:none}.promo-grid{display:block}.product-card{min-height:260px}.pay-pill{min-width:auto}}

/* V4 polish: payment safety, products list, newsletter, zoom, richer cards */
.products-page-head{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.products-search{display:flex;gap:10px;min-width:min(620px,100%)}.products-search input,.inline-search input{border:1px solid var(--line);border-radius:12px;min-height:42px;padding:8px 12px;background:white}.products-search input{flex:1}.center-actions{text-align:center;margin:18px 0}.is-hidden{display:none!important}.panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.inline-search{display:flex;gap:8px;align-items:center}.featured-products-slider{background:linear-gradient(180deg,#fffdf8,#fffaf3);border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--soft)}.crown{color:var(--gold)}
.product-card{border-radius:18px}.product-img{height:178px;border-radius:16px;margin:10px 10px 0;padding:10px;border:1px solid #f0e2ce;overflow:hidden}.product-img img{height:150px;transition:transform .25s ease}.product-card:hover .product-img img{transform:scale(1.06)}.main-products .product-card .product-img{height:190px}.main-products .product-card .product-img img{height:160px}.gallery .main-img{overflow:hidden;border:1px solid #eadcc6;border-radius:22px;background:linear-gradient(180deg,#fffaf3,#fff)}.zoom-box img{transition:transform .2s ease;cursor:zoom-in}.zoom-box:hover img{transform:scale(1.85)}
.compact-newsletter{grid-template-columns:1fr auto;align-items:center;max-width:860px;margin-inline:auto;padding:14px 16px}.compact-newsletter h3{font-size:18px;margin:0 0 4px}.compact-newsletter p{margin:0}.compact-newsletter form{min-width:380px}.compact-newsletter input{height:42px}.benefits{margin-top:12px}.footer-grid{align-items:start}.pay-logo{height:34px;min-width:72px;padding:0 10px;border-radius:9px;border:1px solid #eadcc6;background:#fff;box-shadow:0 6px 14px rgba(0,0,0,.04);display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;letter-spacing:.2px}.pay-paypal span{color:#003087}.pay-stripe span{color:#635bff}.pay-tap span{color:#052f36}.pay-mada span{color:#1d9f73}.pay-visa span{color:#1434cb}.pay-master span{color:#eb001b}.pay-apple span{color:#111}.pay-stc span{color:#4f2bc0}.pay-bank span,.pay-western span,.pay-moneygram span{color:#b7832d}.social a{position:relative;font-size:0!important}.social a:before{font-size:16px}.social-whatsapp:before{content:'☎'!important}.social-youtube:before{content:'▶'!important}.social-instagram:before{content:'◎'!important}.social-facebook:before{content:'f'!important}.social-x:before{content:'𝕏'!important}.visit-link{color:var(--petrol);font-weight:800;text-decoration:underline}.payment-page .alert.err{font-weight:800}.contact-side{align-self:start}.contact-box textarea{min-height:160px}.load-more-table .is-hidden{display:none!important}
@media(max-width:820px){.products-page-head{display:block}.products-search{min-width:0;width:100%;margin-top:12px}.compact-newsletter{grid-template-columns:1fr}.compact-newsletter form{min-width:0;width:100%}.product-img{height:150px}.product-img img{height:128px}.main-products .product-card .product-img{height:150px}.main-products .product-card .product-img img{height:128px}.panel-title-row{display:block}.inline-search{margin-top:10px}.inline-search input{width:100%}}

/* V5 polish requested: featured offers as luxury slider + bottom layout matching approved sample */
.luxury-offers-block{
  display:grid;
  grid-template-columns:1.05fr 2.45fr 1.05fr;
  gap:14px;
  align-items:stretch;
  margin:16px 0 14px;
}
.luxury-offers-block .offers-center{
  min-width:0;
  background:#fffdf8;
  border:1px solid var(--line);
  border-radius:16px;
  padding:10px 12px 12px;
  box-shadow:var(--soft);
  overflow:hidden;
}
.luxury-offers-block .section-head{margin:0 0 8px}.luxury-offers-block .section-head h2{font-size:20px;color:var(--gold)}
.featured-offers-carousel{
  display:flex!important;
  gap:12px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:1px 1px 4px;
}
.featured-offers-carousel::-webkit-scrollbar{display:none}
.featured-offers-carousel .product-card{
  flex:0 0 210px;
  min-width:210px;
  min-height:254px;
  border-radius:14px;
  box-shadow:0 10px 24px rgba(7,62,69,.055);
}
.featured-offers-carousel .product-img{height:138px;padding:10px;background:linear-gradient(180deg,#fff,#fffaf2)}
.featured-offers-carousel .product-img img{height:116px;object-fit:contain}
.featured-offers-carousel .product-title{font-size:14px;min-height:32px;line-height:1.45;text-align:center}
.featured-offers-carousel .product-actions .btn{padding:7px 9px;font-size:12px;border-radius:8px}
.side-promo{border-radius:16px;overflow:hidden;border:1px solid #dbc49d;background:var(--petrol);box-shadow:var(--soft)}
.side-promo img{width:100%;height:100%;min-height:178px;object-fit:cover}
.luxury-categories{
  margin:12px 0 14px;
  padding:0;
  background:#fffdf8;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--soft);
  overflow:hidden;
  display:grid;
  grid-template-columns:repeat(10,1fr);
}
.luxury-categories .cat-item{
  min-height:82px;
  border-inline-start:1px solid #efe0c9;
  padding:10px 8px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-weight:800;
  color:#243d41;
  background:linear-gradient(180deg,#fffdf8,#fffaf3);
}
.luxury-categories .cat-item:last-child{border-inline-start:0}
.luxury-categories .cat-item:hover{background:#fff6e8;color:var(--gold);transform:none}
.luxury-categories .cat-icon{
  width:38px;height:38px;border-radius:50%;display:grid;place-items:center;
  color:var(--gold);background:#fff;border:1px solid #ead7b8;font-size:20px;box-shadow:0 8px 18px rgba(183,132,44,.08)
}
.footer{background:#fffdf8;border-top:1px solid var(--line);padding-top:12px;margin-top:0}
.compact-newsletter{
  max-width:none;
  width:100%;
  margin:0 0 10px;
  display:grid;
  grid-template-columns:1.2fr 1.5fr;
  gap:16px;
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(180deg,#fffdf8,#fffaf3);
  box-shadow:var(--soft);
}
.compact-newsletter form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;min-width:0}
.compact-newsletter input{border:1px solid #e8d8be;border-radius:10px;background:#fff;height:42px;padding:0 12px;min-width:0}
.compact-newsletter .btn{height:42px;padding-inline:20px;background:var(--petrol);border-radius:10px}.compact-newsletter .btn:hover{background:var(--petrol2)}
.benefits{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
  margin:10px 0 14px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  overflow:hidden;
  box-shadow:var(--soft);
}
.benefit{
  display:flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 10px;border-inline-start:1px solid #efe0c9;text-align:right;min-height:76px;
}
.benefit:last-child{border-inline-start:0}.benefit i{font-style:normal;font-size:24px;color:var(--petrol)}.benefit b{color:var(--petrol)}
.footer-grid{
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr) 1.25fr;
  gap:28px;
  padding:16px 0 14px;
  border-top:1px solid #efe0c9;
}
.footer-grid h4{margin:0 0 10px;color:var(--petrol);font-size:16px}.footer-grid a{display:block;margin:7px 0;color:#4a5c60}.footer-grid a:hover{color:var(--gold)}
.footer-grid .social{display:flex;gap:10px;margin-top:12px}.footer-grid .social a{width:34px;height:34px;border-radius:50%;background:var(--petrol);color:#fff;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15)}
.pay-logo{height:34px;min-width:72px;margin:0 3px 7px}.copy{border-top:1px solid #efe0c9;text-align:center;padding:12px 0;color:#68787a;font-size:13px}
@media(max-width:1100px){.luxury-offers-block{grid-template-columns:1fr}.side-promo img{height:180px}.luxury-categories{grid-template-columns:repeat(5,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.benefits{grid-template-columns:1fr 1fr}.compact-newsletter{grid-template-columns:1fr}}
@media(max-width:620px){.luxury-categories{display:flex;overflow-x:auto}.luxury-categories .cat-item{min-width:112px}.featured-offers-carousel .product-card{min-width:168px;flex-basis:168px}.side-promo img{height:150px}.footer-grid{grid-template-columns:1fr}.benefits{grid-template-columns:1fr}.compact-newsletter form{grid-template-columns:1fr}.compact-newsletter .btn{width:100%}}

/* V6: functional offer and popular sliders + refined sample-matched bottom area */
.search .icon{border:0;cursor:pointer;font-size:19px;line-height:1}.search .icon:hover{background:var(--petrol2)}
.popular-slider,
.featured-offers-carousel{
  display:flex!important;
  grid-template-columns:none!important;
  overflow:hidden;
  scroll-behavior:smooth;
  direction:ltr;
  gap:14px;
}
.popular-slider .product-card,
.featured-offers-carousel .product-card{
  direction:rtl;
  flex:0 0 220px;
  min-width:220px;
}
.featured-products-slider{padding:12px;background:linear-gradient(180deg,#fffdf8,#fffaf2);border:1px solid var(--line);border-radius:18px;box-shadow:var(--soft)}
.most-requested-slider{padding:2px 1px 10px}
.luxury-offers-block{
  direction:ltr;
  grid-template-columns:320px minmax(0,1fr) 320px;
  align-items:stretch;
  gap:14px;
  margin:14px 0 18px;
}
.luxury-offers-block>*{direction:rtl}
.luxury-offers-block .offers-center{min-height:188px;background:#fffdf8;border-radius:16px;padding:10px 12px;border:1px solid var(--line);box-shadow:var(--soft)}
.side-ad{height:100%!important;min-height:178px;margin:0!important;border-radius:16px;background:#fbfbfb;color:#9a9a9a;border:1px dashed #d7d7d7;align-self:stretch}
.side-ad:after{content:'300×250';position:absolute;bottom:14px;left:0;right:0;text-align:center;color:#aaa;font-size:13px}.side-ad:before{opacity:.55}
.promo-side-slider{position:relative;min-height:178px;border-radius:16px;background:var(--petrol);overflow:hidden}
.promo-side-slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;display:block;color:white}.promo-side-slide.active{opacity:1;z-index:2}
.promo-side-slide img{width:100%;height:100%;min-height:178px;object-fit:cover;filter:saturate(1.03)}
.promo-side-slide:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,48,54,.15),rgba(5,48,54,.68))}
.promo-side-slide span{position:absolute;right:22px;top:50%;transform:translateY(-50%);max-width:56%;text-align:right;z-index:3;color:#fff}.promo-side-slide b{display:block;font-size:23px;margin-bottom:6px}.promo-side-slide em{font-style:normal;color:#f6d492;font-size:14px}
.featured-offers-carousel{padding:1px 1px 5px}.featured-offers-carousel .product-card{flex-basis:205px;min-width:205px;min-height:250px}.featured-offers-carousel .product-img{height:136px}.featured-offers-carousel .product-img img{height:116px}
.product-img{border-radius:18px;background:linear-gradient(180deg,#fff,#fffaf2);clip-path:inset(0 round 18px)}
.product-img img{border-radius:14px;clip-path:inset(0 round 14px);max-width:94%;object-fit:contain}.gallery .main-img img{border-radius:20px;clip-path:inset(0 round 20px)}
.product-card:hover .product-img{border-color:#ddc292;box-shadow:0 10px 24px rgba(183,132,44,.09)}
.pay-logo{min-width:74px;height:36px;border-radius:10px}.pay-stripe,.pay-tap,.pay-master{display:none!important}.payments{align-items:center}.pay-paypal span{font-weight:900;color:#003087}.pay-apple span{font-weight:900;color:#111}.pay-stc span{font-weight:900;color:#4f2bc0}.pay-bank span{font-weight:900;color:#976a22}
.luxury-categories{margin-top:14px}.compact-newsletter{margin-top:4px}.benefits{margin-top:10px}
@media(max-width:1100px){.luxury-offers-block{grid-template-columns:1fr}.side-ad{min-height:90px}.promo-side-slider{min-height:160px}.popular-slider .product-card,.featured-offers-carousel .product-card{flex-basis:190px;min-width:190px}}
@media(max-width:620px){.popular-slider .product-card,.featured-offers-carousel .product-card{flex-basis:168px;min-width:168px}.luxury-offers-block{display:block}.side-ad{margin:12px 0!important}.promo-side-slider{margin-top:12px}.promo-side-slide span{right:16px}.promo-side-slide b{font-size:19px}}


/* V7 requested fixes: static offers, remove side promo, larger cropped product images, footer payments control */
.offers-static-block{grid-template-columns:300px 1fr;direction:ltr;align-items:stretch;gap:14px}.offers-static-block>*{direction:rtl}.offers-static-block .ad-side-wrap{min-height:100%;display:flex}.offers-static-block .ad-side-wrap .ad-slot{width:100%;height:auto;min-height:185px;margin:0}.offers-static-block .offers-center{min-height:185px}.featured-offers-static{display:grid;grid-template-columns:repeat(4,minmax(175px,1fr));gap:12px;overflow:visible!important}.featured-offers-static .product-card{min-width:0!important;flex-basis:auto!important}.most-requested-static{display:grid!important;grid-template-columns:repeat(6,1fr);overflow:visible!important}.most-requested-static .product-card{min-width:0!important;flex-basis:auto!important}.promo-side-slider,.promo-side-slide,.side-promo{display:none!important}
.product-card .discount{display:grid!important;z-index:5;box-shadow:0 8px 20px rgba(183,132,44,.22);border:2px solid #fff6e7}.product-img{height:198px!important;padding:6px!important;border-radius:20px!important;background:linear-gradient(180deg,#fffefb,#fff8ed);clip-path:inset(0 round 20px)}.product-img img{height:100%!important;width:100%!important;max-width:100%!important;object-fit:contain;transform:scale(1.12);border-radius:16px;clip-path:inset(2% 2% 2% 2% round 16px)}.product-card:hover .product-img img{transform:scale(1.2)}.featured-offers-static .product-img{height:142px!important}.featured-offers-static .product-img img{height:100%!important;transform:scale(1.08)}.main-products .product-card .product-img{height:210px!important}.main-products .product-card .product-img img{height:100%!important;transform:scale(1.12)}.gallery .main-img{border-radius:24px!important;clip-path:inset(0 round 24px)}.gallery .main-img img{border-radius:20px;clip-path:inset(2% 2% 2% 2% round 20px)}
.pay-moneygram{display:none!important}.payments .pay-logo{height:36px;min-width:78px}.search button.icon{cursor:pointer;border:0}.search:focus-within{border-color:var(--gold);box-shadow:0 8px 24px rgba(183,132,44,.12)}
@media(max-width:1100px){.offers-static-block{grid-template-columns:1fr}.most-requested-static{display:flex!important;overflow-x:auto!important}.most-requested-static .product-card{min-width:190px!important}.featured-offers-static{display:flex;overflow-x:auto!important}.featured-offers-static .product-card{min-width:185px!important}.offers-static-block .ad-side-wrap .ad-slot{min-height:90px}}
@media(max-width:620px){.product-img{height:160px!important}.product-img img{transform:scale(1.08)}.featured-offers-static .product-card,.most-requested-static .product-card{min-width:165px!important}.featured-offers-static .product-img{height:130px!important}.main-products .product-card .product-img{height:160px!important}}

/* V8: fix most-requested cards stretching + smaller product detail discount badge */
.most-requested-static.carousel,
#popular + .most-requested-static{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(190px,1fr))!important;
  gap:14px!important;
  overflow:visible!important;
  direction:rtl!important;
  align-items:stretch!important;
}
.most-requested-static .product-card{
  min-width:0!important;
  width:100%!important;
  max-width:230px!important;
  justify-self:stretch!important;
  flex:none!important;
}
.most-requested-static .product-img{
  height:178px!important;
}
.most-requested-static .product-img img{
  height:100%!important;
  transform:scale(1.08)!important;
}
.most-requested-static .product-card:hover .product-img img{
  transform:scale(1.15)!important;
}
.product-detail-discount{
  position:static!important;
  display:inline-grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:50%!important;
  margin-inline-start:8px!important;
  background:linear-gradient(135deg,var(--gold),#C4923A)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 6px 16px rgba(183,132,44,.18)!important;
  border:2px solid #fff6e7!important;
}
@media(max-width:620px){
  .most-requested-static.carousel,
  #popular + .most-requested-static{
    display:flex!important;
    overflow-x:auto!important;
    gap:12px!important;
  }
  .most-requested-static .product-card{
    min-width:165px!important;
    width:165px!important;
    max-width:165px!important;
  }
  .most-requested-static .product-img{height:140px!important;}
}

/* V9: premium Tsawqo logo + controllable featured product carousel */
.brand img{height:82px!important;width:238px!important;object-fit:contain!important}.admin-logo img{height:94px!important;width:230px!important;object-fit:contain!important}.footer-grid img[alt="تسوقوا"]{height:98px!important;max-width:240px!important;object-fit:contain!important}
.carousel-shell{position:relative}.carousel-shell .featured-products-slider{padding-inline:46px!important}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:rgba(255,253,248,.96);color:var(--petrol);box-shadow:0 10px 22px rgba(10,55,60,.10);font-size:29px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:.2s}.carousel-arrow:hover{background:var(--petrol);color:#fff;border-color:var(--petrol)}.carousel-prev{right:10px}.carousel-next{left:10px}.lang-en .carousel-prev{left:10px;right:auto}.lang-en .carousel-next{right:10px;left:auto}.featured-products-slider{scroll-snap-type:x proximity}.featured-products-slider .product-card{scroll-snap-align:start}
@media(max-width:760px){.brand img{height:70px!important;width:192px!important}.carousel-shell .featured-products-slider{padding-inline:38px!important}.carousel-arrow{width:36px;height:36px;font-size:25px}.admin-logo img{height:76px!important;width:180px!important}}
/* V10 smart affiliate importer + logo upload fixes */
.logo-preview{margin-top:10px;padding:12px;border:1px dashed var(--border,#eadcc8);border-radius:16px;background:#fffdf8;width:max-content;max-width:100%}
.logo-preview img{height:74px;max-width:240px;object-fit:contain;display:block}
.admin-logo img,.brand img{object-fit:contain}.admin-login-brand img{height:96px;object-fit:contain}.auth-card .brand img{height:92px;object-fit:contain}
.import-workflow{display:flex;align-items:center;gap:14px;margin:16px 0 22px;padding:18px;border:1px solid var(--border,#eadcc8);border-radius:22px;background:linear-gradient(180deg,#fff,#fffaf2)}
.flow-step{display:flex;align-items:center;gap:10px;color:#53636a;white-space:nowrap}.flow-step b{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e4d5bd;color:#b7832f}.flow-step.active b{background:linear-gradient(135deg,#c9943b,#f2d19a);color:#fff}.flow-line{height:1px;flex:1;border-top:1px dashed #d8c7ad}
.admin-grid.two-cols{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;align-items:start}.source-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:12px 0 18px}.source-cards label{cursor:pointer}.source-cards input{display:none}.source-cards span{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:72px;border:1px solid #eadcc8;border-radius:16px;background:#fff;box-shadow:0 6px 18px rgba(20,43,43,.04);font-weight:800;color:#083f45;text-align:center}.source-cards small{font-weight:500;color:#777;margin-top:4px}.source-cards input:checked+span{border-color:#c6943a;background:linear-gradient(180deg,#fffaf0,#fff);box-shadow:0 8px 24px rgba(189,133,39,.13)}
.button-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.check-list{list-style:none;padding:0;margin:0}.check-list li{padding:11px 0;border-bottom:1px solid #f0e6d7}.check-list li:before{content:'✓';display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-left:8px;border-radius:50%;background:#eaf6ef;color:#1b8e45;font-weight:900}.mini-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;padding:10px 0;border-bottom:1px solid #f0e6d7}.mini-row small{color:#888}.table-product-img{width:64px;height:64px;object-fit:contain;border-radius:18px;background:#fff8ef;border:1px solid #eadcc8;padding:5px}.btn.danger{background:#e54b4b;color:white;border-color:#e54b4b}.mini-muted{font-size:12px;color:#7c858a}@media(max-width:980px){.admin-grid.two-cols{grid-template-columns:1fr}.source-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.import-workflow{overflow:auto}.flow-line{min-width:36px}}
/* V13: SEO product description editor and display */
.seo-editor-toolbar{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 8px;padding:10px;border:1px solid #eadcc6;background:#fffaf2;border-radius:12px}
.seo-editor-toolbar button{border:1px solid #d9bd83;background:#fff;color:#0a5961;border-radius:9px;padding:7px 12px;font-weight:900;cursor:pointer;min-width:46px}
.seo-editor-toolbar button:hover{background:#0a5961;color:#fff;border-color:#0a5961}
.seo-editor{font-family:inherit;line-height:1.9;min-height:210px!important;direction:rtl}
.product-description.seo-content{font-size:16px;line-height:1.65;color:#46565a;margin:14px 0 18px;background:#fffaf4;border:1px solid #f0e1c9;border-radius:16px;padding:16px 18px}
.product-description.seo-content h3{margin:0 0 10px;color:#0a5961;font-size:22px;line-height:1.5}
.product-description.seo-content h4{margin:14px 0 7px;color:#b7832d;font-size:18px}
.product-description.seo-content p{margin:8px 0}
.product-description.seo-content ul,.product-description.seo-content ol{margin:8px 22px 8px 0;padding:0}
.product-description.seo-content li{margin:5px 0}
.product-description.seo-content blockquote{margin:10px 0;padding:12px 14px;border-right:4px solid #d5a450;background:#fff;border-radius:10px;color:#39484c}
.product-description.seo-content strong{color:inherit;font-weight:inherit}
.product-description.seo-content,.product-description.seo-content p,.product-description.seo-content li,.product-description.seo-content td{font-weight:400}
.product-description.seo-content p,.product-description.seo-content li{font-size:16px;line-height:1.75}
.product-description.seo-content h3{font-weight:800}
.product-description.seo-content h4{font-weight:700}
/* V14 visual WYSIWYG editor */
.wysiwyg-toolbar{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 0;padding:10px;border:1px solid rgba(21,80,79,.12);border-bottom:0;border-radius:18px 18px 0 0;background:#fbf7ef}
.wysiwyg-toolbar button{border:1px solid rgba(21,80,79,.18);background:#fff;border-radius:11px;padding:7px 10px;cursor:pointer;color:#174b49;font-weight:700;font-family:inherit;line-height:1}
.wysiwyg-toolbar button:hover{background:#edf6f3;border-color:#c4aa63;color:#0d3737}
.wysiwyg-editor{min-height:190px;border:1px solid rgba(21,80,79,.12);border-radius:0 0 18px 18px;background:#fff;padding:16px 18px;line-height:1.9;outline:none;overflow:auto;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.wysiwyg-editor:focus{border-color:#c4aa63;box-shadow:0 0 0 3px rgba(196,170,99,.16)}
.wysiwyg-editor:empty:before{content:attr(data-placeholder);color:#9b9b9b;pointer-events:none}
.wysiwyg-editor h3{margin:.2rem 0 .8rem;color:#0e3b3a;font-size:1.25rem}
.wysiwyg-editor h4{margin:1rem 0 .55rem;color:#174b49}
.wysiwyg-editor ul,.wysiwyg-editor ol{padding-inline-start:24px;margin:.6rem 0}
.wysiwyg-editor blockquote{border-inline-start:4px solid #c4aa63;background:#fbf7ef;margin:12px 0;padding:10px 14px;border-radius:12px}
.wysiwyg-editor font[size="5"], .seo-content font[size="5"]{font-size:1.25em}
.wysiwyg-editor font[size="2"], .seo-content font[size="2"]{font-size:.9em}

/* V15 import/review refinements */
.import-publish-options,.bulk-publish-tools{display:flex;gap:12px;align-items:center;flex-wrap:wrap;background:#fffaf0;border:1px solid rgba(191,152,80,.25);border-radius:18px;padding:12px 14px;margin:12px 0;color:#26433e}
.import-publish-options label,.bulk-publish-tools label{display:inline-flex;gap:6px;align-items:center;font-weight:700;white-space:nowrap}
.import-publish-options small{width:100%;color:#7b7467;font-weight:500}
.imported-image-note{display:flex;align-items:center;gap:12px;background:#f8f3e8;border:1px dashed rgba(191,152,80,.45);border-radius:18px;padding:10px;color:#5f594c}
.seo-content a{color:#0b6b62;font-weight:800;text-decoration:underline;text-underline-offset:3px}

/* V16 SEO internal product tags */
.product-tags{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 18px}
.tag-chip{display:inline-flex;align-items:center;border:1px solid rgba(192,145,74,.32);background:linear-gradient(180deg,#fffaf1,#fff);color:#0b4a4d;text-decoration:none;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:700;box-shadow:0 6px 18px rgba(14,72,74,.07)}
.tag-chip:hover{transform:translateY(-1px);border-color:#c0914a;background:#fff5df}
.empty-state{grid-column:1/-1;background:#fff;border:1px solid rgba(14,72,74,.1);border-radius:22px;padding:30px;text-align:center;color:#6b6b6b}
/* V20 AI import settings */
.ai-settings-box{display:flex;flex-direction:column;gap:12px;background:rgba(255,255,255,.58);border:1px solid rgba(190,154,83,.22);border-radius:18px;padding:14px;margin-bottom:14px}
.switch-line{display:flex;align-items:center;gap:9px;font-weight:800;color:#173f42}
.switch-line input{width:18px;height:18px;accent-color:#0e5b5c}
.danger-text{color:#9b3b2f;font-weight:700}.small-alert{font-size:12px;padding:9px;margin-top:8px}.ai-settings-box .field label{font-size:12px;font-weight:800;color:#456}.ai-settings-box input,.ai-settings-box select{border-radius:12px;border:1px solid #e6dcc8;padding:10px;background:#fff}

/* V25 customer/admin access, footer translation, message center and premium logo update */
.admin-entry-link{font-weight:900;color:#fff!important;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:6px 12px!important}
.main-header .admin-entry-link{color:var(--petrol)!important;background:#fffaf1;border-color:#eadcc6;border-radius:12px;padding:8px 12px!important}
.admin-view-site{background:#fffaf1;border:1px solid #eadcc6;border-radius:12px;padding:8px 12px;color:var(--petrol);font-weight:900}
.customer-clean-stats{grid-template-columns:repeat(3,1fr)!important}.clickable-stat{display:block;color:inherit}.clickable-stat:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.customer-quick-grid{grid-template-columns:repeat(2,1fr)}.customer-two-col{grid-template-columns:1.2fr .8fr}.message-list{display:flex;flex-direction:column;gap:12px}.message-card{background:#fffdf8;border:1px solid var(--line);border-radius:16px;padding:14px 16px}.message-card.from-support{border-color:#d7b064;background:#fffaf1}.message-head{display:flex;justify-content:space-between;gap:14px;color:var(--petrol);margin-bottom:6px}.message-head span{font-size:12px;color:var(--muted)}
.lang-en .footer-grid,.lang-en .footer,.lang-en .benefits,.lang-en .newsletter{text-align:left}.lang-en .footer a,.lang-en .footer p{direction:ltr}.lang-en .benefit{border-left:0;border-right:1px solid var(--line)}.lang-en .benefit:last-child{border-right:0}.lang-en .cat-item{border-left:0;border-right:1px solid var(--line)}
.brand img{height:92px!important;width:270px!important}.admin-logo img{height:104px!important;width:260px!important}.footer-grid img[alt="تسوقوا"]{height:108px!important;max-width:270px!important}.auth-card .brand img,.admin-login-brand img{height:108px!important}
@media(max-width:820px){.customer-clean-stats{grid-template-columns:1fr!important}.customer-two-col{grid-template-columns:1fr}.brand img{height:76px!important;width:210px!important}.admin-logo img{height:82px!important;width:200px!important}}

/* V27 PWA mobile app polish */
.pwa-install-btn{position:fixed;left:18px;bottom:86px;z-index:9999;border:0;border-radius:999px;padding:12px 18px;background:linear-gradient(135deg,#0d4c49,#153f3c);color:#fff;box-shadow:0 14px 40px rgba(13,76,73,.24);font-weight:800;cursor:pointer;border:1px solid rgba(212,172,93,.55)}
.pwa-install-btn:hover{transform:translateY(-2px)}
@media (display-mode: standalone){.pwa-install-btn{display:none!important}.topbar{display:none}.main-header{position:sticky;top:0;z-index:999}}
@media (max-width:768px){body{padding-bottom:74px}.main-header{position:sticky;top:0;z-index:900;background:rgba(250,247,238,.96);backdrop-filter:blur(14px)}.pwa-install-btn{left:12px;right:12px;bottom:76px;width:auto}.hero-wrap,.container{padding-left:12px;padding-right:12px}.grid-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{border-radius:22px}.product-card .product-img{min-height:165px}.mobile-bottom{box-shadow:0 -10px 30px rgba(0,0,0,.08)}}

/* V28: mobile web app mode without install prompt + UX refinements */
.pwa-install-btn{display:none!important}
.mobile-categories-quick{display:none}.mobile-cat-title{font-weight:900;color:var(--petrol);margin:6px 0 10px}.mobile-cat-rail{display:flex;gap:10px;overflow-x:auto;padding:4px 1px 8px;scrollbar-width:none}.mobile-cat-rail::-webkit-scrollbar{display:none}.mobile-cat-pill{min-width:96px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px 10px;text-align:center;box-shadow:0 8px 20px rgba(13,76,73,.055)}.mobile-cat-pill span{display:block;font-size:25px;margin-bottom:5px}.mobile-cat-pill b{display:block;font-size:12px;color:#263f44;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-share{margin-top:18px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fffaf3}.product-share b{display:block;color:var(--petrol);margin-bottom:10px}.share-links{display:flex;gap:8px;flex-wrap:wrap}.share-btn{border:0;border-radius:999px;padding:9px 13px;font-weight:900;color:#fff;background:var(--petrol);cursor:pointer;font-size:13px}.share-btn.whatsapp{background:#1a9e58}.share-btn.facebook{background:#1877f2}.share-btn.x{background:#111}.share-btn.instagram{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.share-btn.copy,.share-btn.native{background:#fff;color:var(--petrol);border:1px solid var(--line)}.share-btn.copied{background:var(--gold)!important;color:#fff!important}
.favicon-preview,.logo-preview{margin-top:10px;display:inline-grid;place-items:center;background:#fffaf2;border:1px dashed #d8bd83;border-radius:16px;padding:12px;min-width:94px;min-height:74px}.favicon-preview img{width:54px;height:54px;object-fit:contain}.logo-preview img{max-height:90px;max-width:220px;object-fit:contain}
.badge-soft{background:#eef7f5;border:1px solid #cfe4df;color:var(--petrol);border-radius:999px;padding:5px 10px;font-weight:900}.visitor-table-wrap{max-height:360px;overflow:auto}.data-table.compact th,.data-table.compact td{padding:10px 11px;font-size:13px}.country-stats{display:flex;flex-direction:column;gap:10px}.country-row{position:relative;border:1px solid var(--line);border-radius:14px;background:#fffdf8;padding:11px 13px;overflow:hidden}.country-row div{position:relative;z-index:2;display:flex;justify-content:space-between;gap:8px}.country-row span{color:var(--muted);font-size:13px}.country-row em{position:absolute;right:0;top:0;bottom:0;background:linear-gradient(90deg,rgba(185,134,52,.18),rgba(11,89,97,.08));z-index:1}.hour-bars{display:flex;gap:8px;align-items:flex-end;min-height:160px;overflow-x:auto;padding-top:12px}.hour-bar{min-width:44px;text-align:center;color:#596b70;font-size:12px}.hour-bar b{height:110px;border-radius:10px;background:#f7eee1;display:flex;align-items:flex-end;overflow:hidden;border:1px solid var(--line)}.hour-bar em{display:block;width:100%;background:linear-gradient(180deg,var(--gold2),var(--gold));border-radius:10px 10px 0 0}.hour-bar span,.hour-bar small{display:block;margin:4px 0}.visitor-list-limited{max-height:430px;overflow:auto;padding-inline-end:4px}
.admin-top{gap:14px}.admin-top .search{display:none!important}.admin-top .header-icons{margin-inline-start:auto}.admin-main{min-width:0}.admin-sidebar{z-index:100}.drawer-backdrop{display:none}
@media(max-width:820px){
  body.mobile-web-mode{background:#fffaf3;font-size:14px;padding-bottom:82px;-webkit-tap-highlight-color:transparent}.topbar{height:auto;min-height:42px}.topbar .container{height:auto;min-height:42px;gap:8px;overflow-x:auto}.topbar-actions{display:none}.topbar-links{gap:10px;font-size:12px;white-space:nowrap}.main-header{top:0}.header-row{height:auto;display:grid;grid-template-columns:44px 1fr auto;grid-template-rows:auto auto;gap:10px;padding:10px 0}.brand{grid-column:2;grid-row:1;justify-content:center}.brand img{height:60px!important;width:190px!important}.hamb{grid-column:1;grid-row:1}.header-icons{grid-column:3;grid-row:1}.header-icons .desktop-only{display:none!important}.search{grid-column:1/4;grid-row:2;height:43px;border-radius:18px;background:#fff;box-shadow:0 6px 14px rgba(13,76,73,.055)}.nav{display:none}.mobile-menu-panel{top:104px;right:10px;left:10px;border-radius:22px}.container{width:100%!important;padding-left:12px!important;padding-right:12px!important}.hero-wrap{padding-top:10px}.hero.ts-slider{height:360px!important;border-radius:26px;background:#f6ead8;box-shadow:0 16px 32px rgba(13,76,73,.08)}.hero-slide img{height:100%!important;object-fit:cover;object-position:center bottom;opacity:.94}.hero-caption{left:18px!important;right:18px!important;top:auto!important;bottom:42px!important;max-width:none!important;text-align:right!important;background:linear-gradient(180deg,rgba(255,253,248,.86),rgba(255,250,240,.96));border:1px solid rgba(232,217,196,.85);border-radius:22px;padding:16px;box-shadow:0 12px 28px rgba(13,76,73,.10);backdrop-filter:blur(8px)}.lang-en .hero-caption{text-align:left!important}.hero-caption h1{font-size:27px!important;line-height:1.25;margin-bottom:6px}.hero-caption p{font-size:13px!important;margin-bottom:11px}.hero-caption .btn{min-width:0!important;padding:10px 12px;border-radius:14px}.slider-arrow{width:34px!important;height:34px!important;font-size:22px!important;background:rgba(255,255,255,.92)}.slider-arrow.left{left:12px}.slider-arrow.right{right:12px}.dots{bottom:14px}.mobile-categories-quick{display:block;margin:8px 0 6px}.categories-strip.luxury-categories{display:none}.section-head{margin:16px 0 10px}.section-head h2{font-size:20px}.featured-products-slider,.popular-slider,.featured-row,.main-products,.grid-products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.carousel-shell .featured-products-slider{padding-inline:0!important}.carousel-arrow{display:none!important}.product-card{min-width:0!important;border-radius:22px!important;box-shadow:0 10px 22px rgba(13,76,73,.07);min-height:0!important}.product-img{height:180px!important;border-radius:22px 22px 18px 18px!important;padding:7px!important}.product-img img{height:100%!important;transform:scale(1.11)!important}.product-title{font-size:13.5px;line-height:1.45;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price .new{font-size:16px}.price .old{font-size:12px}.rating{font-size:12px}.product-actions{flex-direction:column;gap:7px}.product-actions .btn{width:100%;font-size:12px;padding:8px}.discount{width:42px;height:42px;font-size:11px}.promo-grid.luxury-offers-block,.offers-static-block{display:block}.featured-offers-static{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.ad-side-wrap{margin-bottom:12px}.newsletter{border-radius:24px;padding:16px}.newsletter form{flex-direction:column}.benefits{grid-template-columns:1fr!important;border-radius:24px}.benefit{border-left:0!important;border-bottom:1px solid var(--line)}.benefit:last-child{border-bottom:0}.footer-grid{grid-template-columns:1fr!important;gap:18px}.product-page{grid-template-columns:1fr!important;margin:12px 0}.gallery,.product-info,.tabs{border-radius:24px;padding:16px}.gallery .main-img{height:345px!important;border-radius:22px}.product-info h1{font-size:24px}.product-description.seo-content{font-size:16px;line-height:1.65;padding:14px;border-radius:18px}.share-links{display:grid;grid-template-columns:repeat(2,1fr)}.share-btn{text-align:center;width:100%}.mobile-bottom{height:78px;border-radius:24px 24px 0 0}.mobile-bottom .home-dot{width:68px;height:68px}
  .admin-shell{display:block;min-height:100vh}.admin-main{padding:12px!important}.admin-top{position:sticky;top:0;z-index:80;background:rgba(255,253,248,.96);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:18px;margin-bottom:12px;padding:10px;display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.admin-user{min-width:0;flex:1}.admin-user .muted{display:none}.admin-user b{font-size:13px}.admin-top .header-icons{gap:8px}.admin-view-site span{display:none!important}.admin-sidebar{right:-310px;width:285px;border-radius:24px 0 0 24px;box-shadow:-18px 0 45px rgba(0,0,0,.16);overflow-y:auto}.admin-sidebar.open{right:0}.admin-menu a{border-radius:14px;padding:12px}.dashboard-grid.two,.visit-dashboard,.dashboard-grid,.stats-full,.form-grid,.admin-grid.two-cols{grid-template-columns:1fr!important}.data-table{display:block;overflow-x:auto;white-space:nowrap}.live-visitor.compact{grid-template-columns:1fr!important}.visitor-table-wrap{max-height:320px}.page-title{padding:14px 0}.page-title h1{font-size:24px}.panel,.form-card{border-radius:22px;padding:16px}.source-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:420px){.product-img{height:160px!important}.hero.ts-slider{height:340px!important}.hero-caption h1{font-size:24px!important}.hero-caption{padding:13px}.brand img{width:170px!important}.mobile-cat-pill{min-width:88px}.share-links{grid-template-columns:1fr}.product-card .fav{top:9px;right:9px}.discount{top:8px;left:8px}}


/* V29: mobile hero, compact share menu, mobile benefits, logo and font refinements */
:root{--font:'IBM Plex Sans Arabic','Tajawal','Cairo','Noto Kufi Arabic','Segoe UI',Tahoma,Arial,sans-serif;}
.hero-caption h1{font-size:42px!important;line-height:1.16!important;letter-spacing:-.5px}.hero-caption p{font-size:16px!important}.hero-caption .btn{min-width:136px!important}
.brand{margin-inline-start:0!important}.brand img{height:98px!important;width:292px!important;object-fit:contain!important}.main-header .header-row{gap:14px}.footer-grid img[alt="تسوقوا"]{height:108px!important;max-width:280px!important}
.compact-share{position:relative;display:inline-flex;margin-top:16px;padding:0!important;background:transparent!important;border:0!important}.share-icon-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:linear-gradient(135deg,var(--petrol),var(--petrol2));color:#fff;font-size:24px;font-weight:900;box-shadow:0 10px 24px rgba(13,76,73,.18);cursor:pointer;display:grid;place-items:center}.share-icon-btn:hover{background:linear-gradient(135deg,var(--gold),#C4923A)}.share-menu{position:absolute;z-index:30;top:52px;right:0;width:210px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:0 20px 45px rgba(16,44,44,.16);display:grid;gap:7px}.lang-en .share-menu{right:auto;left:0}.share-menu[hidden]{display:none!important}.share-menu .share-btn{width:100%;text-align:center;justify-content:center;border-radius:12px;padding:10px 12px;display:flex}
.benefits .benefit{min-width:0}.benefit i{flex:0 0 auto}
@media(max-width:820px){
  body.mobile-web-mode{font-family:'IBM Plex Sans Arabic','Tajawal','Cairo','Noto Kufi Arabic','Segoe UI',Tahoma,Arial,sans-serif!important;font-size:14px!important;letter-spacing:-.05px}.topbar{display:none}.main-header{border-bottom:1px solid rgba(222,202,171,.75)}.header-row{grid-template-columns:46px 1fr 46px!important;gap:7px!important;padding:7px 0 9px!important}.brand{grid-column:3!important;justify-content:flex-end!important;margin-inline-start:-8px!important;transform:translateX(6px)}.lang-en .brand{grid-column:1!important;justify-content:flex-start!important;transform:translateX(-6px)}.brand img{height:72px!important;width:218px!important;max-width:46vw!important}.hamb{grid-column:1!important;width:42px;height:42px;border-radius:14px}.lang-en .hamb{grid-column:3!important}.header-icons{grid-column:2!important;justify-content:center}.search{height:42px!important;border-radius:15px!important}.hero-wrap{padding-top:8px!important}.hero.ts-slider{height:clamp(205px,52vw,275px)!important;border-radius:22px!important;aspect-ratio:auto!important;background:#f6ead8!important}.hero-slide img{object-fit:cover!important;object-position:center!important;opacity:1!important}.hero-caption{top:10%!important;bottom:auto!important;left:6%!important;right:auto!important;max-width:46%!important;text-align:right!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;backdrop-filter:none!important}.lang-en .hero-caption{left:6%!important;right:auto!important;text-align:left!important}.hero-caption h1{font-size:clamp(22px,6vw,31px)!important;line-height:1.18!important;margin:0 0 6px!important}.hero-caption p{font-size:clamp(10.5px,2.7vw,13px)!important;line-height:1.55!important;margin:0 0 9px!important;color:#335257!important}.hero-caption .btn{min-width:auto!important;padding:8px 12px!important;border-radius:12px!important;font-size:12px!important}.hero-caption .btn.light{display:inline-flex!important;background:rgba(255,255,255,.78)}.slider-arrow{width:32px!important;height:32px!important;font-size:22px!important}.dots{bottom:10px!important}.benefits{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;margin:12px 0!important}.benefit{background:#fff!important;border:1px solid var(--line)!important;border-radius:17px!important;padding:10px!important;display:flex!important;gap:8px!important;align-items:center!important;min-height:62px!important;box-shadow:0 6px 16px rgba(13,76,73,.05)!important}.benefit i{font-size:22px!important}.benefit b{font-size:12.5px!important}.benefit small{font-size:11px!important;line-height:1.3!important}.product-share{display:inline-flex!important}.share-menu{position:absolute!important;right:auto!important;left:0!important;top:50px!important}.share-links{display:flex!important;grid-template-columns:none!important}.share-btn{width:auto!important}.footer-grid img[alt="تسوقوا"]{height:96px!important;max-width:230px!important}.mobile-bottom a{font-size:11px}.mobile-cat-title{font-size:15px}.mobile-cat-pill{border-radius:16px}.mobile-cat-pill b{font-size:11.5px}
}
@media(max-width:420px){.hero.ts-slider{height:220px!important}.hero-caption{max-width:50%!important;top:11%!important}.hero-caption h1{font-size:23px!important}.hero-caption p{font-size:10.5px!important}.hero-caption .btn{padding:7px 10px!important;font-size:11.5px!important}.hero-caption .btn.light{display:none!important}.brand img{height:68px!important;width:205px!important}.benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important}.benefit{padding:9px 8px!important}.benefit i{font-size:20px!important}}


/* V30: password/newsletter UX, mobile hero/header/share refinements */
.alert{border-radius:14px;padding:12px 14px;margin:12px 0;border:1px solid var(--line)}.alert.ok{background:#f1fff7;color:#126b3e;border-color:#c9ead8}.alert.err{background:#fff3f3;color:#a73635;border-color:#f1caca}.btn.danger{background:#d84645;color:#fff;border-color:#d84645}.btn.sm{padding:7px 10px;border-radius:9px;font-size:12px}
.share-icon-btn svg{display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.share-icon-btn svg circle{fill:currentColor;stroke:currentColor}.compact-share{z-index:20}.share-menu{min-width:218px}.share-menu .share-btn{white-space:nowrap}
@media(max-width:720px){
  body.mobile-web-mode{font-family:'Tajawal','Cairo','Segoe UI',Tahoma,Arial,sans-serif!important;font-size:15px!important;letter-spacing:0!important}
  .header-row{grid-template-columns:48px 1fr 48px!important;grid-template-rows:auto auto!important;padding:8px 0 10px!important;align-items:center!important}
  .brand{grid-column:2!important;grid-row:1!important;justify-content:center!important;margin:0!important;transform:none!important}.lang-en .brand{grid-column:2!important;justify-content:center!important;transform:none!important}
  .brand img{height:76px!important;width:230px!important;max-width:58vw!important}.hamb{grid-column:3!important;grid-row:1!important}.lang-en .hamb{grid-column:1!important}.header-icons{grid-column:1!important;grid-row:1!important;justify-content:flex-start!important}.search{grid-column:1/4!important;grid-row:2!important}
  .hero.ts-slider{height:clamp(238px,50vw,315px)!important;border-radius:24px!important;overflow:hidden!important}.hero-slide img{height:100%!important;object-fit:cover!important;object-position:center center!important;transform:scale(1.02)!important}.hero-caption{top:12%!important;bottom:auto!important;left:7%!important;right:auto!important;max-width:47%!important;text-align:right!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.lang-en .hero-caption{left:7%!important;right:auto!important;text-align:left!important}.hero-caption h1{font-size:clamp(23px,6.2vw,34px)!important;line-height:1.14!important;margin-bottom:7px!important}.hero-caption p{font-size:clamp(11px,2.8vw,14px)!important;line-height:1.45!important;margin-bottom:10px!important;color:#335257!important}.hero-caption .btn{display:inline-flex!important;align-items:center;justify-content:center;padding:8px 12px!important;font-size:12px!important;border-radius:12px!important;min-width:96px!important}.hero-caption .btn.light{display:inline-flex!important;background:rgba(255,255,255,.82)!important}.slider-arrow{top:50%!important}.dots{bottom:10px!important}
  .benefits{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:12px 0!important;background:transparent!important;border:0!important;box-shadow:none!important}.benefit{min-height:64px!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:17px!important;padding:10px 9px!important;gap:8px!important;justify-content:flex-start!important}.benefit i{font-size:21px!important}.benefit b{font-size:13px!important;font-weight:900!important}.benefit .muted{font-size:11.5px!important;line-height:1.25!important}
  .mobile-bottom a{font-size:13px!important;font-weight:800!important;line-height:1.25!important}.mobile-bottom .home-dot{font-size:13px!important}
  .compact-share .share-menu{position:fixed!important;left:12px!important;right:12px!important;bottom:88px!important;top:auto!important;width:auto!important;max-width:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;z-index:999!important}.share-menu .share-btn{width:100%!important;font-size:13px!important;padding:11px 10px!important}.share-icon-btn{width:46px;height:46px}
}
@media(max-width:420px){.hero.ts-slider{height:245px!important}.hero-caption{max-width:49%!important;top:13%!important;left:6%!important}.hero-caption h1{font-size:24px!important}.hero-caption p{font-size:11px!important}.hero-caption .btn{font-size:11.5px!important;padding:7px 10px!important}.brand img{height:72px!important;width:214px!important}.benefit b{font-size:12.4px!important}.mobile-bottom a{font-size:12.5px!important}}

/* V31 refinements: mobile Tajawal font, cart UX, product actions, payment/admin polish */
@media(max-width:820px){
  body.mobile-web-mode, body.mobile-web-mode *:not(i):not(svg):not(path){font-family:'Tajawal','IBM Plex Sans Arabic','Cairo','Segoe UI',Tahoma,Arial,sans-serif!important}
  .mobile-bottom{height:72px!important;padding:6px 8px 8px!important;align-items:center!important}
  .mobile-bottom a{font-size:13.5px!important;font-weight:900!important;position:relative;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:1px!important}
  .mobile-bottom .mb-ico{font-size:22px!important;line-height:1!important;display:block!important;text-align:center!important;margin:0 auto!important}
  .mobile-bottom .mb-count{position:absolute;top:0;right:50%;transform:translateX(-12px);background:var(--gold);color:#fff;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:11px;display:grid;place-items:center;font-weight:900}
}
.product-card.in-cart{border-color:rgba(194,139,55,.55);box-shadow:0 10px 28px rgba(194,139,55,.12)}
.cart-added-badge{position:absolute;top:52px;right:10px;background:#eaf7ee;color:#10733c;border:1px solid #c8e8d3;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:900;z-index:3}.btn.is-added{background:#eaf7ee!important;color:#10733c!important;border-color:#c8e8d3!important}
.sticky-cart-summary{position:fixed;bottom:82px;left:50%;transform:translateX(-50%);z-index:999;width:min(520px,calc(100% - 24px));background:rgba(255,253,248,.97);border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 45px rgba(10,55,60,.18);padding:10px;display:flex;align-items:center;gap:10px;justify-content:space-between}.cart-total-mini{flex:1;background:#fffaf2;border:1px solid var(--line);border-radius:12px;padding:10px 12px;font-weight:900;color:var(--petrol)}
@media(min-width:821px){.sticky-cart-summary{bottom:24px;width:430px}.mobile-bottom .mb-count{display:none}}
.payment-help{background:#fff9ef;border:1px solid var(--line);border-radius:14px;padding:11px 13px;color:#53636a;margin:8px 0 14px}.payment-help b{color:var(--petrol)}
.bulk-products-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.data-table th:first-child,.data-table td:first-child{width:42px;text-align:center}.data-table input[type="checkbox"]{width:18px;height:18px;accent-color:var(--petrol)}
.compact-share .share-menu{direction:rtl}.share-menu .copy.copied{background:#eaf7ee;color:#10733c}

/* V32: PayPal polish, sale product stock/gallery/colors, cart/mobile refinements */
.paypal-clean-box{max-width:440px;min-height:48px}.product-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.product-thumbs button{width:70px;height:70px;border:1px solid var(--line);background:#fff;border-radius:14px;display:grid;place-items:center;cursor:pointer;padding:6px}.product-thumbs img{width:100%;height:100%;object-fit:contain}.product-colors{margin:12px 0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-colors span{border:1px solid var(--line);border-radius:999px;background:#fffaf2;padding:6px 12px;font-weight:800;color:var(--petrol)}.stock-line b{color:var(--gold);font-size:18px}.admin-gallery-mini{display:flex;gap:10px;flex-wrap:wrap}.admin-gallery-mini span{width:76px;height:76px;border:1px solid var(--line);border-radius:14px;background:#fff;display:grid;place-items:center;padding:6px}.admin-gallery-mini img{width:100%;height:100%;object-fit:contain}.cart-product-cell{display:flex;gap:12px;align-items:center}.cart-toast{position:fixed;top:86px;right:50%;transform:translateX(50%);z-index:1000;background:#113f45;color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 18px 45px rgba(10,55,60,.22);border-radius:16px;padding:12px 18px;font-weight:900;animation:tsToast 3.2s ease forwards}.cart-toast.err{background:#b83030}@keyframes tsToast{0%{opacity:0;transform:translate(50%,-16px)}12%,78%{opacity:1;transform:translate(50%,0)}100%{opacity:0;transform:translate(50%,-16px);visibility:hidden}}.fav{z-index:5;top:14px!important;right:14px!important;background:rgba(255,255,255,.94);color:#bd8a37;font-size:18px;line-height:1}.fav.active{background:#fff1f1!important;color:#d31f31!important;border-color:#f3b3bc!important}.fav:hover{color:#d31f31}.product-card .cart-added-badge,.product-card.in-cart .cart-added-badge{display:none!important}.product-card.in-cart{border-color:var(--line)!important;box-shadow:var(--soft)!important}.btn.is-added{background:var(--petrol)!important;color:#fff!important;border-color:var(--petrol)!important}.sale-only small{color:var(--muted)}
@media(max-width:820px){
 body.mobile-web-mode,body.mobile-web-mode *:not(i):not(svg):not(path){font-family:'Tajawal','Cairo','Segoe UI',Tahoma,Arial,sans-serif!important}
 .hero.ts-slider{height:clamp(230px,46vw,290px)!important;border-radius:22px!important;aspect-ratio:auto!important}.hero-slide img{height:100%!important;object-fit:cover!important;object-position:center!important;transform:scale(1)!important}.hero-caption{max-width:50%!important;top:13%!important;left:6%!important}.hero-caption h1{font-size:clamp(22px,5.8vw,30px)!important}.hero-caption p{font-size:clamp(10.5px,2.6vw,13px)!important;line-height:1.45!important}.hero-caption .btn{font-size:12px!important;padding:8px 12px!important}
 .gallery{padding:14px!important}.gallery .main-img{height:320px!important}.gallery .main-img img{max-height:285px!important}.product-thumbs{justify-content:center}.product-thumbs button{width:58px;height:58px}.product-colors span{padding:5px 10px;font-size:12px}
 .cart-table{display:block;border-radius:16px;overflow:hidden}.cart-table thead{display:none}.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{border-bottom:1px solid var(--line);padding:10px}.cart-table td{border:0!important;padding:7px 4px!important;text-align:right}.cart-product-cell{display:grid!important;grid-template-columns:78px 1fr;gap:10px!important;align-items:center!important}.cart-product-cell img{width:76px!important;height:76px!important}.cart-table td:nth-child(2)::before{content:'السعر: ';font-weight:900;color:var(--petrol)}.cart-table td:nth-child(3)::before{content:'الكمية: ';font-weight:900;color:var(--petrol)}.cart-table td:nth-child(4)::before{content:'الإجمالي: ';font-weight:900;color:var(--petrol)}
 .product-img{height:165px!important}.product-img img{height:145px!important}.fav{width:36px!important;height:36px!important;font-size:19px!important}.cart-toast{top:78px;width:calc(100% - 28px);right:14px;transform:none;text-align:center}@keyframes tsToast{0%{opacity:0;transform:translateY(-16px)}12%,78%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-16px);visibility:hidden}}
}
@media(max-width:420px){.hero.ts-slider{height:218px!important}.hero-caption{max-width:52%!important;top:13%!important}.gallery .main-img{height:285px!important}.gallery .main-img img{max-height:255px!important}.product-img{height:158px!important}.product-img img{height:140px!important}}

/* V33: final mobile, PayPal, cart/wishlist and category fixes */
.paypal-card-box{margin-top:10px}.paypal-status-line{display:block;margin-top:10px}.err-text{color:#b83030!important;font-weight:800}.qty-badge{display:inline-grid;place-items:center;min-width:30px;height:30px;border-radius:999px;background:#fff3df;color:var(--petrol);font-weight:900;border:1px solid var(--line)}.fav-action-active{background:#fff1f1!important;color:#d31f31!important;border-color:#f3b3bc!important}.product-card .fav.active{color:#d31f31!important}
@media(max-width:820px){
  html,body{overflow-x:hidden!important} body.mobile-web-mode,body.mobile-web-mode *:not(i):not(svg):not(path){font-family:'Tajawal','Cairo','Segoe UI',Tahoma,Arial,sans-serif!important}
  .main-header{z-index:920!important}.mobile-menu-panel{position:fixed!important;top:112px!important;right:12px!important;left:12px!important;z-index:940!important;max-height:calc(100vh - 145px)!important;overflow-y:auto!important;padding:12px!important;background:#fffdf8!important;border:1px solid var(--line)!important;box-shadow:0 20px 45px rgba(10,55,60,.18)!important}.mobile-menu-panel a:first-child{margin-top:0!important}
  .hero.ts-slider{height:clamp(188px,48vw,236px)!important;border-radius:22px!important;background:#f7ecdc!important}.hero-slide img{height:100%!important;width:100%!important;object-fit:cover!important;object-position:center!important;transform:scale(.94)!important}.hero-caption{top:11%!important;left:7%!important;right:auto!important;max-width:48%!important}.hero-caption h1{font-size:clamp(21px,5.4vw,28px)!important;line-height:1.18!important}.hero-caption p{font-size:clamp(10px,2.5vw,12.5px)!important;line-height:1.45!important}.hero-caption .btn{font-size:11.5px!important;padding:7px 11px!important;border-radius:11px!important}
  .mobile-cat-pill{min-width:104px!important;max-width:112px!important;min-height:76px!important;padding:10px 8px!important}.mobile-cat-pill b{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;line-height:1.28!important;font-size:12.5px!important}.mobile-cat-pill span{font-size:24px!important;margin-bottom:4px!important}
  .mobile-bottom{position:fixed!important;right:0!important;left:0!important;bottom:0!important;width:100vw!important;transform:none!important;z-index:950!important}.sticky-cart-summary{left:12px!important;right:12px!important;width:auto!important;transform:none!important;bottom:86px!important}.customer-shell{padding-bottom:130px!important;max-width:100%!important;overflow-x:hidden!important}
  .cart-table{display:block!important;width:100%!important}.cart-table tr{display:grid!important;grid-template-columns:1fr!important;gap:4px!important}.cart-table td{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:10px!important}.cart-product-cell{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;justify-content:start!important}.cart-product-title{font-weight:900;line-height:1.45;word-break:break-word}.cart-table td:nth-child(2)::before{content:'السعر';font-weight:900;color:var(--petrol)}.cart-table td:nth-child(3)::before{content:'الكمية';font-weight:900;color:var(--petrol)}.cart-table td:nth-child(4)::before{content:'الإجمالي';font-weight:900;color:var(--petrol)}
  .product-img img{transform:scale(1.04)!important}.gallery .main-img img{max-height:245px!important}.gallery .main-img{height:278px!important}.fav{top:10px!important;right:10px!important}
}
@media(max-width:420px){.hero.ts-slider{height:202px!important}.hero-caption{max-width:50%!important;top:12%!important}.hero-caption h1{font-size:22px!important}.hero-caption p{font-size:10.5px!important}.hero-caption .btn{font-size:11px!important;padding:7px 10px!important}.mobile-cat-pill{min-width:102px!important}.gallery .main-img{height:270px!important}.gallery .main-img img{max-height:238px!important}}

/* V35: mobile hero fill, categories arrows, SEO admin and statistics polish */
.categories-carousel-shell{position:relative;margin:18px 0 14px}.categories-carousel-shell .categories-strip{margin:0;display:flex;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.categories-carousel-shell .categories-strip::-webkit-scrollbar{display:none}.categories-carousel-shell .cat-item{min-width:142px;flex:0 0 142px;border-left:1px solid var(--line)}.categories-carousel-shell .cat-prev,.categories-carousel-shell .cat-next{z-index:4}.categories-carousel-shell .cat-prev{right:-10px}.categories-carousel-shell .cat-next{left:-10px}.google-preview .serp-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--soft);direction:ltr;text-align:left}.serp-url{font-size:13px;color:#206b55}.serp-title{font-size:20px;color:#1a0dab;margin:5px 0;line-height:1.35}.serp-desc{color:#4d5156;line-height:1.55}.seo-control .panel label{display:block;margin:9px 0;font-weight:800;color:#34484d}.seo-control input[type="checkbox"]{width:18px;height:18px;accent-color:var(--petrol);vertical-align:middle;margin-inline-end:6px}.product-meta-mini{display:flex;gap:8px;flex-wrap:wrap;margin-top:5px}.product-meta-mini span{font-size:12px;background:#f5efe4;border:1px solid var(--line);border-radius:999px;padding:4px 8px;color:#5f6d70;font-weight:800}
@media(max-width:820px){
  .hero.ts-slider{height:clamp(245px,57vw,330px)!important;border-radius:24px!important;background:#f4e8d6!important;overflow:hidden!important}.hero-slide{height:100%!important}.hero-slide img{height:100%!important;width:100%!important;object-fit:cover!important;object-position:center center!important;transform:scale(1.12)!important;opacity:1!important}.hero-caption{top:13%!important;bottom:auto!important;left:6%!important;right:auto!important;width:54%!important;max-width:54%!important;background:rgba(255,253,248,.84)!important;padding:12px 13px!important;border-radius:18px!important}.lang-ar .hero-caption{text-align:right!important}.lang-en .hero-caption{text-align:left!important}.hero-caption h1{font-size:clamp(24px,7vw,42px)!important;line-height:1.18!important;margin:0 0 6px!important}.hero-caption p{font-size:clamp(11px,3vw,14px)!important;line-height:1.45!important;margin:0 0 9px!important}.hero-caption .btn{font-size:12px!important;padding:8px 12px!important;min-width:92px!important}.hero-caption .btn.light{display:inline-flex!important}.categories-carousel-shell{display:none}.benefits{grid-template-columns:repeat(2,1fr)!important;gap:10px;border:0;background:transparent;box-shadow:none}.benefit{background:white;border:1px solid var(--line)!important;border-radius:18px!important;padding:12px!important;display:flex!important;align-items:center!important;gap:9px!important}.benefit i{font-size:24px!important}.benefit b{font-size:13px!important}.benefit .muted{font-size:11px!important}.mobile-bottom a{font-size:12.5px!important;font-weight:900!important}.mobile-bottom .mb-ico{font-size:23px!important;display:block;margin-bottom:2px;text-align:center}.brand img{height:66px!important;width:205px!important}.product-img img{transform:scale(1.08)!important}.data-table.compact th,.data-table.compact td{white-space:nowrap}.visit-dashboard .panel{overflow:hidden}
}
@media(max-width:420px){.hero.ts-slider{height:252px!important}.hero-caption{width:56%!important;max-width:56%!important;left:5%!important}.hero-caption h1{font-size:25px!important}.hero-caption p{font-size:11.5px!important}.benefits{grid-template-columns:1fr 1fr!important}.benefit{padding:10px!important}.brand img{width:190px!important}}

/* V36: SEO URLs, dashboard and final UX fixes */
.clickable-stats .stat{display:block;color:inherit;transition:.2s ease}.clickable-stats .stat:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(13,76,73,.12)}
.message-row-link{display:grid;grid-template-columns:160px 1fr 150px;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line);color:inherit}.message-row-link:last-child{border-bottom:0}.message-row-link span{color:var(--muted)}.message-row-link small{color:#8a7963;direction:ltr;text-align:left}
.categories-carousel-shell .categories-strip{direction:ltr!important;overflow-x:auto!important;scroll-snap-type:x proximity;padding-inline:42px!important}.categories-carousel-shell .cat-item{direction:rtl!important;min-width:185px!important;flex:0 0 185px!important;scroll-snap-align:start}.lang-en .categories-carousel-shell .cat-item{direction:ltr!important}.categories-carousel-shell .carousel-arrow{display:grid!important;place-items:center!important;top:50%!important;transform:translateY(-50%)!important;box-shadow:0 12px 28px rgba(13,76,73,.16)!important}
.load-item.is-hidden{display:none!important}.center-actions{text-align:center;margin-top:16px}.mini-muted{color:var(--muted);font-size:12px}
.seo-control select{width:100%;height:46px;border:1px solid var(--line);border-radius:14px;padding:0 12px;background:#fff;color:var(--text);font-weight:700}.visit-link{color:var(--petrol);font-weight:800;text-decoration:underline;text-underline-offset:3px}
@media(max-width:820px){
  .hero.ts-slider{height:clamp(235px,62vw,305px)!important;border-radius:24px!important;background:#f4e8d6!important;overflow:hidden!important}.hero-slide img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;transform:scale(1.04)!important}.hero-caption{top:12%!important;bottom:auto!important;left:6%!important;right:auto!important;width:56%!important;max-width:56%!important;background:rgba(255,253,248,.80)!important;backdrop-filter:blur(6px)!important;border:1px solid rgba(232,217,196,.72)!important;padding:11px 12px!important;border-radius:18px!important}.lang-ar .hero-caption{text-align:right!important}.lang-en .hero-caption{text-align:left!important}.hero-caption h1{font-size:clamp(23px,6.5vw,36px)!important;line-height:1.16!important;margin-bottom:6px!important}.hero-caption p{font-size:clamp(10.5px,2.9vw,13.5px)!important;line-height:1.45!important;margin-bottom:8px!important}.hero-caption .btn{font-size:11.8px!important;padding:7px 11px!important;border-radius:12px!important}.hero-caption .btn.light{display:inline-flex!important}.dots{bottom:10px!important}.slider-arrow{width:32px!important;height:32px!important}.product-card .product-meta-mini{display:none!important}.message-row-link{grid-template-columns:1fr;gap:4px}.categories-carousel-shell{display:none!important}
}
@media(max-width:420px){.hero.ts-slider{height:238px!important}.hero-caption{width:58%!important;max-width:58%!important;left:5%!important}.hero-caption h1{font-size:23px!important}.hero-caption p{font-size:10.8px!important}.hero-caption .btn{font-size:11px!important;padding:7px 9px!important}.brand img{width:190px!important;height:66px!important}}

/* V37: layout stability, related products, SEO/admin/statistics polish */
.admin-main{min-width:0;overflow-x:hidden}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(280px,.72fr);gap:16px;align-items:start}.dashboard-grid.two{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.dashboard-grid .panel{min-width:0;overflow:hidden}.quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-grid a{min-width:0;border-radius:16px;padding:14px 12px;background:#fff9ef;border:1px solid var(--line);display:flex;align-items:center;gap:9px;font-weight:900;color:var(--petrol)}.quick-grid b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--petrol);color:#fff;flex:0 0 auto}.message-row-link{grid-template-columns:minmax(100px,150px) minmax(0,1fr) minmax(110px,145px)!important}.message-row-link b,.message-row-link span,.message-row-link small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tabs .carousel{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.visit-link{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.visitor-table-wrap table{table-layout:fixed}.visitor-table-wrap th:nth-child(6),.visitor-table-wrap td:nth-child(6){max-width:210px}.visit-dashboard .data-table td:first-child a,.visit-dashboard .data-table td a{max-width:260px}.live-visitor.compact{display:grid;grid-template-columns:1.1fr 1fr 1.2fr .8fr minmax(0,1.6fr);gap:10px;align-items:center;border-bottom:1px solid var(--line);padding:10px 0}.live-visitor.compact span,.live-visitor.compact b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seo-preview-links{margin-top:12px;padding:12px;background:#fff9ef;border:1px solid var(--line);border-radius:14px;line-height:1.9}.seo-preview-links .ltr{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.seo-card-advanced select{font-weight:800}.categories-carousel-shell .categories-strip{scroll-behavior:smooth}.categories-carousel-shell .cat-item{white-space:normal;line-height:1.35}
@media(max-width:1100px){.dashboard-grid,.dashboard-grid.two{grid-template-columns:1fr!important}.tabs .carousel{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.tabs .carousel{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important}.tabs{overflow:hidden!important}.tabs .product-card{width:100%!important;min-width:0!important}.tabs .product-actions{gap:6px}.tabs .product-actions .btn{font-size:11px!important}.dashboard-grid,.dashboard-grid.two{grid-template-columns:1fr!important}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.message-row-link{grid-template-columns:1fr!important}.live-visitor.compact{grid-template-columns:1fr!important}.visitor-table-wrap th:nth-child(6),.visitor-table-wrap td:nth-child(6){max-width:180px}.hero.ts-slider{height:clamp(230px,58vw,292px)!important}.hero-slide img{transform:scale(1.02)!important;object-position:center center!important}.hero-caption{width:54%!important;max-width:54%!important;background:rgba(255,253,248,.78)!important}.hero-caption h1{font-size:clamp(22px,6.2vw,34px)!important}.hero-caption p{font-size:clamp(10px,2.7vw,13px)!important}}
@media(max-width:460px){.tabs .carousel{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tabs{padding:12px!important}.tabs h3{font-size:18px}.tabs .product-img{height:150px!important}.tabs .product-title{font-size:12.5px!important}.tabs .price .new{font-size:14px!important}.hero.ts-slider{height:226px!important}.hero-caption{width:56%!important;max-width:56%!important}.hero-caption .btn{padding:6px 9px!important;font-size:10.8px!important}.hero-caption .btn.light{display:inline-flex!important}}

/* V38: product/category SEO URLs, mobile related products, admin dashboard stability */
.related-products-section{overflow:hidden!important}.related-products-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important}.related-products-grid .product-card{min-width:0!important;width:100%!important;max-width:none!important;flex:none!important}.related-products-grid .product-img{height:172px!important}.related-products-grid .product-img img{height:100%!important;object-fit:contain!important;transform:scale(1.06)!important}.related-products-grid .product-actions{display:flex;gap:6px}.related-products-grid .product-actions .btn{min-width:0;flex:1;font-size:12px;padding:8px 7px}
@media(max-width:820px){.related-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.related-products-grid .product-card{min-height:0!important}.related-products-grid .product-img{height:145px!important;margin:8px!important}.related-products-grid .product-title{font-size:13px!important;line-height:1.45!important;min-height:40px!important}.related-products-grid .price{flex-wrap:wrap}.related-products-grid .product-actions{flex-direction:column}.related-products-section{padding-bottom:10px}}
@media(max-width:420px){.related-products-grid{gap:10px!important}.related-products-grid .product-img{height:130px!important}.related-products-grid .product-actions .btn{font-size:11.5px!important}}

.admin-shell{max-width:100vw!important;overflow-x:hidden!important}.admin-main{width:100%!important;min-width:0!important}.admin-top{min-width:0!important}.dashboard-grid{width:100%!important;max-width:100%!important;overflow:hidden!important}.dashboard-grid .panel{min-width:0!important;max-width:100%!important}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;max-width:100%!important}.quick-grid a{min-width:0!important;max-width:100%!important;overflow:hidden!important;white-space:normal!important;line-height:1.45}.message-row-link{display:grid!important;grid-template-columns:minmax(90px,140px) minmax(0,1fr) minmax(90px,130px)!important;gap:10px!important;align-items:center!important;padding:10px 0!important;border-bottom:1px solid var(--line)!important;max-width:100%!important;overflow:hidden!important}.message-row-link b,.message-row-link span,.message-row-link small{display:block!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.message-row-link span{font-weight:700;color:#2d4347}.message-row-link small{direction:ltr;text-align:left;color:var(--muted);font-size:12px}.data-table{max-width:100%!important}.panel .data-table{table-layout:fixed!important}.panel .data-table th,.panel .data-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:1240px){.dashboard-grid{grid-template-columns:1fr!important}.quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.message-row-link{grid-template-columns:1fr!important;gap:3px!important}.message-row-link small{text-align:right}}
@media(max-width:760px){.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

.categories-carousel-shell{position:relative!important;display:block!important;overflow:visible!important;padding:0 50px!important;margin:12px 0 14px!important}.categories-carousel-shell .luxury-categories{display:flex!important;grid-template-columns:none!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-behavior:smooth!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;gap:0!important;margin:0!important}.categories-carousel-shell .luxury-categories::-webkit-scrollbar{display:none}.categories-carousel-shell .cat-item{flex:0 0 12.5%!important;min-width:12.5%!important;scroll-snap-align:start!important;border-left:1px solid var(--line)!important}.categories-carousel-shell .carousel-arrow{top:50%!important;z-index:12!important}.categories-carousel-shell .cat-prev{right:8px!important;left:auto!important}.categories-carousel-shell .cat-next{left:8px!important;right:auto!important}.lang-en .categories-carousel-shell .cat-prev{left:8px!important;right:auto!important}.lang-en .categories-carousel-shell .cat-next{right:8px!important;left:auto!important}.all-categories-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important}
@media(max-width:900px){.categories-carousel-shell{padding:0 42px!important}.categories-carousel-shell .cat-item{flex-basis:25%!important;min-width:25%!important}}
@media(max-width:520px){.categories-carousel-shell{padding:0 38px!important}.categories-carousel-shell .cat-item{flex-basis:33.333%!important;min-width:33.333%!important;min-height:88px!important}.categories-carousel-shell .carousel-arrow{width:32px!important;height:32px!important;font-size:22px!important}}

.product-rating-line{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;flex-wrap:wrap!important}.product-visits-eye{display:inline-flex!important;align-items:center!important;gap:3px!important;padding:2px 7px!important;border-radius:999px!important;background:#fff7eb!important;color:var(--petrol)!important;font-size:12px!important;font-weight:900!important;border:1px solid #f0dfc5!important}.product-card .rating{min-height:22px!important}


/* V39: category pager, dashboard/messages stability, product related desktop and mobile menu fixes */
.mobile-menu-panel{z-index:9999!important}
.category-page-hidden{display:none!important}
.categories-carousel-shell{overflow:hidden!important;padding:0 54px!important;position:relative!important}
.categories-carousel-shell .luxury-categories{display:flex!important;flex-wrap:nowrap!important;overflow:visible!important;transform:none!important;transition:none!important;gap:10px!important;scrollbar-width:none!important}
.categories-carousel-shell .cat-item{display:flex!important;flex:0 0 calc(12.5% - 9px)!important;min-width:calc(12.5% - 9px)!important;max-width:calc(12.5% - 9px)!important;white-space:normal!important;justify-content:center!important;align-items:center!important;min-height:104px!important;text-align:center!important;box-sizing:border-box!important}
.categories-carousel-shell .carousel-arrow{display:grid!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:20!important}
.categories-carousel-shell .cat-prev,.lang-en .categories-carousel-shell .cat-prev{right:10px!important;left:auto!important}
.categories-carousel-shell .cat-next,.lang-en .categories-carousel-shell .cat-next{left:10px!important;right:auto!important}
@media(max-width:900px){.categories-carousel-shell .cat-item{flex-basis:calc(25% - 8px)!important;min-width:calc(25% - 8px)!important;max-width:calc(25% - 8px)!important}}
@media(max-width:520px){.categories-carousel-shell{padding:0 42px!important}.categories-carousel-shell .cat-item{flex-basis:calc(33.333% - 7px)!important;min-width:calc(33.333% - 7px)!important;max-width:calc(33.333% - 7px)!important;min-height:94px!important;font-size:12px!important}.categories-carousel-shell .cat-icon{font-size:24px!important}}

.related-products-section{overflow:visible!important}.related-products-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}.related-products-grid .product-card{width:100%!important;min-width:0!important;max-width:none!important;border-radius:26px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.related-products-grid .product-img{height:220px!important;margin:10px 10px 0!important;border-radius:22px!important}.related-products-grid .product-img img{height:100%!important;width:100%!important;object-fit:contain!important;transform:scale(1.03)!important}.related-products-grid .product-body{display:flex!important;flex-direction:column!important;gap:8px!important;flex:1!important}.related-products-grid .product-title{min-height:46px!important}.related-products-grid .product-actions{margin-top:auto!important;display:flex!important;gap:8px!important}.related-products-grid .product-actions .btn{flex:1!important;min-width:0!important;white-space:nowrap!important}
@media(max-width:980px){.related-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.related-products-grid .product-img{height:190px!important}}
@media(max-width:820px){.related-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.related-products-grid .product-img{height:145px!important;margin:8px!important}.related-products-grid .product-title{font-size:13px!important;line-height:1.45!important;min-height:40px!important}.related-products-grid .product-actions{flex-direction:column!important;gap:7px!important}.related-products-grid .product-actions .btn{font-size:11.5px!important;padding:8px 6px!important}}
@media(max-width:420px){.related-products-grid .product-img{height:132px!important}}

.dashboard-grid-main{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)!important;gap:18px!important;align-items:start!important}.dashboard-grid-main .panel{min-width:0!important;overflow:hidden!important}.dashboard-grid-main .quick-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.dashboard-grid-main .quick-grid a{width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow:hidden!important}.message-row-link{display:grid!important;grid-template-columns:minmax(90px,140px) minmax(0,1fr) minmax(88px,128px)!important;gap:10px!important;align-items:center!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.message-row-link b,.message-row-link span,.message-row-link small{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;line-height:1.4!important}.message-row-link span{display:block!important}.message-row-link small{font-size:12px!important;direction:ltr!important;text-align:left!important;color:var(--muted)!important}
@media(max-width:1100px){.dashboard-grid-main{grid-template-columns:1fr!important}.dashboard-grid-main .quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.dashboard-grid-main .quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.message-row-link{grid-template-columns:1fr!important;gap:4px!important}.message-row-link small{text-align:right!important}}
.categories-carousel-shell .luxury-categories .cat-item.category-page-hidden{display:none!important}


/* V40 actual targeted fixes - do not remove */
/* Categories strip: page by page on desktop and mobile */
.categories-carousel-shell{display:block!important;position:relative!important;overflow:hidden!important;padding-inline:54px!important;margin:16px 0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}
.categories-carousel-shell .luxury-categories{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;overflow:hidden!important;width:100%!important;max-width:100%!important;align-items:stretch!important;scroll-behavior:auto!important}
.categories-carousel-shell .cat-item{display:flex!important;flex:0 0 calc(12.5% - 9px)!important;min-width:calc(12.5% - 9px)!important;max-width:calc(12.5% - 9px)!important;min-height:104px!important;padding:14px 8px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;white-space:normal!important;text-align:center!important;line-height:1.35!important;overflow:hidden!important;text-overflow:ellipsis!important}
.categories-carousel-shell .cat-item.category-page-hidden{display:none!important}
.categories-carousel-shell .carousel-arrow{display:grid!important;place-items:center!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:20!important;width:38px!important;height:38px!important;border-radius:999px!important;background:#fff!important;border:1px solid var(--line)!important;box-shadow:var(--soft)!important}
.categories-carousel-shell .cat-prev{right:8px!important;left:auto!important}
.categories-carousel-shell .cat-next{left:8px!important;right:auto!important}
.lang-en .categories-carousel-shell .cat-prev{left:8px!important;right:auto!important}
.lang-en .categories-carousel-shell .cat-next{right:8px!important;left:auto!important}
@media(max-width:900px){.categories-carousel-shell{display:block!important;padding-inline:42px!important}.categories-carousel-shell .cat-item{flex-basis:calc(25% - 8px)!important;min-width:calc(25% - 8px)!important;max-width:calc(25% - 8px)!important}}
@media(max-width:520px){.categories-carousel-shell{display:block!important;padding-inline:40px!important}.categories-carousel-shell .cat-item{flex-basis:calc(33.333% - 7px)!important;min-width:calc(33.333% - 7px)!important;max-width:calc(33.333% - 7px)!important;min-height:96px!important;font-size:12px!important}.categories-carousel-shell .cat-icon{font-size:24px!important}}

/* Product page related products: desktop same elegant card style as homepage; mobile remains two columns */
.related-products-section{overflow:hidden!important;padding:22px!important}
.related-products-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important;overflow:visible!important;width:100%!important;max-width:100%!important}
.related-products-grid .product-card{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;border-radius:15px!important;overflow:hidden!important;box-shadow:var(--soft)!important;background:#fff!important}
.related-products-grid .product-img{height:150px!important;margin:0!important;padding:12px!important;border-radius:0!important;background:#fffaf3!important;display:grid!important;place-items:center!important}
.related-products-grid .product-img img{height:128px!important;width:100%!important;max-width:100%!important;object-fit:contain!important;transform:none!important}
.related-products-grid .product-body{display:block!important;padding:10px 12px!important;gap:0!important}
.related-products-grid .product-title{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:40px!important;font-size:13px!important;line-height:1.45!important}
.related-products-grid .product-actions{display:flex!important;flex-direction:row!important;gap:7px!important;margin-top:8px!important}
.related-products-grid .product-actions .btn{flex:1 1 0!important;min-width:0!important;white-space:nowrap!important;font-size:12px!important;padding:8px 7px!important}
@media(max-width:1180px){.related-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:980px){.related-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:820px){.related-products-section{padding:14px!important}.related-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.related-products-grid .product-card{border-radius:22px!important}.related-products-grid .product-img{height:145px!important;margin:0!important;border-radius:22px 22px 18px 18px!important;padding:8px!important}.related-products-grid .product-img img{height:100%!important;transform:scale(1.05)!important}.related-products-grid .product-actions{flex-direction:column!important;gap:7px!important}.related-products-grid .product-actions .btn{width:100%!important;font-size:11.5px!important}}
@media(max-width:420px){.related-products-grid .product-img{height:132px!important}}

/* Mobile menu: closes on outside click and stays above page */
.mobile-menu-panel[hidden]{display:none!important}.mobile-menu-panel{z-index:99999!important}.mobile-menu-open{overflow:hidden!important}

/* Admin dashboard messages and quick actions: stable desktop layout */
.admin-main{overflow-x:hidden!important;min-width:0!important}.dashboard-grid-main{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,420px)!important;gap:18px!important;align-items:start!important;width:100%!important;max-width:100%!important;overflow:hidden!important}.dashboard-grid-main .panel{min-width:0!important;max-width:100%!important;overflow:hidden!important}.dashboard-grid-main .quick-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.dashboard-grid-main .quick-grid a{min-width:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;white-space:normal!important;overflow:hidden!important;line-height:1.4!important}
.dashboard-messages-list{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important;max-width:100%!important;overflow:hidden!important}.dashboard-message-card{display:grid!important;grid-template-columns:minmax(90px,145px) minmax(0,1fr) minmax(82px,128px)!important;gap:10px!important;align-items:center!important;padding:11px 12px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:#fffdf8!important;max-width:100%!important;overflow:hidden!important;color:inherit!important}.dashboard-message-card b,.dashboard-message-card span,.dashboard-message-card small{display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;line-height:1.35!important}.dashboard-message-card b{color:var(--petrol)!important}.dashboard-message-card span{font-weight:800!important;color:#2d4347!important}.dashboard-message-card small{direction:ltr!important;text-align:left!important;color:var(--muted)!important;font-size:12px!important}.message-row-link{max-width:100%!important;overflow:hidden!important}
@media(max-width:1100px){.dashboard-grid-main{grid-template-columns:1fr!important}.dashboard-grid-main .quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.dashboard-message-card{grid-template-columns:1fr!important;gap:4px!important}.dashboard-message-card small{text-align:right!important}}
@media(max-width:760px){.dashboard-grid-main .quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}


/* V42: clean category strip on desktop + all mobile category pills visible/scrollable */
.category-page-hidden{display:none!important}
.categories-carousel-shell{position:relative!important;display:block!important;overflow:hidden!important;padding:0 46px!important;margin:16px 0 18px!important}
.categories-carousel-shell .luxury-categories{display:flex!important;flex-wrap:nowrap!important;gap:0!important;overflow:hidden!important;width:100%!important;max-width:100%!important;margin:0!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:18px!important;box-shadow:var(--soft)!important}
.categories-carousel-shell .cat-item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;flex:0 0 12.5%!important;min-width:12.5%!important;max-width:12.5%!important;min-height:106px!important;padding:14px 8px!important;border-left:1px solid var(--line)!important;border-right:0!important;white-space:normal!important;line-height:1.35!important;text-align:center!important;overflow:hidden!important}
.categories-carousel-shell .cat-item:last-child{border-left:0!important}
.categories-carousel-shell .cat-icon{display:block!important;margin:0 0 7px!important;font-size:28px!important;line-height:1!important}
.categories-carousel-shell .carousel-arrow{display:grid!important;place-items:center!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:25!important;width:38px!important;height:38px!important;border-radius:999px!important;background:#fff!important;border:1px solid var(--line)!important;color:var(--petrol)!important;box-shadow:0 12px 28px rgba(13,76,73,.14)!important;cursor:pointer!important}
.categories-carousel-shell .cat-prev{right:4px!important;left:auto!important}.categories-carousel-shell .cat-next{left:4px!important;right:auto!important}
.lang-en .categories-carousel-shell .cat-prev{left:4px!important;right:auto!important}.lang-en .categories-carousel-shell .cat-next{right:4px!important;left:auto!important}
.mobile-categories-quick{overflow:hidden!important}.mobile-cat-rail{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;padding:4px 1px 10px!important;max-width:100%!important}.mobile-cat-pill{flex:0 0 auto!important;min-width:104px!important;max-width:124px!important;scroll-snap-align:start!important}
@media(max-width:1280px){.categories-carousel-shell .cat-item{flex-basis:14.285%!important;min-width:14.285%!important;max-width:14.285%!important}}
@media(max-width:900px){.categories-carousel-shell{display:none!important}.mobile-categories-quick{display:block!important}.mobile-cat-rail{padding-bottom:12px!important}.mobile-cat-pill{min-width:106px!important}}
@media(max-width:420px){.mobile-cat-pill{min-width:100px!important;max-width:116px!important}.mobile-cat-pill b{font-size:12px!important;line-height:1.3!important}}

/* V43: mobile menu + homepage hero final polish */
.mobile-menu-panel[hidden]{display:none!important}
.mobile-menu-panel{z-index:99999!important}
body.mobile-menu-open{overflow:hidden!important}
body.mobile-menu-open .mobile-menu-panel{display:block!important;animation:tsMenuDrop .18s ease-out both}
@keyframes tsMenuDrop{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:820px){
  .mobile-menu-panel{position:fixed!important;top:112px!important;right:12px!important;left:12px!important;max-height:calc(100vh - 145px)!important;overflow-y:auto!important;background:#fffdf8!important;border:1px solid var(--line)!important;border-radius:22px!important;box-shadow:0 24px 60px rgba(10,55,60,.24)!important;padding:12px!important}
  .mobile-menu-panel a{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:48px!important;padding:12px 14px!important;border-radius:14px!important;border-bottom:1px solid rgba(232,217,196,.72)!important;color:var(--petrol)!important;font-weight:900!important}
  .mobile-menu-panel a:last-child{border-bottom:0!important}

  .hero-wrap{padding-top:10px!important}
  .hero.ts-slider{height:clamp(260px,66vw,345px)!important;border-radius:24px!important;background:#f4eadb!important;overflow:hidden!important;box-shadow:0 18px 40px rgba(13,76,73,.10)!important}
  .hero-slide{background:linear-gradient(135deg,#f8efdf,#fffaf2)!important}
  .hero-slide img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;transform:none!important;opacity:1!important;padding:8px!important;box-sizing:border-box!important}
  .hero-caption{left:14px!important;right:14px!important;bottom:24px!important;top:auto!important;width:auto!important;max-width:none!important;background:rgba(255,253,248,.18)!important;border:1px solid rgba(255,255,255,.42)!important;border-radius:18px!important;padding:10px 12px!important;box-shadow:none!important;backdrop-filter:blur(2px)!important;-webkit-backdrop-filter:blur(2px)!important;color:#073E45!important;text-align:right!important}
  .lang-en .hero-caption{text-align:left!important}
  .hero-caption h1{font-size:clamp(22px,6.2vw,32px)!important;line-height:1.18!important;margin:0 0 4px!important;color:#073E45!important;text-shadow:0 1px 8px rgba(255,255,255,.90)!important;white-space:normal!important;overflow:visible!important}
  .hero-caption p{font-size:clamp(11px,3vw,14px)!important;line-height:1.45!important;margin:0 0 9px!important;color:#24494e!important;text-shadow:0 1px 8px rgba(255,255,255,.90)!important;white-space:normal!important;overflow:visible!important}
  .hero-caption > div{display:flex!important;gap:8px!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-end!important;margin-top:4px!important}
  .lang-en .hero-caption > div{justify-content:flex-start!important}
  .hero-caption .btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:112px!important;min-height:34px!important;padding:7px 12px!important;border-radius:999px!important;font-size:12px!important;font-weight:900!important;background:rgba(7,62,69,.42)!important;color:#fff!important;border:1px solid rgba(255,255,255,.62)!important;box-shadow:0 10px 22px rgba(7,62,69,.10)!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}
  .hero-caption .btn.light{display:inline-flex!important;background:rgba(255,255,255,.34)!important;color:#073E45!important;border-color:rgba(7,62,69,.22)!important}
  .dots{bottom:8px!important;z-index:7!important}
  .slider-arrow{background:rgba(255,255,255,.58)!important;border-color:rgba(7,62,69,.18)!important;backdrop-filter:blur(3px)!important}
}
@media(max-width:460px){
  .hero.ts-slider{height:252px!important;border-radius:22px!important}
  .hero-slide img{padding:7px!important}
  .hero-caption{left:10px!important;right:10px!important;bottom:20px!important;padding:9px 10px!important;border-radius:17px!important}
  .hero-caption h1{font-size:23px!important}
  .hero-caption p{font-size:11.5px!important;margin-bottom:7px!important}
  .hero-caption .btn{min-width:102px!important;min-height:32px!important;padding:6px 10px!important;font-size:11px!important}
}

/* V44: mobile hero slider restored to match the desktop reference layout */
@media(max-width:820px){
  .hero-wrap{padding-top:10px!important}
  .hero.ts-slider{
    height:clamp(190px,48vw,292px)!important;
    border-radius:22px!important;
    background:#f7ecdc!important;
    overflow:hidden!important;
    box-shadow:0 16px 32px rgba(13,76,73,.08)!important;
  }
  .hero-slide{height:100%!important;background:#f7ecdc!important}
  .hero-slide img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    transform:none!important;
    padding:0!important;
    opacity:1!important;
  }
  .hero-caption{
    top:16%!important;
    bottom:auto!important;
    left:7%!important;
    right:auto!important;
    width:44%!important;
    max-width:280px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    padding:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    color:#073E45!important;
    text-align:right!important;
  }
  .lang-en .hero-caption{text-align:left!important;left:7%!important;right:auto!important}
  .hero-caption h1{
    font-size:clamp(23px,6.1vw,36px)!important;
    line-height:1.12!important;
    margin:0 0 8px!important;
    color:#073E45!important;
    font-weight:900!important;
    text-shadow:none!important;
    white-space:normal!important;
    overflow:visible!important;
  }
  .hero-caption p{
    font-size:clamp(10.5px,2.7vw,14px)!important;
    line-height:1.45!important;
    margin:0 0 12px!important;
    color:#31565a!important;
    text-shadow:none!important;
    white-space:normal!important;
    overflow:visible!important;
  }
  .hero-caption > div{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    gap:8px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    margin-top:0!important;
    direction:rtl!important;
  }
  .lang-en .hero-caption > div{direction:ltr!important;justify-content:flex-start!important}
  .hero-caption .btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:92px!important;
    min-height:34px!important;
    padding:8px 13px!important;
    border-radius:12px!important;
    font-size:12px!important;
    font-weight:900!important;
    background:#073E45!important;
    color:#fff!important;
    border:1px solid #073E45!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    white-space:nowrap!important;
  }
  .hero-caption .btn.light{
    display:inline-flex!important;
    background:#fff!important;
    color:#073E45!important;
    border:1px solid #E8D9C4!important;
  }
  .slider-arrow{
    width:34px!important;
    height:34px!important;
    font-size:22px!important;
    background:rgba(255,255,255,.88)!important;
    border:1px solid rgba(232,217,196,.95)!important;
    color:#B98634!important;
    box-shadow:0 8px 20px rgba(10,55,60,.08)!important;
    backdrop-filter:none!important;
    z-index:8!important;
  }
  .slider-arrow.left{left:14px!important;right:auto!important}
  .slider-arrow.right{right:14px!important;left:auto!important}
  .dots{bottom:13px!important;z-index:9!important;gap:7px!important}
  .dots span{width:9px!important;height:9px!important;background:#d5c2aa!important;border:1px solid rgba(255,255,255,.9)!important}
  .dots span.active{background:#073E45!important}
}
@media(max-width:460px){
  .hero.ts-slider{height:clamp(168px,47vw,210px)!important;border-radius:20px!important}
  .hero-caption{top:14%!important;left:6%!important;width:50%!important;max-width:205px!important}
  .hero-caption h1{font-size:clamp(19px,5.5vw,24px)!important;margin-bottom:5px!important;line-height:1.15!important}
  .hero-caption p{font-size:clamp(9.2px,2.65vw,11.2px)!important;line-height:1.35!important;margin-bottom:8px!important}
  .hero-caption > div{gap:6px!important}
  .hero-caption .btn{min-width:78px!important;min-height:29px!important;padding:5px 7px!important;font-size:9.8px!important;border-radius:10px!important}
  .slider-arrow{width:30px!important;height:30px!important;font-size:19px!important}
  .slider-arrow.left{left:10px!important}.slider-arrow.right{right:10px!important}
  .dots{bottom:9px!important}
}


/* V57 homepage view all/load more + filled desktop categories */
.home-load-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important;align-items:stretch!important;width:100%!important;max-width:100%!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}
.home-load-item{min-width:0!important;width:100%!important;display:block!important;animation:tsHomeItemIn .18s ease-out both}
.home-load-item.is-hidden{display:none!important}
.home-load-item .product-card{height:100%!important;width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important;flex-direction:column!important}
.home-load-item .product-card .product-body{display:flex!important;flex:1!important;flex-direction:column!important}
.home-load-item .product-card .product-actions{margin-top:auto!important}
.home-more-wrap{display:flex!important;justify-content:center!important;align-items:center!important;margin:15px 0 22px!important;width:100%!important}
.home-more-btn{border:1px solid rgba(183,132,44,.34)!important;background:linear-gradient(180deg,#fffdf8,#fff7ea)!important;color:var(--petrol)!important;border-radius:999px!important;min-width:170px!important;height:46px!important;padding:0 20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;box-shadow:0 12px 28px rgba(13,76,73,.10)!important;font-weight:900!important;cursor:pointer!important;transition:transform .18s ease, box-shadow .18s ease, background .18s ease!important}
.home-more-btn:hover{transform:translateY(-2px)!important;box-shadow:0 16px 34px rgba(13,76,73,.15)!important;background:linear-gradient(180deg,#fffaf0,#fff2db)!important;color:var(--gold)!important}
.home-more-icon{width:30px!important;height:30px!important;border-radius:50%!important;background:linear-gradient(135deg,var(--gold),#C4923A)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:23px!important;line-height:1!important;box-shadow:0 8px 18px rgba(183,132,44,.28)!important;margin-top:-1px!important}
@keyframes tsHomeItemIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

/* Fill desktop category strip completely; arrows overlay instead of reserving empty side gaps */
@media(min-width:901px){
  .categories-carousel-shell{padding:0!important;overflow:visible!important;margin:18px 0 20px!important}
  .categories-carousel-shell .luxury-categories{width:100%!important;display:flex!important;gap:0!important;border-radius:18px!important;overflow:hidden!important}
  .categories-carousel-shell .cat-item{flex:0 0 12.5%!important;min-width:12.5%!important;max-width:12.5%!important}
  .categories-carousel-shell .carousel-arrow{width:40px!important;height:40px!important;z-index:30!important;background:rgba(255,253,248,.94)!important;backdrop-filter:blur(6px)!important}
  .categories-carousel-shell .cat-prev{right:8px!important;left:auto!important}
  .categories-carousel-shell .cat-next{left:8px!important;right:auto!important}
  .lang-en .categories-carousel-shell .cat-prev{left:8px!important;right:auto!important}
  .lang-en .categories-carousel-shell .cat-next{right:8px!important;left:auto!important}
}
@media(max-width:1180px) and (min-width:901px){.home-load-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.categories-carousel-shell .cat-item{flex-basis:14.285%!important;min-width:14.285%!important;max-width:14.285%!important}}
@media(max-width:820px){.home-load-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.home-more-wrap{margin:14px 0 18px!important}.home-more-btn{width:min(92%,240px)!important;height:48px!important}.home-more-icon{width:32px!important;height:32px!important}.section-head h2{line-height:1.35}}
@media(max-width:430px){.home-load-grid{gap:10px!important}.home-more-btn{width:100%!important;max-width:230px!important}}

/* V58 homepage batches + premium load-more button */
.home-more-wrap{margin:22px 0 32px!important;position:relative!important}
.home-more-wrap:before{content:'';position:absolute;top:50%;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(183,132,44,.35),transparent);z-index:0!important}
.home-more-btn{position:relative!important;z-index:1!important;min-width:210px!important;height:54px!important;padding:0 24px!important;border:1px solid rgba(183,132,44,.45)!important;border-radius:18px!important;background:linear-gradient(135deg,#fffdf8 0%,#fff5e6 42%,#f6e4c7 100%)!important;color:#073E45!important;box-shadow:0 14px 34px rgba(13,76,73,.14), inset 0 1px 0 rgba(255,255,255,.85)!important;font-size:15px!important;letter-spacing:.1px!important;overflow:hidden!important}
.home-more-btn:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:translateX(130%);transition:transform .55s ease!important}
.home-more-btn:hover:before{transform:translateX(-130%)}
.home-more-btn:hover{transform:translateY(-3px)!important;box-shadow:0 18px 42px rgba(13,76,73,.20), inset 0 1px 0 rgba(255,255,255,.9)!important;color:#073E45!important;background:linear-gradient(135deg,#fff9ef 0%,#f8e8cd 45%,#e7c887 100%)!important}
.home-more-icon{position:relative!important;width:36px!important;height:36px!important;border-radius:14px!important;background:linear-gradient(135deg,#073E45,#0d5f61)!important;box-shadow:0 9px 20px rgba(13,76,73,.24)!important;display:grid!important;place-items:center!important;flex:0 0 36px!important;overflow:hidden!important}
.home-more-icon:before,.home-more-icon:after,.home-more-icon i:before{content:'';position:absolute;width:10px;height:10px;border-right:2px solid #F7D58A;border-bottom:2px solid #F7D58A;transform:rotate(45deg);left:50%;margin-left:-5px;opacity:.95}
.home-more-icon:before{top:8px}.home-more-icon:after{top:14px;opacity:.75}.home-more-icon i:before{top:20px;opacity:.48}
.home-more-btn.is-done{display:none!important}
@media(max-width:820px){.home-more-wrap{margin:18px 0 26px!important}.home-more-btn{width:min(94%,260px)!important;min-width:0!important;height:52px!important;border-radius:17px!important}.home-more-icon{width:34px!important;height:34px!important;flex-basis:34px!important;border-radius:13px!important}}


/* V59: mobile homepage products fix + contextual load-more labels + mobile language switch */
.mobile-lang-switch{display:none}
.home-load-item.is-hidden{display:none!important}
.home-load-grid .home-load-item{min-width:0!important;width:100%!important}
.home-load-grid .home-load-item .product-card{width:100%!important;min-width:0!important;height:100%!important}
.home-more-btn{gap:10px!important;justify-content:center!important;white-space:normal!important;line-height:1.25!important;text-align:center!important}
.home-more-btn span:last-child{font-weight:900!important}
@media(max-width:820px){
  .most-requested-static.home-load-grid,
  .main-products.home-load-grid,
  .grid-products.home-load-grid,
  .carousel.home-load-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
    padding-bottom:0!important;
  }
  .most-requested-static.home-load-grid .home-load-item,
  .main-products.home-load-grid .home-load-item{
    display:block!important;
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    scroll-snap-align:none!important;
  }
  .most-requested-static.home-load-grid .home-load-item.is-hidden,
  .main-products.home-load-grid .home-load-item.is-hidden{display:none!important}
  .most-requested-static.home-load-grid .product-card,
  .main-products.home-load-grid .product-card{
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
  }
  .most-requested-static.home-load-grid .product-img,
  .main-products.home-load-grid .product-img{height:145px!important;padding:9px!important}
  .most-requested-static.home-load-grid .product-img img,
  .main-products.home-load-grid .product-img img{height:124px!important;max-height:124px!important;object-fit:contain!important}
  .most-requested-static.home-load-grid .product-title,
  .main-products.home-load-grid .product-title{font-size:13px!important;line-height:1.45!important;min-height:40px!important}
  .most-requested-static.home-load-grid .product-actions,
  .main-products.home-load-grid .product-actions{flex-direction:column!important;gap:7px!important}
  .most-requested-static.home-load-grid .product-actions .btn,
  .main-products.home-load-grid .product-actions .btn{width:100%!important;font-size:11.5px!important;padding:8px 6px!important}
  .mobile-lang-switch{
    display:flex!important;
    align-items:center!important;
    gap:4px!important;
    position:absolute!important;
    top:16px!important;
    right:58px!important;
    z-index:55!important;
    height:38px!important;
    padding:4px!important;
    border:1px solid rgba(183,132,44,.32)!important;
    border-radius:999px!important;
    background:rgba(255,253,248,.94)!important;
    box-shadow:0 10px 24px rgba(13,76,73,.10)!important;
    backdrop-filter:blur(10px)!important;
    -webkit-backdrop-filter:blur(10px)!important;
  }
  .mobile-lang-switch a{
    min-width:34px!important;
    height:28px!important;
    padding:0 8px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    font-size:12px!important;
    font-weight:900!important;
    color:#073E45!important;
    line-height:1!important;
  }
  .mobile-lang-switch a.active{background:linear-gradient(135deg,#073E45,#0d5f61)!important;color:#fff!important;box-shadow:0 6px 14px rgba(13,76,73,.18)!important}
  .lang-en .mobile-lang-switch{left:58px!important;right:auto!important}
  .mobile-menu-panel{top:118px!important}
}
@media(max-width:460px){
  .mobile-lang-switch{top:18px!important;right:55px!important;height:36px!important;padding:3px!important}
  .lang-en .mobile-lang-switch{left:55px!important;right:auto!important}
  .mobile-lang-switch a{min-width:31px!important;height:27px!important;font-size:11.5px!important;padding:0 7px!important}
  .home-more-btn{width:min(94%,310px)!important;height:auto!important;min-height:52px!important;padding:8px 15px!important;font-size:13.5px!important}
}


/* V60: final mobile most-requested grid fix + language switch placement */
#popular + .most-requested-static.home-load-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(190px,1fr))!important;
  gap:14px!important;
  overflow:visible!important;
  direction:rtl!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
#popular + .most-requested-static.home-load-grid .home-load-item{
  display:block!important;
  min-width:0!important;
  width:100%!important;
  max-width:100%!important;
  flex:none!important;
  transform:none!important;
}
#popular + .most-requested-static.home-load-grid .home-load-item.is-hidden{display:none!important}
#popular + .most-requested-static.home-load-grid .product-card{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:100%!important;
  opacity:1!important;
  visibility:visible!important;
}
#popular + .most-requested-static.home-load-grid .product-body{display:flex!important;flex-direction:column!important;flex:1!important}
#popular + .most-requested-static.home-load-grid .product-actions{margin-top:auto!important}
@media(max-width:820px){
  #popular + .most-requested-static.home-load-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
    min-height:0!important;
    height:auto!important;
  }
  #popular + .most-requested-static.home-load-grid .home-load-item{
    display:block!important;
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  #popular + .most-requested-static.home-load-grid .home-load-item.is-hidden{display:none!important}
  #popular + .most-requested-static.home-load-grid .product-card{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:100%!important;
    min-height:0!important;
    border-radius:22px!important;
    background:#fff!important;
    border:1px solid var(--line)!important;
    box-shadow:0 10px 22px rgba(13,76,73,.07)!important;
    overflow:hidden!important;
  }
  #popular + .most-requested-static.home-load-grid .product-img{
    display:grid!important;
    place-items:center!important;
    height:145px!important;
    min-height:145px!important;
    padding:9px!important;
    background:linear-gradient(180deg,#fffefb,#fff8ed)!important;
    border-bottom:1px solid #f0e3d1!important;
    overflow:hidden!important;
  }
  #popular + .most-requested-static.home-load-grid .product-img img{
    display:block!important;
    width:100%!important;
    height:124px!important;
    max-height:124px!important;
    object-fit:contain!important;
    opacity:1!important;
    visibility:visible!important;
    transform:scale(1.05)!important;
  }
  #popular + .most-requested-static.home-load-grid .product-body{display:flex!important;flex-direction:column!important;flex:1!important;padding:10px!important;background:#fff!important}
  #popular + .most-requested-static.home-load-grid .product-title{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:40px!important;font-size:13px!important;line-height:1.45!important;color:#1e2f33!important}
  #popular + .most-requested-static.home-load-grid .rating,
  #popular + .most-requested-static.home-load-grid .price,
  #popular + .most-requested-static.home-load-grid .product-actions{display:flex!important;opacity:1!important;visibility:visible!important}
  .mobile-lang-switch{
    display:flex!important;
    position:absolute!important;
    top:18px!important;
    right:10px!important;
    left:auto!important;
    z-index:80!important;
    height:36px!important;
    padding:3px!important;
    align-items:center!important;
    gap:4px!important;
    border:1px solid rgba(183,132,44,.32)!important;
    border-radius:999px!important;
    background:rgba(255,253,248,.96)!important;
    box-shadow:0 10px 24px rgba(13,76,73,.10)!important;
    backdrop-filter:blur(10px)!important;
    -webkit-backdrop-filter:blur(10px)!important;
  }
  .mobile-lang-switch a{min-width:31px!important;height:27px!important;padding:0 7px!important;border-radius:999px!important;display:grid!important;place-items:center!important;font-size:11.5px!important;font-weight:900!important;color:#073E45!important;line-height:1!important}
  .mobile-lang-switch a.active{background:linear-gradient(135deg,#073E45,#0d5f61)!important;color:#fff!important;box-shadow:0 6px 14px rgba(13,76,73,.18)!important}
  .lang-en .mobile-lang-switch{right:auto!important;left:10px!important}
  .brand{z-index:1!important}.hamb{z-index:85!important}.search{z-index:1!important}
}
@media(min-width:821px){.mobile-lang-switch{display:none!important}}
@media(max-width:420px){
  .mobile-lang-switch{top:17px!important;right:8px!important;height:34px!important;padding:3px!important}
  .lang-en .mobile-lang-switch{left:8px!important;right:auto!important}
  .mobile-lang-switch a{min-width:29px!important;height:25px!important;font-size:11px!important;padding:0 6px!important}
}


/* V61: mobile header language switch final placement - no overlap with hamburger */
@media (max-width: 820px){
  body.mobile-web-mode .main-header .header-row{
    position:relative!important;
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr) 86px!important;
    grid-template-rows:auto auto!important;
    align-items:center!important;
    gap:8px!important;
    direction:ltr!important;
    padding:8px 0 10px!important;
    min-height:116px!important;
  }
  body.mobile-web-mode .main-header .hamb,
  body.mobile-web-mode.lang-en .main-header .hamb{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:start!important;
    align-self:center!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    z-index:95!important;
    width:42px!important;
    height:42px!important;
    margin:0!important;
    transform:none!important;
  }
  body.mobile-web-mode .main-header .brand,
  body.mobile-web-mode.lang-en .main-header .brand{
    grid-column:2!important;
    grid-row:1!important;
    justify-self:center!important;
    justify-content:center!important;
    align-self:center!important;
    margin:0!important;
    transform:none!important;
    z-index:1!important;
    min-width:0!important;
  }
  body.mobile-web-mode .main-header .brand img{
    max-width:52vw!important;
    width:210px!important;
    height:72px!important;
    object-fit:contain!important;
  }
  body.mobile-web-mode .mobile-lang-switch,
  body.mobile-web-mode.lang-en .mobile-lang-switch{
    display:flex!important;
    grid-column:3!important;
    grid-row:1!important;
    justify-self:end!important;
    align-self:center!important;
    position:relative!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
    z-index:96!important;
    height:36px!important;
    min-width:74px!important;
    padding:3px!important;
    margin:0!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    border:1px solid rgba(183,132,44,.34)!important;
    border-radius:999px!important;
    background:rgba(255,253,248,.97)!important;
    box-shadow:0 10px 24px rgba(13,76,73,.11)!important;
    backdrop-filter:blur(10px)!important;
    -webkit-backdrop-filter:blur(10px)!important;
    pointer-events:auto!important;
  }
  body.mobile-web-mode .mobile-lang-switch a,
  body.mobile-web-mode.lang-en .mobile-lang-switch a{
    min-width:31px!important;
    height:27px!important;
    padding:0 7px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    font-size:11.5px!important;
    font-weight:900!important;
    color:#073E45!important;
    line-height:1!important;
    pointer-events:auto!important;
  }
  body.mobile-web-mode .mobile-lang-switch a.active,
  body.mobile-web-mode.lang-en .mobile-lang-switch a.active{
    background:linear-gradient(135deg,#073E45,#0d5f61)!important;
    color:#fff!important;
    box-shadow:0 6px 14px rgba(13,76,73,.18)!important;
  }
  body.mobile-web-mode .main-header .search,
  body.mobile-web-mode.lang-en .main-header .search{
    grid-column:1/4!important;
    grid-row:2!important;
    direction:rtl!important;
    z-index:1!important;
  }
  body.mobile-web-mode.lang-en .main-header .search{direction:ltr!important;}
  body.mobile-web-mode .main-header .header-icons,
  body.mobile-web-mode.lang-en .main-header .header-icons{
    display:none!important;
  }
  body.mobile-web-mode .mobile-menu-panel,
  body.mobile-web-mode.lang-en .mobile-menu-panel{
    top:122px!important;
  }
}
@media (max-width:420px){
  body.mobile-web-mode .main-header .header-row{
    grid-template-columns:50px minmax(0,1fr) 80px!important;
    gap:6px!important;
  }
  body.mobile-web-mode .main-header .brand img{
    max-width:50vw!important;
    width:190px!important;
    height:68px!important;
  }
  body.mobile-web-mode .mobile-lang-switch,
  body.mobile-web-mode.lang-en .mobile-lang-switch{
    min-width:70px!important;
    height:34px!important;
  }
  body.mobile-web-mode .mobile-lang-switch a,
  body.mobile-web-mode.lang-en .mobile-lang-switch a{
    min-width:29px!important;
    height:25px!important;
    font-size:11px!important;
    padding:0 6px!important;
  }
}
@media (min-width:821px){
  .mobile-lang-switch{display:none!important;}
}

/* V71 clean fixes: full product titles on mobile + featured pager + source price note */
.featured-products-slider[data-featured-pager]{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important;scroll-snap-type:none!important;scroll-behavior:auto!important}
.featured-products-slider[data-featured-pager] .product-card{width:100%!important;min-width:0!important;max-width:100%!important}
.featured-products-slider[data-featured-pager] .product-card.featured-page-hidden{display:none!important}
.carousel-shell.featured-no-arrows .carousel-arrow{display:none!important}
.price-source-notice{margin:12px 0 10px!important;padding:12px 14px!important;border:1px solid rgba(183,132,44,.36)!important;border-radius:16px!important;background:linear-gradient(135deg,#fffaf0,#fff5df)!important;color:#31494e!important;line-height:1.75!important;box-shadow:0 8px 18px rgba(13,76,73,.06)!important}
.price-source-notice strong{display:inline-flex!important;margin-inline-end:8px!important;color:#073E45!important;font-weight:900!important}
.price-source-notice span{font-weight:700!important}
.product-card .product-title{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important;word-break:normal!important}
@media(max-width:820px){
  .featured-products-slider[data-featured-pager]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
  .product-card .product-title,
  #popular + .most-requested-static.home-load-grid .product-title,
  .most-requested-static.home-load-grid .product-title,
  .main-products.home-load-grid .product-title,
  .grid-products .product-title,
  .related-products-grid .product-title,
  .tabs .product-title{
    display:block!important;
    -webkit-line-clamp:unset!important;
    -webkit-box-orient:initial!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:normal!important;
    min-height:auto!important;
    height:auto!important;
    max-height:none!important;
    line-height:1.5!important;
  }
  .product-body{height:auto!important;min-height:0!important}
  .product-card{height:auto!important;min-height:0!important}
  .price-source-notice{font-size:13px!important;margin-top:10px!important;padding:11px 12px!important}
}



/* V72: admin absolute product view links, related spacing, full-width featured offers, stronger mobile titles */
.related-products-grid .product-title{display:block!important;margin-bottom:8px!important;line-height:1.55!important}
.related-products-grid .rating.product-rating-line,.related-products-grid .rating{margin-top:9px!important;margin-bottom:7px!important;clear:both!important}
.offers-static-block.offers-wide-block{display:block!important;grid-template-columns:none!important;direction:rtl!important;margin:18px 0 20px!important;width:100%!important;max-width:100%!important}
.offers-wide-block .offers-center{width:100%!important;max-width:100%!important;min-height:0!important;background:linear-gradient(180deg,#fffdf8,#fff7e8)!important;border:1px solid rgba(183,132,44,.28)!important;border-radius:22px!important;padding:14px!important;box-shadow:0 18px 40px rgba(13,76,73,.08)!important;overflow:visible!important}
.offers-wide-block .featured-offers-head{background:linear-gradient(135deg,var(--petrol),var(--gold))!important;border-radius:18px!important;padding:13px 16px!important;margin:0 0 14px!important;box-shadow:0 12px 28px rgba(13,76,73,.12)!important}
.offers-wide-block .featured-offers-head h2,.offers-wide-block .featured-offers-head a{color:#fff!important}.offers-wide-block .featured-offers-head h2{font-size:24px!important}.offers-wide-block .featured-offers-head a{opacity:.96!important;font-weight:900!important}
.offers-wide-block .featured-offers-static{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important}
.offers-wide-block .featured-offers-static .product-card{min-width:0!important;width:100%!important;max-width:100%!important}
.offers-wide-block .offers-bottom-ad{display:block!important;width:100%!important;margin:14px 0 0!important;min-height:0!important}
.offers-wide-block .offers-bottom-ad .ad-slot{width:100%!important;height:90px!important;min-height:90px!important;margin:0!important;border-radius:18px!important;background:#fff!important;border:1px dashed rgba(183,132,44,.42)!important;color:#9d865f!important}
.product-card .product-title{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important;word-break:normal!important}
body.admin-area .products-admin-table .admin-product-full-name{display:block!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;max-height:none!important;line-height:1.65!important;overflow-wrap:anywhere!important;word-break:normal!important}
@media(max-width:1280px){.offers-wide-block .featured-offers-static{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:820px){
  .offers-wide-block .offers-center{padding:12px!important;border-radius:22px!important}.offers-wide-block .featured-offers-head{padding:12px!important;border-radius:16px!important}.offers-wide-block .featured-offers-head h2{font-size:20px!important}.offers-wide-block .featured-offers-static{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.offers-wide-block .offers-bottom-ad .ad-slot{height:76px!important;min-height:76px!important}
  body.mobile-web-mode .product-card .product-title, body.mobile-web-mode .product-title{display:block!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;max-height:none!important;min-height:auto!important;height:auto!important;line-height:1.55!important}
  body.admin-area .products-admin-table .admin-product-full-name{font-size:13.5px!important;line-height:1.65!important}
}

/* SEO brand intro on homepage - v82 */
.home-brand-intro{margin-top:18px;margin-bottom:14px;background:linear-gradient(135deg,#fffdf8,#f7ead8);border:1px solid #ead7bd;border-radius:22px;padding:22px 26px;text-align:center;box-shadow:0 12px 32px rgba(18,42,47,.06)}
.home-brand-intro h1{margin:0 0 8px;font-size:clamp(26px,4vw,42px);line-height:1.25;color:#073E45;font-weight:900;letter-spacing:-.02em}
.home-brand-intro p{margin:0 auto;max-width:820px;color:#5f6d70;font-size:16px;line-height:1.8;font-weight:600}
.hero-caption h2,.hero-caption .hero-title{font-size:clamp(30px,4vw,58px);line-height:1.12;margin:0 0 12px;color:inherit;font-weight:900}
@media(max-width:640px){.home-brand-intro{margin-top:10px;padding:18px 16px;border-radius:18px}.home-brand-intro p{font-size:14px}.hero-caption h2,.hero-caption .hero-title{font-size:30px}}

/* v85 import content comparison tables */
.product-description table.seo-comparison-table,
.seo-content table.seo-comparison-table,
.product-description table,
.seo-content table{
  width:100%; border-collapse:separate; border-spacing:0; margin:16px 0 18px; overflow:hidden;
  border:1px solid rgba(13,76,73,.16); border-radius:16px; background:#fff; box-shadow:0 10px 28px rgba(13,76,73,.06);
}
.product-description table th,.seo-content table th{background:#073E45;color:#fff;font-weight:900;padding:12px 14px;text-align:inherit;font-size:14px;line-height:1.5}
.product-description table td,.seo-content table td{padding:11px 14px;border-top:1px solid rgba(13,76,73,.10);font-size:14px;line-height:1.65;color:#243b40;vertical-align:top}
.product-description table tr:nth-child(even) td,.seo-content table tr:nth-child(even) td{background:#fbf8f0}
@media(max-width:680px){.product-description table,.seo-content table{display:block;overflow-x:auto;white-space:nowrap}.product-description table td,.seo-content table td,.product-description table th,.seo-content table th{font-size:13px;padding:10px 12px}}

/* R36: visible editorial and local reviews aligned with Product structured data */
.editorial-review{margin-top:18px;padding:18px;border:1px solid rgba(13,76,73,.16);border-radius:16px;background:#fff}.editorial-review h2{font-size:20px;margin:0 0 10px}.editorial-review p{line-height:1.9;margin:0 0 10px}.editorial-review small{display:block;opacity:.72}.editorial-review-rating{margin:8px 0}

.customer-reviews{margin-top:18px;padding:18px;border:1px solid rgba(13,76,73,.16);border-radius:16px;background:#fff}.customer-reviews h2{font-size:20px;margin:0 0 12px}.customer-review{padding:14px 0;border-top:1px solid rgba(13,76,73,.12)}.customer-review:first-of-type{margin-top:10px}.customer-review-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-review p{line-height:1.8;margin:8px 0}.customer-review time{font-size:12px;opacity:.65}

/* R44: verified payments, customer order tracking and notification UX */
.status.pending_payment{background:#fff4d9;color:#9a6615}
.order-number{direction:ltr;unicode-bidi:embed;display:inline-block;white-space:nowrap;overflow:visible;text-overflow:clip;font-weight:900}
.summary-line{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:7px 0}
.summary-line span{min-width:0}.summary-line b{white-space:nowrap}
.summary-total{border-top:1px solid var(--line);margin-top:8px;padding-top:13px;font-size:18px;color:var(--petrol)}
.card-brands{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;color:#243b40;font-weight:900;font-size:12px}
.card-brands.large{font-size:15px;justify-content:center;margin:16px 0}.card-brands.large span{background:#fff;border:1px solid var(--line);border-radius:10px;padding:9px 13px}
.gammal-pay-box{text-align:center;background:linear-gradient(135deg,#fffdf8,#fff4df);border:1px solid #ead7b9;border-radius:18px;padding:20px}
.gammal-pay-box h3{color:var(--petrol);margin-top:0}.secure-note{margin-top:16px;border-radius:12px;background:#eef8f5;color:#176052;padding:12px;line-height:1.7}
.payment-order-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px}.payment-order-meta p{margin:5px 0}
.customer-two-col{grid-template-columns:minmax(0,2fr) minmax(280px,1fr)}
.customer-table-wrap{width:100%;overflow-x:auto;padding-bottom:3px}.customer-orders-table{min-width:720px}.customer-orders-table .tracking-meta{font-size:12px;color:var(--muted);margin-top:7px;white-space:nowrap}
.customer-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.customer-quick-grid a{min-width:0;padding:10px;line-height:1.45;white-space:normal}
.panel-title-row{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.notification-list{display:grid;gap:10px}.customer-notification{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:start;padding:15px;border:1px solid var(--line);border-radius:15px;background:#fffdf8}
.customer-notification.unread{border-color:#d6b36d;background:#fff8e9;box-shadow:0 7px 18px rgba(13,76,73,.06)}.notification-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e9f5f2}
.customer-notification b,.customer-notification small,.customer-notification time{display:block}.customer-notification small{color:#53666b;line-height:1.7;margin-top:3px}.customer-notification time{color:#908373;font-size:11px;margin-top:6px;direction:ltr;text-align:right}
.refund-search{display:flex;gap:10px;flex-wrap:wrap}.refund-search input{flex:1;min-width:220px;border:1px solid var(--line);border-radius:11px;padding:10px 12px}
.pagination{display:flex;gap:7px;justify-content:center;flex-wrap:wrap;margin:16px}.pagination a{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff}.pagination a.active{background:var(--petrol);color:#fff}
@media(max-width:820px){
  .payment-order-meta{grid-template-columns:1fr}.payment-page{display:block}.payment-summary-panel{margin-top:14px}
  .customer-two-col{grid-template-columns:1fr}.customer-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important}
  .customer-quick-grid a{display:flex!important;min-height:72px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;white-space:normal!important;overflow:visible!important}
  .customer-table-wrap{overflow:visible}.customer-orders-table{display:block;min-width:0;border:0;box-shadow:none;background:transparent;overflow:visible}
  .customer-orders-table tbody{display:grid;gap:12px}.customer-orders-table tbody>tr{display:grid;background:#fff;border:1px solid var(--line);border-radius:15px;overflow:visible;box-shadow:var(--soft)}
  .customer-orders-table tbody>tr:first-child{display:none}
  .customer-orders-table tbody>tr>td{display:flex!important;justify-content:space-between;align-items:flex-start;gap:12px;padding:11px 13px!important;text-align:start!important;border-bottom:1px solid #f0e2ce!important;min-width:0}
  .customer-orders-table tbody>tr>td:last-child{border-bottom:0!important}
  .customer-orders-table tbody>tr>td::before{content:attr(data-label);font-weight:900;color:var(--petrol);flex:0 0 42%;text-align:start}
  .customer-orders-table tbody>tr>td>*{max-width:58%}
  .customer-orders-table tbody>tr>td.empty{display:block!important;text-align:center!important}.customer-orders-table tbody>tr>td.empty::before{display:none}
  .customer-orders-table .tracking-meta{white-space:normal}
}
@media(max-width:420px){
  .customer-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .customer-quick-grid a{font-size:13px!important;padding:8px 5px!important}
  .customer-notification{padding:12px}
}

/* R45: keep customer order numbers complete and make every column swipeable. */
.customer-table-wrap{
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto!important;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scrollbar-gutter:stable;
}
.table-swipe-hint{display:block;color:var(--muted);margin:-3px 0 10px;line-height:1.6}
.customer-table-wrap:focus{outline:2px solid rgba(13,76,73,.22);outline-offset:3px;border-radius:14px}
.customer-table-wrap .customer-orders-table{
  display:table!important;
  width:max-content!important;
  min-width:100%!important;
  table-layout:auto!important;
}
.customer-table-wrap .customer-orders-table tbody{display:table-row-group!important}
.customer-table-wrap .customer-orders-table tbody>tr{display:table-row!important}
.customer-table-wrap .customer-orders-table tbody>tr:first-child{display:table-row!important}
.customer-table-wrap .customer-orders-table th,
.customer-table-wrap .customer-orders-table td{
  display:table-cell!important;
  width:auto!important;
  min-width:125px;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
  vertical-align:top;
}
.customer-table-wrap .customer-orders-table tbody>tr>td{
  display:table-cell!important;
  width:auto!important;
  min-width:125px!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
}
.customer-table-wrap .customer-orders-table th:first-child,
.customer-table-wrap .customer-orders-table td:first-child{min-width:190px!important}
.customer-table-wrap .customer-orders-table tbody>tr>td::before{display:none!important;content:none!important}
.customer-table-wrap .customer-orders-table tbody>tr>td>*{max-width:none!important}
.customer-table-wrap .customer-orders-table .order-number{
  display:inline-block!important;
  max-width:none!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
}
@media(max-width:820px){
  .customer-table-wrap{padding-bottom:10px}
  .customer-table-wrap .customer-orders-table{min-width:840px!important;border:1px solid var(--line)!important;box-shadow:var(--soft)!important;background:#fff!important}
  .customer-table-wrap .customer-orders-table th,.customer-table-wrap .customer-orders-table td{padding:12px 13px!important;border-bottom:1px solid #f0e2ce!important;text-align:start!important}
  .customer-table-wrap .customer-orders-table .tracking-meta{white-space:nowrap!important}
}

/* R52: visible identifiers that mirror Product structured data */
.product-identifiers{display:flex;flex-wrap:wrap;gap:8px 16px;margin:4px 0 14px;font-size:13px}
.product-identifiers span{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:#fff}
@media(max-width:640px){.product-identifiers{gap:7px}.product-identifiers span{font-size:12px;padding:5px 8px}}

/* R53: customer reviews, product links and Google important links */
.cart-product-link{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.order-product-links{display:flex;flex-direction:column;gap:4px;margin-top:7px;font-size:13px}.order-product-links a,.purchase-product-link,.order-product-main-link{font-weight:800;text-decoration:none}.availability-line .muted{font-size:11px;word-break:break-all}.customer-reviews{margin-top:22px;padding:20px;border:1px solid #e2ecea;border-radius:18px;background:#fff}.customer-review-title-row{display:flex;justify-content:space-between;align-items:center;gap:15px}.product-review-form{display:grid;gap:12px;margin:18px 0;padding:16px;background:#f7faf9;border-radius:14px}.product-review-form textarea{width:100%}.review-moderation-state{padding:10px 12px;border-radius:10px;font-weight:700}.review-moderation-state.pending{background:#fff7db}.review-moderation-state.approved{background:#e8f7ee}.review-moderation-state.rejected{background:#ffeded}.customer-review-list{display:grid;gap:12px}.customer-review{border:1px solid #e7efed;border-radius:14px;padding:15px}.customer-review.is-hidden{display:none}.customer-review-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.customer-review time{font-size:12px;color:#71807d}.review-load-more{margin-top:14px}.menu-count{margin-inline-start:auto;background:#dc3545;color:#fff;border-radius:999px;min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.review-admin-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.review-admin-tabs a{padding:10px 14px;background:#fff;border:1px solid #dce8e6;border-radius:12px;text-decoration:none}.review-admin-tabs a.active{background:#0d4c49;color:#fff}.review-delete-all-form{margin-bottom:15px}.admin-review-list{display:grid;gap:14px}.admin-review-card{margin:0}.admin-review-head{display:flex;justify-content:space-between;gap:12px}.admin-review-head>div{display:flex;flex-direction:column}.review-status{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}.review-status.pending{background:#fff3cd}.review-status.approved{background:#d1e7dd}.review-status.rejected{background:#f8d7da}.admin-review-actions{display:flex;flex-wrap:wrap;gap:8px}.seo-sitelink-editor{display:grid;gap:10px}.seo-sitelink-row{display:grid;grid-template-columns:180px 1fr 1fr 1.4fr;gap:8px;align-items:center;padding:10px;border:1px solid #e3ecea;border-radius:12px}
@media(max-width:760px){.customer-reviews{padding:14px}.customer-review-head,.customer-review-title-row,.admin-review-head{align-items:flex-start;flex-direction:column}.product-review-form{padding:12px}.seo-sitelink-row{grid-template-columns:1fr}.cart-product-link{min-width:190px}.admin-review-actions .btn{flex:1 1 45%}}

/* R55: linked product cards in My Orders and My Purchases */
.order-product-card-list{display:grid;gap:8px;margin-top:10px;min-width:260px}
.order-product-card,.purchase-product-card{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;white-space:normal!important;line-height:1.45;font-weight:800}
.order-product-card img,.purchase-product-card img{width:54px;height:54px;flex:0 0 54px;object-fit:cover;border-radius:11px;border:1px solid var(--line);background:#fff}
.order-product-card span,.purchase-product-card span{min-width:0;max-width:260px;overflow-wrap:anywhere}
.order-product-card:hover,.purchase-product-card:hover{color:var(--petrol);text-decoration:underline}
.order-product-card.is-disabled,.purchase-product-card.is-disabled{opacity:.68;cursor:default;text-decoration:none}
.customer-purchases-table td:nth-child(2){min-width:310px!important}
@media(max-width:820px){
  .order-product-card-list{min-width:230px}
  .order-product-card img,.purchase-product-card img{width:48px;height:48px;flex-basis:48px}
  .order-product-card span,.purchase-product-card span{max-width:210px}
  .customer-purchases-table td:nth-child(2){min-width:280px!important}
}

/* R55 mobile: turn My Orders and My Purchases tables into readable cards instead of forcing horizontal scrolling. */
@media(max-width:820px){
  .customer-orders-page .customer-table-wrap,.customer-purchases-page .customer-table-wrap{overflow:visible!important;padding:0!important}
  .customer-orders-page .customer-table-wrap .customer-orders-table,.customer-purchases-page .customer-table-wrap .customer-orders-table{display:block!important;width:100%!important;min-width:0!important;border:0!important;box-shadow:none!important;background:transparent!important}
  .customer-orders-page .customer-orders-table tbody,.customer-purchases-page .customer-orders-table tbody{display:grid!important;gap:13px!important;width:100%!important}
  .customer-orders-page .customer-orders-table tbody>tr,.customer-purchases-page .customer-orders-table tbody>tr{display:block!important;width:100%!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:16px!important;overflow:hidden!important;box-shadow:var(--soft)!important}
  .customer-orders-page .customer-orders-table tbody>tr:first-child,.customer-purchases-page .customer-orders-table tbody>tr:first-child{display:none!important}
  .customer-orders-page .customer-orders-table tbody>tr>td,.customer-purchases-page .customer-orders-table tbody>tr>td{display:grid!important;grid-template-columns:minmax(105px,36%) minmax(0,1fr)!important;align-items:start!important;gap:9px!important;width:100%!important;min-width:0!important;padding:11px 13px!important;white-space:normal!important;border-bottom:1px solid #f0e2ce!important;text-align:start!important}
  .customer-orders-page .customer-orders-table tbody>tr>td:last-child,.customer-purchases-page .customer-orders-table tbody>tr>td:last-child{border-bottom:0!important}
  .customer-orders-page .customer-orders-table tbody>tr>td::before,.customer-purchases-page .customer-orders-table tbody>tr>td::before{display:block!important;content:attr(data-label)!important;font-weight:900!important;color:var(--petrol)!important;grid-column:1!important;grid-row:1 / span 20!important;text-align:start!important}
  .customer-orders-page .customer-orders-table tbody>tr>td>*,.customer-purchases-page .customer-orders-table tbody>tr>td>*{grid-column:2!important;max-width:100%!important;min-width:0!important;white-space:normal!important}
  .customer-orders-page .order-product-card-list{min-width:0!important;width:100%!important;margin-top:8px!important}
  .customer-orders-page .order-product-card,.customer-purchases-page .purchase-product-card{width:100%!important;min-width:0!important}
  .customer-orders-page .order-product-card span,.customer-purchases-page .purchase-product-card span{max-width:none!important;overflow-wrap:anywhere!important}
  .customer-purchases-page .customer-purchases-table td:nth-child(2){min-width:0!important}
}
@media(max-width:420px){
  .customer-orders-page .customer-orders-table tbody>tr>td,.customer-purchases-page .customer-orders-table tbody>tr>td{grid-template-columns:minmax(90px,34%) minmax(0,1fr)!important;padding:10px 11px!important;font-size:13px!important}
  .customer-orders-page .order-product-card img,.customer-purchases-page .purchase-product-card img{width:44px!important;height:44px!important;flex-basis:44px!important}
}

/* R56: persistent cart feedback, reliable customer product links and order removal */
[data-cart-add][aria-busy="true"]{opacity:.7;pointer-events:none;cursor:wait}
.cart-table-wrap{width:100%;overflow-x:auto}
.cart-table .cart-product-link img{width:70px;height:70px;object-fit:contain;border-radius:12px;border:1px solid var(--line);background:#fff;flex:0 0 70px}
.cart-summary-card{max-width:420px;margin-inline-start:auto;margin-top:18px}
.order-product-card,.purchase-product-card{position:relative;padding:7px;border:1px solid transparent;border-radius:13px;transition:border-color .18s ease,background .18s ease,transform .18s ease}
.order-product-card:hover,.purchase-product-card:hover{background:#f7fbfa;border-color:#cfe1de;text-decoration:none;transform:translateY(-1px)}
.order-product-open-icon{margin-inline-start:auto;flex:0 0 auto;width:27px;height:27px;border-radius:999px;display:grid;place-items:center;background:#edf6f4;color:var(--petrol);font-size:13px}
.customer-delete-order-form{margin:0;display:inline-flex}
.customer-delete-order{white-space:nowrap;border-color:#e3b7b7!important;color:#9b2424!important;background:#fff8f8!important}
.customer-delete-order:hover{background:#fff0f0!important}
.customer-order-delete-note{display:block;margin-top:14px;line-height:1.7}
.customer-orders-table th:last-child,.customer-orders-table td:last-child{min-width:125px!important}
@media(max-width:820px){
  .cart-table{min-width:690px}
  .cart-summary-card{max-width:none;margin-inline-start:0}
  .customer-orders-page .customer-delete-order-form,.customer-orders-page .customer-delete-order{width:100%}
  .customer-orders-page .customer-delete-order{justify-content:center}
  .order-product-open-icon{width:25px;height:25px}
}
@media(max-width:420px){
  .order-product-card,.purchase-product-card{padding:6px}
  .order-product-open-icon{display:none}
}

/* R57 product availability, sizes and cart variants */
.availability-line{display:flex;align-items:center;gap:7px;margin-top:8px}
.availability-instock,.availability-limitedavailability{color:#137a4a}
.availability-preorder,.availability-backorder{color:#9a6500}
.availability-outofstock,.availability-soldout,.availability-discontinued{color:#b42318}
.product-actions{display:flex;align-items:flex-end;gap:12px;margin-top:18px;flex-wrap:wrap}
.product-cart-form{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin:0}
.product-size-selector{border:0;padding:0;margin:0;width:100%}
.product-size-selector legend,.product-size-selector>b{display:block;margin-bottom:9px;font-weight:800;color:#17383e}
.product-size-options{display:flex;gap:8px;flex-wrap:wrap}
.product-size-choice{position:relative;cursor:pointer}
.product-size-choice input{position:absolute;opacity:0;pointer-events:none}
.product-size-choice span,.product-size-chip{display:inline-flex;min-width:46px;height:38px;padding:0 13px;align-items:center;justify-content:center;border:1px solid #dec9ad;border-radius:10px;background:#fffdf8;font-weight:800;transition:.18s ease}
.product-size-choice input:checked+span{border-color:#073e45;background:#073e45;color:#fff;box-shadow:0 0 0 3px rgba(7,62,69,.12)}
.product-size-choice input:focus-visible+span{outline:3px solid rgba(7,62,69,.22);outline-offset:2px}
.product-size-display{margin-top:14px}
.required-mark{color:#b42318}
.product-cart-form .btn[disabled]{opacity:.58;cursor:not-allowed;filter:grayscale(.2)}
.cart-product-variant{display:block;margin-top:5px;color:#6b777a;font-size:12px;font-weight:700}
@media(max-width:640px){
  .product-actions,.product-cart-form{width:100%;align-items:stretch}
  .product-cart-form{display:grid;grid-template-columns:1fr;width:100%}
  .product-cart-form>.btn,.product-actions>a.btn{width:100%;justify-content:center}
  .product-size-options{gap:7px}
  .product-size-choice span,.product-size-chip{min-width:43px;height:40px;padding:0 11px}
}

/* R58 performance and incremental loading */
.product-card{content-visibility:auto;contain-intrinsic-size:390px 520px}
.product-card .product-img{display:block;aspect-ratio:1/1;overflow:hidden}
.product-card .product-img img{width:100%;height:100%;object-fit:contain}
[data-home-ajax-more][aria-busy="true"],[data-products-ajax-more][aria-busy="true"],[data-admin-products-more]:disabled{opacity:.68;pointer-events:none;cursor:wait}
.products-more-wrap,.admin-products-more-wrap{margin-top:22px;margin-bottom:28px}
.products-ajax-grid:empty{min-height:180px}
.admin-product-row img{background:#fff;border-radius:12px}
@media (max-width:760px){
  .product-card{contain-intrinsic-size:320px 470px}
  .products-more-wrap .btn,.admin-products-more-wrap .btn,.home-more-wrap .home-more-btn{width:100%;justify-content:center}
}

/* R59: requested product-image alignment and five-column featured products only */
.featured-products-slider[data-featured-pager]{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  padding:14px!important;
}

.featured-products-slider[data-featured-pager] .product-img,
.offers-wide-block .featured-offers-static .product-img,
.main-products.home-load-grid .product-img,
.related-products-grid .product-img{
  display:grid!important;
  place-items:center!important;
  margin:10px 10px 0!important;
  padding:10px!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
  border:1px solid #f0e2ce!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#fffefb,#fff8ed)!important;
  clip-path:none!important;
}

.featured-products-slider[data-featured-pager] .product-img{height:230px!important}
.offers-wide-block .featured-offers-static .product-img{height:190px!important}
.main-products.home-load-grid .product-img{height:210px!important}
.related-products-grid .product-img{height:185px!important}

.featured-products-slider[data-featured-pager] .product-img img,
.offers-wide-block .featured-offers-static .product-img img,
.main-products.home-load-grid .product-img img,
.related-products-grid .product-img img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  border-radius:13px!important;
  clip-path:none!important;
}

.featured-products-slider[data-featured-pager] .product-card:hover .product-img img,
.offers-wide-block .featured-offers-static .product-card:hover .product-img img,
.main-products.home-load-grid .product-card:hover .product-img img,
.related-products-grid .product-card:hover .product-img img{
  transform:scale(1.025)!important;
}

@media(max-width:1180px) and (min-width:821px){
  .featured-products-slider[data-featured-pager]{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:15px!important}
  .featured-products-slider[data-featured-pager] .product-img{height:210px!important}
  .offers-wide-block .featured-offers-static .product-img,
  .main-products.home-load-grid .product-img{height:190px!important}
  .related-products-grid .product-img{height:175px!important}
}

@media(max-width:820px){
  .featured-products-slider[data-featured-pager]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;padding:0!important}
  .featured-products-slider[data-featured-pager] .product-img,
  .offers-wide-block .featured-offers-static .product-img,
  .main-products.home-load-grid .product-img,
  .related-products-grid .product-img{
    height:170px!important;
    min-height:0!important;
    margin:7px 7px 0!important;
    padding:8px!important;
    border-radius:17px!important;
  }
  .featured-products-slider[data-featured-pager] .product-img img,
  .offers-wide-block .featured-offers-static .product-img img,
  .main-products.home-load-grid .product-img img,
  .related-products-grid .product-img img{
    border-radius:12px!important;
    transform:none!important;
  }
  .featured-products-slider[data-featured-pager] .product-card:hover .product-img img,
  .offers-wide-block .featured-offers-static .product-card:hover .product-img img,
  .main-products.home-load-grid .product-card:hover .product-img img,
  .related-products-grid .product-card:hover .product-img img{
    transform:none!important;
  }
}

@media(max-width:430px){
  .featured-products-slider[data-featured-pager] .product-img,
  .offers-wide-block .featured-offers-static .product-img,
  .main-products.home-load-grid .product-img,
  .related-products-grid .product-img{height:150px!important;padding:7px!important}
}

/* R61: targeted mobile fixes only — desktop-style hero, customer tables/icons */
@media(max-width:820px){
  /* Keep the same visual composition as the desktop hero; only scale typography/actions. */
  .hero.ts-slider .hero-caption .hero-title,
  .hero.ts-slider .hero-caption h1,
  .hero.ts-slider .hero-caption h2{
    font-size:clamp(19px,5.2vw,28px)!important;
    line-height:1.16!important;
    margin:0 0 5px!important;
    max-height:none!important;
    overflow:visible!important;
    white-space:normal!important;
    text-shadow:none!important;
  }
  .hero.ts-slider .hero-caption p{
    font-size:clamp(9.5px,2.65vw,12.5px)!important;
    line-height:1.4!important;
    margin:0 0 8px!important;
    max-height:3.1em!important;
    overflow:hidden!important;
  }
  .hero.ts-slider .hero-caption>div:last-child{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:auto!important;
    margin:0!important;
  }
  .hero.ts-slider .hero-caption .btn{
    width:auto!important;
    min-width:82px!important;
    min-height:30px!important;
    height:auto!important;
    padding:6px 9px!important;
    border-radius:10px!important;
    font-size:10.5px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
  }

  /* Recent orders remain a real horizontally scrollable table on mobile. */
  .customer-recent-panel{min-width:0!important;overflow:visible!important}
  .customer-recent-panel .table-swipe-hint{
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    color:#52676b!important;
    margin:0 0 8px!important;
    font-size:12px!important;
  }
  .customer-recent-panel .customer-table-wrap{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:scroll!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x!important;
    padding:0 0 12px!important;
    scrollbar-width:auto!important;
    scrollbar-color:#bd8730 #f5ead9!important;
  }
  .customer-recent-panel .customer-table-wrap::-webkit-scrollbar{height:10px!important}
  .customer-recent-panel .customer-table-wrap::-webkit-scrollbar-track{background:#f5ead9!important;border-radius:999px!important}
  .customer-recent-panel .customer-table-wrap::-webkit-scrollbar-thumb{background:#bd8730!important;border-radius:999px!important;border:2px solid #f5ead9!important}
  .customer-recent-panel .customer-orders-table{
    display:table!important;
    width:max-content!important;
    min-width:760px!important;
    table-layout:auto!important;
    margin:0!important;
  }
  .customer-recent-panel .customer-orders-table th,
  .customer-recent-panel .customer-orders-table td{
    display:table-cell!important;
    min-width:135px!important;
    white-space:nowrap!important;
  }
  .customer-recent-panel .customer-orders-table th:first-child,
  .customer-recent-panel .customer-orders-table td:first-child{min-width:170px!important}
  .customer-scroll-guide{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    margin:0 0 8px!important;
    color:#9a6b22!important;
    direction:ltr!important;
  }
  .customer-scroll-guide span{font-size:18px!important;line-height:1!important}
  .customer-scroll-guide i{
    display:block!important;
    width:92px!important;
    height:5px!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,#ead7b6,#bd8730,#ead7b6)!important;
  }

  /* Prevent account action glyphs from being cut on the left edge. */
  .customer-quick-grid a{overflow:visible!important;padding-inline:10px!important}
  .customer-action-icon{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    flex:0 0 44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
    padding:3px!important;
    border-radius:50%!important;
    background:var(--petrol)!important;
    color:#fff!important;
    font-size:21px!important;
    line-height:1!important;
    text-indent:0!important;
  }
}
@media(max-width:460px){
  .hero.ts-slider .hero-caption .hero-title,
  .hero.ts-slider .hero-caption h1,
  .hero.ts-slider .hero-caption h2{font-size:clamp(17px,5vw,21px)!important;margin-bottom:3px!important}
  .hero.ts-slider .hero-caption p{font-size:9.3px!important;line-height:1.3!important;margin-bottom:6px!important}
  .hero.ts-slider .hero-caption .btn{min-width:72px!important;min-height:27px!important;padding:5px 7px!important;font-size:9.2px!important}
  .customer-recent-panel .customer-orders-table{min-width:720px!important}
  .customer-action-icon{width:42px!important;height:42px!important;min-width:42px!important;flex-basis:42px!important;font-size:20px!important}
}

/* R64: action controls use POST forms so Google does not discover one noindex URL per product. */
.product-card-wishlist-form{display:contents}.product-card-wishlist-form .fav{font:inherit;cursor:pointer}
.product-card-cart-form,.product-detail-wishlist-form{display:inline-flex;margin:0}.product-card-cart-form button,.product-detail-wishlist-form button{margin:0}.product-card .product-actions{flex-wrap:wrap}.product-card-quantity-form{align-items:stretch;gap:5px;min-width:0;flex:1 1 100%;width:100%}.product-card-quantity-form select{width:70px;min-width:62px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:6px;font-size:12px}.product-card-quantity-form .btn{min-width:0;padding-inline:9px;flex:1}
.cart-table td form{margin:0}


/* R68 — product colors, mandatory quantity, detailed invoices */
.product-colors-admin{background:#fffaf1;border:1px solid #ead8bd;border-radius:16px;padding:16px}.color-preset-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:10px;margin:10px 0 14px}.color-preset-check{display:flex;align-items:center;gap:8px;border:1px solid #dce5e3;border-radius:12px;padding:9px;background:#fff;cursor:pointer}.color-preset-check:has(input:checked){border-color:#0b5961;box-shadow:0 0 0 2px rgba(11,89,97,.12)}.color-preset-check input{width:auto}.admin-color-swatch,.product-color-swatch{display:inline-block;width:24px;height:24px;border-radius:50%;background:var(--swatch);border:1px solid rgba(0,0,0,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.admin-color-swatch[style*="transparent"],.product-color-swatch[style*="transparent"]{background:linear-gradient(135deg,#fff 0 45%,#d7263d 46% 54%,#fff 55%)}
.product-color-selector,.product-size-selector{border:0;padding:0;margin:14px 0}.product-color-selector legend,.product-size-selector legend{font-weight:800;margin-bottom:9px}.product-color-options{display:flex;flex-wrap:wrap;gap:9px}.product-color-choice{position:relative}.product-color-choice input{position:absolute;opacity:0;pointer-events:none}.product-color-choice>span,.product-color-choice>b{vertical-align:middle}.product-color-choice{display:flex;align-items:center;gap:8px;border:1px solid #d7e0de;border-radius:999px;padding:8px 12px;background:#fff;cursor:pointer;transition:.18s}.product-color-choice:has(input:checked){border-color:#0b5961;box-shadow:0 0 0 3px rgba(11,89,97,.12);background:#f4fbfa}.required-mark{color:#b42318}.product-quantity-selector{display:grid;gap:7px;max-width:260px;margin:15px 0;font-weight:800}.product-quantity-selector select{min-height:46px;border:1px solid #cfdad8;border-radius:12px;padding:8px 12px;background:#fff}.product-quantity-selector small{font-weight:500;color:#66777a}.admin-order-item{padding:6px 0;border-bottom:1px dashed #dde5e3}.admin-order-item:last-child{border-bottom:0}.admin-order-item small{display:block;color:#66777a;margin-inline-start:12px}
.invoice-shell{max-width:1100px;margin:0 auto;background:#fff;border:1px solid #e5d8c7;border-radius:24px;padding:28px;box-shadow:0 18px 55px rgba(6,46,52,.08)}.invoice-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding-bottom:22px;border-bottom:2px solid #0a4b53}.invoice-header img{max-height:78px;max-width:220px;object-fit:contain}.invoice-header p{max-width:520px;color:#66777a}.invoice-title{text-align:left}.invoice-title span{color:#8b6b37;font-weight:800}.invoice-title h1{margin:5px 0;color:#073e45}.invoice-title time{color:#66777a}.invoice-status-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.invoice-status-row>div{border:1px solid #e2e9e7;border-radius:14px;padding:13px}.invoice-status-row span{display:block;color:#66777a;font-size:13px;margin-bottom:5px}.invoice-parties{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:20px 0}.invoice-parties>div{background:#fbf7ef;border-radius:16px;padding:18px}.invoice-parties h2,.invoice-notes h2{font-size:17px;margin-top:0;color:#073e45}.invoice-table-wrap{overflow:auto}.invoice-table{width:100%}.invoice-variants{display:flex;flex-wrap:wrap;gap:8px;margin-top:7px}.invoice-variants span{background:#f4f8f7;border-radius:8px;padding:4px 8px;font-size:12px}.invoice-bottom{display:grid;grid-template-columns:1fr minmax(300px,420px);gap:24px;margin-top:22px}.invoice-notes{background:#fbf7ef;border-radius:16px;padding:18px}.invoice-totals{border:1px solid #dce5e3;border-radius:16px;padding:14px}.invoice-totals>div{display:flex;justify-content:space-between;gap:20px;padding:9px;border-bottom:1px solid #edf1f0}.invoice-totals>div:last-child{border-bottom:0}.invoice-grand-total{font-size:19px;color:#073e45;background:#f1f8f7;border-radius:10px}.invoice-footer{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:18px;border-top:1px solid #e4ebe9;font-weight:800;color:#073e45}
@media(max-width:760px){.invoice-shell{padding:16px;border-radius:16px}.invoice-header,.invoice-footer{flex-direction:column}.invoice-title{text-align:right}.invoice-status-row,.invoice-parties,.invoice-bottom{grid-template-columns:1fr}.color-preset-grid{grid-template-columns:repeat(2,1fr)}}
@media print{.admin-sidebar,.admin-topbar,.drawer-backdrop,.invoice-footer .btn{display:none!important}.admin-main{margin:0!important;padding:0!important}.invoice-shell{box-shadow:none;border:0;max-width:none;padding:0}.invoice-shell *{-webkit-print-color-adjust:exact;print-color-adjust:exact}}


/* R69 — product selector order, size guidance and inline cart controls */
.product-cart-form{display:grid!important;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:13px;width:100%;max-width:720px}
.product-cart-form .product-size-selector{order:1;margin:0;width:100%}
.product-cart-form .product-color-selector{order:2;margin:0;width:100%}
.product-cart-form .product-quantity-selector{order:3;margin:0;max-width:320px;width:100%}
.product-cart-form>[data-cart-add-form]{order:4;width:min(100%,320px);justify-content:center}
.product-size-guide{display:flex;align-items:flex-start;gap:12px;margin-top:13px;padding:14px 16px;border:1px solid #cfe2df;border-radius:15px;background:linear-gradient(135deg,#f2faf8,#fffaf1);box-shadow:0 8px 22px rgba(7,62,69,.06);color:#17383e}
.product-size-guide[hidden]{display:none!important}.product-size-guide-icon{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:11px;background:#0b5961;color:#fff;font-size:20px;font-weight:900}.product-size-guide strong{display:block;color:#073e45;font-size:15px;margin-bottom:4px}.product-size-guide p{margin:0 0 4px;line-height:1.75}.product-size-guide small{display:block;color:#6b7779;line-height:1.6}
.product-card-cart-control{flex:1 1 100%;min-width:0}.product-card-add-state,.product-card-add-state form{width:100%;margin:0}.product-card-add-state .btn{width:100%;justify-content:center}.product-card-stepper{display:grid;grid-template-columns:42px minmax(44px,1fr) 42px;align-items:center;width:100%;min-height:40px;border:1px solid #cfdedb;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 5px 15px rgba(7,62,69,.06);direction:rtl}.product-card-stepper[hidden],.product-card-add-state[hidden]{display:none!important}.product-card-stepper form{margin:0;height:100%}.product-card-stepper-btn{display:grid;place-items:center;width:100%;height:100%;min-height:40px;border:0;background:#f4f9f8;color:#073e45;font-size:20px;font-weight:900;cursor:pointer;transition:.16s}.product-card-stepper-btn:hover{background:#e6f2f0}.product-card-stepper-btn.remove{color:#b42318;font-size:16px;border-inline-end:1px solid #e1e9e7}.product-card-stepper-btn.plus{border-inline-start:1px solid #e1e9e7}.product-card-stepper-btn[aria-busy="true"]{opacity:.55;cursor:wait}.product-card-stepper-qty{display:grid;place-items:center;font-size:16px;font-weight:900;color:#073e45}.product-card.in-cart{outline:1px solid rgba(11,89,97,.2)}
.informational-fee-row{color:#5f6f72;background:#f6f8f8;border-radius:9px;padding-inline:8px}.summary-fee-note{margin:8px 0 12px;padding:10px 12px;border-radius:10px;background:#fff7e8;color:#72531f;font-size:13px;line-height:1.7}.invoice-info-fee{color:#66777a;font-size:13px}
@media(max-width:640px){.product-cart-form,.product-cart-form .product-quantity-selector,.product-cart-form>[data-cart-add-form]{max-width:none;width:100%}.product-size-guide{padding:12px}.product-card-stepper{grid-template-columns:40px minmax(40px,1fr) 40px}.product-card .product-actions{gap:7px}}

/* R69 — print the invoice only; remove every dashboard/header element */
@media print{
  @page{size:A4 portrait;margin:7mm}
  html,body{background:#fff!important;margin:0!important;padding:0!important;width:100%!important}
  body.admin-area .drawer-backdrop,body.admin-area .admin-sidebar,body.admin-area .admin-top,body.admin-area .admin-main>.copy,body.admin-area script,.invoice-footer .btn{display:none!important}
  body.admin-area .admin-shell,body.admin-area .admin-main{display:block!important;margin:0!important;padding:0!important;width:100%!important;min-height:0!important;background:#fff!important}
  body.admin-area .invoice-shell{display:block!important;position:static!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-size:9.5px!important;line-height:1.35!important;color:#111!important}
  .invoice-header{padding-bottom:8px!important;gap:12px!important}.invoice-header img{max-height:48px!important;max-width:160px!important}.invoice-header p{font-size:8.5px!important;margin:3px 0!important}.invoice-title h1{font-size:18px!important;margin:2px 0!important}.invoice-title time{font-size:9px!important}
  .invoice-status-row{grid-template-columns:repeat(3,1fr)!important;gap:6px!important;margin:8px 0!important}.invoice-status-row>div{padding:6px!important;border-radius:7px!important}.invoice-status-row span{font-size:8px!important;margin-bottom:2px!important}
  .invoice-parties{grid-template-columns:1fr 1fr!important;gap:8px!important;margin:8px 0!important}.invoice-parties>div{padding:8px!important;border-radius:8px!important}.invoice-parties h2,.invoice-notes h2{font-size:11px!important;margin:0 0 3px!important}.invoice-parties p{margin:2px 0!important}
  .invoice-table-wrap{overflow:visible!important}.invoice-table{font-size:8.5px!important;border-collapse:collapse!important}.invoice-table th,.invoice-table td{padding:4px 5px!important}.invoice-variants{gap:3px!important;margin-top:2px!important}.invoice-variants span{padding:2px 4px!important;font-size:7.5px!important}
  .invoice-bottom{grid-template-columns:1fr minmax(220px,300px)!important;gap:10px!important;margin-top:8px!important}.invoice-notes{padding:8px!important;border-radius:8px!important}.invoice-notes p{margin:0!important}.invoice-totals{padding:5px!important;border-radius:8px!important}.invoice-totals>div{padding:4px!important}.invoice-grand-total{font-size:11px!important}.invoice-footer{margin-top:8px!important;padding-top:6px!important;font-size:9px!important}
  .invoice-shell,.invoice-header,.invoice-status-row,.invoice-parties,.invoice-table tr,.invoice-bottom,.invoice-footer{break-inside:avoid;page-break-inside:avoid}
}

/* R70 — add variant products from cards without leaving the listing page */
.product-card-options-button{width:100%;justify-content:center}
.product-card-options-panel{margin-top:8px;padding:11px;border:1px solid #d7e3e0;border-radius:13px;background:#fffdf8;box-shadow:0 10px 28px rgba(7,62,69,.10);text-align:start}
.product-card-options-panel[hidden]{display:none!important}
.product-card-options-form{display:grid;gap:10px;width:100%}
.product-card-options-form fieldset{border:0;margin:0;padding:0;min-width:0}
.product-card-options-form legend,.product-card-options-qty>span{display:block;margin-bottom:6px;color:#17383e;font-size:12px;font-weight:800}
.product-card-option-list{display:flex;flex-wrap:wrap;gap:6px}
.product-card-option-list label{position:relative;display:inline-flex;align-items:center;gap:5px;min-height:31px;padding:5px 8px;border:1px solid #d6e1df;border-radius:9px;background:#fff;cursor:pointer;font-size:11px;font-weight:700}
.product-card-option-list label:has(input:checked){border-color:#0b5961;background:#eef8f6;box-shadow:0 0 0 2px rgba(11,89,97,.11)}
.product-card-option-list input{position:absolute;opacity:0;pointer-events:none}
.product-card-color-dot{width:17px;height:17px;flex:0 0 17px;border-radius:50%;background:var(--card-color);border:1px solid rgba(0,0,0,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)}
.product-card-options-qty{display:grid;grid-template-columns:1fr 74px;align-items:center;gap:8px}
.product-card-options-qty>span{margin:0}
.product-card-options-qty select{width:74px;min-height:35px;border:1px solid #ccd9d6;border-radius:9px;background:#fff;padding:5px 7px}
.product-card-options-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.product-card-options-actions .btn{width:100%;justify-content:center;padding-inline:7px}
@media(max-width:640px){
  .product-card-options-panel{padding:9px;border-radius:11px}
  .product-card-option-list{gap:5px}
  .product-card-option-list label{padding:5px 7px;font-size:10.5px}
  .product-card-options-actions{grid-template-columns:1fr}
}

/* R72 — direct-sale product page mobile width and image visibility fix */
.product-page{
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
}
.product-page>.gallery,
.product-page>.product-info{
  min-width:0;
  width:100%;
  max-width:100%;
}
.sale-product-page .product-info,
.sale-product-page .product-actions,
.sale-product-page .product-cart-form,
.sale-product-page .product-cart-form fieldset,
.sale-product-page .product-cart-form label,
.sale-product-page .product-cart-form select,
.sale-product-page .product-size-options,
.sale-product-page .product-color-options,
.sale-product-page .product-size-guide,
.sale-product-page .product-size-guide>div:last-child{
  min-width:0;
  max-width:100%;
}
.sale-product-page .product-info h1,
.sale-product-page .product-description,
.sale-product-page .product-description p,
.sale-product-page .product-description li,
.sale-product-page .product-tags,
.sale-product-page .tag-chip,
.sale-product-page .info-line{
  overflow-wrap:anywhere;
  word-break:normal;
}
.sale-product-page .gallery .main-img{
  width:100%;
  min-width:0;
  overflow:hidden;
}
.sale-product-page .gallery .main-img img{
  display:block;
  width:100%;
  max-width:100%;
  height:100%;
  margin:auto;
  object-fit:contain;
  object-position:center;
}
@media(max-width:820px){
  .sale-product-page{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:12px 0!important;
  }
  .sale-product-page>.gallery,
  .sale-product-page>.product-info{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 14px!important;
  }
  .sale-product-page .product-info{
    padding:16px!important;
  }
  .sale-product-page .product-actions{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
  }
  .sale-product-page .product-cart-form{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .sale-product-page .product-cart-form fieldset{
    min-inline-size:0!important;
    width:100%!important;
  }
  .sale-product-page .product-quantity-selector,
  .sale-product-page .product-cart-form>[data-cart-add-form],
  .sale-product-page .product-detail-wishlist-form,
  .sale-product-page .product-detail-wishlist-form .btn{
    width:100%!important;
    max-width:100%!important;
  }
  .sale-product-page .gallery .main-img{
    width:100%!important;
    height:278px!important;
    max-width:100%!important;
    min-width:0!important;
    display:grid!important;
    place-items:center!important;
  }
  .sale-product-page .gallery .main-img img,
  .sale-product-page .zoom-box:hover img{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
    transform-origin:center center!important;
  }
}
@media(max-width:420px){
  .sale-product-page .gallery .main-img{
    height:270px!important;
  }
}


/* R73 — country-aware product and checkout shipping */
.country-picker{border:1px solid #dfcfb5;border-radius:18px;background:#fffdf8;padding:14px;display:grid;gap:12px}
.country-picker-all{display:flex;align-items:center;gap:10px;border:1px solid #d8e4e1;border-radius:14px;background:#f6fbfa;padding:12px;cursor:pointer}
.country-picker-all input{width:auto;flex:0 0 auto}.country-picker-all b{color:var(--petrol);font-size:15px}.country-picker-all span{color:var(--muted);font-size:12px;margin-inline-start:auto}
.country-picker-search{display:flex;align-items:center;gap:8px;border:1px solid #d8e1df;border-radius:13px;background:#fff;padding:0 11px}.country-picker-search span{font-size:20px;color:var(--petrol)}.country-picker-search input{border:0!important;box-shadow:none!important;background:transparent!important;padding:11px 0!important;width:100%;outline:0}
.country-picker-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;max-height:300px;overflow:auto;padding:3px;scrollbar-width:thin}
.country-picker-option{display:flex;align-items:center;gap:9px;border:1px solid #e2e8e6;border-radius:13px;background:#fff;padding:10px;cursor:pointer;transition:.18s ease}.country-picker-option:hover{border-color:#8fb3af;transform:translateY(-1px)}.country-picker-option:has(input:checked){border-color:var(--petrol);box-shadow:0 0 0 2px rgba(13,76,73,.1);background:#f3faf9}.country-picker-option.is-disabled{opacity:.46;cursor:not-allowed;transform:none}.country-picker-option input{width:auto;flex:0 0 auto}.country-picker-option>span:last-child{display:grid;line-height:1.35}.country-picker-option small{font-size:11px;color:var(--muted);direction:ltr}.country-flag{font-size:22px;line-height:1}.country-picker.all-selected .country-picker-list{filter:grayscale(.18)}
.product-shipping-admin,.shipping-country-methods{background:#fffaf1;border:1px solid #ead8bd;border-radius:16px;padding:16px}.table-country-summary{max-width:360px;white-space:normal;line-height:1.7}
.product-shipping-countries{margin:12px 0;padding:13px 14px;border:1px solid #d9e7e3;border-radius:16px;background:linear-gradient(135deg,#f5fbfa,#fffaf1);display:grid;gap:9px}.product-shipping-title{color:#173e42}.shipping-all-badge{display:inline-flex;width:max-content;max-width:100%;align-items:center;border:1px solid #a8cbc5;background:#fff;color:var(--petrol);border-radius:999px;padding:7px 12px;font-weight:800}.shipping-country-badges{display:flex;flex-wrap:wrap;gap:7px}.shipping-country-badges span{display:inline-flex;align-items:center;border:1px solid #d9dfdd;background:#fff;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:700}
.checkout-destination-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px;border:1px solid #e4d6c0;background:#fffaf2;border-radius:18px;margin-bottom:18px}.checkout-destination-grid select{min-height:48px}.shipping-methods-live{min-height:90px}.shipping-selection-hint{padding:14px;border:1px dashed #b9cbc7;border-radius:14px;background:#f5faf9;color:#47676a;text-align:center}.shipping-method-card{display:flex!important;align-items:flex-start;gap:10px;cursor:pointer}.shipping-method-card>input{margin-top:5px;flex:0 0 auto}.shipping-method-copy{display:grid;gap:4px;min-width:0;flex:1}.shipping-method-copy>span{display:block}.shipping-method-copy>strong{color:var(--gold);font-size:17px}.shipping-method-note{font-size:12px;color:#526a6d;background:#f6f8f7;border-radius:9px;padding:6px 8px}.checkout-card button[data-checkout-submit]:disabled{opacity:.5;cursor:not-allowed}.checkout-customer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:760px){.country-picker-all{align-items:flex-start;flex-wrap:wrap}.country-picker-all span{width:100%;margin-inline-start:30px}.country-picker-list{grid-template-columns:1fr;max-height:280px}.checkout-destination-grid,.checkout-customer-grid{grid-template-columns:1fr}.shipping-country-badges{gap:6px}.shipping-country-badges span{font-size:12px;padding:6px 9px}.product-shipping-countries{padding:12px}.shipping-method-card{padding:13px!important}}


/* R74 country managers and detailed checkout destination */
.country-manager [hidden]{display:none!important}
.country-selected-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 2px 0}
.country-selected-toolbar>div{display:grid;gap:2px}.country-selected-toolbar b{color:var(--petrol);font-size:15px}.country-selected-toolbar small{color:var(--muted);font-size:12px}
.country-add-button{white-space:nowrap;min-width:120px}
.country-selected-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:9px;min-height:58px}
.country-selected-card{position:relative;display:flex;align-items:center;gap:10px;min-height:62px;border:1px solid #cfe0dc;border-radius:15px;background:linear-gradient(145deg,#fff,#f4faf8);padding:12px 44px 12px 12px;box-shadow:0 5px 15px rgba(18,73,69,.05)}
.country-selected-copy{display:grid;line-height:1.35;min-width:0}.country-selected-copy b{color:#123f3d}.country-selected-copy small{font-size:11px;color:var(--muted);direction:ltr;text-align:start}
.country-selected-remove{position:absolute;top:7px;inset-inline-end:7px;width:28px;height:28px;border:0;border-radius:9px;background:#fff1ee;color:#b53a2f;font-size:22px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 7px rgba(108,36,29,.08)}
.country-selected-remove:hover{background:#b53a2f;color:#fff}
.country-selected-empty{grid-column:1/-1;padding:15px;border:1px dashed #c9d8d5;border-radius:13px;color:#657678;background:#f8fbfa;text-align:center}
.country-add-panel{border:1px solid #d9e3e1;border-radius:15px;background:#f8fbfa;padding:12px;display:grid;gap:10px;box-shadow:0 12px 28px rgba(20,64,61,.09)}
.country-add-panel .country-picker-list{max-height:260px}
.country-picker-empty{padding:12px;text-align:center;color:var(--muted);font-size:13px}
.country-manager .country-picker-option:has(input:checked){display:none}
.checkout-street-field{grid-column:span 2}
@media(max-width:760px){.country-selected-toolbar{align-items:stretch;flex-direction:column}.country-add-button{width:100%}.country-selected-list{grid-template-columns:1fr}.country-selected-card{min-height:58px}.checkout-street-field{grid-column:auto}}

/* R75 — world shipping catalog and private product memo */
.country-selected-all{border-style:solid;background:linear-gradient(135deg,#f3faf8,#fff8e9);min-height:66px}.product-private-note{border:1px solid #e7d5a6;border-radius:16px;background:#fffaf0;padding:16px}.product-private-note textarea{background:#fff;min-height:130px}.product-private-note .status{margin-inline-start:7px}.country-add-panel .country-picker-list{overscroll-behavior:contain}.country-picker-option[hidden]{display:none!important}
