:root{--primary: #b8896a;--primary-dark: #8e6447;--accent: #d4a574;--gold: #c9a96e;--bg: #fafafa;--bg-soft: #faf6f1;--text: #1f2937;--stone-100: #f5f5f4;--stone-200: #e7e5e4;--stone-300: #d6d3d1;--stone-500: #78716c;--stone-600: #57534e;--stone-700: #44403c;--stone-900: #1c1917;--red: #ef4444;--emerald: #10b981;--amber: #d97706;--radius: 16px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Tajawal,Cairo,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);direction:rtl;text-align:right;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;font-size:14px}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 16px}.skip-to-content{position:absolute;right:-9999px;top:0;background:var(--primary);color:#fff;padding:8px 16px;z-index:100;border-radius:0 0 8px 8px}.skip-to-content:focus{right:16px}.topbar{background:var(--stone-900);color:#f5f5f4;font-size:13px}.topbar-inner{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;gap:12px}.topbar span{display:inline-flex;align-items:center;gap:6px}@media(max-width:640px){.topbar .hide-sm{display:none}}.site-header{position:sticky;top:0;z-index:40;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--stone-200)}.header-main{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px}.logo{display:flex;align-items:center;gap:10px}.logo-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),#e2c992);color:#fff;font-weight:900;font-size:20px;box-shadow:0 4px 12px #c9a96e66}.logo-text{font-size:22px;font-weight:900;color:var(--stone-900);line-height:1}.logo-sub{font-size:10px;color:var(--stone-500)}.header-actions{display:flex;align-items:center;gap:4px}.icon-btn{position:relative;padding:8px;border-radius:999px;display:grid;place-items:center;transition:background .2s}.icon-btn:hover{background:var(--stone-100)}.icon-btn svg{width:22px;height:22px}.cart-count{position:absolute;top:0;left:0;background:var(--red);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:grid;place-items:center;padding:0 4px}.header-search{flex:1;max-width:520px;position:relative}.header-search input{width:100%;border:1px solid var(--stone-300);background:var(--stone-100);border-radius:999px;padding:10px 20px 10px 48px;font-size:14px}.header-search input:focus{outline:none;border-color:var(--amber);box-shadow:0 0 0 3px #d9770626}.header-search button{position:absolute;left:4px;top:50%;transform:translateY(-50%);background:var(--amber);color:#fff;width:32px;height:32px;border-radius:999px;display:grid;place-items:center}@media(max-width:1023px){.header-search{display:none}}.cat-nav{border-top:1px solid var(--stone-100);background:var(--stone-100)}.cat-nav-inner{display:flex;gap:4px;overflow-x:auto;padding:8px 16px;scrollbar-width:none}.cat-nav-inner::-webkit-scrollbar{display:none}.cat-nav a{white-space:nowrap;padding:6px 14px;border-radius:999px;font-size:14px;font-weight:500;color:var(--stone-700);transition:all .2s}.cat-nav a:hover{background:#fef3c7;color:#92400e}.cat-nav a.nav-deals{background:#fee2e2;color:#b91c1c;font-weight:700}.cat-nav a.nav-new{background:#d1fae5;color:#047857;font-weight:700}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:60;display:none}.mobile-menu.open{display:block}.mobile-menu-panel{position:absolute;right:0;top:0;height:100%;width:320px;max-width:85vw;background:#fff;overflow-y:auto;animation:slideDown .3s ease}.mobile-menu-panel a{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px}.mobile-menu-panel a:hover{background:var(--stone-100)}@media(min-width:1024px){.menu-toggle{display:none}}@media(max-width:1023px){.hide-md{display:none}}.hero{background:linear-gradient(135deg,#fef3e7,#fce4d6 50%,#f8d3c1);position:relative;overflow:hidden}.hero-inner{display:grid;gap:32px;align-items:center;padding:48px 16px}@media(min-width:768px){.hero-inner{grid-template-columns:1fr 1fr;padding:80px 16px}}.hero-badge{display:inline-flex;gap:8px;align-items:center;background:#ffffffbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:6px 16px;border-radius:999px;font-size:12px;font-weight:700;color:#92400e}.hero h1{margin-top:16px;font-size:clamp(36px,6vw,60px);font-weight:900;line-height:1.1;color:var(--stone-900)}.hero h1 .grad{display:block;background:linear-gradient(to left,#d97706,#e11d48);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{margin-top:16px;color:var(--stone-700);font-size:17px;max-width:440px}.hero-cta{margin-top:24px;display:flex;gap:12px;flex-wrap:wrap}.hero-stats{margin-top:32px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hero-stats b{display:block;font-size:28px;font-weight:900;color:#b45309}.hero-stats span{font-size:12px;color:var(--stone-600)}.hero-visual{position:relative;max-width:420px;margin:0 auto;width:100%}.hero-visual .glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:linear-gradient(135deg,#fde68a,#fecdd3);filter:blur(60px);opacity:.6}.hero-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:32px}.hero-grid img{border-radius:16px;object-fit:cover;aspect-ratio:1;box-shadow:0 20px 40px #00000026}.hero-grid img:nth-child(2){margin-top:24px}.hero-grid img:nth-child(3){margin-top:-12px}.hero-grid img:nth-child(4){margin-top:12px}.btn{display:inline-block;padding:12px 24px;border-radius:999px;font-size:14px;font-weight:700;transition:all .2s;text-align:center}.btn-dark{background:var(--stone-900);color:#fff}.btn-dark:hover{background:var(--amber)}.btn-primary{background:var(--amber);color:#fff}.btn-primary:hover{background:#b45309;transform:translateY(-1px);box-shadow:0 8px 16px #d977064d}.btn-outline{border:2px solid var(--stone-900);background:#ffffff80;color:var(--stone-900)}.btn-outline:hover{background:var(--stone-900);color:#fff}.btn-block{display:block;width:100%}.trust-bar{border-top:1px solid var(--stone-200);border-bottom:1px solid var(--stone-200);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:24px 16px}@media(min-width:768px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-item{display:flex;align-items:center;gap:12px}.trust-item .ico{font-size:28px}.trust-item b{display:block;font-size:14px;color:var(--stone-900)}.trust-item span{font-size:12px;color:var(--stone-500)}.section{padding:48px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.section-head .eyebrow{font-size:13px;font-weight:700;color:#b45309}.section-head h2{font-size:clamp(26px,4vw,36px);font-weight:900;color:var(--stone-900);margin-top:4px}.section-head a{font-size:14px;font-weight:700;color:#b45309}.section-soft{background:var(--stone-100)}.cat-grid{display:grid;gap:16px;grid-template-columns:1fr}@media(min-width:640px){.cat-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.cat-grid{grid-template-columns:repeat(4,1fr)}}.cat-card{position:relative;overflow:hidden;border-radius:var(--radius);background:#fff;padding:24px;box-shadow:0 1px 3px #00000014;transition:all .3s;display:block}.cat-card:hover{box-shadow:0 20px 40px #0000001f;transform:translateY(-4px)}.cat-card .cat-ico{font-size:48px}.cat-card h3{margin-top:12px;font-size:20px;font-weight:800;color:var(--stone-900)}.cat-card p{margin-top:4px;font-size:14px;color:var(--stone-500)}.cat-card .go{margin-top:16px;font-size:14px;font-weight:700;color:#b45309}.product-grid{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.product-grid{gap:16px;grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius);border:1px solid var(--stone-200);background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #b8896a2e}.product-card .media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--stone-100);display:block}.product-card .media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .media img{transform:scale(1.08)}.badges{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;gap:6px}.badge{border-radius:999px;padding:2px 10px;font-size:11px;font-weight:700;color:#fff;box-shadow:0 2px 6px #0003}.badge-sale{background:var(--red)}.badge-new{background:var(--emerald)}.badge-best{background:#f59e0b}.product-card .info{padding:14px;display:flex;flex-direction:column;flex:1}.product-card .vendor{font-size:12px;font-weight:600;color:#b45309;margin-bottom:4px}.product-card .title{font-size:14px;font-weight:700;color:var(--stone-900);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .title:hover{color:#b45309}.product-card .rating{margin-top:6px;font-size:12px;color:var(--stone-500)}.product-card .rating .star{color:#f59e0b}.product-card .price-row{margin-top:10px;display:flex;justify-content:space-between;align-items:flex-end;gap:8px}.product-card .price{font-size:17px;font-weight:800;color:var(--stone-900)}.product-card .price small{font-size:11px;font-weight:400}.product-card .compare{font-size:12px;color:var(--stone-500);text-decoration:line-through}.add-btn{flex-shrink:0;width:36px;height:36px;border-radius:999px;background:#fef3c7;color:#b45309;display:grid;place-items:center;transition:all .2s}.add-btn:hover{background:var(--amber);color:#fff}.soldout{opacity:.6}.promo-grid{display:grid;gap:16px}@media(min-width:768px){.promo-grid{grid-template-columns:1fr 1fr}}.promo{position:relative;overflow:hidden;border-radius:24px;padding:32px;color:#fff}.promo-rose{background:linear-gradient(135deg,#f43f5e,#db2777)}.promo-emerald{background:linear-gradient(135deg,#10b981,#0d9488)}.promo .eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.85}.promo h3{margin-top:8px;font-size:28px;font-weight:900}.promo p{margin-top:8px;font-size:14px;opacity:.9}.promo .btn{margin-top:16px;background:#fff}.promo-rose .btn{color:#e11d48}.promo-emerald .btn{color:#059669}.promo .emoji{position:absolute;bottom:-40px;left:-40px;font-size:140px;opacity:.18}.testi-grid{display:grid;gap:16px}@media(min-width:768px){.testi-grid{grid-template-columns:repeat(3,1fr)}}.testi{background:#fff;border-radius:var(--radius);padding:24px;box-shadow:0 1px 3px #00000014}.testi .stars{color:#f59e0b}.testi p{margin-top:12px;font-size:14px;color:var(--stone-700)}.testi .who{margin-top:16px;padding-top:16px;border-top:1px solid var(--stone-100);display:flex;align-items:center;gap:12px}.testi .avatar{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;color:#fff;font-weight:700;background:linear-gradient(135deg,#fbbf24,#f43f5e)}.testi .who b{display:block;font-size:14px}.testi .who span{font-size:12px;color:var(--stone-500)}.collection-hero{color:#fff;padding:48px 0;background:linear-gradient(135deg,var(--primary),var(--primary-dark))}.collection-hero.pink{background:linear-gradient(135deg,#f472b6,#e11d48)}.collection-hero.green{background:linear-gradient(135deg,#10b981,#0d9488)}.collection-hero.blue{background:linear-gradient(135deg,#60a5fa,#4f46e5)}.breadcrumb{font-size:13px;opacity:.9;display:flex;gap:8px}.collection-hero h1{margin-top:16px;font-size:clamp(32px,5vw,48px);font-weight:900}.collection-hero .count{margin-top:8px;font-size:14px;opacity:.85}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:12px}.toolbar select{border:1px solid var(--stone-300);border-radius:999px;background:#fff;padding:8px 16px}.empty{border:2px dashed var(--stone-300);border-radius:var(--radius);padding:48px;text-align:center;color:var(--stone-500)}.product-page{padding:24px 0}.product-layout{display:grid;gap:24px}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr}}.p-gallery .main{border-radius:var(--radius);overflow:hidden;border:1px solid var(--stone-200);background:#fff;position:relative}.p-gallery .main img{width:100%;aspect-ratio:1;object-fit:cover}.p-thumbs{margin-top:12px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.p-thumbs img{border-radius:12px;border:2px solid var(--stone-200);aspect-ratio:1;object-fit:cover;cursor:pointer}.p-thumbs img:hover{border-color:var(--amber)}.p-info h1{font-size:clamp(24px,3vw,32px);font-weight:900;color:var(--stone-900);margin-top:4px}.p-price{margin-top:16px;display:flex;align-items:baseline;gap:12px}.p-price .now{font-size:30px;font-weight:900;color:#b45309}.p-price .was{font-size:17px;color:var(--stone-500);text-decoration:line-through}.p-features{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.p-features div{background:var(--stone-100);border-radius:10px;padding:8px;font-size:12px;display:flex;gap:8px;align-items:center}.qty-row{margin-top:24px;display:flex;align-items:center;gap:16px}.qty-box{display:flex;align-items:center;gap:4px;border:1px solid var(--stone-300);border-radius:999px}.qty-box button{width:40px;height:40px;border-radius:999px;font-size:18px}.qty-box button:hover{background:var(--stone-100)}.qty-box input{width:40px;text-align:center;border:none;font-weight:700;background:transparent}.qty-box input:focus{outline:none}.p-actions{margin-top:24px;display:grid;gap:12px}@media(min-width:640px){.p-actions{grid-template-columns:1fr 1fr}}.p-tabs{margin-top:40px;border:1px solid var(--stone-200);border-radius:var(--radius);background:#fff;overflow:hidden}.p-tabs .tabs{display:flex;border-bottom:1px solid var(--stone-200)}.p-tabs .tabs button{flex:1;padding:12px;font-size:14px;font-weight:700;color:var(--stone-500)}.p-tabs .tabs button.active{color:#b45309;border-bottom:2px solid var(--amber)}.p-tabs .panel{padding:24px}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:70;display:none}.cart-overlay.open{display:block}.cart-drawer{position:absolute;left:0;top:0;height:100%;width:100%;max-width:420px;background:#fff;display:flex;flex-direction:column;box-shadow:0 0 60px #0000004d;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--stone-200)}.cart-head h2{font-size:18px;font-weight:800}.cart-items{flex:1;overflow-y:auto;padding:16px}.cart-item{display:flex;gap:12px;border:1px solid var(--stone-200);border-radius:12px;padding:12px;margin-bottom:12px}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:10px}.cart-item .meta{flex:1;min-width:0}.cart-item .meta .t{font-size:14px;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item .meta .p{margin-top:4px;font-weight:800}.cart-foot{border-top:1px solid var(--stone-200);background:var(--stone-100);padding:16px}.cart-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:8px}.cart-row.total{border-top:1px solid var(--stone-200);padding-top:12px;margin-top:4px;font-size:16px;font-weight:800}.cart-row.total b{color:#b45309}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px}.cart-empty .e{font-size:56px;margin-bottom:16px}.cart-page{padding:32px 0}.cart-table{width:100%;background:#fff;border-radius:var(--radius);border:1px solid var(--stone-200);overflow:hidden}.cart-table th{text-align:right;padding:12px 16px;background:var(--stone-100);font-size:13px}.cart-table td{padding:12px 16px;border-top:1px solid var(--stone-200);vertical-align:middle}.cart-table img{width:64px;height:64px;object-fit:cover;border-radius:10px}@media(max-width:640px){.cart-table .hide-sm{display:none}}.site-footer{margin-top:80px;background:var(--stone-900);color:#d6d3d1}.newsletter{border-bottom:1px solid #292524;background:linear-gradient(to left,rgba(120,53,15,.3),transparent)}.newsletter-inner{display:grid;gap:24px;align-items:center;padding:40px 16px}@media(min-width:768px){.newsletter-inner{grid-template-columns:1fr 1fr}}.newsletter h3{font-size:24px;font-weight:800;color:#fff}.newsletter p{font-size:14px;color:#a8a29e;margin-top:4px}.newsletter form{display:flex;gap:8px}.newsletter input{flex:1;border:1px solid #44403c;background:#292524;border-radius:999px;padding:12px 20px;color:#fff}.newsletter input::placeholder{color:#78716c}.newsletter input:focus{outline:none;border-color:var(--amber)}.newsletter button{background:var(--amber);color:#fff;border-radius:999px;padding:12px 24px;font-weight:700}.newsletter button:hover{background:#b45309}.footer-grid{display:grid;gap:32px;padding:48px 16px}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-grid h4{color:#fff;font-size:18px;font-weight:800;margin-bottom:16px}.footer-grid ul li{margin-bottom:8px;font-size:14px}.footer-grid ul li a:hover{color:#fbbf24}.footer-about p{font-size:14px;color:#a8a29e;margin-top:16px;line-height:1.8}.socials{margin-top:16px;display:flex;gap:12px}.socials a{width:36px;height:36px;border-radius:999px;background:#292524;display:grid;place-items:center;transition:background .2s}.socials a:hover{background:var(--amber)}.footer-perks{border-top:1px solid #292524}.perks-grid{display:grid;gap:16px;padding:24px 16px}@media(min-width:768px){.perks-grid{grid-template-columns:repeat(3,1fr)}}.perk{display:flex;align-items:center;gap:12px;background:#29252480;border-radius:12px;padding:12px}.perk .ico{font-size:24px}.perk b{color:#fff;font-size:14px;display:block}.perk span{font-size:12px;color:#a8a29e}.copyright{border-top:1px solid #292524;background:#0c0a09}.copyright-inner{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:space-between;padding:16px;font-size:12px;color:#78716c}@media(min-width:640px){.copyright-inner{flex-direction:row}}.rte{line-height:2;color:var(--stone-700)}.rte h2,.rte h3{margin:16px 0 8px;color:var(--stone-900)}.rte ul{list-style:disc;padding-right:24px}.form-field{margin-bottom:12px}.form-field label{display:block;font-size:14px;font-weight:600;margin-bottom:4px}.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid var(--stone-300);border-radius:10px;padding:10px 16px}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--amber);box-shadow:0 0 0 3px #d9770626}.page-head{background:linear-gradient(135deg,#fef3e7,#f8d3c1);padding:48px 0;text-align:center}.page-head h1{font-size:clamp(32px,5vw,44px);font-weight:900}.notice{border-radius:12px;padding:16px;margin-bottom:16px;font-weight:600}.notice-success{background:#d1fae5;color:#047857}.notice-error{background:#fee2e2;color:#b91c1c}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
