:root{--primary: #1E293B;--primary-light: #334155;--accent: #D4A843;--accent-hover: #C49A35;--accent-red: #DC2626;--accent-red-hover: #B91C1C;--bg: #F8FAFC;--bg-card: #FFFFFF;--bg-muted: #E9EDF1;--bg-dark: #0F172A;--text: #0F172A;--text-muted: #64748B;--text-light: #94A3B8;--border: #E2E8F0;--border-strong: #CBD5E1;--radius-sm: 8px;--radius: 14px;--radius-lg: 20px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow: 0 4px 24px rgba(0,0,0,.08);--shadow-lg: 0 12px 48px rgba(0,0,0,.12);--whatsapp: #25D366;--whatsapp-dark: #1DA851;--instagram: #E4405F;--gold: #D4A843;font-family:DM Sans,Noto Sans Arabic,ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--text);background:var(--bg)}[dir=rtl]{font-family:Noto Sans Arabic,DM Sans,ui-sans-serif,system-ui,sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100dvh;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;font:inherit;border:none;background:none}input,select,textarea{font:inherit}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100dvh;background:var(--bg)}.loader{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.glass-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.4rem;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;text-decoration:none;white-space:nowrap;transition:all .2s ease}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 16px #d4a84359}.btn-primary:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 28px #d4a84373}.btn-ghost{border:1.5px solid var(--border-strong);color:var(--text);background:transparent}.btn-ghost:hover:not(:disabled){background:var(--bg-muted)}.btn-whatsapp{background:var(--whatsapp);color:#fff;box-shadow:0 4px 16px #25d3664d}.btn-whatsapp:hover:not(:disabled){background:var(--whatsapp-dark);transform:translateY(-2px)}.btn-sm{padding:.45rem 1rem;font-size:.8rem}.btn-lg{padding:.85rem 2rem;font-size:1rem}.btn-block{width:100%}input,select,textarea{width:100%;padding:.65rem 1rem;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.9rem;outline:none;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #d4a84326}label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:600;color:var(--text-muted)}.app{min-height:100dvh;display:flex;flex-direction:column}.main-content{flex:1}.section{max-width:1200px;margin:0 auto;padding:3rem 1.5rem;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:2.5rem}.section-title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.5rem}.section-subtitle{color:var(--text-muted);font-size:1rem;max-width:600px;margin:0 auto}.section-cta{text-align:center;margin-top:2rem}.page-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.5rem}.page-subtitle{color:var(--text-muted);font-size:1.05rem;margin-bottom:2rem}.top-bar{background:var(--bg-dark);color:#ffffffd9;font-size:.8rem;padding:.4rem 2rem}.top-bar-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.top-bar-contact{display:flex;align-items:center;gap:.4rem;color:#fffc;font-size:.78rem}.top-bar-links{display:flex;align-items:center;gap:1rem}.top-bar-icon-link{color:#ffffffb3;transition:color .2s}.top-bar-icon-link:hover{color:var(--accent)}.navbar{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:60px;gap:1.5rem}.nav-logo{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.05rem;color:var(--primary);white-space:nowrap}.nav-link{padding:.45rem .85rem;border-radius:999px;color:var(--text-muted);font-size:.88rem;font-weight:500;transition:all .2s}.nav-link:hover,.nav-link.active{background:var(--bg-muted);color:var(--text)}.nav-actions{display:flex;align-items:center;gap:.4rem}.nav-icon-btn:hover{background:var(--bg-muted);color:var(--text)}.lang-switcher{display:flex;align-items:center;gap:.35rem;padding:.4rem .7rem;border-radius:999px;font-size:.78rem;font-weight:600;color:var(--text-muted);border:1px solid var(--border);transition:all .2s}.lang-switcher:hover{background:var(--bg-muted);color:var(--text)}.nav-lang-btn{white-space:nowrap}.search-bar-dropdown{border-top:1px solid var(--border);background:var(--bg-card);padding:.75rem 1.5rem}.search-bar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:.75rem}.search-input{flex:1;border-radius:999px;padding:.6rem 1.2rem .6rem 2.5rem}.top-bar{background:var(--bg-dark);border-bottom:1px solid rgba(255,255,255,.06);padding:0 1.5rem}.top-bar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:36px}.top-bar-contact{display:flex;align-items:center;gap:.4rem;color:var(--text-light);font-size:.75rem}.top-bar-contact:hover{color:var(--accent)}.top-bar-links{display:flex;align-items:center;gap:.5rem}.top-bar-icon-link{color:var(--text-light);padding:4px;border-radius:50%;transition:all .2s}.top-bar-icon-link:hover{color:var(--accent);background:#d4a8431a}.navbar{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 1.5rem;gap:1rem}.nav-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.05rem;color:var(--primary)}.logo-icon{color:var(--accent);flex-shrink:0}.nav-links-desktop{display:flex;gap:.25rem}.nav-link{padding:.4rem .85rem;border-radius:999px;font-size:.875rem;font-weight:500;color:var(--text-muted);transition:all .2s}.nav-link:hover{color:var(--text);background:var(--bg-muted)}.nav-link.active{color:var(--primary);background:#d4a8431a;font-weight:600}.nav-actions{display:flex;align-items:center;gap:.25rem}.nav-icon-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:var(--text-muted);transition:all .2s}.nav-icon-btn:hover{color:var(--text);background:var(--bg-muted)}.nav-lang-btn{padding:.35rem .7rem!important;font-size:.75rem!important;border-radius:8px!important;background:var(--bg-muted)!important}.mobile-menu-btn{display:none}.lang-switcher{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:8px;font-size:.78rem;font-weight:600;color:var(--text-muted);background:var(--bg-muted);border:none;cursor:pointer;transition:all .2s}.lang-switcher:hover{background:var(--border);color:var(--text)}.search-bar-dropdown{border-bottom:1px solid var(--border);background:var(--bg);padding:.75rem 1.5rem}.search-bar-inner{max-width:1200px;margin:0 auto;display:flex;gap:.5rem;align-items:center}.search-icon-prefix{color:var(--text-muted);flex-shrink:0}.search-input{flex:1;padding:.6rem 1rem;border:1.5px solid var(--border);border-radius:999px;font-size:.875rem}.search-input:focus{border-color:var(--accent)}.search-btn{flex-shrink:0}.mobile-menu{position:fixed;right:0;bottom:0;left:0;top:108px;z-index:40;background:var(--bg-card);border-top:1px solid var(--border);padding:1rem;display:flex;flex-direction:column;gap:.25rem;animation:fadeUp .2s ease}.mobile-link{padding:.85rem 1rem;border-radius:var(--radius-sm);font-size:1rem;font-weight:500;color:var(--text);transition:background .2s}.mobile-link:hover,.mobile-link.active{background:var(--bg-muted)}.mobile-menu-divider{border-top:1px solid var(--border);margin:.5rem 0}.mobile-whatsapp{color:var(--whatsapp);display:flex;align-items:center}.mobile-menu-btn{display:none!important}.hero-section{position:relative;overflow:hidden;padding:5rem 1.5rem 4rem;text-align:center;background:linear-gradient(180deg,#F0F4F8 0%,var(--bg) 100%)}.hero-glow{position:absolute;inset:-30% -20% auto -20%;height:60vh;pointer-events:none;background:radial-gradient(ellipse at 50% 0%,rgba(212,168,67,.15),transparent 60%)}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);background:#d4a8431a;padding:.35rem 1rem;border-radius:999px;margin-bottom:1.5rem}.hero-title{font-size:clamp(1.8rem,5vw,3rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:1rem;color:var(--primary)}.hero-subtitle{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto 2rem}.hero-search{display:flex;gap:.75rem;max-width:680px;margin:0 auto 2.5rem}.hero-search-wrap{flex:1;position:relative;display:flex;align-items:center}.hero-search-icon{position:absolute;left:1rem;color:var(--text-muted);pointer-events:none}.hero-search-input{padding:.85rem 1.2rem .85rem 2.8rem;border-radius:999px;font-size:.95rem;background:var(--bg-card);border:2px solid var(--border)}.hero-search-input:focus{border-color:var(--accent)}.hero-cta{flex-shrink:0}.hero-trust{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.85rem;font-weight:500}.trust-divider{width:1px;height:20px;background:var(--border)}.mobile-menu{position:fixed;top:96px;left:0;right:0;bottom:0;z-index:99;background:var(--bg-card);padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto;animation:fadeUp .2s ease}.mobile-link{padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:1rem;font-weight:500;color:var(--text);transition:background .2s}.mobile-link:hover{background:var(--bg-muted)}.mobile-link.active{background:#d4a8431a;color:var(--accent)}.mobile-link.mobile-whatsapp{display:flex;align-items:center;color:var(--whatsapp);font-weight:600}.mobile-menu-divider{height:1px;background:var(--border);margin:.5rem 0}.hero-section{position:relative;background:linear-gradient(135deg,var(--bg-dark) 0%,#1a1f3a 100%);padding:4rem 1.5rem 5rem;text-align:center;overflow:hidden}.hero-glow{position:absolute;top:-30%;left:50%;transform:translate(-50%);width:70%;height:80vh;background:radial-gradient(ellipse at center,rgba(212,168,67,.12),transparent 60%);pointer-events:none}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem 1rem;border-radius:999px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;background:#d4a8431f;color:var(--accent);margin-bottom:1.5rem}.hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;color:#fff;margin-bottom:1rem}.hero-subtitle{color:#ffffffa6;font-size:clamp(1rem,2vw,1.15rem);max-width:600px;margin:0 auto 2rem;line-height:1.7}.hero-search{display:flex;gap:.75rem;max-width:650px;margin:0 auto 2.5rem;align-items:center}.hero-search-wrap{flex:1;position:relative}.hero-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-light)}.hero-search-input{width:100%;padding:.85rem 1rem .85rem 2.8rem;border-radius:999px;border:1.5px solid rgba(255,255,255,.1);background:#ffffff14;color:#fff;font-size:.95rem}.hero-search-input::placeholder{color:var(--text-light)}.hero-search-input:focus{border-color:var(--accent);background:#ffffff1f}.hero-cta{padding:.85rem 2rem;font-size:.95rem;flex-shrink:0}.hero-trust{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.85rem}.trust-divider{width:1px;height:24px;background:#ffffff26}.hero-trust-rtl{flex-direction:row-reverse}.hero-search-rtl .hero-search-icon{left:auto;right:1rem}.hero-search-rtl .hero-search-input{padding:.85rem 2.8rem .85rem 1rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1rem}.category-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .25s ease;text-align:center;position:relative}.category-icon-wrap{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#d4a8431a;color:var(--accent)}.category-label{font-weight:600;font-size:.88rem}.category-arrow{color:var(--text-light);margin-top:auto;transition:transform .2s}.category-card:hover .category-arrow{transform:translate(4px)}[dir=rtl] .category-card:hover .category-arrow{transform:translate(-4px)}.brands-section{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.brands-scroll{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.brand-chip{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;border-radius:999px;background:var(--bg);border:1.5px solid var(--border);font-size:.85rem;font-weight:500;transition:all .2s}.brand-chip:hover{border-color:var(--accent);background:#d4a8430d}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.25rem}.product-card{border-radius:var(--radius);overflow:hidden;background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .25s ease}.product-card-image{position:relative;aspect-ratio:3/2;background:linear-gradient(135deg,var(--bg-muted),#F1F5F9);display:flex;align-items:center;justify-content:center}.product-img-placeholder{color:var(--text-light);opacity:.4}.product-brand{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.25rem}.product-name{font-size:.95rem;font-weight:600;margin-bottom:.25rem;line-height:1.3}.product-part-num{font-size:.75rem;color:var(--text-light);font-family:monospace;margin-bottom:.5rem}.product-meta{display:flex;align-items:center;gap:.75rem;font-size:.78rem;color:var(--text-muted);margin-bottom:.5rem}.product-rating{display:flex;align-items:center;gap:.2rem;color:#f59e0b}.product-price{font-size:1.1rem;font-weight:700;color:var(--primary)}.product-price small{font-size:.7rem;font-weight:500;color:var(--text-muted)}.product-stock{font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:999px}.product-stock.out{background:#ef44441a;color:#dc2626}.product-badge{position:absolute;top:.6rem;right:.6rem;font-size:.68rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;display:flex;align-items:center;gap:.2rem}.product-badge.out{background:#ef4444e6;color:#fff}.product-badge.hot{background:#f59e0be6;color:#fff}[dir=rtl] .product-badge{right:auto;left:.6rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.category-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;transition:all .25s ease;position:relative;overflow:hidden}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.category-icon-wrap{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#d4a84314;color:var(--accent);transition:all .25s}.category-card:hover .category-icon-wrap{background:var(--accent);color:#fff}.category-label{font-size:.85rem;font-weight:600;color:var(--text)}.category-arrow{color:var(--text-muted);opacity:0;transition:all .25s}.category-card:hover .category-arrow{opacity:1;transform:translate(4px)}.rtl-icon{transform:rotate(180deg)}.category-card:hover .rtl-icon{transform:rotate(180deg) translate(4px)}.btn-icon-rtl{transform:rotate(180deg)}.brands-section{background:var(--bg-muted)}.brands-scroll{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.brand-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.2rem;border-radius:999px;background:var(--bg-card);border:1px solid var(--border);color:var(--text);font-size:.875rem;font-weight:500;transition:all .2s}.brand-chip:hover{border-color:var(--accent);background:#d4a8430d;transform:translateY(-2px)}.brand-chip-icon{color:var(--accent)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--border-strong)}.product-card-image{position:relative;background:var(--bg-muted);padding:2rem;display:flex;align-items:center;justify-content:center;height:180px}.product-img-placeholder{color:var(--text-light)}.product-badge{position:absolute;top:.75rem;padding:.25rem .65rem;border-radius:999px;font-size:.7rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.product-badge.hot{right:.75rem;background:#d4a84326;color:var(--accent)}[dir=rtl] .product-badge.hot{right:auto;left:.75rem}.product-badge.out{left:.75rem;background:#dc26261a;color:var(--accent-red)}[dir=rtl] .product-badge.out{left:auto;right:.75rem}.product-card-body{padding:1rem 1.25rem 1.25rem}.product-brand{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:.25rem}.product-name{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.25rem;line-height:1.3}.product-part-num{font-size:.75rem;color:var(--text-light);font-family:DM Sans,monospace;margin-bottom:.75rem}.product-card-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:1.15rem;font-weight:700;color:var(--primary)}.product-price small{font-size:.75rem;font-weight:500;color:var(--text-muted)}.product-stock{font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:999px}.product-stock.in{background:#22c55e1a;color:#16a34a}.product-stock.out{background:#dc26261a;color:var(--accent-red)}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.feature-card{padding:2rem 1.5rem;text-align:center}.feature-icon-wrap{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;background:#d4a8431a;color:var(--accent)}.feature-title{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.feature-desc{font-size:.88rem;color:var(--text-muted);line-height:1.6}.cta-section{text-align:center}.cta-card{position:relative;overflow:hidden;padding:4rem 2rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--primary) 0%,#0F172A 100%);color:#fff;border:1px solid rgba(255,255,255,.1)}.cta-glow{position:absolute;inset:-20% -20% auto -20%;height:40vh;background:radial-gradient(ellipse at 50% 0%,rgba(212,168,67,.2),transparent 60%);pointer-events:none}.cta-title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;margin-bottom:.75rem;position:relative}.cta-desc{color:#ffffffb3;margin-bottom:1.5rem;position:relative}.cta-actions .btn-ghost{border-color:#fff3;color:#fff}.cta-actions .btn-ghost:hover{background:#ffffff1a}.breadcrumb{display:flex;align-items:center;gap:.3rem;flex-wrap:wrap;font-size:.82rem;color:var(--text-muted);margin-bottom:1.5rem}.breadcrumb a{color:var(--text-muted);transition:color .2s}.breadcrumb-sep{flex-shrink:0}[dir=rtl] .rtl-icon{transform:scaleX(-1)}.products-page .products-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.products-toolbar{display:flex;align-items:center;gap:.5rem}.products-search-wrap{position:relative;display:flex;align-items:center}.search-prefix{position:absolute;left:.8rem;color:var(--text-muted);pointer-events:none}.products-search-input{padding:.5rem 1rem .5rem 2.3rem;border-radius:999px;width:220px;font-size:.85rem}.view-toggle{display:flex;border:1px solid var(--border);border-radius:999px;overflow:hidden}.view-btn{padding:.4rem .6rem;display:flex;align-items:center;color:var(--text-muted);transition:all .2s}.view-btn.active{background:var(--primary);color:#fff}.view-btn:not(.active):hover{background:var(--bg-muted)}.filters-bar{display:flex;gap:1rem;align-items:flex-end;padding:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:180px}.filter-group label{font-size:.7rem}.filter-group select{font-size:.85rem;padding:.45rem .7rem}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.empty-state p{margin-top:1rem;font-size:1.1rem}.list-view{grid-template-columns:1fr}.product-card-list{display:flex}.product-card-list .product-card-image{min-width:160px;aspect-ratio:auto}.features-section{background:var(--bg-card)}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.feature-card{padding:2rem;text-align:center}.feature-icon-wrap{width:60px;height:60px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#d4a84314;color:var(--accent)}.feature-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.feature-desc{color:var(--text-muted);font-size:.88rem;line-height:1.6}.cta-section{padding-bottom:5rem}.cta-card{position:relative;background:linear-gradient(135deg,var(--bg-dark) 0%,#1a1f3a 100%);border-radius:var(--radius-lg);padding:3.5rem 2rem;text-align:center;overflow:hidden}.cta-glow{position:absolute;top:-50%;left:50%;transform:translate(-50%);width:60%;height:80%;background:radial-gradient(ellipse at center,rgba(212,168,67,.1),transparent 60%);pointer-events:none}.cta-title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;color:#fff;margin-bottom:.75rem;position:relative}.cta-desc{color:#ffffffa6;font-size:1rem;max-width:500px;margin:0 auto 2rem;position:relative}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative}.btn-whatsapp-cta{background:var(--whatsapp)!important;box-shadow:0 4px 16px #25d3664d!important}.btn-whatsapp-cta:hover{background:var(--whatsapp-dark)!important}.page-hero{position:relative;background:linear-gradient(135deg,var(--bg-dark) 0%,#1a1f3a 100%);padding:3rem 1.5rem;text-align:center;overflow:hidden}.page-hero-bg{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:60%;height:100%;background:radial-gradient(ellipse at center,rgba(212,168,67,.08),transparent 50%);pointer-events:none}.page-hero-content{position:relative;z-index:1}.page-hero-content h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:.5rem}.page-hero-content p{color:#fff9;font-size:1rem;max-width:500px;margin:0 auto}.products-layout{max-width:1200px;margin:0 auto;padding:1.5rem}.category-tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem}.cat-tab{padding:.4rem .9rem;border-radius:999px;font-size:.8rem;font-weight:500;color:var(--text-muted);background:var(--bg-muted);border:1px solid transparent;transition:all .2s}.cat-tab:hover{color:var(--text);border-color:var(--border)}.cat-tab.active{background:#d4a8431a;color:var(--accent);border-color:var(--accent)}.filter-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.filter-count{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted)}.filter-actions{display:flex;align-items:center;gap:.5rem}.sort-select-wrap{position:relative}.sort-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.45rem 2rem .45rem .75rem;border:1.5px solid var(--border);border-radius:999px;font-size:.8rem;background:var(--bg-card);cursor:pointer}.sort-chevron{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);pointer-events:none;color:var(--text-muted)}.empty-state{text-align:center;padding:4rem 1rem;color:var(--text-muted)}.empty-state h3{margin:1rem 0}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:2rem}.product-detail-image{position:relative}.detail-img-placeholder{aspect-ratio:4/3;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--bg-muted),#F1F5F9);display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.detail-img-placeholder svg{color:var(--text-light);opacity:.3;width:120px;height:120px}.detail-badges{position:absolute;top:.75rem;left:.75rem;display:flex;gap:.4rem;flex-wrap:wrap}[dir=rtl] .detail-badges{left:auto;right:.75rem}.product-brand-large{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.25rem}.product-detail-title{font-size:clamp(1.3rem,3vw,1.75rem);font-weight:700;line-height:1.2;margin-bottom:.5rem}.product-detail-part{font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem}.product-detail-part strong{color:var(--text);font-family:monospace}.detail-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{display:flex;gap:2px;color:#f59e0b}.product-detail-price{margin-bottom:1rem;display:flex;align-items:baseline;gap:.3rem}.price-value{font-size:2rem;font-weight:800;color:var(--primary)}.price-currency{font-size:1rem;color:var(--text-muted);font-weight:600}.product-detail-desc{color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}.detail-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.whatsapp-support-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:var(--radius);background:#25d3660f;border:1px solid rgba(37,211,102,.2)}.wsc-icon{color:var(--whatsapp);flex-shrink:0}.wsc-text{flex:1;display:flex;flex-direction:column;gap:.15rem;font-size:.85rem}.wsc-text strong{font-size:.9rem}.wsc-number{color:var(--whatsapp);font-weight:600;font-size:.8rem}.detail-tabs{display:flex;gap:.25rem;background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:.25rem;margin-bottom:1.5rem;overflow-x:auto}.detail-tab{flex:1;text-align:center;padding:.5rem 1.25rem;border-radius:999px;font-size:.85rem;font-weight:600;white-space:nowrap;color:var(--text-muted);transition:all .2s}.detail-tab.active{background:var(--accent);color:#fff}.tab-panel{animation:fadeUp .3s ease}.detail-highlights{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}.highlight-item{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--text-muted)}.highlight-item svg{color:var(--accent)}.specs-table{width:100%;border-collapse:collapse}.specs-table tr{border-bottom:1px solid var(--border)}.specs-table td{padding:.75rem 1rem;font-size:.9rem}.spec-label{font-weight:600;color:var(--text-muted);width:40%}.compat-list{display:flex;flex-direction:column;gap:.6rem}.compat-list li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-muted)}.compat-list li svg{color:#16a34a;flex-shrink:0}.product-detail-page{max-width:1200px;margin:0 auto;padding:1.5rem}.breadcrumb{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;margin-bottom:2rem;font-size:.82rem;color:var(--text-muted)}.breadcrumb a:hover{color:var(--accent)}.breadcrumb-sep{color:var(--text-light)}.product-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:2rem}.detail-img-placeholder{width:100%;aspect-ratio:4/3;background:var(--bg-muted);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--text-light)}.stock-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:999px;font-size:.8rem;font-weight:600;margin-top:1rem}.stock-badge.available{background:#22c55e1a;color:#16a34a}.stock-badge.unavailable{background:#dc26261a;color:var(--accent-red)}.detail-brand{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.25rem}.detail-title{font-size:clamp(1.3rem,3vw,1.75rem);font-weight:700;color:var(--text);margin-bottom:.75rem}.detail-meta{display:flex;gap:1.5rem;margin-bottom:1rem}.detail-part-num,.detail-rating{display:flex;align-items:center;gap:.35rem;font-size:.82rem;color:var(--text-muted)}.detail-condition{margin-bottom:1rem}.condition-badge{display:inline-flex;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#d4a8431a;color:var(--accent)}.detail-desc{color:var(--text-muted);font-size:.92rem;line-height:1.7;margin-bottom:1.5rem}.detail-price-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.detail-price{font-size:2rem;font-weight:700;color:var(--primary)}.detail-price small{font-size:.9rem;font-weight:500;color:var(--text-muted)}.detail-warranty{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--text-muted)}.detail-actions{display:flex;gap:.75rem;margin-bottom:1.5rem}.detail-btn{flex:1}.detail-whatsapp-support{background:#25d3660d;border:1px solid rgba(37,211,102,.2);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.5rem}.whatsapp-support-header{display:flex;align-items:center;gap:.5rem;color:var(--whatsapp);font-weight:600;font-size:.9rem;margin-bottom:.75rem}.whatsapp-support-btn{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:var(--whatsapp);color:#fff;border-radius:999px;font-size:.85rem;font-weight:600;transition:all .2s}.whatsapp-support-btn:hover{background:var(--whatsapp-dark);transform:translateY(-1px)}.whatsapp-number{font-size:.75rem;opacity:.8}.detail-info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.detail-info-card{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1rem;background:var(--bg-muted);border-radius:var(--radius-sm);color:var(--text-muted);font-size:.75rem;font-weight:500;text-align:center}.product-detail-specs{grid-column:1 / -1;padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.specs-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.specs-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.spec-item{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--text-muted)}.spec-icon{color:var(--accent);flex-shrink:0}[dir=rtl] .detail-layout-rtl{direction:rtl}[dir=rtl] .breadcrumb-rtl .breadcrumb-sep{transform:rotate(180deg)}.categories-all-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.category-card-large{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .25s ease}.category-card-large:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:var(--accent)}.cat-icon-wrap{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#d4a8431a;color:var(--accent);flex-shrink:0}.cat-info{flex:1}.cat-info h3{font-size:.95rem;font-weight:600}.cat-count{font-size:.8rem;color:var(--text-muted)}.cat-arrow{color:var(--text-light);flex-shrink:0}.brands-all-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.brand-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm);text-align:center;transition:all .25s ease}.brand-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.brand-card-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#d4a8431a;color:var(--accent)}.brand-card-name{font-size:.9rem;font-weight:600}.brand-card-arrow{color:var(--text-light);transition:transform .2s}.brand-card:hover .brand-card-arrow{transform:translate(4px)}[dir=rtl] .brand-card:hover .brand-card-arrow{transform:translate(-4px)}.contact-hero{background:linear-gradient(135deg,var(--primary),#0F172A);color:#fff;text-align:center;padding:4rem 1.5rem 3rem}.contact-hero .page-title{color:#fff}.contact-hero .page-subtitle{color:#ffffffb3}.quick-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:2.5rem}.quick-card{padding:1.5rem;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border);text-align:center;transition:all .25s ease;cursor:pointer}.quick-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.qc-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.quick-card h3{font-size:.9rem;font-weight:600;margin-bottom:.25rem}.quick-card p{font-size:.82rem;color:var(--text-muted)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.contact-map-card{padding:1.25rem}.map-container{width:100%;height:320px;border-radius:12px;overflow:hidden}.contact-section-title{display:flex;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:600;margin-bottom:1rem}.contact-section-title svg{color:var(--accent)}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-success{text-align:center;padding:2rem}.form-success p{margin-top:.75rem;color:var(--text-muted)}.contact-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem}.hours-list{display:flex;flex-direction:column;gap:.6rem}.hour-item{display:flex;align-items:center;gap:.6rem;font-size:.9rem}.hour-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0}.hour-dot.friday{background:var(--accent-red)}.hours-note{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.82rem;color:var(--accent-red)}.hours-note svg{flex-shrink:0}.emergency-desc{font-size:.88rem;color:var(--text-muted);line-height:1.6}.support-channels{display:flex;flex-direction:column;gap:.6rem}.support-channel{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--text);padding:.4rem 0;transition:color .2s}.support-channel:hover{color:var(--accent)}.support-channel svg{color:var(--text-muted);flex-shrink:0}.faq-section{margin-bottom:2.5rem}.faq-list{max-width:800px;margin:1.5rem auto 0}.faq-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.5rem;overflow:hidden;transition:all .2s}.faq-question{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;text-align:left;font-size:.9rem;font-weight:600;color:var(--text);transition:background .2s}.faq-question:hover{background:var(--bg-muted)}.faq-question svg:first-child{color:var(--accent);flex-shrink:0}.faq-arrow{margin-left:auto;transition:transform .3s;flex-shrink:0}.faq-arrow.open{transform:rotate(180deg)}[dir=rtl] .faq-question{text-align:right}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1.25rem}.faq-answer.open{max-height:300px;padding:0 1.25rem 1rem}.faq-answer p{font-size:.88rem;color:var(--text-muted);line-height:1.6}.faq-whatsapp-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:.6rem;font-size:.82rem;font-weight:600;color:var(--whatsapp)}.contact-cta-card{text-align:center;padding:3rem 2rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--primary),#0F172A);color:#fff}.contact-cta-card h2{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;margin-bottom:.5rem}.contact-cta-card p{color:#ffffffb3;margin-bottom:1.5rem}.contact-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-cta-actions .btn-ghost{border-color:#fff3;color:#fff}.contact-cta-actions .btn-ghost:hover{background:#ffffff1a}.contact-hero-bg{background:radial-gradient(ellipse at center,rgba(212,168,67,.1),transparent 50%)!important}.quick-contact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.quick-contact-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:all .2s;cursor:pointer}.quick-contact-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow)}.qcc-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#d4a84314;color:var(--accent);flex-shrink:0}.qcc-body{flex:1}.qcc-body h3{font-size:.9rem;font-weight:600;margin-bottom:.15rem}.qcc-body p{font-size:.78rem;color:var(--text-muted)}.qcc-arrow{color:var(--text-light);flex-shrink:0}.contact-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem}.contact-form-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.form-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.35rem}.form-submit{margin-top:.5rem}.form-success{text-align:center;padding:3rem 1rem}.field-error{color:var(--accent-red);font-size:.75rem;margin-top:.25rem}.contact-form-section{padding:2rem 0!important}.contact-info-section{padding:2rem 0!important;display:flex;flex-direction:column;gap:1.25rem}.info-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.info-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:var(--accent)}.info-card-header h3{font-size:1rem;font-weight:600;color:var(--text)}.hours-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.hours-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.hours-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0}.hours-dot.friday{background:var(--accent)}.hours-note{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--text-muted);margin-top:.5rem}.info-detail{font-size:.9rem;color:var(--text-muted);margin-bottom:.75rem}.whatsapp-card-btn{width:100%}.whatsapp-card{border-color:#25d36633}.instagram-card{border-color:#e4405f26}.emergency-card{border-color:#dc262626;background:#dc262605}.map-container{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.map-placeholder{padding:4rem 2rem;text-align:center;background:var(--bg-muted);display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--text-muted)}.map-placeholder h3{font-size:1.1rem;font-weight:600;color:var(--text)}.faq-section{max-width:800px}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:all .2s}.faq-item:hover{border-color:var(--border-strong)}.faq-question{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem}.faq-icon{color:var(--accent);flex-shrink:0}.faq-question span{flex:1;font-size:.9rem;font-weight:500}.faq-chevron{color:var(--text-muted);transition:transform .2s;flex-shrink:0}.faq-chevron.rotated{transform:rotate(90deg)}[dir=rtl] .faq-chevron.rotated{transform:rotate(-90deg)}.faq-answer{padding:0 1.25rem 1rem 3.2rem;font-size:.85rem;color:var(--text-muted);line-height:1.7}[dir=rtl] .faq-answer{padding:0 3.2rem 1rem 1.25rem}.contact-cta a{margin-top:1rem}.trust-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.trust-badge-item{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border)}.trust-badge-item svg{color:var(--accent);flex-shrink:0}.trust-badge-item strong{display:block;font-size:.82rem}.trust-badge-item span{display:block;font-size:.72rem;color:var(--text-muted)}.checkout-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem}.checkout-section-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.checkout-form{display:flex;flex-direction:column;gap:1rem}.checkout-whatsapp-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:var(--radius);background:#25d3660f;border:1px solid rgba(37,211,102,.2);margin-top:1rem}.checkout-whatsapp-card svg{color:var(--whatsapp);flex-shrink:0}.checkout-whatsapp-text{flex:1}.assistance-card{margin-top:1rem;text-align:center}.assistance-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.assistance-card p{font-size:.82rem;color:var(--text-muted);margin-bottom:1rem}.checkout-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.checkout-item{display:flex;gap:.75rem;align-items:center;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.checkout-item-img{flex-shrink:0}.mini-placeholder{width:48px;height:48px;border-radius:8px;background:var(--bg-muted)}.checkout-item-info{flex:1;min-width:0}.checkout-item-name{font-weight:600;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-item-part{font-size:.72rem;color:var(--text-light);font-family:monospace}.checkout-item-qty{font-size:.78rem;color:var(--text-muted)}.checkout-item-price{font-weight:600;font-size:.88rem;white-space:nowrap}.checkout-totals{display:flex;flex-direction:column;gap:.5rem}.total-row{display:flex;justify-content:space-between;font-size:.88rem}.total-final{font-weight:700;font-size:1rem;padding-top:.5rem;border-top:2px solid var(--primary)}.order-confirmation-page{text-align:center;padding:3rem 0}.confirmation-card{max-width:520px;margin:0 auto;padding:3rem 2rem}.confirmation-icon{color:#16a34a;margin-bottom:1rem}.confirmation-card h1{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.confirmation-sub{color:var(--text-muted);margin-bottom:2rem}.confirmation-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.conf-detail{display:flex;justify-content:space-between;padding:.6rem 1rem;background:var(--bg);border-radius:var(--radius-sm)}.confirmation-actions{margin-top:1.5rem}.footer{background:var(--bg-dark);color:#fffc}.footer-newsletter{border-bottom:1px solid rgba(255,255,255,.06);padding:1.5rem}.footer-newsletter-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.newsletter-form{display:flex;gap:.5rem;align-items:center}.newsletter-input-wrap{position:relative}.newsletter-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:#ffffff4d}[dir=rtl] .newsletter-icon{left:auto;right:.85rem}.newsletter-input-wrap input{width:260px;padding:.6rem 1rem .6rem 2.6rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#fff;font-size:.85rem}[dir=rtl] .newsletter-input-wrap input{padding:.6rem 2.6rem .6rem 1rem}.newsletter-input-wrap input::placeholder{color:#ffffff4d}.newsletter-btn{white-space:nowrap;padding:.6rem 1.25rem;font-size:.82rem}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2rem}.footer-logo{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:1.05rem;font-weight:700;margin-bottom:.75rem}.footer-desc{font-size:.82rem;color:#ffffff80;line-height:1.7;margin-bottom:1rem;max-width:300px}.social-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0f;color:#fff9;transition:all .2s}.footer-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffff80;transition:color .2s}.footer-col-title{color:#fff;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.footer-link{display:flex;align-items:center;gap:.25rem;font-size:.82rem;color:#ffffff80;transition:all .2s}.footer-link-icon{flex-shrink:0}[dir=rtl] .footer-link-icon.rtl-icon{transform:rotate(180deg)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:1.25rem 1.5rem}.footer-bottom-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-copyright{font-size:.78rem;color:#fff6}.footer-bottom-links a{font-size:.78rem;color:#fff6;transition:color .2s}.footer{background:var(--bg-dark);color:#fffc;margin-top:auto}.footer-newsletter{border-bottom:1px solid rgba(255,255,255,.08);padding:2rem 1.5rem}.footer-newsletter-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.newsletter-text h3{color:#fff;font-size:1rem;font-weight:600}.newsletter-form{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.newsletter-input-wrap{position:relative;display:flex;align-items:center}.newsletter-icon{position:absolute;left:.8rem;color:var(--text-light);pointer-events:none}.newsletter-input-wrap input{padding:.6rem 1rem .6rem 2.5rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;min-width:260px}.newsletter-input-wrap input::placeholder{color:var(--text-light)}.newsletter-input-wrap input:focus{border-color:var(--accent)}.newsletter-btn{flex-shrink:0}.footer-main{padding:3rem 1.5rem 2rem}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:2rem}.footer-brand .footer-logo{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.05rem;color:#fff;margin-bottom:.75rem}.footer-desc{font-size:.85rem;line-height:1.6;color:#fff9;margin-bottom:1rem}.footer-social{display:flex;gap:.5rem;margin-bottom:1rem}.social-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff14;color:#ffffffb3;transition:all .2s}.social-btn:hover{background:var(--accent);color:#fff}.footer-contact-list{display:flex;flex-direction:column;gap:.5rem}.footer-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#ffffffa6;transition:color .2s}.footer-contact-item:hover{color:var(--accent)}.footer-contact-item svg{flex-shrink:0;color:var(--accent)}.footer-col-title{color:#fff;font-size:.88rem;font-weight:600;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.4rem}.footer-link{display:flex;align-items:center;gap:.35rem;font-size:.82rem;color:#fff9;transition:all .2s}.footer-link:hover{color:var(--accent)}.footer-link-icon{flex-shrink:0;color:var(--accent)}[dir=rtl] .footer-link-icon.rtl-icon{transform:scaleX(-1)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 1.5rem}.footer-bottom-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-copyright{font-size:.78rem;color:#ffffff80}.footer-bottom-links{display:flex;gap:1rem}.footer-bottom-links a{font-size:.78rem;color:#ffffff80;transition:color .2s}.footer-bottom-links a:hover{color:var(--accent)}.floating-actions{position:fixed;bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem;z-index:50}.fab{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #0003;cursor:pointer;border:none;position:relative;transition:all .25s ease;animation:fadeUp .3s ease}.fab-whatsapp:hover{background:var(--whatsapp-dark)}.fab-instagram{background:var(--instagram)}.fab-instagram:hover{background:#c1354d}.fab-tooltip{position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%);background:var(--bg-dark);color:#fff;padding:.35rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;white-space:nowrap;pointer-events:none;box-shadow:var(--shadow)}[dir=rtl] .fab-tooltip{right:auto;left:calc(100% + 12px)}.checkout-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem}.checkout-form-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.checkout-section-title{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.checkout-sidebar{display:flex;flex-direction:column;gap:1.25rem}.trust-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:.75rem}.trust-badge-card{padding:1rem;text-align:center;background:var(--bg-muted);border-radius:var(--radius-sm)}.trust-badge-card .badge-icon{color:var(--accent);margin-bottom:.35rem}.trust-badge-card span{font-size:.75rem;font-weight:500;color:var(--text-muted)}.checkout-sidebar-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.order-summary-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border);font-size:.85rem}.order-summary-item:last-child{border-bottom:none}.order-total{font-weight:700;font-size:1rem}.order-total-price{font-size:1.25rem;font-weight:700;color:var(--primary)}.checkout-whatsapp{background:#25d3660d;border:1px solid rgba(37,211,102,.15)!important}.checkout-whatsapp-header{display:flex;align-items:center;gap:.5rem;color:var(--whatsapp);font-weight:600;font-size:.85rem;margin-bottom:.5rem}.delay-4{animation-delay:.4s;opacity:0}[dir=rtl] .nav-inner-rtl{direction:rtl}[dir=rtl] .search-rtl .search-icon-prefix{order:1}[dir=rtl] .category-tabs-rtl,[dir=rtl] .filter-actions-rtl{flex-direction:row-reverse}[dir=rtl] .quick-contact-rtl,[dir=rtl] .contact-layout-rtl,[dir=rtl] .brands-scroll-rtl{direction:rtl}.floating-actions{position:fixed;bottom:1.5rem;z-index:100;display:flex;flex-direction:column;gap:.5rem}.floating-right{right:1.5rem}.floating-left{left:1.5rem}.fab{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;box-shadow:0 4px 20px #0003;transition:all .25s ease;cursor:pointer;animation:fadeUp .4s ease}.fab:hover{transform:scale(1.1)}.fab-whatsapp{background:var(--whatsapp)}.fab-whatsapp:hover{box-shadow:0 6px 28px #25d36666}.fab-instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#f77737)}.fab-top{background:var(--primary)}.fab-top:hover{background:var(--primary-light)}.fab-tooltip{position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);background:var(--bg-dark);color:#fff;font-size:.78rem;font-weight:500;padding:.35rem .75rem;border-radius:6px;white-space:nowrap;pointer-events:none;box-shadow:var(--shadow)}.floating-left .fab-tooltip{right:auto;left:calc(100% + 10px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.fade-up{animation:fadeUp .5s ease forwards}.delay-1{animation-delay:.1s;opacity:0}.delay-2{animation-delay:.2s;opacity:0}.delay-3{animation-delay:.3s;opacity:0}[dir=rtl] .hero-search-rtl .hero-search-icon{left:auto;right:1rem}[dir=rtl] .hero-search-rtl .hero-search-input{padding-left:1.2rem;padding-right:2.8rem}[dir=rtl] .btn-icon-rtl{transform:scaleX(-1)}[dir=rtl] .hero-trust-rtl .trust-divider:last-child{display:none}[dir=rtl] .toolbar-rtl .search-prefix{left:auto;right:.8rem}[dir=rtl] .toolbar-rtl .products-search-input{padding-left:1rem;padding-right:2.3rem}[dir=rtl] .filters-rtl .filter-group select{text-align:right}[dir=rtl] .breadcrumb-rtl .breadcrumb-sep{transform:scaleX(-1)}[dir=rtl] .detail-grid-rtl .detail-badges{left:auto;right:.75rem}[dir=rtl] .tabs-rtl{flex-direction:row-reverse}[dir=rtl] .quick-cards-rtl,[dir=rtl] .contact-grid-rtl,[dir=rtl] .info-grid-rtl,[dir=rtl] .checkout-grid-rtl,[dir=rtl] .trust-badges-rtl{direction:rtl}[dir=rtl] .nav-inner-rtl .nav-links-desktop{margin-right:auto;margin-left:0}[dir=rtl] .nav-links-rtl{flex-direction:row-reverse}[dir=rtl] .brands-scroll-rtl{direction:rtl}[dir=rtl] .mobile-menu-rtl{text-align:right}@media (max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}.contact-layout,.checkout-layout{grid-template-columns:1fr}}@media (max-width: 768px){.nav-links-desktop{display:none}.mobile-menu-btn{display:flex}.nav-lang-btn span{display:none}.hero-search{flex-direction:column}.hero-cta{width:100%}.hero-trust{flex-direction:column;gap:.75rem}.trust-divider{display:none}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.product-detail-layout,.detail-info-cards,.form-row{grid-template-columns:1fr}.quick-contact-grid{grid-template-columns:1fr 1fr}.footer-newsletter-inner{flex-direction:column;text-align:center}.newsletter-form{flex-direction:column;width:100%}.newsletter-input-wrap input,.newsletter-btn{width:100%}.footer-grid{grid-template-columns:1fr 1fr}.trust-badges,.specs-list{grid-template-columns:1fr}.floating-actions{bottom:1rem}.floating-right{right:1rem}.floating-left{left:1rem}.fab{width:48px;height:48px}}@media (max-width: 480px){.categories-grid{grid-template-columns:repeat(2,1fr)}.quick-contact-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr 1fr;gap:.75rem}.product-card-image{height:140px;padding:1rem}.product-card-body{padding:.75rem}.hero-section{padding:3rem 1rem 3.5rem}.section{padding:2rem 1rem}}@media (max-width: 1024px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.contact-info-grid,.trust-badges{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.nav-links-desktop{display:none}.mobile-menu-btn{display:flex!important}.hero-search{flex-direction:column}.hero-cta{width:100%}.product-detail-grid,.contact-grid,.checkout-grid,.contact-info-grid,.form-row,.trust-badges{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.products-header{flex-direction:column}.products-toolbar,.products-search-input{width:100%}.filters-bar{flex-direction:column}.filter-group{min-width:100%}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.detail-tabs{border-radius:var(--radius-sm)}.brands-all-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.floating-actions{bottom:1rem}.floating-right{right:1rem}.floating-left{left:1rem}.fab{width:46px;height:46px}.top-bar{padding:.35rem 1rem;font-size:.72rem}.top-bar-links{gap:.5rem}.footer-newsletter-inner{flex-direction:column;text-align:center}.newsletter-form{width:100%}.newsletter-input-wrap{flex:1}.newsletter-input-wrap input{min-width:auto;width:100%}.search-bar-dropdown{padding:.5rem 1rem}.hero-section{padding:3rem 1rem 2.5rem}.section{padding:2rem 1rem}}@media (max-width: 480px){.footer-grid{grid-template-columns:1fr}.categories-grid,.brands-all-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:1fr}.quick-cards{grid-template-columns:1fr 1fr}.nav-logo .logo-text{font-size:.9rem}.nav-lang-btn span{display:none}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}::selection{background:var(--accent);color:#fff}.product-img{width:100%;height:100%;object-fit:contain;padding:.5rem;transition:transform .3s ease}.product-card:hover .product-img{transform:scale(1.05)}.product-card-image{overflow:hidden}
