:root{--gold:#C9A84C;--gold-light:#F5D78E;--gold-dim:rgba(201,168,76,.3);--bg-dark:#0a0804;--bg-card:#111008;--bg-section:#0d0b06;--text-primary:#f0e8d8;--text-secondary:#a89878;--text-muted:#6b5e48;--border:rgba(201,168,76,.15);--radius:12px;--font-arabic:"Noto Naskh Arabic","Tajawal",serif;--font-body:"Tajawal",sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body.aromiy-body{background:var(--bg-dark);color:var(--text-primary);font-family:var(--font-body);direction:rtl;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-arabic);line-height:1.3}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700}h2{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700}h3{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:600}p{line-height:1.7;color:var(--text-secondary)}a{text-decoration:none;color:inherit}.gold-text{background:linear-gradient(135deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-padding{padding:80px 0}.announcement-bar{background:linear-gradient(90deg,#1a1200,#0d0b06,#1a1200);border-bottom:1px solid var(--border);padding:10px 20px;text-align:center;font-size:.85rem;color:var(--text-secondary);position:sticky;top:0;z-index:100}.announcement-bar strong{color:var(--gold)}.announcement-bar .code-badge{background:var(--gold);color:#0a0804;padding:2px 10px;border-radius:20px;font-weight:700;font-size:.8rem;margin:0 6px}.site-header{position:sticky;top:41px;z-index:99;background:#0a0804eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:14px 0}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.header-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-arabic);font-size:1.4rem;font-weight:700;color:var(--text-primary)}.header-logo img{width:36px;height:36px;object-fit:contain}.header-nav{display:flex;gap:28px;list-style:none}.header-nav a{font-size:.9rem;color:var(--text-secondary);transition:color .2s}.header-nav a:hover{color:var(--gold)}.header-actions{display:flex;align-items:center;gap:12px}.cart-icon{position:relative;color:var(--text-secondary);cursor:pointer;transition:color .2s}.cart-icon:hover{color:var(--gold)}.cart-count{position:absolute;top:-6px;left:-6px;background:var(--gold);color:#0a0804;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.btn-header{background:linear-gradient(135deg,var(--gold),#a07830);color:#0a0804;padding:8px 20px;border-radius:25px;font-weight:700;font-size:.85rem;transition:opacity .2s,transform .15s}.btn-header:hover{opacity:.9;transform:scale(.98)}.hero-section{min-height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:80px 0 60px}.hero-content{order:1}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#c9a84c1a;border:1px solid var(--gold-dim);color:var(--gold-light);padding:6px 16px;border-radius:25px;font-size:.85rem;margin-bottom:24px}.hero-title{margin-bottom:20px}.hero-desc{font-size:1.1rem;margin-bottom:32px;max-width:480px}.hero-price{display:flex;align-items:center;gap:12px;margin-bottom:28px;flex-direction:row-reverse;justify-content:flex-end}.price-current{font-size:2.5rem;font-weight:700;color:var(--text-primary);font-family:var(--font-arabic)}.price-old{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through}.price-badge{background:#c0392b;color:#fff;padding:3px 10px;border-radius:20px;font-size:.8rem;font-weight:700}.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}.btn-primary{background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#0a0804;padding:14px 28px;border-radius:50px;font-weight:700;font-size:1rem;font-family:var(--font-arabic);border:none;cursor:pointer;transition:opacity .2s,transform .15s;display:inline-flex;align-items:center;gap:8px}.btn-primary:hover{opacity:.9;transform:scale(.98)}.btn-secondary{background:transparent;color:var(--text-secondary);padding:14px 28px;border-radius:50px;font-weight:600;font-size:1rem;border:1px solid var(--border);cursor:pointer;transition:border-color .2s,color .2s}.btn-secondary:hover{border-color:var(--gold-dim);color:var(--gold)}.hero-trust{display:flex;gap:20px;font-size:.85rem;color:var(--text-muted);flex-wrap:wrap}.hero-trust span{display:flex;align-items:center;gap:5px}.hero-image{order:2;position:relative}.hero-image img{width:100%;border-radius:20px;object-fit:cover;max-height:520px}.hero-image:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:21px;background:linear-gradient(135deg,var(--gold-dim),transparent 60%);pointer-events:none}.features-section{background:var(--bg-section)}.section-header{text-align:center;margin-bottom:60px}.section-header p{max-width:560px;margin:12px auto 0}.gold-divider{width:60px;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:0 auto 20px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .3s,border-color .3s}.feature-card:hover{transform:translateY(-4px);border-color:var(--gold-dim)}.feature-card img{width:100%;height:220px;object-fit:cover}.feature-card-body{padding:20px}.feature-badge{display:inline-block;background:#c9a84c1a;color:var(--gold);padding:3px 12px;border-radius:20px;font-size:.75rem;font-weight:600;margin-bottom:10px;letter-spacing:.5px}.feature-card h3{font-size:1.1rem;margin-bottom:8px}.feature-card p{font-size:.9rem}.product-section{padding:80px 0}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery{position:sticky;top:120px}.product-main-image{width:100%;border-radius:16px;object-fit:cover;border:1px solid var(--border);margin-bottom:12px}.product-thumbs{display:flex;gap:8px}.product-thumb{width:70px;height:70px;border-radius:8px;object-fit:cover;border:1px solid var(--border);cursor:pointer;transition:border-color .2s}.product-thumb:hover,.product-thumb.active{border-color:var(--gold)}.product-title{margin-bottom:8px}.product-subtitle{color:var(--gold);font-size:.9rem;margin-bottom:20px}.product-price-wrap{display:flex;align-items:center;gap:12px;margin-bottom:24px}.product-price{font-size:2rem;font-weight:700;font-family:var(--font-arabic)}.product-compare{font-size:1rem;color:var(--text-muted);text-decoration:line-through}.product-save{background:#c0392b;color:#fff;padding:3px 10px;border-radius:20px;font-size:.8rem;font-weight:700}.product-desc{margin-bottom:28px;font-size:.95rem}.product-features-list{list-style:none;margin-bottom:28px;display:flex;flex-direction:column;gap:10px}.product-features-list li{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--text-secondary)}.product-features-list li:before{content:"\2713";color:var(--gold);font-weight:700;flex-shrink:0}.add-to-cart-btn{width:100%;background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#0a0804;padding:16px;border-radius:50px;font-weight:700;font-size:1.1rem;font-family:var(--font-arabic);border:none;cursor:pointer;transition:opacity .2s,transform .15s;margin-bottom:12px}.add-to-cart-btn:hover{opacity:.9;transform:scale(.99)}.product-trust{display:flex;justify-content:center;gap:20px;font-size:.8rem;color:var(--text-muted);flex-wrap:wrap}.collection-section{padding:80px 0;background:var(--bg-section)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .3s,border-color .3s}.product-card:hover{transform:translateY(-4px);border-color:var(--gold-dim)}.product-card-image{position:relative;overflow:hidden}.product-card-image img{width:100%;height:240px;object-fit:cover;transition:transform .4s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-badge{position:absolute;top:12px;right:12px;background:#c0392b;color:#fff;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:700}.product-card-body{padding:16px}.product-card-title{font-size:1rem;font-weight:600;margin-bottom:4px;color:var(--text-primary)}.product-card-subtitle{font-size:.8rem;color:var(--text-muted);margin-bottom:12px}.product-card-price{display:flex;align-items:center;justify-content:space-between}.price-main{font-size:1.2rem;font-weight:700;color:var(--gold)}.price-compare-small{font-size:.85rem;color:var(--text-muted);text-decoration:line-through}.card-add-btn{width:100%;background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#0a0804;padding:10px;border-radius:25px;font-weight:700;font-size:.9rem;border:none;cursor:pointer;margin-top:12px;transition:opacity .2s}.card-add-btn:hover{opacity:.9}.comparison-section{padding:80px 0}.comparison-table{width:100%;border-collapse:separate;border-spacing:0}.comparison-table th,.comparison-table td{padding:14px 20px;text-align:center;font-size:.9rem}.comparison-table th:first-child,.comparison-table td:first-child{text-align:right;color:var(--text-secondary)}.comparison-table .col-aromiy{background:#c9a84c12;border-left:1px solid var(--gold-dim);border-right:1px solid var(--gold-dim);color:var(--gold-light);font-weight:600}.comparison-table thead .col-aromiy{border-top:1px solid var(--gold-dim);border-radius:12px 12px 0 0}.comparison-table tbody tr:last-child .col-aromiy{border-bottom:1px solid var(--gold-dim)}.comparison-table tbody tr{border-bottom:1px solid rgba(255,255,255,.04)}.comparison-table .col-traditional{color:var(--text-muted)}.check-yes{color:#27ae60;font-weight:700}.check-no{color:#c0392b}.reviews-section{padding:80px 0;background:var(--bg-section)}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.review-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.review-stars{color:var(--gold);font-size:1rem;margin-bottom:12px}.review-text{font-size:.9rem;margin-bottom:16px;font-style:italic}.review-author{display:flex;align-items:center;gap:10px}.review-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--gold-dim),rgba(201,168,76,.05));border:1px solid var(--gold-dim);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--gold);font-size:.9rem;flex-shrink:0}.review-name{font-size:.9rem;font-weight:600}.review-location{font-size:.75rem;color:var(--text-muted)}.review-verified{font-size:.75rem;color:#27ae60}.site-footer{background:#060503;border-top:1px solid var(--border);padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand p{font-size:.9rem;margin-top:12px;max-width:280px}.footer-col h4{font-size:.95rem;font-weight:600;margin-bottom:16px;color:var(--text-primary)}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-col ul a{font-size:.85rem;color:var(--text-muted);transition:color .2s}.footer-col ul a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--border);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-muted);flex-wrap:wrap;gap:12px}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;left:0;width:380px;height:100vh;background:var(--bg-card);border-right:1px solid var(--border);z-index:201;transform:translate(-100%);transition:transform .35s cubic-bezier(.23,1,.32,1);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-header{padding:20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.cart-header h3{font-size:1.1rem}.cart-close{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;cursor:pointer;line-height:1}.cart-items{flex:1;overflow-y:auto;padding:20px}.cart-empty{text-align:center;padding:60px 20px;color:var(--text-muted)}.cart-footer{padding:20px;border-top:1px solid var(--border)}.cart-total{display:flex;justify-content:space-between;font-size:1rem;font-weight:600;margin-bottom:16px}.checkout-btn{width:100%;background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#0a0804;padding:14px;border-radius:50px;font-weight:700;font-size:1rem;font-family:var(--font-arabic);border:none;cursor:pointer}.whatsapp-float{position:fixed;bottom:24px;right:24px;background:#25d366;color:#fff;padding:12px 20px;border-radius:50px;display:flex;align-items:center;gap:8px;font-weight:700;font-size:.9rem;box-shadow:0 4px 20px #25d36666;z-index:150;transition:transform .2s,box-shadow .2s}.whatsapp-float:hover{transform:scale(1.05);box-shadow:0 6px 28px #25d36680}@media(max-width:768px){.hero-section{grid-template-columns:1fr;gap:40px;padding:60px 0 40px}.hero-image{order:-1}.product-grid{grid-template-columns:1fr;gap:40px}.product-gallery{position:static}.footer-grid{grid-template-columns:1fr}.header-nav{display:none}.cart-drawer{width:100%}.features-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
