:root{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#dbeafe;--secondary:#7c3aed;--accent:#059669;--accent-light:#d1fae5;--danger:#dc2626;--danger-light:#fee2e2;--warning:#d97706;--warning-light:#fef3c7;--success:#16a34a;--success-light:#dcfce7;--text-primary:#111827;--text-secondary:#6b7280;--text-muted:#9ca3af;--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-tertiary:#f3f4f6;--bg-dark:#111827;--border:#e5e7eb;--border-dark:#d1d5db;--shadow-sm:0 1px 2px #0000000d;--shadow:0 4px 6px #00000012;--shadow-md:0 10px 25px #0000001a;--shadow-lg:0 20px 40px #0000001f;--radius-sm:6px;--radius:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--header-height:64px;--topbar-height:40px;--sidebar-width:260px;--transition:all .2s ease;--transition-slow:all .4s ease;--font-fa:var(--font-vazirmatn), var(--font-inter), "Vazirmatn", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;direction:rtl}body{font-family:var(--font-fa);color:var(--text-primary);background:var(--bg-secondary);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.7;overflow-x:hidden}a{color:inherit;transition:var(--transition);text-decoration:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{cursor:pointer;font-family:var(--font-fa);background:0 0;border:none}input,textarea,select{font-family:var(--font-fa);font-size:14px}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 16px}.btn{border-radius:var(--radius);font-family:var(--font-fa);cursor:pointer;transition:var(--transition);white-space:nowrap;border:2px solid #0000;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:500;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb59}.btn-secondary{color:var(--primary);border-color:var(--primary);background:0 0}.btn-secondary:hover{background:var(--primary);color:#fff}.btn-success{background:var(--success);color:#fff;border-color:var(--success)}.btn-success:hover{background:#15803d;transform:translateY(-1px);box-shadow:0 4px 12px #16a34a59}.btn-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn-sm{padding:6px 14px;font-size:12px}.btn-lg{padding:14px 28px;font-size:16px}.btn-block{justify-content:center;width:100%}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.card{background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border);transition:var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-md);border-color:var(--border-dark);transform:translateY(-2px)}.card-body{padding:20px}.form-group{margin-bottom:16px}.form-label{color:var(--text-secondary);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.form-control{border:1.5px solid var(--border);border-radius:var(--radius);width:100%;font-family:var(--font-fa);color:var(--text-primary);background:var(--bg-primary);transition:var(--transition);outline:none;padding:10px 14px;font-size:14px}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}.form-control::placeholder{color:var(--text-muted)}.badge{border-radius:var(--radius-full);align-items:center;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge-primary{background:var(--primary-light);color:var(--primary)}.badge-success{background:var(--success-light);color:var(--success)}.badge-danger{background:var(--danger-light);color:var(--danger)}.badge-warning{background:var(--warning-light);color:var(--warning)}.badge-sale{color:#fff;background:#dc2626}.badge-new{color:#fff;background:#2563eb}.badge-free{color:#fff;background:#16a34a}.product-card{background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border);transition:var(--transition-slow);position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.product-card-image{aspect-ratio:16/10;display:block;position:relative;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-badges{z-index:2;flex-direction:column;gap:4px;display:flex;position:absolute;top:10px;right:10px}.product-card-actions{opacity:0;transition:var(--transition);flex-direction:column;gap:6px;display:flex;position:absolute;top:10px;left:10px}.product-card:hover .product-card-actions{opacity:1}.product-card-action-btn{border-radius:var(--radius-full);width:34px;height:34px;color:var(--text-secondary);transition:var(--transition);box-shadow:var(--shadow-sm);border:1px solid var(--border);background:#fffffff2;justify-content:center;align-items:center;display:flex}.product-card-action-btn:hover{color:var(--primary);background:#fff}.product-card-body{padding:14px}.product-card-title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:13px;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;display:flex}.product-card-stats{color:var(--text-muted);align-items:center;gap:10px;font-size:12px;display:flex}.product-card-stats span{align-items:center;gap:3px;display:flex}.product-card-price{text-align:left}.product-card-price .original-price{color:var(--text-muted);font-size:11px;text-decoration:line-through}.product-card-price .sale-price{color:var(--danger);font-size:15px;font-weight:700}.product-card-price .regular-price{color:var(--primary);font-size:15px;font-weight:700}.product-card-price .free-price{color:var(--success);font-size:15px;font-weight:700}.product-card-footer{border-top:1px solid var(--border);align-items:center;gap:8px;padding:10px 14px;display:flex}.product-card-footer .btn{flex:1}.products-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.products-grid{grid-template-columns:1fr}}.section-title{border-bottom:2px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.section-title h2{color:var(--text-primary);align-items:center;gap:8px;font-size:18px;font-weight:700;display:flex}.section-title h2:before{content:"";background:var(--primary);border-radius:2px;width:4px;height:22px;display:block}.section-title a{color:var(--primary);align-items:center;gap:4px;font-size:13px;display:flex}.section-title a:hover{text-decoration:underline}.stars{color:#f59e0b;align-items:center;gap:2px;display:flex}.pagination{justify-content:center;align-items:center;gap:6px;margin-top:32px;display:flex}.pagination-btn{border-radius:var(--radius);border:1.5px solid var(--border);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:var(--bg-primary);justify-content:center;align-items:center;font-size:14px;display:flex}.pagination-btn:hover,.pagination-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{border-radius:var(--radius);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.topbar{color:#94a3b8;height:var(--topbar-height);background:#1e293b;align-items:center;font-size:12px;display:flex}.topbar a{color:#94a3b8}.topbar a:hover{color:#fff}.header{background:var(--bg-primary);border-bottom:1px solid var(--border);z-index:100;box-shadow:var(--shadow-sm);position:sticky;top:0}.header-inner{height:var(--header-height);align-items:center;gap:20px;display:flex}.logo{flex-shrink:0;align-items:center;gap:8px;display:flex}.logo-text{color:var(--primary);font-size:20px;font-weight:700}.logo-subtitle{color:var(--text-muted);font-size:10px;line-height:1}.header-search{flex:1;max-width:480px;position:relative}.header-search input{border:1.5px solid var(--border);border-radius:var(--radius-full);width:100%;height:42px;font-family:var(--font-fa);background:var(--bg-secondary);transition:var(--transition);outline:none;padding:0 16px 0 120px;font-size:14px}.header-search input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #2563eb1a}.header-search-btn{background:var(--primary);color:#fff;border-radius:var(--radius-full);align-items:center;gap:6px;height:34px;padding:0 16px;font-size:13px;display:flex;position:absolute;top:50%;left:4px;transform:translateY(-50%)}.header-search-select{height:100%;font-family:var(--font-fa);color:var(--text-secondary);cursor:pointer;border:none;border-left:1px solid var(--border);border-radius:0 var(--radius-full) var(--radius-full) 0;background:0 0;outline:none;padding:0 12px;font-size:13px;position:absolute;top:0;right:0}.header-actions{align-items:center;gap:10px;margin-right:auto;display:flex}.header-icon-btn{border-radius:var(--radius-full);width:40px;height:40px;color:var(--text-secondary);transition:var(--transition);border:1.5px solid var(--border);justify-content:center;align-items:center;display:flex;position:relative}.header-icon-btn:hover{color:var(--primary);border-color:var(--primary);background:var(--primary-light)}.header-icon-badge{background:var(--danger);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;left:-4px}.nav{background:var(--bg-primary);border-bottom:1px solid var(--border)}.nav-inner{align-items:center;gap:4px;height:48px;display:flex}.nav-link{border-radius:var(--radius);color:var(--text-secondary);transition:var(--transition);white-space:nowrap;align-items:center;gap:5px;padding:8px 14px;font-size:13px;font-weight:500;display:flex}.nav-link:hover,.nav-link.active{color:var(--primary);background:var(--primary-light)}.footer{background:var(--bg-dark);color:#94a3b8;margin-top:60px}.footer-stats{background:var(--bg-primary);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.footer-stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;padding:24px 0;display:grid}.footer-stat{text-align:center;border-left:1px solid var(--border);padding:20px}.footer-stat:last-child{border-left:none}.footer-stat-icon{border-radius:var(--radius-full);background:var(--primary-light);width:52px;height:52px;color:var(--primary);justify-content:center;align-items:center;margin:0 auto 12px;display:flex}.footer-stat-value{color:var(--text-primary);font-size:22px;font-weight:700}.footer-stat-label{color:var(--text-muted);font-size:12px}.footer-main{padding:48px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:32px;display:grid}.footer-brand .logo-text{color:#fff}.footer-desc{color:#64748b;margin-top:12px;font-size:13px;line-height:1.8}.footer-socials{gap:10px;margin-top:16px;display:flex}.footer-social-link{border-radius:var(--radius-full);color:#94a3b8;width:36px;height:36px;transition:var(--transition);background:#1e293b;justify-content:center;align-items:center;display:flex}.footer-social-link:hover{background:var(--primary);color:#fff}.footer-heading{color:#e2e8f0;margin-bottom:16px;font-size:14px;font-weight:700}.footer-links li{margin-bottom:10px}.footer-links a{color:#64748b;transition:var(--transition);align-items:center;gap:6px;font-size:13px;display:flex}.footer-links a:hover{color:var(--primary);padding-right:4px}.footer-newsletter-form{gap:8px;margin-top:12px;display:flex}.footer-newsletter-form input{border-radius:var(--radius);color:#e2e8f0;font-family:var(--font-fa);background:#1e293b;border:1px solid #334155;outline:none;flex:1;padding:10px 14px;font-size:13px}.footer-newsletter-form input::placeholder{color:#64748b}.footer-newsletter-form input:focus{border-color:var(--primary)}.footer-bottom{color:#475569;border-top:1px solid #1e293b;justify-content:space-between;align-items:center;padding:20px 0;font-size:12px;display:flex}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-stats-grid{grid-template-columns:repeat(2,1fr)}.header-search{max-width:360px}}@media (max-width:768px){.header-search{display:none}.footer-grid{grid-template-columns:1fr}.footer-stats-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom{text-align:center;flex-direction:column;gap:10px}}@media (max-width:480px){.footer-stats-grid{grid-template-columns:repeat(2,1fr)}.container{padding:0 12px}}.admin-layout{min-height:100vh;display:flex}.admin-sidebar{width:var(--sidebar-width);color:#94a3b8;z-index:200;background:#0f172a;flex-direction:column;height:100vh;display:flex;position:fixed;top:0;right:0;overflow-y:auto}.admin-sidebar-logo{border-bottom:1px solid #1e293b;padding:20px}.admin-nav{flex:1;padding:12px}.admin-nav-item{border-radius:var(--radius);color:#64748b;transition:var(--transition);cursor:pointer;align-items:center;gap:10px;margin-bottom:2px;padding:10px 14px;font-size:13px;font-weight:500;display:flex}.admin-nav-item:hover,.admin-nav-item.active{color:#e2e8f0;background:#1e293b}.admin-nav-item.active{color:var(--primary)}.admin-nav-section{color:#334155;text-transform:uppercase;letter-spacing:1px;padding:16px 14px 6px;font-size:10px;font-weight:700}.admin-content{margin-right:var(--sidebar-width);flex-direction:column;flex:1;display:flex}.admin-header{background:var(--bg-primary);border-bottom:1px solid var(--border);z-index:100;align-items:center;gap:16px;height:64px;padding:0 24px;display:flex;position:sticky;top:0}.admin-main{padding:24px}.admin-page-title{color:var(--text-primary);margin-bottom:20px;font-size:22px;font-weight:700}.data-table{border-collapse:collapse;background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border);width:100%;overflow:hidden}.data-table th{text-align:right;color:var(--text-muted);background:var(--bg-tertiary);border-bottom:1px solid var(--border);white-space:nowrap;padding:12px 16px;font-size:12px;font-weight:700}.data-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:14px 16px;font-size:13px}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--bg-secondary)}.stat-card{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);align-items:center;gap:16px;padding:20px;display:flex}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-card-icon{border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.stat-card-value{color:var(--text-primary);font-size:26px;font-weight:700}.stat-card-label{color:var(--text-muted);margin-top:2px;font-size:12px}.hero-slider{border-radius:var(--radius-xl);aspect-ratio:16/6;background:var(--bg-tertiary);position:relative;overflow:hidden}.hero-slide{opacity:0;align-items:center;transition:opacity .5s;display:flex;position:absolute;inset:0}.hero-slide.active{opacity:1}.hero-slide img{object-fit:cover;width:100%;height:100%}.slider-dots{z-index:10;gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.slider-dot{cursor:pointer;width:8px;height:8px;transition:var(--transition);background:#ffffff80;border:none;border-radius:50%}.slider-dot.active{background:#fff;border-radius:4px;width:24px}.special-offer{border-radius:var(--radius-xl);color:#fff;background:linear-gradient(135deg,#1e3a5f 0%,#0f172a 100%);align-items:center;gap:20px;padding:28px;display:flex;position:relative;overflow:hidden}.special-offer:before{content:"";background:#2563eb33;border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;left:-60px}.cart-sidebar{background:var(--bg-primary);width:380px;height:100vh;box-shadow:var(--shadow-lg);z-index:1000;flex-direction:column;transition:transform .35s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.cart-sidebar.open{transform:translate(0)}.cart-overlay{z-index:999;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:auto}.product-detail-grid{grid-template-columns:1fr 360px;align-items:start;gap:28px;display:grid}@media (max-width:900px){.product-detail-grid{grid-template-columns:1fr}}.product-gallery{margin-bottom:24px}.product-gallery-main{border-radius:var(--radius-lg);aspect-ratio:16/10;background:var(--bg-tertiary);margin-bottom:10px;position:relative;overflow:hidden}.product-gallery-main img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.product-gallery-thumbs{gap:8px;display:flex;overflow-x:auto}.product-gallery-thumb{border-radius:var(--radius);cursor:pointer;width:64px;height:44px;transition:var(--transition);border:2px solid #0000;flex-shrink:0;position:relative;overflow:hidden}.product-gallery-thumb img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.tabs{border-bottom:2px solid var(--border);gap:4px;display:flex}.tab-btn{color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:0 0;border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 20px;font-size:14px;font-weight:600}.tab-btn.active{color:var(--primary);border-color:var(--primary)}.tab-content{padding-top:20px}.progress-steps{align-items:center;gap:0;margin-bottom:32px;display:flex}.progress-step{text-align:center;flex:1;position:relative}.progress-step:after{content:"";background:var(--border);z-index:0;height:2px;position:absolute;top:20px;left:0;right:50%}.progress-step:first-child:after{display:none}.progress-step-circle{border:2px solid var(--border);background:var(--bg-primary);z-index:1;width:40px;height:40px;transition:var(--transition);color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 8px;font-size:14px;font-weight:600;display:flex;position:relative}.progress-step.completed .progress-step-circle{background:var(--success);border-color:var(--success);color:#fff}.progress-step.active .progress-step-circle{border-color:var(--primary);color:var(--primary)}.progress-step-label{color:var(--text-muted);font-size:12px}.progress-step.active .progress-step-label{color:var(--primary);font-weight:600}.editor-btn{border-radius:var(--radius);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.editor-btn:hover{color:var(--text-primary);background:var(--bg-tertiary)!important}.editor-btn.active{background:var(--primary)!important;color:#fff!important}.rich-editor-content{border:1px solid var(--border);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);background:#fff;border-top:none}.rich-editor-content .ProseMirror{min-height:240px;color:var(--text-primary);outline:none;padding:10px;font-family:Vazirmatn,Vazir,sans-serif;font-size:14px;line-height:1.8}.rich-editor-content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:right;color:var(--text-muted);pointer-events:none;height:0}.rich-editor-content .ProseMirror ul,.rich-editor-content .ProseMirror ol{margin:10px 0;padding-right:24px;list-style-position:inside}.rich-editor-content .ProseMirror ul{list-style-type:disc}.rich-editor-content .ProseMirror ol{list-style-type:decimal}.rich-editor-content .ProseMirror blockquote{border-right:4px solid var(--primary);color:var(--text-muted);margin:10px 0;padding-right:12px}.editor-link{color:var(--primary);text-decoration:underline}.editor-image{border-radius:var(--radius);max-width:100%;margin:12px 0;display:block}.image-bubble-menu{z-index:50;background:#1e293b;border-radius:8px;align-items:center;gap:4px;padding:6px;display:flex;box-shadow:0 4px 12px #00000026}.bubble-btn{color:#94a3b8;cursor:pointer;width:28px;height:28px;transition:var(--transition);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;font-weight:500;display:flex}.bubble-btn:hover{color:#f8fafc;background:#334155}.bubble-btn.active{background:var(--primary)!important;color:#fff!important}.bubble-btn.delete:hover{color:#fff!important;background:#ef4444!important}.bubble-separator{background:#334155;width:1px;height:16px;margin:0 4px}.rich-editor-content .ProseMirror img{cursor:pointer;transition:outline .1s}.rich-editor-content .ProseMirror img.ProseMirror-selectednode{outline:3px solid var(--primary);outline-offset:2px}.resizable-image-wrapper{clear:both;margin:16px 0;display:block}.resizable-image-wrapper.align-center{text-align:center}.resizable-image-wrapper.align-left{text-align:left;float:left;margin-bottom:16px;margin-right:16px}.resizable-image-wrapper.align-right{text-align:right;float:right;margin-bottom:16px;margin-left:16px}.resizable-image-container{max-width:100%;display:inline-block;position:relative}.resizable-image-container img{max-width:100%;height:auto;transition:outline .15s;display:block}.resizable-image-container.selected img{outline:2px solid var(--primary);outline-offset:-2px}.resizable-image-container .resize-handle-nw,.resizable-image-container .resize-handle-ne,.resizable-image-container .resize-handle-sw,.resizable-image-container .resize-handle-se{border:2px solid var(--primary);z-index:10;pointer-events:auto;opacity:0;background-color:#fff;border-radius:50%;width:10px;height:10px;transition:opacity .2s,transform .2s;position:absolute;box-shadow:0 1px 3px #0000004d}.resizable-image-container.selected .resize-handle-nw,.resizable-image-container.selected .resize-handle-ne,.resizable-image-container.selected .resize-handle-sw,.resizable-image-container.selected .resize-handle-se{opacity:1}.resizable-image-container .resize-handle-nw:hover,.resizable-image-container .resize-handle-ne:hover,.resizable-image-container .resize-handle-sw:hover,.resizable-image-container .resize-handle-se:hover{background-color:var(--primary-light);transform:scale(1.3)}.resizable-image-container .resize-handle-nw{cursor:nwse-resize;top:-5px;left:-5px}.resizable-image-container .resize-handle-ne{cursor:nesw-resize;top:-5px;right:-5px}.resizable-image-container .resize-handle-sw{cursor:nesw-resize;bottom:-5px;left:-5px}.mobile-sticky-bar{display:none}@media (max-width:768px){.mobile-sticky-bar{border-top:1px solid var(--border);z-index:1000;background:#fff;padding:12px 20px;display:block;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 10px #0000000d}body{padding-bottom:70px}}.faq-accordion{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-secondary);margin-top:12px;overflow:hidden}.faq-accordion-item{border-bottom:1px solid var(--border)}.faq-accordion-item:last-child{border-bottom:none}.faq-accordion-header{cursor:pointer;transition:var(--transition);-webkit-user-select:none;user-select:none;background:#fff;justify-content:space-between;align-items:center;padding:14px 20px;font-size:13px;font-weight:700;display:flex}.faq-accordion-header:hover{background:var(--bg-secondary)}.faq-accordion-content{color:var(--text-secondary);background:var(--bg-secondary);border-top:1px solid var(--border);padding:16px 20px;font-size:13px;line-height:1.8}.hero-slider{aspect-ratio:16/7;border-radius:var(--radius-xl);background:var(--bg-tertiary);width:100%;min-height:220px;max-height:420px;position:relative;overflow:hidden}.product-gallery-main{aspect-ratio:16/10;border-radius:var(--radius-lg);background:var(--bg-tertiary);width:100%;position:relative;overflow:hidden}.product-gallery-thumb{aspect-ratio:16/10;border-radius:var(--radius);cursor:pointer;width:80px;transition:var(--transition);border:2px solid #0000;position:relative;overflow:hidden}.product-gallery-thumb.active{border-color:var(--primary)}.product-gallery-thumbs{-webkit-overflow-scrolling:touch;gap:10px;margin-top:12px;padding-bottom:6px;display:flex;overflow-x:auto}.mobile-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.mobile-drawer-overlay.open{opacity:1;visibility:visible}.mobile-drawer{z-index:9999;background:#fff;flex-direction:column;width:300px;max-width:85vw;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-320px;overflow-y:auto;box-shadow:-5px 0 25px #00000026}.mobile-drawer.open{transform:translate(-320px)}.mobile-drawer-header{background:var(--bg-secondary);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.mobile-drawer-body{flex-direction:column;flex:1;gap:20px;padding:20px;display:flex}.mobile-nav-list{flex-direction:column;gap:8px;display:flex}.mobile-nav-link{color:var(--text-primary);border-radius:var(--radius);transition:var(--transition);align-items:center;gap:12px;padding:12px 14px;font-size:15px;font-weight:600;display:flex}.mobile-nav-link:hover,.mobile-nav-link.active{background:var(--primary-light);color:var(--primary)}.mobile-drawer-footer{border-top:1px solid var(--border);background:var(--bg-secondary);flex-direction:column;gap:12px;padding:16px 20px;display:flex}@media (max-width:1024px){.container{padding-left:20px;padding-right:20px}.nav-list{gap:16px}.grid-4,.products-grid{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:768px){html,body{width:100%;overflow-x:hidden!important}.container{padding-left:16px;padding-right:16px}.hero-slider{aspect-ratio:16/9;border-radius:var(--radius-lg);min-height:180px}.breadcrumb-nav{white-space:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:4px;overflow-x:auto}#mobile-menu-btn{border-radius:var(--radius);background:var(--bg-tertiary);justify-content:center;align-items:center;width:42px;height:42px;display:flex!important}.nav-desktop,.nav-list,.header-actions .desktop-only{display:none!important}.header-inner{justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.header-search{order:3;width:100%;margin-top:8px}.header-wrap{flex-direction:column}.topbar{padding:6px 0;font-size:11px}.topbar .container{text-align:center;flex-direction:column;gap:6px}.grid-4,.grid-3,.grid-2,.products-grid,.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.product-card{border-radius:var(--radius)}.product-card-title{height:36px;overflow:hidden;font-size:13px!important;line-height:1.4!important}.product-card-price{font-size:14px!important}.hero-section,.hero-grid,.home-hero{flex-direction:column!important;grid-template-columns:1fr!important;gap:16px!important}.hero-content h1{font-size:22px!important;line-height:1.4!important}.hero-content p{font-size:13px!important}.footer-grid,.footer-content{grid-template-columns:1fr!important;gap:24px!important}.product-detail-grid{grid-template-columns:1fr!important;gap:20px!important}.product-detail-sidebar{position:static!important}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;margin-bottom:16px;overflow-x:auto}table{min-width:500px}.mobile-filter-btn{display:flex!important}.products-sidebar{z-index:9999;background:#fff;height:100vh;padding:20px;transition:transform .3s;top:0;right:-300px;overflow-y:auto;box-shadow:-5px 0 25px #00000026;width:280px!important;position:fixed!important}.products-sidebar.open-mobile{transform:translate(-300px)}.mobile-filter-header{display:flex!important}}@media (max-width:480px){.container{padding-left:12px;padding-right:12px}.grid-4,.grid-3,.products-grid,.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.btn{padding:10px 16px!important;font-size:13px!important}.hero-content h1{font-size:19px!important}}
@font-face{font-family:Vazirmatn;font-style:normal;font-weight:300;font-display:swap;src:url(../media/f1d25eabcf1db66d-s.p.21se6xk6bxqs6.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:300;font-display:swap;src:url(../media/3be67f396f7d45c3-s.10ayu6ka6csf1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ec8f59eafded4799-s.p.2avnhkksosb5d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:400;font-display:swap;src:url(../media/f1d25eabcf1db66d-s.p.21se6xk6bxqs6.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:400;font-display:swap;src:url(../media/3be67f396f7d45c3-s.10ayu6ka6csf1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ec8f59eafded4799-s.p.2avnhkksosb5d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:500;font-display:swap;src:url(../media/f1d25eabcf1db66d-s.p.21se6xk6bxqs6.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:500;font-display:swap;src:url(../media/3be67f396f7d45c3-s.10ayu6ka6csf1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ec8f59eafded4799-s.p.2avnhkksosb5d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:600;font-display:swap;src:url(../media/f1d25eabcf1db66d-s.p.21se6xk6bxqs6.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:600;font-display:swap;src:url(../media/3be67f396f7d45c3-s.10ayu6ka6csf1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ec8f59eafded4799-s.p.2avnhkksosb5d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:700;font-display:swap;src:url(../media/f1d25eabcf1db66d-s.p.21se6xk6bxqs6.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:700;font-display:swap;src:url(../media/3be67f396f7d45c3-s.10ayu6ka6csf1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ec8f59eafded4799-s.p.2avnhkksosb5d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:800;font-display:swap;src:url(../media/f1d25eabcf1db66d-s.p.21se6xk6bxqs6.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:800;font-display:swap;src:url(../media/3be67f396f7d45c3-s.10ayu6ka6csf1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:800;font-display:swap;src:url(../media/ec8f59eafded4799-s.p.2avnhkksosb5d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Vazirmatn Fallback;src:local(Arial);ascent-override:101.87%;descent-override:53.36%;line-gap-override:0.0%;size-adjust:100.66%}.vazirmatn_62516664-module__BOBCXa__className{font-family:Vazirmatn,Vazirmatn Fallback;font-style:normal}.vazirmatn_62516664-module__BOBCXa__variable{--font-vazirmatn:"Vazirmatn", "Vazirmatn Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_2fe1ab3d-module__-T-KAq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_2fe1ab3d-module__-T-KAq__variable{--font-inter:"Inter", "Inter Fallback"}
