:root{
  --primary:#0f513f;
  --primary-2:#164f43;
  --primary-3:#0b3f33;
  --gold:#c8a24a;
  --gold-2:#d7bb72;
  --beige:#f8f3e8;
  --cream:#fffaf0;
  --text:#2b2b2b;
  --muted:#756b5b;
  --line:#e4d8c0;
  --white:#fff;
  --danger:#dc2626;
  --success:#16a34a;
  --shadow:0 14px 30px rgba(31,93,80,.12);
  --radius:18px;
  --container:1180px;
  --font:"Tajawal","Cairo","Noto Kufi Arabic",Tahoma,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--beige);color:var(--text);font-family:var(--font);direction:rtl;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(var(--container),calc(100% - 28px));margin-inline:auto}
.hidden{display:none!important}.mobile-only{display:none!important}.full{width:100%}
.loader{position:fixed;inset:0;background:rgba(248,243,232,.94);z-index:9999;display:grid;place-items:center;gap:12px;color:var(--primary)}
.loader span{width:42px;height:42px;border:4px solid #e6d7b3;border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}
.loader p{margin:0;font-weight:800}.loader.hide{opacity:0;visibility:hidden;transition:.3s}
@keyframes spin{to{transform:rotate(360deg)}}
.top-strip{background:linear-gradient(90deg,var(--primary-3),var(--primary));color:#fff;font-size:14px;padding:8px 0}
.top-strip .container{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.top-strip a{opacity:.96}
.site-header{background:rgba(255,250,240,.92);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(200,162,74,.35);backdrop-filter:blur(12px)}
.header-main{display:grid;grid-template-columns:270px 1fr 270px;gap:20px;align-items:center;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px;justify-content:flex-start}.brand-logo{width:74px;height:74px;display:grid;place-items:center;border-radius:16px;background:#fff7e5;border:1px solid var(--gold);box-shadow:0 10px 24px rgba(15,81,63,.12)}
.brand-logo svg{width:58px;height:58px}.brand-name{font-size:31px;font-weight:900;color:var(--primary);line-height:1}.brand-tag{font-size:13px;color:#8a6a2f;margin-top:6px;font-weight:700}
.search-wrap{position:relative}.search-wrap input{width:100%;height:46px;border-radius:999px;border:1px solid var(--line);background:#fffdf7;padding:0 48px 0 20px;outline:none;box-shadow:inset 0 1px 0 #fff}.search-wrap input:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(200,162,74,.16)}.search-wrap .search-ico{position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#8b7a5d}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.whatsapp-btn{background:#16a34a;color:#fff;border-radius:10px;padding:12px 17px;display:flex;gap:9px;align-items:center;font-weight:800;box-shadow:0 8px 18px rgba(22,163,74,.22)}.header-icon{width:45px;height:45px;border-radius:14px;border:1px solid transparent;background:transparent;display:grid;place-items:center;font-size:25px;position:relative;cursor:pointer;color:#203b34}.badge-count{position:absolute;top:-5px;right:-5px;background:#14a44d;color:#fff;min-width:20px;height:20px;border-radius:999px;font-size:12px;display:grid;place-items:center;border:2px solid #fff}
.nav-wrap{border-top:1px solid rgba(200,162,74,.23);background:rgba(255,255,255,.34)}.main-nav{display:flex;justify-content:center;align-items:center;gap:42px;height:55px}.main-nav a{font-weight:800;color:#2d423b;position:relative;padding:18px 0}.main-nav a.active{color:var(--primary)}.main-nav a.active:after{content:"";position:absolute;left:50%;bottom:0;width:80px;height:10px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,var(--gold),transparent);mask:radial-gradient(circle at center,#000 2px,transparent 3px),linear-gradient(#000 0 0);mask-size:10px 10px,100% 2px;mask-position:center,center;mask-repeat:no-repeat}.mobile-menu-btn{display:none}
.hero-shell{width:min(1230px,calc(100% - 20px));margin:14px auto 0;border:1px solid var(--gold-2);border-radius:22px;min-height:356px;overflow:hidden;background:linear-gradient(90deg,rgba(255,250,240,.94),rgba(248,243,232,.92)),radial-gradient(circle at 10% 40%,rgba(200,162,74,.18),transparent 28%);position:relative}.hero-shell:before,.page-hero:before,.promo-banner:before{content:"";position:absolute;inset:0;opacity:.12;background-image:linear-gradient(30deg,transparent 47%,var(--gold) 48%,var(--gold) 52%,transparent 53%),linear-gradient(150deg,transparent 47%,var(--gold) 48%,var(--gold) 52%,transparent 53%);background-size:36px 36px;pointer-events:none}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:356px;position:relative;z-index:1}.hero-image{height:100%;min-height:356px;background:linear-gradient(135deg,#113f35,#e6d2a1);position:relative;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-placeholder{height:100%;display:grid;place-items:center;color:#f8eed1;text-align:center}.hero-placeholder .book-stack{font-size:108px;filter:drop-shadow(0 12px 25px rgba(0,0,0,.25))}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 28px}.hero-content h1{font-size:64px;line-height:1.05;margin:0;color:var(--primary);font-weight:900}.hero-content .subtitle{font-size:28px;color:#8b6d31;font-weight:800;margin:14px 0}.ornament{width:190px;height:22px;margin:6px auto 18px;background:linear-gradient(90deg,transparent,var(--gold),transparent);mask:radial-gradient(circle,#000 4px,transparent 5px) center/22px 22px no-repeat,linear-gradient(#000 0 0) center/100% 2px no-repeat}.hero-content p{font-size:20px;color:#4d4438;font-weight:700;margin:0 0 24px}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.slider-dots{position:absolute;left:50%;bottom:13px;transform:translateX(-50%);display:flex;gap:10px;z-index:2}.slider-dots span{width:12px;height:12px;border-radius:50%;background:#d9c084}.slider-dots span.active{background:var(--primary)}
.btn{border:0;border-radius:10px;padding:12px 21px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;transition:.2s;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 8px 18px rgba(15,81,63,.2)}.btn-gold{background:var(--gold);color:#3e2c09}.btn-outline{background:transparent;border:1px solid var(--primary);color:var(--primary)}.btn-light{background:#fff9ed;border:1px solid var(--line);color:var(--primary)}.icon-btn{border:0;background:transparent;cursor:pointer;font-size:23px;color:var(--primary)}
.section{padding:24px 0}.section-title{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:18px;text-align:center}.section-title span{height:2px;width:92px;background:linear-gradient(90deg,transparent,var(--gold),transparent);position:relative}.section-title h2{font-size:31px;color:#382f24;margin:0;font-weight:900}.section-title.compact h2{font-size:29px}.section-head{position:relative}.view-all{position:absolute;right:0;top:50%;transform:translateY(-50%);color:var(--primary);font-weight:800}.category-row{display:grid;grid-template-columns:repeat(7,1fr);gap:26px;align-items:start}.category-card{text-align:center}.category-icon{width:94px;height:94px;border-radius:50%;margin:auto;background:#fff9ef;border:1px solid var(--line);display:grid;place-items:center;box-shadow:0 9px 20px rgba(31,93,80,.08);color:var(--primary)}.category-icon img{width:62%;height:62%;object-fit:contain}.category-card:hover .category-icon{border-color:var(--gold);transform:translateY(-4px);transition:.2s}.category-name{font-weight:900;margin-top:12px;color:#3c3329}.placeholder-ico{font-size:43px;line-height:1}
.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.product-card{background:#fffaf0;border:1px solid #e6d9c0;border-radius:13px;box-shadow:0 8px 18px rgba(31,93,80,.08);padding:13px;position:relative;transition:.2s;min-width:0}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.wish-btn{position:absolute;right:13px;top:13px;width:31px;height:31px;border:0;background:#fff;border-radius:50%;display:grid;place-items:center;font-size:20px;color:#786d5a;z-index:2}.product-img{height:170px;border-radius:10px;background:#f2eadb;display:grid;place-items:center;margin-bottom:12px;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:contain;padding:6px}.product-title{font-size:16px;font-weight:900;text-align:center;line-height:1.35;min-height:44px;margin:0;color:#302a22}.product-desc{font-size:13px;color:#6d6252;text-align:center;min-height:34px;margin:4px 0 7px;line-height:1.35}.price-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.price{color:var(--primary);font-weight:900;font-size:19px}.old-price{color:#a69b89;text-decoration:line-through;font-size:13px}.add-cart-btn{height:35px;border-radius:7px;margin:8px auto 0;width:132px;background:var(--primary);color:#fff;border:0;font-size:22px;display:grid;place-items:center;cursor:pointer}.badge{position:absolute;left:12px;top:12px;background:var(--gold);color:#3b2b0d;border-radius:8px;padding:4px 8px;font-size:12px;font-weight:900;z-index:2}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-card{background:#fffaf0;border:1px solid #e6d9c0;border-radius:12px;display:flex;align-items:center;gap:17px;padding:18px 20px;min-height:96px;box-shadow:0 8px 18px rgba(31,93,80,.06)}.service-icon{width:56px;height:56px;border-radius:12px;background:#edf4ef;border:1px solid #d9e6dd;display:grid;place-items:center;flex:0 0 auto;color:var(--primary);font-size:31px}.service-card h3{font-size:18px;margin:0 0 5px;color:#382f24}.service-card p{margin:0;color:#655b4e;font-size:14px;line-height:1.45}.promo-banner{min-height:160px;border-radius:16px;overflow:hidden;position:relative;margin:24px auto 8px;background:linear-gradient(90deg,#0d4638,#065d45);border:1px solid var(--gold);color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;padding:34px 48px}.promo-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45}.promo-banner .promo-content{position:relative;z-index:1}.promo-banner h2{font-size:39px;margin:0 0 8px}.promo-banner p{font-size:20px;margin:0;color:#f4e4bd}.promo-badge{position:relative;z-index:1;background:#f4dc9b;color:#584016;border-radius:50%;width:122px;height:122px;display:grid;place-items:center;text-align:center;font-size:20px;font-weight:900;border:4px double var(--gold)}
.site-footer{background:linear-gradient(135deg,var(--primary-3),var(--primary));color:#fff;margin-top:24px;position:relative;overflow:hidden}.site-footer:before{content:"";position:absolute;inset:0;opacity:.08;background-image:radial-gradient(circle at 20px 20px,var(--gold) 2px,transparent 3px);background-size:28px 28px}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr .9fr .9fr;gap:34px;padding:34px 0 24px}.footer-logo .brand-name{color:#f4e7bd}.footer-logo .brand-tag{color:#d5bd78}.footer-col{border-right:1px solid rgba(255,255,255,.18);padding-right:24px}.footer-col:first-child{border-right:0;padding-right:0}.footer-col h3{margin:0 0 12px;color:#e5c871}.footer-col p,.footer-col a{display:block;color:#f6f0df;margin:8px 0;line-height:1.6}.socials{display:flex;gap:10px;margin-top:10px}.socials a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(229,200,113,.55);display:grid;place-items:center;color:#e5c871}.footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.16);padding:13px 0;color:#eee1bd;font-size:14px;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}
.page-main{padding-top:22px}.page-hero{min-height:190px;border-radius:20px;border:1px solid var(--gold-2);background:linear-gradient(90deg,rgba(255,250,240,.95),rgba(238,218,172,.72));display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;margin-bottom:22px}.page-hero div{position:relative;z-index:1}.page-hero p{margin:0;color:#8b6d31;font-weight:900}.page-hero h1{font-size:44px;margin:6px 0;color:var(--primary)}.page-hero span{color:#574d3e;font-weight:700}.shop-layout{display:grid;grid-template-columns:280px 1fr;gap:22px;align-items:start}.filters-card,.form-card,.summary-card,.info-card{background:#fffaf0;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 18px rgba(31,93,80,.06);padding:18px}.filters-card{position:sticky;top:150px}.filters-card label,.form-card label{display:block;margin:12px 0 7px;color:#4f4538;font-weight:800}.filters-title{display:flex;align-items:center;justify-content:space-between}.filters-close{display:none}.input{width:100%;border:1px solid #ddcfb4;background:#fffdf7;border-radius:10px;padding:12px 13px;outline:none;min-height:46px}.input:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(200,162,74,.14)}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;color:#615642;font-weight:900}.pagination{display:flex;gap:8px;justify-content:center;margin:22px 0}.pagination button{min-width:38px;height:38px;border-radius:10px;border:1px solid var(--line);background:#fff9ed;color:var(--primary);font-weight:900}.pagination button.active{background:var(--primary);color:#fff}.empty-state{border:1px dashed #d7c8ab;background:#fffaf0;border-radius:15px;padding:28px;text-align:center;color:#6f624d;grid-column:1/-1}.error-state{border:1px solid #f0b6b6;background:#fff2f2;color:#a11f1f;border-radius:15px;padding:18px;grid-column:1/-1}.skeleton-card,.loading-row{position:relative;overflow:hidden}.loading-row:empty:before{content:"";display:block;height:150px;border-radius:14px;background:linear-gradient(90deg,#f5ecd9,#fffaf0,#f5ecd9);animation:shimmer 1.2s infinite}.products-grid.loading-row:empty:before{grid-column:1/-1}.category-row.loading-row:empty:before,.services-grid.loading-row:empty:before{grid-column:1/-1}@keyframes shimmer{0%{opacity:.5}50%{opacity:1}100%{opacity:.5}}
.product-details{display:grid;grid-template-columns:1fr 1fr;gap:28px;background:#fffaf0;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow)}.gallery-main{height:470px;background:#f4ead8;border-radius:14px;display:grid;place-items:center;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain;padding:16px}.thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto;padding-bottom:5px}.thumbs button{width:78px;height:78px;border:1px solid var(--line);border-radius:11px;background:#fff;overflow:hidden;flex:0 0 auto}.thumbs button.active{border-color:var(--primary);box-shadow:0 0 0 3px rgba(15,81,63,.16)}.thumbs img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:35px;color:var(--primary);margin:0 0 10px}.product-info .meta{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.pill{background:#f2ead8;border:1px solid var(--line);border-radius:999px;padding:7px 12px;color:#5b4f3e;font-weight:800}.product-info .desc{line-height:1.9;color:#51483c}.qty-control{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fff;margin:14px 0}.qty-control button{width:42px;height:42px;border:0;background:#fff4dc;color:var(--primary);font-size:20px}.qty-control input{width:54px;height:42px;border:0;text-align:center;background:#fff}.product-actions{display:flex;gap:12px;flex-wrap:wrap}.specs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.spec{background:#fffdf7;border:1px solid var(--line);border-radius:12px;padding:10px}.spec b{display:block;color:#8b6d31;margin-bottom:3px}.cart-layout,.checkout-layout,.contact-grid{display:grid;grid-template-columns:1fr 360px;gap:22px;align-items:start}.cart-list{display:flex;flex-direction:column;gap:12px}.cart-item{display:grid;grid-template-columns:96px 1fr auto;gap:16px;align-items:center;background:#fffaf0;border:1px solid var(--line);border-radius:15px;padding:12px}.cart-item-img{width:96px;height:96px;background:#f2ead8;border-radius:12px;display:grid;place-items:center;overflow:hidden}.cart-item-img img{width:100%;height:100%;object-fit:contain}.cart-item h3{margin:0 0 5px;color:#2f2920}.summary-card{position:sticky;top:150px}.summary-card h3,.form-card h3,.info-card h3{color:var(--primary);margin-top:0}.summary-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:12px 0}.form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.choice-list{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.choice{border:1px solid var(--line);border-radius:12px;padding:12px;background:#fffdf7;display:flex;gap:10px;align-items:center}.info-card p{line-height:1.8}.auth-main{min-height:calc(100vh - 120px);display:grid;place-items:center;padding:35px 15px}.auth-card{width:min(440px,100%);background:#fffaf0;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:var(--shadow)}.logo-only{display:grid;place-items:center;margin-bottom:15px}.tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#f1e4cb;border-radius:12px;padding:6px;margin-bottom:16px}.tabs button{border:0;background:transparent;padding:10px;font-weight:900;color:#5a4b31;border-radius:9px}.tabs button.active{background:#fff;color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,.06)}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-form label{font-weight:800;color:#4f4538}.toast-root{position:fixed;bottom:20px;left:20px;z-index:99999}.toast{background:#142f28;color:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 16px 28px rgba(0,0,0,.18);margin-top:8px;min-width:240px}.toast.success{background:var(--success)}.toast.error{background:var(--danger)}
@media (max-width:1050px){
  .header-main{grid-template-columns:1fr;gap:12px}.brand{justify-content:center}.header-actions{justify-content:center}.main-nav{gap:24px}.products-grid{grid-template-columns:repeat(3,1fr)}.category-row{grid-template-columns:repeat(4,1fr)}.services-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.shop-layout{grid-template-columns:1fr}.filters-card{position:fixed;inset:0 auto 0 0;width:min(360px,90vw);z-index:2000;transform:translateX(-105%);transition:.25s;border-radius:0;overflow:auto}.filters-card.open{transform:translateX(0)}.filters-close{display:block}.mobile-only{display:inline-flex!important}.product-details,.checkout-layout,.cart-layout,.contact-grid{grid-template-columns:1fr}.summary-card{position:static}.hero-content h1{font-size:48px}}
@media (max-width:760px){
  .top-strip .container{justify-content:center;text-align:center}.brand-logo{width:62px;height:62px}.brand-logo svg{width:48px;height:48px}.brand-name{font-size:25px}.header-main{padding:11px 0}.header-actions{gap:8px;flex-wrap:wrap}.whatsapp-btn{padding:10px 12px}.main-nav{display:none;position:fixed;top:0;right:0;bottom:0;width:min(300px,86vw);background:#fffaf0;z-index:2100;flex-direction:column;height:auto;align-items:stretch;justify-content:flex-start;padding:75px 24px;box-shadow:-10px 0 30px rgba(0,0,0,.18)}.main-nav.open{display:flex}.main-nav a{padding:13px 0;border-bottom:1px solid var(--line)}.mobile-menu-btn{display:grid;position:absolute;right:14px;top:16px;width:42px;height:42px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--primary);place-items:center;z-index:2200}.hero{grid-template-columns:1fr}.hero-image{min-height:210px;order:2}.hero-shell{min-height:auto}.hero-content{padding:32px 18px}.hero-content h1{font-size:40px}.hero-content .subtitle{font-size:21px}.hero-content p{font-size:16px}.section-title h2,.section-title.compact h2{font-size:24px}.section-title span{width:54px}.category-row{grid-template-columns:repeat(3,1fr);gap:16px}.category-icon{width:76px;height:76px}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card{padding:10px}.product-img{height:135px}.product-title{font-size:14px;min-height:40px}.product-desc{display:none}.price{font-size:16px}.add-cart-btn{width:100%;height:34px}.services-grid{grid-template-columns:1fr}.service-card{padding:14px}.promo-banner{grid-template-columns:1fr;text-align:center;padding:28px 18px}.promo-banner h2{font-size:28px}.promo-badge{margin:16px auto 0}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-col{border-right:0;padding-right:0;border-top:1px solid rgba(255,255,255,.15);padding-top:18px}.footer-logo .brand{justify-content:center}.socials{justify-content:center}.footer-bottom{justify-content:center;text-align:center}.page-hero h1{font-size:34px}.shop-toolbar{align-items:flex-start;gap:10px}.product-details{padding:12px}.gallery-main{height:310px}.product-info h1{font-size:28px}.specs{grid-template-columns:1fr}.cart-item{grid-template-columns:74px 1fr;gap:10px}.cart-item-img{width:74px;height:74px}.cart-item .cart-actions{grid-column:1/-1}.form-grid.two{grid-template-columns:1fr}.toast-root{left:10px;right:10px}.toast{min-width:0}.search-wrap input{height:42px}.container{width:min(var(--container),calc(100% - 20px))}}
@media (max-width:430px){.category-row{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:1fr 1fr}.product-img{height:120px}.brand-name{font-size:22px}.hero-content h1{font-size:35px}.hero-actions .btn{width:100%}.header-icon{width:40px;height:40px}.whatsapp-btn span{display:none}}
@media print{.top-strip,.site-header,.site-footer,.btn,.main-nav{display:none!important}body{background:#fff}.container{width:100%}.summary-card,.form-card{box-shadow:none;border:1px solid #ddd}}
/* Qurtuba full site update */
.top-links{display:flex;align-items:center;gap:10px}.user-mini{opacity:.82;font-size:12px}.brand-text{min-width:0}.header-main{grid-template-columns:minmax(220px,285px) minmax(260px,1fr) auto}.mobile-menu-btn{position:static}.nav-close{display:none}.nav-backdrop{display:none}.header-actions{min-width:0}.btn.disabled{pointer-events:none;opacity:.55}.btn-google{background:#fff;color:#2b2b2b;border:1px solid var(--line);box-shadow:0 5px 14px rgba(0,0,0,.05)}.btn-google:before{content:"G";font-weight:900;color:#4285f4}.helper-text{display:block;color:#837760;font-size:13px;line-height:1.7;margin:4px 0 0}.coupon-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.success-text{color:var(--success)}.summary-row.total{font-size:18px;color:var(--primary);font-weight:900}.card-badges{position:absolute;top:10px;right:10px;display:flex;gap:5px;flex-wrap:wrap;z-index:3}.badge.soft{background:#fff4d8;color:#765818}.product-card{position:relative}.product-card.is-out{opacity:.72}.add-cart-btn:disabled{opacity:.5;cursor:not-allowed}.stock-dot{font-size:12px;font-weight:900;border-radius:999px;padding:4px 9px;display:inline-flex;width:max-content}.stock-dot.ok{color:#166534;background:#dcfce7}.stock-dot.low{color:#92400e;background:#fef3c7}.stock-dot.out{color:#991b1b;background:#fee2e2}.wish-btn.active{color:#b91c1c;background:#fff1f1}.wish-btn.big{position:static;width:46px;height:46px;font-size:28px}.product-head-line{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.product-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0 12px}.product-tabs button{border:1px solid var(--line);background:#fffdf7;border-radius:999px;padding:9px 15px;font-weight:900;color:#5f523d}.product-tabs button.active{background:var(--primary);border-color:var(--primary);color:#fff}.tab-panel{line-height:1.9}.variants-box{margin:16px 0}.variants-box h3{font-size:18px;margin:0 0 10px;color:var(--primary)}.variant-list{display:flex;gap:8px;flex-wrap:wrap}.variant-pill{border:1px solid var(--line);background:#fffdf7;border-radius:999px;padding:8px 12px;display:inline-flex;align-items:center;gap:8px;font-weight:800;cursor:pointer}.variant-pill.active{border-color:var(--primary);box-shadow:0 0 0 3px rgba(15,81,63,.12)}.variant-pill i{width:18px;height:18px;border-radius:50%;border:1px solid #ddd}.variant-pill small{color:#777}.review-card{border:1px solid var(--line);border-radius:12px;background:#fffdf7;padding:12px;margin-bottom:10px}.review-card span{color:#d09a1f;display:block;margin:5px 0}.subcategory-row{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.subcat-card{background:#fffaf0;border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;gap:12px;padding:13px;box-shadow:0 8px 16px rgba(31,93,80,.06);min-height:82px}.subcat-card span{width:48px;height:48px;border-radius:14px;background:#f0e2c5;display:grid;place-items:center;color:var(--primary);font-size:24px;overflow:hidden;flex:0 0 auto}.subcat-card img{width:100%;height:100%;object-fit:cover}.subcat-card b{line-height:1.35}.account-layout{display:grid;grid-template-columns:250px 1fr;gap:22px;align-items:start}.account-menu{background:#fffaf0;border:1px solid var(--line);border-radius:16px;padding:12px;position:sticky;top:150px;display:flex;flex-direction:column;gap:8px}.account-menu a,.account-menu button{border-radius:12px;padding:12px 14px;background:#fffdf7;border:1px solid var(--line);font-weight:900;text-align:right;color:#4f4538}.account-menu a.active{background:var(--primary);color:#fff;border-color:var(--primary)}.orders-list{display:flex;flex-direction:column;gap:10px}.order-card{background:#fffdf7;border:1px solid var(--line);border-radius:14px;padding:14px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px}.order-card div{display:flex;flex-direction:column;gap:4px}.order-card small{color:#7b6e58}.order-status{display:inline-flex;border-radius:999px;padding:5px 10px;background:#f1e4cb;color:#604b23;font-weight:900;width:max-content}.order-status.delivered{background:#dcfce7;color:#166534}.order-status.cancelled,.order-status.canceled{background:#fee2e2;color:#991b1b}.order-status.shipped,.order-status.ready{background:#dbeafe;color:#1e40af}.order-details-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.order-details-head h1{color:var(--primary);margin:0 0 8px}.order-details-head p{margin:0;color:#8b6d31;font-weight:900}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:18px 0}.details-grid>div{border:1px solid var(--line);background:#fffdf7;border-radius:14px;padding:14px}.order-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:15px 0}.order-timeline span{height:42px;border-radius:999px;display:grid;place-items:center;background:#f1e4cb;color:#7a6b53;font-weight:900;font-size:13px}.order-timeline span.done{background:var(--primary);color:#fff}.order-items-table{display:flex;flex-direction:column;gap:8px}.order-items-table>div{display:grid;grid-template-columns:1fr 120px 120px;gap:8px;align-items:center;background:#fffdf7;border:1px solid var(--line);border-radius:12px;padding:12px}.order-items-table small{color:#7b6e58}.success-card{min-height:440px;border:1px solid var(--line);border-radius:22px;background:#fffaf0;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px}.success-icon{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#166534;font-size:44px;font-weight:900;margin-bottom:14px}.success-card h1{color:var(--primary);font-size:36px}.search-page-form{display:grid;grid-template-columns:1fr auto;gap:10px;background:#fffaf0;border:1px solid var(--line);border-radius:16px;padding:14px;margin-bottom:24px}.page-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.22}.service-card-large{align-items:flex-start}.service-request-btn{margin-top:10px}.footer-logo .brand.compact .brand-logo{width:82px;height:82px}.brand.compact .brand-name{font-size:28px}.brand.compact .brand-tag{font-size:12px}
@media (max-width:1050px){.header-main{grid-template-columns:1fr;gap:10px}.mobile-menu-btn{position:absolute;right:14px;top:18px}.account-layout{grid-template-columns:1fr}.account-menu{position:static;display:grid;grid-template-columns:repeat(4,1fr)}.subcategory-row{grid-template-columns:repeat(3,1fr)}}
@media (max-width:760px){.site-header{position:sticky}.top-strip .container{gap:6px}.header-main{padding-top:70px}.mobile-menu-btn{top:18px}.brand{max-width:100%;justify-content:center}.brand-name{font-size:23px;white-space:nowrap}.brand-tag{font-size:11px}.search-wrap{width:100%}.header-actions{width:100%;justify-content:center}.whatsapp-btn{max-width:170px}.main-nav{right:0;left:auto;display:flex;transform:translateX(110%);transition:.25s}.main-nav.open{transform:translateX(0);display:flex}.nav-close{display:grid;position:absolute;top:18px;left:18px;width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--danger);font-size:22px}.nav-is-open .nav-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.28);z-index:2050}.subcategory-row{grid-template-columns:1fr 1fr}.subcat-card{padding:10px;min-height:72px}.subcat-card span{width:42px;height:42px}.account-menu{grid-template-columns:1fr 1fr}.order-card{grid-template-columns:1fr}.details-grid{grid-template-columns:1fr}.order-timeline{grid-template-columns:1fr;gap:6px}.order-items-table>div{grid-template-columns:1fr}.search-page-form{grid-template-columns:1fr}.coupon-row{grid-template-columns:1fr}.success-card h1{font-size:28px}.hero-actions{width:100%}.hero-actions .btn{flex:1 1 auto}.header-actions .header-icon{background:#fffdf7;border-color:var(--line)}}
@media (max-width:430px){.account-menu{grid-template-columns:1fr}.subcategory-row{grid-template-columns:1fr}.brand-name{font-size:21px}.header-main{padding-top:64px}.order-card .btn{width:100%}}

/* Qurtuba mobile fixes v4: dropdown sidebar, stable cards, smaller badges */
.nav-dd{position:relative;display:flex;align-items:center;height:100%}
.nav-dd-toggle{border:0;background:transparent;color:#2d423b;font-weight:900;cursor:pointer;padding:16px 0;display:flex;align-items:center;gap:7px;white-space:nowrap}
.nav-dd-toggle span{font-size:13px;transition:.2s}.nav-dd.open .nav-dd-toggle span{transform:rotate(180deg)}
.nav-dd-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#fffaf0;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:8px;display:none;z-index:1200}
.nav-dd:hover .nav-dd-menu,.nav-dd.open .nav-dd-menu{display:flex;flex-direction:column;gap:4px}
.nav-dd-menu a,.nav-dd-menu span{display:block;padding:10px 12px;border-radius:10px;border-bottom:0!important;color:#3c3329;font-weight:800;line-height:1.35}
.nav-dd-menu a:hover{background:#f1e6ce;color:var(--primary)}
.nav-dd-all{background:var(--primary)!important;color:#fff!important;text-align:center;margin-bottom:4px}.nav-dd-empty,.nav-dd-loading{color:#88765d;text-align:center;font-size:13px}
.nav-is-open{overflow:hidden}

.products-grid{align-items:stretch}.product-card{display:flex;flex-direction:column;height:100%;overflow:hidden}.product-img{flex:0 0 auto}.product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price-row{min-height:30px}.add-cart-btn{margin-top:auto;flex:0 0 auto}.stock-dot{align-self:center;font-size:10.5px;padding:3px 7px;line-height:1.3;max-width:100%;white-space:nowrap}.card-badges{top:8px!important;left:8px!important;right:auto!important;max-width:calc(100% - 58px);gap:4px;justify-content:flex-start;pointer-events:none}.card-badges .badge{position:static!important;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:2px 6px;font-size:9.5px;line-height:1.25;max-width:100%;white-space:nowrap;box-shadow:0 3px 10px rgba(0,0,0,.06)}.product-card>.badge{position:absolute;left:8px;top:8px;font-size:9.5px;padding:2px 6px;border-radius:999px}.wish-btn{z-index:4}.product-card .price{line-height:1.25}.old-price{line-height:1.2}

.service-card-large{height:100%;align-items:stretch}.service-card-large>div{display:flex;flex-direction:column;min-width:0;flex:1}.service-card-large h3{line-height:1.35}.service-card-large p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-card-large .price{display:block;margin-top:10px}.service-request-btn{margin-top:auto!important;align-self:flex-start;min-width:145px;justify-content:center}.btn,.add-cart-btn{min-height:42px}.hero-actions .btn{min-width:150px}

@media (max-width:1050px){
  .nav-wrap{border-top:0}.main-nav{position:fixed!important;top:0!important;right:0!important;left:auto!important;bottom:0!important;width:min(88vw,390px)!important;height:100dvh!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;background:#fffaf0!important;padding:76px 18px 22px!important;box-shadow:-12px 0 34px rgba(0,0,0,.22)!important;z-index:2100!important;transform:translateX(110%)!important;overflow-y:auto!important;border-left:1px solid var(--line)}
  .main-nav.open{transform:translateX(0)!important}.main-nav>a,.nav-dd-toggle{width:100%;padding:16px 0!important;border-bottom:1px solid var(--line)!important;text-align:right!important;justify-content:space-between;font-size:20px}.main-nav a.active:after{display:none}.nav-dd{height:auto;display:block}.nav-dd-menu{position:static;display:none;min-width:0;box-shadow:none;border:0;background:#fff6e6;border-radius:12px;margin:8px 0 12px;padding:8px}.nav-dd.open .nav-dd-menu{display:flex}.nav-dd:hover .nav-dd-menu{display:none}.nav-dd.open:hover .nav-dd-menu{display:flex}.nav-dd-menu a,.nav-dd-menu span{font-size:15px;padding:10px;border-bottom:1px solid rgba(200,162,74,.18)!important}.nav-dd-menu a:last-child{border-bottom:0!important}.nav-close{display:grid!important;position:absolute!important;top:18px!important;left:18px!important;width:42px!important;height:42px!important}.mobile-menu-btn{z-index:1201}.nav-is-open .nav-backdrop{display:block!important;position:fixed!important;inset:0!important;background:rgba(0,0,0,.34)!important;z-index:2050!important}
}
@media (max-width:760px){
  .product-card{min-height:302px}.product-title{min-height:42px;font-size:13.5px!important}.product-img{height:118px!important}.price-row{min-height:42px;align-content:center}.price{font-size:15px!important}.add-cart-btn{height:36px!important;min-height:36px!important;width:100%!important;font-size:18px!important}.stock-dot{font-size:9.5px;padding:2px 6px}.card-badges{top:6px!important;left:6px!important;max-width:calc(100% - 48px)}.card-badges .badge{font-size:8.5px;padding:2px 5px}.wish-btn{width:29px!important;height:29px!important;right:8px!important;top:8px!important;font-size:18px!important}.service-card-large{min-height:210px}.service-request-btn{width:auto;min-width:150px}.btn{min-height:40px}
}
@media (max-width:430px){
  .product-card{min-height:292px}.product-title{min-height:40px}.price-row{min-height:38px}.products-grid{gap:10px}.main-nav>a,.nav-dd-toggle{font-size:19px}.nav-dd-menu a{font-size:14px}
}

/* Qurtuba v5 fixes: order details containment, service request page, footer socials */
.form-card{max-width:100%;overflow:hidden}.order-details-head{min-width:0}.order-details-head>*{min-width:0}.order-details-head h1{overflow-wrap:anywhere;word-break:break-word;font-size:clamp(28px,6vw,44px);line-height:1.15}.order-details-head .btn{flex:0 0 auto}.details-grid,.order-items-table,.order-timeline{max-width:100%;min-width:0}.order-items-table>div{grid-template-columns:minmax(0,1fr) minmax(85px,auto) minmax(85px,auto)}.order-items-table span,.order-items-table small,.order-items-table b,.order-items-table strong{min-width:0;overflow-wrap:anywhere}.summary-row{min-width:0}.summary-row strong,.summary-row span{min-width:0;overflow-wrap:anywhere}.account-layout .section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.account-layout .section-head .view-all{position:static;transform:none}.account-layout .section-head h3{margin:0;color:var(--primary)}
.contact-price{color:var(--primary);font-weight:900}.service-detail-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:20px;align-items:start;margin:26px 0}.service-request-form label{display:flex;flex-direction:column;gap:8px;font-weight:900;color:#4b4032;margin-bottom:14px}.service-request-form input,.service-request-form textarea{border:1px solid var(--line);border-radius:13px;background:#fffdf7;padding:12px 14px;outline:none;max-width:100%}.service-request-form input:focus,.service-request-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(200,162,74,.14)}.service-detail-card{display:flex;gap:18px;align-items:flex-start}.service-detail-icon{width:82px;height:82px;border-radius:18px;background:#edf4ef;border:1px solid #d9e6dd;display:grid;place-items:center;flex:0 0 auto;font-size:42px;color:var(--primary);overflow:hidden}.service-detail-icon img{width:100%;height:100%;object-fit:cover}.service-detail-card h2{margin:0 0 10px;color:var(--primary);font-size:32px}.service-detail-card p{line-height:1.8;color:#605648}.service-steps{margin:16px 0 0;padding:0 22px 0 0;color:#5f523d;line-height:1.9}.service-cart-item .contact-price{font-size:15px}.socials a svg{width:18px;height:18px;display:block}.socials a{line-height:1;font-size:0}.site-footer .socials{align-items:center;justify-content:flex-start}.site-footer .socials a:hover{background:rgba(229,200,113,.14);transform:translateY(-2px)}
@media (max-width:760px){.order-details-head{flex-direction:column;align-items:stretch;text-align:center}.order-details-head .btn{width:100%;max-width:100%;white-space:normal}.order-details-head .order-status{margin-inline:auto}.order-timeline{grid-template-columns:1fr 1fr}.order-timeline span{height:38px;font-size:12px}.order-items-table>div{grid-template-columns:1fr!important;text-align:center}.details-grid>div{text-align:center}.service-detail-layout{grid-template-columns:1fr}.service-detail-card{flex-direction:column;align-items:center;text-align:center}.service-detail-card h2{font-size:27px}.service-detail-icon{width:76px;height:76px}.service-request-form .form-grid.two{grid-template-columns:1fr}.site-footer .socials{justify-content:center}.account-layout .section-head{justify-content:center;text-align:center}.order-card strong{text-align:start}.form-card{padding-inline:14px!important}}
@media (max-width:430px){.order-timeline{grid-template-columns:1fr}.order-details-head h1{font-size:30px}.service-request-form .btn.full{width:100%}.details-grid>div{padding:10px}.order-items-table>div{padding:10px}.service-detail-card h2{font-size:24px}}

/* Qurtuba v6 header and products stability fixes */
html,body{max-width:100%;overflow-x:hidden!important}.page-main,.shop-layout,.shop-content,.products-grid,.product-card,.container{min-width:0;max-width:100%}.site-header{top:0!important}.header-main{grid-template-columns:minmax(260px,320px) minmax(280px,1fr) auto!important;gap:16px!important}.brand{min-width:0;align-items:center}.brand-text{min-width:0;display:flex;flex-direction:column;gap:2px}.brand-name{white-space:nowrap;line-height:1.15}.brand-tag{white-space:nowrap;line-height:1.25}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;min-width:max-content}.header-icon{background:#fffdf7;border:1px solid var(--line);flex:0 0 auto}.whatsapp-btn{display:none!important}.account-dd{position:relative;display:inline-flex}.account-dd-menu{position:absolute;top:calc(100% + 10px);left:0;min-width:185px;background:#fffaf0;border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow);padding:8px;z-index:1300;display:none}.account-dd.open .account-dd-menu{display:flex;flex-direction:column;gap:4px}.account-dd-menu a,.account-dd-menu button,.account-dd-user{display:block;width:100%;border:0;background:transparent;text-align:right;padding:10px 11px;border-radius:10px;font-weight:900;color:#3c3329;cursor:pointer}.account-dd-menu a:hover,.account-dd-menu button:hover{background:#f1e6ce;color:var(--primary)}.account-dd-user{color:var(--primary);background:#fff6e6;border:1px solid rgba(200,162,74,.28);cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-dd-menu{padding:8px!important}.nav-dd-all{order:99;margin:6px 0 0!important;background:#fff!important;color:var(--primary)!important;border:1px solid var(--primary)!important;text-align:center!important}.nav-dd-all:hover{background:var(--primary)!important;color:#fff!important}.nav-dd-menu a:not(.nav-dd-all){position:relative;z-index:1}.shop-layout{width:100%;overflow:visible}.shop-content{width:100%;overflow:hidden}.shop-toolbar{width:100%;min-width:0;overflow:hidden;padding-inline:0}.shop-toolbar p{margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-grid{width:100%;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}.product-card{max-width:100%;min-width:0}.product-img{max-width:100%}.filters-card{max-width:100%}.mobile-only[data-open-filters]{position:relative;z-index:4;flex:0 0 auto}.view-all{z-index:1}
@media (max-width:1050px){.header-main{grid-template-columns:48px minmax(0,1fr) auto!important;grid-template-areas:"menu brand actions" "search search search";align-items:center;padding:10px 0!important;gap:10px!important}.mobile-menu-btn{grid-area:menu;position:static!important;width:44px!important;height:44px!important;display:grid!important}.brand{grid-area:brand;justify-content:center}.search-wrap{grid-area:search}.header-actions{grid-area:actions;gap:7px}.header-icon{width:42px;height:42px;font-size:21px;border-radius:13px}.brand-logo{width:58px!important;height:58px!important;border-radius:15px}.brand-logo svg{width:45px!important;height:45px!important}.brand-name{font-size:23px!important}.brand-tag{font-size:11px!important}.main-nav{top:0!important}.account-dd-menu{left:0;right:auto}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-layout{display:block}.shop-content{display:block}}
@media (max-width:760px){body{width:100%;position:relative}.container{width:calc(100% - 20px)!important}.header-main{padding:9px 0!important}.brand-name{font-size:21px!important}.brand-tag{font-size:10px!important;max-width:150px;overflow:hidden;text-overflow:ellipsis}.brand-logo{width:54px!important;height:54px!important}.header-actions{gap:6px}.header-icon{width:39px!important;height:39px!important;font-size:19px!important}.badge-count{min-width:18px;height:18px;font-size:10px}.search-wrap input{height:43px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.shop-toolbar .btn{max-width:120px;padding-inline:16px}.shop-toolbar p{font-size:14px;text-align:left}.page-hero{max-width:100%;overflow:hidden}.page-hero h1{font-size:34px!important}.page-hero span{font-size:16px}.account-dd-menu{position:fixed;left:10px;top:76px;min-width:190px;z-index:2500}.main-nav{width:min(84vw,360px)!important}.nav-dd-all{margin-top:8px!important}.filters-card{right:auto!important;left:0!important;max-width:min(360px,90vw)!important}}
@media (max-width:430px){.header-main{grid-template-columns:44px minmax(0,1fr) auto!important}.mobile-menu-btn{width:41px!important;height:41px!important}.brand-logo{width:50px!important;height:50px!important}.brand-logo svg{width:40px!important;height:40px!important}.brand-name{font-size:19px!important}.brand-tag{display:none}.header-actions{gap:4px}.header-icon{width:36px!important;height:36px!important;font-size:18px!important;border-radius:11px}.products-grid{gap:9px!important}.product-card{padding:9px!important}.shop-toolbar .btn{max-width:105px;min-height:40px;padding-inline:12px}.account-dd-menu{top:68px}.page-hero h1{font-size:31px!important}}

/* Qurtuba v7 offers/discount separation */
.offers-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:100%;min-width:0}.offer-card{position:relative;display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:center;background:#fffaf0;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:0 10px 22px rgba(31,93,80,.08);min-width:0;overflow:hidden}.offer-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(200,162,74,.12),transparent 55%);pointer-events:none}.offer-card img{width:96px;height:82px;object-fit:cover;border-radius:14px;border:1px solid rgba(200,162,74,.28);background:#f2e8d3}.offer-card div{min-width:0;position:relative;z-index:1}.offer-card span{display:inline-flex;background:#e9d7aa;color:#6f4d09;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:900;margin-bottom:6px}.offer-card h3{margin:0 0 6px;color:var(--primary);font-size:20px;line-height:1.35;overflow-wrap:anywhere}.offer-card p{margin:0;color:#6b5f4c;font-weight:700;line-height:1.6;font-size:14px}.offer-card small{display:block;margin-top:6px;color:#937534;font-weight:800}.offer-card.active{border-color:var(--primary);box-shadow:0 0 0 3px rgba(31,93,80,.12)}.discount-badge{background:#e8c98a!important;color:#5b3c00!important}.offer-badge{background:#0f513f!important;color:#fff!important}.product-offer-notes{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 4px}.product-offer-notes span{background:#f3e6c8;color:#6f520d;border-radius:999px;padding:5px 10px;font-weight:900;font-size:13px}.coupon-note-stack{font-size:12px;color:#8a6a2f;font-weight:800;margin-top:4px}.summary-row small{display:block;color:#937534;font-weight:700;margin-top:3px}
@media (max-width:1050px){.offers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-card{grid-template-columns:82px minmax(0,1fr)}.offer-card img{width:82px;height:74px}}
@media (max-width:620px){.offers-grid{grid-template-columns:1fr}.offer-card{grid-template-columns:74px minmax(0,1fr);padding:12px}.offer-card img{width:74px;height:68px}.offer-card h3{font-size:17px}.offer-card p{font-size:13px}.offer-card span{font-size:11px}}
