
:root{--red:#b83a32;--red-light:#d85a50;--red-dark:#8f2924;--bg-dark:#2b1d1a;--bg-header:#7f241f;--mid:#6b4a43;--gray:#8b7770;--light-gray:#fff7f0;--white:#ffffff;--font-body:'Cairo',sans-serif;--font-display:'Playfair Display',serif;--radius:6px;--shadow:0 4px 24px rgba(127,36,31,0.08);--shadow-lg:0 12px 48px rgba(127,36,31,0.15)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);background:var(--white);color:var(--bg-dark);direction:rtl;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button{cursor:pointer;border:none;background:none;font-family:var(--font-body)}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.top_offer_bar{width:100%;background:#fff0ee;color:var(--red-dark);text-align:center;padding:10px 16px;font-size:15px;font-weight:600;direction:rtl;border-bottom:1px solid #f0d0cc}
.top_offer_bar span{display:inline-flex;align-items:center;gap:8px;line-height:1.4}
.top_offer_bar bdi{font-weight:800;color:var(--bg-dark)}
#offerText{transition:opacity 0.3s ease}
.header{position:sticky;top:0;z-index:100;background:var(--bg-header);box-shadow:0 2px 12px rgba(0,0,0,0.2)}
.header-top{background:var(--red);color:var(--white);text-align:center;padding:6px;font-size:13px;font-weight:600}
.navbar{display:flex;align-items:center;justify-content:space-between;padding:14px 32px;gap:16px}
.logo a{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--white);letter-spacing:2px;white-space:nowrap}
.logo span{color:#ffd6cc}
.nav-right,.nav-left{display:flex;align-items:center;gap:20px}
.nav-link{color:rgba(255,255,255,0.85);font-size:14px;font-weight:500;transition:color 0.2s;white-space:nowrap}
.nav-link:hover{color:#ffd6cc}
.icon-btn{position:relative;color:rgba(255,255,255,0.9);padding:6px;transition:color 0.2s;display:flex;align-items:center;justify-content:center}
.icon-btn:hover{color:#ffd6cc}
.badge{position:absolute;top:0;left:0;background:var(--white);color:var(--red-dark);font-size:10px;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.search-bar{display:none;padding:10px 32px;background:var(--bg-dark);gap:12px;align-items:center}
.search-bar.open{display:flex}
.search-bar input{flex:1;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);border-radius:var(--radius);padding:10px 16px;color:var(--white);font-size:14px;font-family:var(--font-body);outline:none}
.search-bar input::placeholder{color:var(--gray)}
#searchClose{color:rgba(255,255,255,0.6);font-size:18px}
#searchClose:hover{color:var(--white)}
.hero{min-height:88vh;background:var(--bg-dark);display:flex;align-items:center;position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(184,58,50,0.2) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(184,58,50,0.08) 0%,transparent 50%);pointer-events:none}
.hero-content{position:relative;z-index:2;padding:80px 64px;max-width:58%}
.hero-sub{color:var(--red-light);font-size:13px;letter-spacing:4px;text-transform:uppercase;margin-bottom:20px;font-weight:600}
.hero-title{font-family:var(--font-body);font-size:clamp(32px,4.5vw,68px);font-weight:800;color:var(--white);line-height:1.25;margin-bottom:16px}
.hero-title em{display:block;margin-top:8px;color:var(--red-light);font-style:normal;font-weight:700;font-size:0.75em;line-height:1.4}
.hero-desc{color:rgba(255,255,255,0.65);font-size:17px;font-weight:500;margin-bottom:36px;line-height:1.6}
.hero-btns{display:flex;gap:16px;flex-wrap:wrap}
.hero-trust{display:flex;gap:20px;margin-top:28px;flex-wrap:wrap}
.hero-trust span{font-size:13px;color:rgba(255,255,255,0.55);font-weight:500}
.hero-image{position:absolute;left:6%;top:50%;transform:translateY(-50%);z-index:1}
.hero-img-placeholder{width:300px;height:300px;border-radius:50%;overflow:hidden;border:3px solid rgba(184,58,50,0.4);box-shadow:0 0 60px rgba(184,58,50,0.25);background:rgba(255,255,255,0.05);display:flex;align-items:center;justify-content:center}
.hero-logo-img{width:100%;height:100%;object-fit:cover}
.hero-logo-fallback{display:flex;flex-direction:column;align-items:center;gap:8px}
.hero-logo-fallback span{font-size:72px}
.hero-logo-fallback p{font-family:var(--font-display);color:var(--red-light);font-size:16px;letter-spacing:3px}
.btn-primary{display:inline-block;background:var(--red);color:var(--white);padding:14px 36px;font-size:14px;font-weight:700;border-radius:var(--radius);transition:background 0.2s,transform 0.15s;border:none;cursor:pointer;font-family:var(--font-body);text-align:center}
.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px);color:var(--white)}
.btn-ghost{display:inline-block;border:1.5px solid rgba(255,255,255,0.4);color:rgba(255,255,255,0.9);padding:14px 36px;font-size:14px;font-weight:600;border-radius:var(--radius);transition:border-color 0.2s,color 0.2s;font-family:var(--font-body)}
.btn-ghost:hover{border-color:var(--red-light);color:var(--red-light)}
.stats-bar{background:var(--white);border-bottom:1px solid #f0e8e6;padding:32px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.stat-item strong{display:block;font-size:28px;font-weight:800;color:var(--red);line-height:1;margin-bottom:6px}
.stat-item span{font-size:13px;color:var(--gray);font-weight:500}
.section-title{font-family:var(--font-body);font-size:clamp(24px,3vw,38px);font-weight:800;color:var(--bg-dark);margin-bottom:40px;text-align:center}
.section-title::after{content:'';display:block;width:52px;height:3px;background:var(--red);border-radius:2px;margin:10px auto 0}
.categories{padding:80px 0;background:var(--light-gray)}
.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px}
.cat-card{display:flex;flex-direction:column;align-items:center;gap:14px;padding:32px 16px;background:var(--white);border-radius:12px;border:1.5px solid transparent;transition:all 0.25s;text-align:center;font-size:14px;font-weight:700;color:var(--bg-dark)}
.cat-card:hover{border-color:var(--red);box-shadow:var(--shadow);transform:translateY(-5px)}
.cat-icon{color:var(--red-dark)}
.cat-sale .cat-icon{color:#e05}
.featured{padding:80px 0}
.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}
.section-header .section-title{margin-bottom:0;text-align:right}
.section-header .section-title::after{margin-right:0;margin-left:auto}
.see-all{color:var(--red-dark);font-size:14px;font-weight:700;transition:color 0.2s;white-space:nowrap}
.see-all:hover{color:var(--red)}
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}
.product-card{border:1px solid #eee;border-radius:12px;overflow:hidden;transition:all 0.25s;background:var(--white);position:relative}
.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}
.product-img{width:100%;aspect-ratio:1;background:var(--light-gray);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.product-img img{width:100%;height:100%;object-fit:cover}
.product-img .img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:60px}
.product-badge{position:absolute;top:10px;right:10px;background:var(--red);color:var(--white);font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px}
.product-badge.sale{background:#c0392b}
.product-wish{position:absolute;top:10px;left:10px;background:rgba(255,255,255,0.92);border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s;backdrop-filter:blur(4px);border:none}
.product-wish:hover{transform:scale(1.15)}
.product-wish.active svg{fill:var(--red);stroke:var(--red)}
.product-info{padding:16px}
.product-brand{font-size:11px;color:var(--red-dark);letter-spacing:2px;text-transform:uppercase;font-weight:700;margin-bottom:4px}
.product-name{font-size:14px;font-weight:600;color:var(--bg-dark);margin-bottom:12px;line-height:1.4}
.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px}
.product-price{font-size:16px;font-weight:800;color:var(--bg-dark)}
.product-price .old-price{font-size:12px;color:var(--gray);text-decoration:line-through;display:block}
.add-to-cart{background:var(--bg-dark);color:var(--white);padding:8px 14px;border-radius:var(--radius);font-size:13px;font-weight:700;font-family:var(--font-body);transition:background 0.2s;white-space:nowrap;border:none;cursor:pointer}
.add-to-cart:hover{background:var(--red)}
.testimonials{padding:80px 0;background:var(--light-gray)}
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}
.testimonial-card{background:var(--white);padding:28px;border-radius:14px;border:1px solid #f0e0de;box-shadow:var(--shadow);transition:transform 0.2s}
.testimonial-card:hover{transform:translateY(-4px)}
.testimonial-card .stars{font-size:18px;margin-bottom:14px}
.testimonial-card p{font-size:15px;color:var(--mid);line-height:1.8;margin-bottom:14px;font-style:italic}
.testimonial-card .reviewer{font-size:13px;color:var(--red-dark);font-weight:700}
.brands{padding:60px 0;background:var(--bg-dark);overflow:hidden}
.brands .section-title{color:var(--white)}
.brands .section-title::after{background:var(--red)}
.brands-scroll{display:flex;gap:48px;animation:scrollBrands 22s linear infinite;white-space:nowrap;width:max-content;padding:8px 0}
.brands-scroll span{font-family:var(--font-display);font-size:18px;color:rgba(255,255,255,0.28);letter-spacing:4px;transition:color 0.2s;cursor:default}
.brands-scroll span:hover{color:var(--red-light)}
@keyframes scrollBrands{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.about-strip{padding:80px 0;background:var(--white)}
.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-text h2{font-size:clamp(26px,3vw,38px);font-weight:800;color:var(--bg-dark);margin-bottom:20px}
.about-text p{font-size:16px;color:var(--mid);line-height:1.85;margin-bottom:14px}
.about-text .btn-primary{margin-top:12px}
.about-img-circle{width:300px;height:300px;border-radius:50%;overflow:hidden;border:4px solid var(--red-light);box-shadow:0 0 0 10px rgba(184,58,50,0.08);margin:0 auto;display:flex;align-items:center;justify-content:center;background:var(--light-gray)}
.about-img-circle img{width:100%;height:100%;object-fit:cover}
.whatsapp-float{position:fixed;bottom:28px;left:28px;z-index:999;background:#25d366;color:white;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.5);transition:transform 0.2s;animation:waPulse 3s ease-in-out infinite}
.whatsapp-float:hover{transform:scale(1.12)}
@keyframes waPulse{0%,100%{box-shadow:0 4px 20px rgba(37,211,102,0.4)}50%{box-shadow:0 4px 36px rgba(37,211,102,0.7)}}
.cart-overlay{display:none;position:fixed;inset:0;z-index:200;background:rgba(0,0,0,0.5);backdrop-filter:blur(3px)}
.cart-overlay.open{display:block}
.cart-sidebar{position:fixed;top:0;left:-440px;width:420px;max-width:96vw;height:100vh;background:var(--white);z-index:201;transition:left 0.35s cubic-bezier(0.4,0,0.2,1);display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}
.cart-sidebar.open{left:0}
.cart-header{display:flex;justify-content:space-between;align-items:center;padding:22px 26px;border-bottom:1px solid #eee}
.cart-header h3{font-size:18px;font-weight:700}
#cartClose{font-size:20px;color:var(--gray)}
#cartClose:hover{color:var(--bg-dark)}
.cart-items{flex:1;overflow-y:auto;padding:18px 26px}
.cart-empty{text-align:center;color:var(--gray);padding:60px 0;font-size:15px}
.cart-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid #f5f0ee}
.cart-item-img{width:70px;height:70px;background:var(--light-gray);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0}
.cart-item-info{flex:1}
.cart-item-brand{font-size:10px;color:var(--red-dark);letter-spacing:1px;text-transform:uppercase;font-weight:700}
.cart-item-name{font-size:13px;font-weight:600;margin:2px 0 8px}
.cart-item-bottom{display:flex;justify-content:space-between;align-items:center}
.cart-item-price{font-weight:700;font-size:14px}
.cart-item-remove{color:var(--gray);font-size:16px;cursor:pointer;border:none;background:none}
.cart-item-remove:hover{color:var(--red)}
.cart-item-qty{display:flex;align-items:center;gap:8px}
.cart-item-qty button{width:24px;height:24px;border:1px solid #ddd;border-radius:3px;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:none}
.cart-item-qty span{font-size:14px;min-width:20px;text-align:center;font-weight:700}
.cart-footer{padding:20px 26px;border-top:1px solid #eee}
.cart-total{display:flex;justify-content:space-between;font-size:17px;font-weight:800;margin-bottom:16px}
.full-width{width:100%;text-align:center;display:block}
.footer{background:var(--bg-dark);color:rgba(255,255,255,0.65);padding:60px 0 28px}
.footer-logo{font-family:var(--font-display);font-size:22px;color:var(--white);margin-bottom:12px;letter-spacing:2px}
.footer-logo span{color:var(--red-light)}
.footer p{font-size:14px;line-height:1.75}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.footer h4{color:var(--white);font-size:12px;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;font-weight:700}
.footer a{display:block;margin-bottom:8px;font-size:14px;transition:color 0.2s}
.footer a:hover{color:var(--red-light)}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:22px;text-align:center;font-size:13px}
.toast{position:fixed;bottom:32px;right:32px;z-index:9999;background:var(--bg-dark);color:var(--white);padding:14px 22px;border-radius:8px;font-size:14px;font-weight:600;box-shadow:var(--shadow-lg);transform:translateY(16px);opacity:0;transition:all 0.3s;pointer-events:none}
.toast.show{transform:translateY(0);opacity:1}
.toast.gold{border-right:3px solid var(--red)}
.shop-header{padding:40px 0 0}
.shop-title{font-size:34px;font-weight:800;margin-bottom:6px}
.shop-sub{color:var(--gray);font-size:15px}
.filters{display:flex;gap:10px;flex-wrap:wrap;padding:24px 0 16px}
.filter-btn{padding:8px 18px;border:1.5px solid #ddd;border-radius:20px;font-size:13px;font-weight:600;color:var(--bg-dark);transition:all 0.2s;font-family:var(--font-body);background:var(--white);cursor:pointer}
.filter-btn:hover,.filter-btn.active{background:var(--red);color:var(--white);border-color:var(--red)}
.sort-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid #eee;margin-bottom:28px}
.sort-bar span{font-size:14px;color:var(--gray)}
.sort-bar select{border:1px solid #ddd;border-radius:4px;padding:6px 12px;font-size:13px;font-family:var(--font-body);outline:none}
.checkout-section{padding:60px 0;min-height:70vh}
.checkout-grid{display:grid;grid-template-columns:1fr 360px;gap:40px}
.form-title{font-size:22px;font-weight:800;margin-bottom:24px;padding-bottom:14px;border-bottom:1px solid #eee}
.form-group{margin-bottom:18px}
.form-group label{display:block;font-size:12px;font-weight:700;margin-bottom:6px;text-transform:uppercase;letter-spacing:0.5px}
.form-group input,.form-group select{width:100%;border:1.5px solid #ddd;border-radius:var(--radius);padding:11px 14px;font-size:14px;font-family:var(--font-body);transition:border-color 0.2s;outline:none}
.form-group input:focus,.form-group select:focus{border-color:var(--red)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.order-summary{background:var(--light-gray);padding:26px;border-radius:12px;height:fit-content;position:sticky;top:100px}
.order-summary h3{font-size:18px;font-weight:800;margin-bottom:18px}
.summary-item{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #e8e0de;font-size:14px}
.summary-total{display:flex;justify-content:space-between;padding:14px 0 0;font-size:16px;font-weight:800}
.pay-methods{display:flex;gap:10px;margin:18px 0 14px}
.pay-method{flex:1;border:2px solid #ddd;border-radius:8px;padding:12px;text-align:center;font-size:13px;cursor:pointer;transition:all 0.2s;font-family:var(--font-body);background:var(--white)}
.pay-method.active{border-color:var(--red);background:#fff7f0}
.secure-badges{display:flex;gap:10px;justify-content:center;opacity:0.45;margin-top:18px;font-size:12px;flex-wrap:wrap}
@media(max-width:1024px){.hero-content{max-width:65%;padding:60px 40px}.hero-img-placeholder{width:240px;height:240px}}
@media(max-width:900px){.hero-content{max-width:100%;padding:60px 32px}.hero-image{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.about-inner{grid-template-columns:1fr;gap:32px}.about-img{order:-1}.about-img-circle{width:200px;height:200px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.checkout-grid{grid-template-columns:1fr}.order-summary{position:static}}
@media(max-width:640px){.navbar{padding:12px 16px}.nav-right{display:none}.hero-content{padding:48px 20px}.container{padding:0 16px}.hero-title{font-size:clamp(28px,7vw,44px)}.products-grid{grid-template-columns:repeat(2,1fr);gap:14px}.footer-grid{grid-template-columns:1fr}.cart-sidebar{width:100vw;max-width:100vw}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.testimonials-grid{grid-template-columns:1fr}}
