*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2563eb;--primary-dark:#1d4ed8;--primary-light:#3b82f6;--secondary-color:#64748b;--accent-color:#f59e0b;--text-color:#1e293b;--text-light:#64748b;--bg-color:#fff;--bg-light:#f8fafc;--bg-dark:#0f172a;--border-color:#e2e8f0;--hover-bg:#f1f5f9;--success-color:#10b981;--error-color:#ef4444;--warning-color:#f59e0b;--info-color:#3b82f6}body{background-color:#f8fafc;background-color:var(--bg-light)}a{color:inherit}img{display:block;height:auto;max-width:100%}button{font-family:inherit}input,select,textarea{font-family:inherit;outline:none}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.main-content{min-height:calc(100vh - 400px)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.btn{border:none;cursor:pointer;gap:.5rem;padding:.75rem 1.5rem}.btn-primary{background:#4343c1;color:#fff}.btn-primary:hover{background:#af9d28;box-shadow:0 8px 16px #2563eb33;transform:translateY(-2px)}.btn-secondary{background:#64748b;background:var(--secondary-color);color:#fff}.btn-secondary:hover{background:#475569}.btn-outline{background:#4343c1;border:2px solid #2563eb;border:2px solid var(--primary-color);color:#fff}.btn-outline:hover{color:#dadada}:root[data-theme=light]{--primary-color:#2563eb;--primary-hover:#1d4ed8;--secondary-color:#10b981;--accent-color:#f59e0b;--danger-color:#ef4444;--text-color:#1f2937;--text-secondary:#6b7280;--text-muted:#9ca3af;--heading-color:#111827;--border-color:#e5e7eb;--border-light:#f3f4f6;--shadow-color:#0000001a;--shadow-hover:#00000026;--success-bg:#d1fae5;--success-text:#065f46;--warning-bg:#fef3c7;--warning-text:#92400e;--error-bg:#fee2e2;--error-text:#991b1b;--info-bg:#dbeafe;--info-text:#1e40af}:root[data-theme=dark]{--primary-color:#3b82f6;--primary-hover:#60a5fa;--secondary-color:#10b981;--accent-color:#fbbf24;--danger-color:#f87171;--bg-primary:#111827;--bg-secondary:#1f2937;--bg-tertiary:#374151;--card-bg:#1f2937;--hover-bg:#374151;--text-color:#f9fafb;--text-secondary:#d1d5db;--text-muted:#9ca3af;--heading-color:#fff;--border-color:#374151;--border-light:#4b5563;--shadow-color:#0000004d;--shadow-hover:#0006;--success-bg:#064e3b;--success-text:#6ee7b7;--warning-bg:#78350f;--warning-text:#fcd34d;--error-bg:#7f1d1d;--error-text:#fca5a5;--info-bg:#1e3a8a;--info-text:#93c5fd}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-secondary);color:#1e293b;color:var(--text-color);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;transition:background-color .3s ease,color .3s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{color:var(--heading-color);font-weight:600;line-height:1.3}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6,p{font-size:1rem}p{color:var(--text-secondary);line-height:1.7}a{color:#2563eb;color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-hover)}button{border:none;cursor:pointer;font-family:Poppins,sans-serif;outline:none}.btn,button{transition:all .3s ease}.btn{align-items:center;border-radius:12px;display:inline-flex;font-size:1rem;font-weight:500;gap:8px;justify-content:center;padding:12px 24px}.btn-secondary{background:var(--bg-tertiary);border:1px solid #e2e8f0;border:1px solid var(--border-color);color:#1e293b;color:var(--text-color)}.btn-secondary:hover{background:#f1f5f9;background:var(--hover-bg)}.btn-danger{background:var(--danger-color);color:#fff}.btn-danger:hover{background:#dc2626}.btn-success{background:#64748b;background:var(--secondary-color);color:#fff}.btn-success:hover{background:#059669}.card{background:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 2px 8px var(--shadow-color);padding:20px;transition:all .3s ease}.card:hover{box-shadow:0 4px 12px var(--shadow-hover)}input,select,textarea{background:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;color:#1e293b;color:var(--text-color);font-family:Poppins,sans-serif;padding:8px 12px;transition:all .3s ease;width:100%}input:focus,select:focus,textarea:focus{border-color:#2563eb;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a;outline:none}label{color:#1e293b;color:var(--text-color);display:block;font-weight:500;margin-bottom:8px}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.p-4{padding:32px}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.grid{display:grid}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#e2e8f0;background:var(--border-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}}@media (max-width:480px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}}.header{background:#fff;box-shadow:0 2px 8px #0000001a;left:0;position:fixed;top:0;width:100%;z-index:1000}.nav-links a.active{border-bottom:2px solid #493ad1;color:#1945d7;font-weight:600}.top-bar-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.top-bar-left,.top-bar-right{align-items:center;display:flex;gap:1.5rem}.top-bar a{align-items:center;color:#fff;display:flex;gap:.5rem;transition:color .3s ease}.top-bar a:hover{color:var(--accent-color)}.top-bar span{align-items:center;display:flex;gap:.5rem}.main-header{background:#fff}.header-content{flex-wrap:wrap;justify-content:space-around;min-height:60px}.header-content,.logo{align-items:center;display:flex}.logo{color:var(--primary-color);font-size:1.5rem;font-weight:700;gap:.5rem;transition:transform .3s ease;white-space:nowrap}.logo:hover{transform:scale(1.05)}.logo svg{font-size:2rem}.search-bar{display:flex;flex:1 1;max-width:600px;min-width:200px;position:relative}.search-bar input{border:2px solid var(--border-color);border-radius:12px;margin-bottom:3px;transition:all .3s ease;width:100%}.search-bar input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.search-bar button{background:none;border-radius:8px;color:#1945d7;position:absolute;right:.7777rem;top:50%;transform:translateY(-50%);transition:all .3s ease}.search-bar button:hover{background:var(--primary-dark);transform:translateY(-50%) scale(1.05)}.header-actions{align-items:center;display:flex;flex-shrink:0;gap:1rem}.header-action{cursor:pointer;position:relative}.header-action a{align-items:center;background:var(--bg-light);border-radius:50%;color:var(--text-color);display:flex;font-size:1.25rem;height:2.5rem;justify-content:center;position:relative;transition:all .3s ease;width:2.5rem}.header-action a:hover{background:var(--primary-color);color:#fff}.header-action .badge{align-items:center;background:var(--error-color);border-radius:50%;color:#fff;display:flex;font-size:.625rem;font-weight:600;height:1.25rem;justify-content:center;position:absolute;right:-.25rem;top:-.25rem;width:1.25rem}.mobile-menu-toggle{background:none;color:var(--text-color);display:none;font-size:1.5rem;padding:.5rem}.main-nav{background:var(--bg-light);border-top:1px solid var(--border-color)}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:.75rem 0}.nav-links li a{color:var(--text-color);font-size:.9375rem;font-weight:500;padding-bottom:.25rem;position:relative;transition:color .3s ease}.nav-links li a:hover{color:var(--primary-color)}.nav-links li a:after{background:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links li a:hover:after{width:100%}@media (max-width:968px){.search-bar{max-width:400px}.nav-links{gap:1.5rem}}@media (max-width:768px){.top-bar-left span:last-child,.top-bar-right a:last-child{display:none}.search-bar{flex-basis:100%;max-width:100%;order:3}.mobile-menu-toggle{display:block}.main-nav{background:#fff;box-shadow:0 4px 6px #0000001a;left:0;max-height:0;overflow:hidden;position:absolute;top:100%;transition:max-height .3s ease;width:100%}.main-nav.mobile-open{max-height:500px}.nav-links{flex-direction:column;gap:0;padding:0}.nav-links li{border-bottom:1px solid var(--border-color)}.nav-links li a{display:block;padding:1rem}.nav-links li a:after{display:none}}@media (max-width:480px){.logo span{font-size:1.25rem}.logo svg{font-size:1.5rem}.header-action a{font-size:1.125rem;height:2.25rem;width:2.25rem}}.footer{background:var(--bg-dark);color:#94a3b8;margin-top:4rem}.footer-features{background:#fff;border-bottom:1px solid var(--border-color);margin-bottom:15px;padding:2rem 0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.feature-item{align-items:center;display:flex;gap:1rem}.feature-icon{color:var(--primary-color);flex-shrink:0;font-size:2.5rem}.feature-item h4{color:var(--text-color);font-size:1rem;font-weight:600;margin-bottom:.25rem}.feature-item p{color:var(--text-light);font-size:.875rem;margin:0}.footer-main{padding:2rem 0}.footer-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:2fr 1fr 1fr 1.5fr}.footer-column h3{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.footer-logo{align-items:center;color:var(--primary-color);display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.footer-logo svg{font-size:2rem}.footer-description{color:#94a3b8;line-height:1.8;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{align-items:center;background:#ffffff1a;border-radius:50%;color:#94a3b8;display:flex;font-size:1.25rem;height:2.5rem;justify-content:center;transition:all .3s ease;width:2.5rem}.social-links a:hover{background:var(--primary-color);color:#fff;transform:translateY(-3px)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#94a3b8;display:inline-block;transition:all .3s ease}.footer-links a:hover{color:var(--primary-color);transform:translateX(5px)}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.newsletter-form input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;font-size:.9375rem;padding:.875rem}.newsletter-form input::placeholder{color:#94a3b8}.newsletter-form input:focus{background:#ffffff14;border-color:var(--primary-color)}.newsletter-form button{width:100%}.footer-bottom{border-top:1px solid #ffffff1a;padding:1.5rem 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom p{color:#94a3b8;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#94a3b8;font-size:.9375rem;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--primary-color)}@media (max-width:968px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.features-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.feature-item{flex-direction:column;text-align:center}.footer-grid{gap:2rem}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{flex-direction:column;gap:.75rem}}@media (max-width:425px){.features-grid,.footer-grid{grid-template-columns:1fr}.footer-grid{gap:2rem}}.hero-slider{height:500px;margin-bottom:3rem;overflow:hidden;padding:0;position:relative}.hero-slide{height:100%;position:relative;width:100%}.hero-slide-image,.hero-slide-image:after{height:100%;left:0;position:absolute;top:0;width:100%}.hero-slide-image:after{background:linear-gradient(135deg,#000000b3,#0000004d);content:""}.hero-slide-image img{height:100%;object-fit:cover;width:100%}.hero-slide-content{align-items:center;color:#fff;display:flex;height:100%;position:relative;z-index:2}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:.5rem}.hero-subtitle,.hero-title{text-shadow:0 2px 4px #0000004d}.hero-subtitle{color:var(--accent-color);font-size:2rem;font-weight:600;margin-bottom:1rem}.hero-description{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;max-width:500px;text-shadow:0 1px 2px #0000004d}.hero-cta{font-size:1.125rem;padding:1rem 2.5rem}.hero-nav{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:var(--text-color);cursor:pointer;display:flex;font-size:1.25rem;height:3rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:3rem;z-index:3}.hero-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.hero-prev{left:2rem}.hero-next{right:2rem}.hero-dots{bottom:2rem;display:flex;gap:.75rem;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.hero-dot{background:#ffffff80;border:none;border-radius:50%;cursor:pointer;height:.75rem;transition:all .3s ease;width:.75rem}.hero-dot.active{background:#fff;border-radius:.375rem;width:2rem}@media (max-width:968px){.hero-slider{height:400px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1rem}}@media (max-width:768px){.hero-slider{border-radius:0;height:350px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:.9375rem}.hero-nav{font-size:1rem;height:2.5rem;width:2.5rem}.hero-prev{left:1rem}.hero-next{right:1rem}}@media (max-width:480px){.hero-slider{height:300px}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.875rem;margin-bottom:1.5rem}.hero-cta{font-size:1rem;padding:.75rem 1.5rem}}.category-card-link{color:inherit;text-decoration:none}.category-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:pointer;padding:2rem;text-align:center;transition:all .3s ease}.category-card:hover{box-shadow:0 8px 24px #0000001f}.category-icon{align-items:center;background:linear-gradient(135deg,var(--primary-color),var(--primary-light));border-radius:50%;color:#fff;display:flex;font-size:2rem;height:4rem;justify-content:center;margin:0 auto 1rem;transition:transform .3s ease;width:4rem}.category-card:hover .category-icon{transform:scale(1.1) rotate(5deg)}.category-name{color:var(--text-color);font-size:1rem;font-weight:600;margin:0}@media (max-width:480px){.category-card{padding:1.5rem 1rem}.category-icon{font-size:1.5rem;height:3rem;width:3rem}.category-name{font-size:.9375rem}}.product-card{background:#dadada;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 8px 24px #0000001f}.product-image-wrapper{background:var(--bg-light);overflow:hidden;padding-top:100%;position:relative}.product-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .3s ease;width:100%}.product-card:hover .product-image{transform:scale(1.1)}.product-badges{display:flex;flex-direction:column;gap:.5rem;left:1rem;position:absolute;top:1rem;z-index:2}.badge{border-radius:8px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.375rem .75rem;text-transform:uppercase}.badge-sale{background:var(--error-color);color:#fff}.badge-new{background:var(--success-color);color:#fff}.badge-bestseller{background:var(--warning-color);color:#fff}.product-quick-actions{display:flex;flex-direction:column;gap:.5rem;position:absolute;right:1rem;top:1rem;z-index:2}.quick-action-btn{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:var(--text-color);display:flex;font-size:1.125rem;height:2.5rem;justify-content:center;transition:all .3s ease;width:2.5rem}.quick-action-btn:hover{background:var(--primary-color);color:#fff;transform:scale(1.1)}.quick-action-btn.active{background:var(--error-color);color:#fff}.product-info{display:flex;flex:1 1;flex-direction:column;padding:1.25rem}.product-name{-webkit-box-orient:vertical;color:var(--text-color);display:-webkit-box;font-size:1rem;font-weight:600;line-height:1.4;min-height:2.8em;overflow:hidden}.product-rating{align-items:center;display:flex;gap:.5rem}.stars{display:flex;gap:.125rem}.star{color:#e2e8f0;font-size:.875rem}.star.filled{color:var(--warning-color)}.reviews-count{color:var(--text-light);font-size:.875rem}.product-description{-webkit-box-orient:vertical;color:var(--text-light);display:-webkit-box;flex:1 1;font-size:.7787rem;line-height:1.6;overflow:hidden}.product-footer{border-top:1px solid var(--border-color);margin-top:auto}.product-price{align-items:center;display:flex;gap:.75rem}.current-price{color:var(--primary-color);font-size:1.5rem;font-weight:700}.old-price{color:var(--text-light);font-size:1rem;text-decoration:line-through}.add-to-cart-btn{cursor:pointer;gap:.3rem}.add-to-cart-btn:hover{background:var(--primary-dark);box-shadow:0 4px 12px #2563eb4d;transform:translateY(-2px)}@media (max-width:480px){.product-card{background:#dadada;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.add-to-cart-btn{background:var(--primary-color);border:none;border-radius:12px;color:#fff;font-size:.5375rem;font-weight:600;gap:.2rem;padding:.4rem;width:100%}.product-info{padding:1rem}.product-name{font-size:.9375rem}.current-price{font-size:1.25rem}}@media (max-width:375px){.product-card{border-radius:8px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;flex-wrap:wrap;overflow:hidden;transition:all .3s ease}.product-info{padding:.8rem}.product-name{font-size:.7375rem}}.add-to-cart-btn{align-items:center;background:var(--primary-color);border:none;border-radius:12px;color:#fff;display:flex;font-size:.75rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem;transition:all .3s ease;width:100%}.containerxyz{max-width:100%;padding:0}.section-title{color:var(--text-color);font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.section-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.section-header .section-title{margin:0;text-align:left}.categories-section{padding:1.45rem}.categories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.featured-section{margin-bottom:4rem;padding:1.45rem}.promo-section{padding:1.45rem}.promo-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:2fr 1fr}.promo-card{align-items:flex-end;background-position:50%;background-size:cover;border-radius:12px;box-shadow:0 4px 16px #0000001a;color:#fff;display:flex;min-height:300px;overflow:hidden;padding:3rem;position:relative}.promo-card:before{background:linear-gradient(135deg,#2563ebe6,#1d4fd842);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.promo-large{background-image:url(/static/media/watch4.0007b6121b54b2ed5b0d.png)}.promo-small:nth-child(2){background-image:url(https://images.unsplash.com/photo-1445205170230-053b83016050?w=600)}.promo-small:nth-child(3){background-image:url(https://images.unsplash.com/photo-1556228578-0d85b1a4d571?w=600)}.promo-content{position:relative;z-index:2}.promo-label{background:var(--warning-color);border-radius:8px;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:1rem;padding:.375rem .875rem;text-transform:uppercase}.promo-card h3{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.promo-card p{font-size:1.125rem;margin-bottom:1.5rem;opacity:.95}@media (max-width:968px){.categories-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.promo-grid{grid-template-columns:1fr}}@media (max-width:768px){.section-title{font-size:1.5rem}.section-header{align-items:flex-start;flex-direction:column}.section-header .section-title{text-align:center;width:100%}.categories-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.promo-card{min-height:250px;padding:2rem}.promo-card h3{font-size:1.5rem}.promo-card p{font-size:1rem}}@media (max-width:320px){.home-page{padding:1rem 0}.categories-grid{grid-template-columns:repeat(2,1fr)}.products-grid{display:grid;grid-template-columns:1fr;grid-template-columns:repeat(2,1fr)}.promo-card{min-height:200px;padding:1.5rem}.promo-card h3{font-size:1.25rem}.promo-card p{font-size:.9375rem;margin-bottom:1rem}}.products-page{min-height:100vh;padding:2rem 0}.products-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:280px 1fr}.filters-sidebar{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:160px}.filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.filters-header h3{font-size:1.25rem;font-weight:600;margin:0}.close-filters{background:none;color:var(--text-color);display:none;font-size:1.5rem}.filter-group{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.filter-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-group h4{color:var(--text-color);font-size:1rem;font-weight:600;margin-bottom:1rem}.filter-options{display:flex;flex-direction:column;gap:.75rem}.filter-option{align-items:center;cursor:pointer;display:flex;gap:.75rem}.filter-option input[type=checkbox],.filter-option input[type=radio]{cursor:pointer;height:1.125rem;width:1.125rem}.filter-option span{color:var(--text-color);font-size:.9375rem}.price-inputs{align-items:center;display:flex;gap:.5rem}.price-inputs input{border:1px solid var(--border-color);border-radius:8px;flex:1 1;font-size:.9375rem;padding:.625rem}.products-content{flex:1 1}.products-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.products-header h1{color:var(--text-color);font-size:1.5rem;font-weight:600;margin:0}.products-controls{align-items:center;display:flex;gap:1rem}.filter-toggle{align-items:center;background:var(--primary-color);border-radius:8px;color:#fff;display:none;font-weight:500;gap:.5rem;padding:.625rem 1.25rem}.sort-select{background:#fff;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;font-size:.9375rem;padding:.625rem 1.25rem}.products-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.no-products{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center}.no-products h3{color:var(--text-color);font-size:1.5rem;margin-bottom:.5rem}.no-products p{color:var(--text-light)}@media (max-width:968px){.products-layout{gap:1.5rem;grid-template-columns:240px 1fr}.filters-sidebar{top:140px}}@media (max-width:768px){.products-layout{grid-template-columns:1fr}.filters-sidebar{height:100vh;left:-100%;overflow-y:auto;position:fixed;top:0;transition:left .3s ease;width:280px;z-index:1001}.filters-sidebar.show{left:0}.close-filters{display:block}.filter-toggle{display:flex}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:480px){.products-header{align-items:flex-start;flex-direction:column}.products-controls{flex-direction:column;width:100%}.filter-toggle,.sort-select{width:100%}.products-grid{grid-template-columns:1fr}}.product-details-page{background:var(--bg-secondary);min-height:calc(100vh - 80px);padding:40px 0}.breadcrumb{color:var(--text-secondary);font-size:.9rem;margin-bottom:32px}.breadcrumb a{color:var(--primary-color);text-decoration:none}.breadcrumb span{color:var(--text-muted)}.product-details-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:60px}.product-gallery .main-image{background:var(--card-bg);border-radius:12px;height:500px;margin-bottom:20px;overflow:hidden;position:relative;width:100%}.product-gallery .main-image img{height:100%;object-fit:cover;width:100%}.zoom-btn{background:#fff;border:none;border-radius:50%;bottom:16px;color:var(--primary-color);cursor:pointer;font-size:1.5rem;height:48px;position:absolute;right:16px;width:48px}.thumbnail-images{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}.thumbnail-images img{border:2px solid #0000;border-radius:8px;cursor:pointer;height:100px;object-fit:cover;transition:all .3s ease;width:100%}.thumbnail-images img.active,.thumbnail-images img:hover{border-color:var(--primary-color)}.product-information h1{color:var(--heading-color);font-size:2rem;margin-bottom:16px}.product-meta{gap:20px;margin-bottom:20px}.product-meta,.rating{align-items:center;display:flex}.rating{color:var(--text-secondary);gap:8px}.rating .star.filled{color:#fbbf24}.stock{border-radius:20px;font-size:.85rem;font-weight:500;padding:4px 12px}.stock.in-stock{background:var(--success-bg);color:var(--success-text)}.stock.out-of-stock{background:var(--error-bg);color:var(--error-text)}.price-section{margin-bottom:24px}.price{color:var(--primary-color);font-size:2.5rem;font-weight:700}.product-description{color:var(--text-secondary);line-height:1.2}.color-selector,.size-selector{margin-bottom:24px}.color-selector label,.quantity-selector label,.size-selector label{color:var(--text-color);display:block;font-weight:600;margin-bottom:12px}.size-options{display:flex;gap:12px}.size-options button{background:#0000;border:2px solid var(--border-color);border-radius:8px;color:var(--text-color);cursor:pointer;padding:10px 20px;transition:all .3s ease}.size-options button.active,.size-options button:hover{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.color-options{display:flex;gap:12px}.color-options button{border:3px solid #0000;border-radius:50%;cursor:pointer;height:40px;transition:all .3s ease;width:40px}.color-options button.active{border-color:var(--primary-color);transform:scale(1.1)}.quantity-selector{margin-bottom:32px}.quantity-controls{align-items:center;display:flex;gap:12px}.quantity-controls button{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-color);cursor:pointer;font-size:1.25rem;height:40px;width:40px}.quantity-controls input{padding:10px;text-align:center;width:80px}.action-buttons{display:flex;gap:16px;margin-bottom:24px}.action-buttons .btn{flex:1 1;font-size:1rem;gap:8px;padding:16px}.action-buttons .btn,.btn-icon.wishlist{align-items:center;display:flex;justify-content:center}.btn-icon.wishlist{background:#0000;border:2px solid var(--border-color);border-radius:12px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:56px;width:56px}.btn-icon.wishlist.active{background:var(--danger-color);border-color:var(--danger-color);color:#fff}.success-message{background:var(--success-bg);color:var(--success-text);font-weight:600;padding:12px 24px}.product-tabs{background:var(--card-bg);border-radius:12px;margin-bottom:60px;padding:32px}.tab-headers{border-bottom:2px solid var(--border-color);display:flex;gap:32px;margin-bottom:32px}.tab-headers button{background:#0000;border:none;color:var(--text-secondary);cursor:pointer;font-size:1.1rem;font-weight:600;padding:16px 0;position:relative;transition:color .3s ease}.tab-headers button.active{color:var(--primary-color)}.tab-headers button.active:after{background:var(--primary-color);bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0}.tab-pane{color:var(--text-secondary);line-height:1.8}.specifications-table{width:100%}.specifications-table tr{border-bottom:1px solid var(--border-color)}.specifications-table td{padding:16px 0}.spec-label{color:var(--text-color);font-weight:600;width:200px}.spec-value{color:var(--text-secondary)}.reviews-summary{padding:40px;text-align:center}.rating-score{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:16px}.rating-score .score{color:var(--primary-color);font-size:3rem;font-weight:700}.rating-score .star{color:#fbbf24;font-size:2rem}.related-products h2{color:var(--heading-color);font-size:1.75rem;margin-bottom:32px}.related-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.zoom-modal{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:40px;position:fixed;right:0;top:0;z-index:10000}.zoom-modal img{max-height:90%;max-width:90%;object-fit:contain}.close-zoom{background:#fff;border:none;border-radius:50%;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:48px;position:absolute;right:20px;top:20px;width:48px}@media (max-width:968px){.product-details-content{gap:40px;grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.related-grid{grid-template-columns:repeat(2,1fr)}.action-buttons{flex-direction:column}}@media (max-width:480px){.product-information h1{font-size:1.5rem}.price{font-size:2rem}.related-grid{grid-template-columns:1fr}.tab-headers{gap:16px}.tab-headers button{font-size:.95rem}}.cart-page{min-height:80vh;padding:2rem 0}.page-title{color:var(--text-color);font-size:2rem;font-weight:700;margin-bottom:2rem}.cart-layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 400px}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{grid-gap:1.5rem;align-items:center;background:#dadada;border-radius:12px;box-shadow:0 2px 8px #00000014;display:grid;gap:1.5rem;grid-template-columns:100px 1fr auto auto auto;padding:1.5rem}.cart-item-image{border-radius:8px;height:100px;object-fit:cover;width:100px}.cart-item-details h3{color:var(--text-color);font-size:1rem;font-weight:600;margin-bottom:.5rem}.cart-item-price{color:var(--text-light);font-size:.9375rem}.cart-item-quantity{align-items:center;background:var(--bg-light);border-radius:8px;display:flex;gap:.75rem;padding:.5rem}.cart-item-quantity button{align-items:center;background:#fff;border:1px solid var(--border-color);border-radius:6px;cursor:pointer;display:flex;height:2rem;justify-content:center;transition:all .3s ease;width:2rem}.cart-item-quantity button:hover{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.cart-item-quantity span{font-weight:600;min-width:2rem;text-align:center}.cart-item-total{color:var(--primary-color);font-size:1.25rem;font-weight:700}.cart-item-remove{background:none;color:var(--error-color);font-size:1.25rem;transition:transform .3s ease}.cart-item-remove:hover{transform:scale(1.2)}.cart-summary{background:#dadada;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem;position:-webkit-sticky;position:sticky;top:160px}.cart-summary h3{color:var(--text-color);font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.summary-row{margin-bottom:1rem}.summary-row span:last-child{color:var(--text-color)}.summary-divider{margin:1.5rem 0}.summary-total{font-size:1.25rem;margin-bottom:1.5rem}.checkout-btn{margin-bottom:1rem;width:100%}.continue-shopping{color:var(--primary-color);display:block;font-weight:500;padding:.75rem;text-align:center;transition:color .3s ease}.continue-shopping:hover{color:var(--primary-dark)}.empty-cart{align-items:center;display:flex;justify-content:center;min-height:60vh}.empty-cart .container{text-align:center}.empty-icon{font-size:5rem;margin-bottom:1.5rem}.empty-cart h2{color:var(--text-color);font-size:1.75rem;margin-bottom:.5rem}.empty-cart p{color:var(--text-light);margin-bottom:2rem}@media (max-width:968px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{gap:1rem;grid-template-columns:80px 1fr}.cart-item-image{grid-row:1/3}.cart-item-details,.cart-item-quantity,.cart-item-remove,.cart-item-total{grid-column:2/3}}@media (max-width:480px){.page-title{font-size:1.5rem}.cart-item{padding:1rem}}.payment-options-overlay{align-items:center;background:#fff;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.payment-options-modal{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.payment-modal-header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:24px 32px}.payment-modal-header h2{color:var(--heading-color);font-size:1.5rem;margin:0}.close-modal-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--text-muted);cursor:pointer;display:flex;font-size:2rem;height:36px;justify-content:center;transition:all .3s ease;width:36px}.close-modal-btn:hover{background:var(--bg-tertiary);color:var(--text-color)}.payment-methods{display:flex;flex-direction:column;gap:16px;padding:32px}.payment-method-card{align-items:center;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:12px;cursor:pointer;display:flex;gap:16px;padding:20px;transition:all .3s ease}.payment-method-card:hover{background:var(--card-bg);border-color:var(--primary-color);box-shadow:0 4px 12px var(--shadow-color)}.payment-method-card.selected{background:var(--info-bg);border-color:var(--primary-color);box-shadow:0 4px 12px #2563eb33}.payment-method-icon{align-items:center;background:var(--primary-color);border-radius:12px;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.payment-method-content{flex:1 1}.payment-method-content h3{color:var(--heading-color);font-size:1.1rem;margin:0 0 4px}.payment-method-content p{color:var(--text-secondary);font-size:.9rem;margin:0}.payment-method-radio input[type=radio]{accent-color:var(--primary-color);cursor:pointer;height:20px;width:20px}.bank-transfer-details{overflow:hidden;padding:0 32px 32px}.bank-info-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:24px}.bank-info-card h4{border-bottom:1px solid var(--border-color);color:var(--heading-color);font-size:1.15rem;margin:0 0 20px;padding-bottom:16px}.bank-info-row{align-items:center;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;padding:12px 0}.bank-info-row:last-of-type{border-bottom:none}.bank-label{color:var(--text-secondary);font-size:.95rem;font-weight:500}.bank-value{color:var(--text-color);font-size:1rem;font-weight:600}.bank-value-copy{gap:8px}.bank-value-copy,.copy-btn{align-items:center;display:flex}.copy-btn{background:var(--primary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;height:32px;justify-content:center;transition:all .3s ease;width:32px}.copy-btn:hover{background:var(--primary-hover);transform:scale(1.05)}.amount-row{border-top:2px solid var(--border-color);margin-top:12px;padding-top:16px}.amount-row .bank-value{color:var(--primary-color);font-size:1.25rem}.bank-transfer-note{background:var(--warning-bg);border-left:4px solid var(--accent-color);border-radius:8px;margin-top:20px;padding:16px}.bank-transfer-note p{font-size:.9rem;line-height:1.6;margin:0}.bank-transfer-note p,.bank-transfer-note strong{color:var(--warning-text)}.proceed-payment-btn{font-size:1rem;font-weight:600;margin:24px 32px 32px;padding:16px;width:calc(100% - 64px)}.proceed-payment-btn.disabled{cursor:not-allowed;opacity:.5}@media (max-width:968px){.cart-content{grid-template-columns:1fr}.cart-summary{position:relative;top:0}.cart-item{gap:16px;grid-template-columns:100px 1fr auto}.cart-item-image{height:100px;width:100px}.cart-item-price,.cart-item-quantity,.cart-item-total{grid-column:2/-1}.cart-item-price{text-align:left}.cart-item-total{text-align:right}.cart-item-remove{position:absolute;right:16px;top:16px}}@media (max-width:768px){.cart-page{padding:24px 0}.cart-header{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:24px}.cart-header h1{font-size:1.5rem}.cart-summary{padding:24px}.payment-options-modal{max-height:95vh}.payment-modal-header{padding:20px 24px}.payment-methods{padding:24px}.bank-transfer-details{padding:0 24px 24px}.proceed-payment-btn{margin:20px 24px 24px;width:calc(100% - 48px)}}@media (max-width:480px){.cart-item{grid-template-columns:80px 1fr;padding:16px}.cart-item-image{height:80px;width:80px}.cart-item-details h3{font-size:.95rem}.cart-item-price .price{font-size:1.1rem}.cart-item-quantity{padding:6px}.quantity-btn{height:28px;width:28px}.cart-item-quantity input{font-size:.9rem;width:40px}.total-price{font-size:1.15rem}.cart-summary h2{font-size:1.25rem}.summary-row{font-size:.9rem}.payment-method-card{padding:16px}.payment-method-icon{font-size:1.25rem;height:44px;width:44px}.payment-method-content h3{font-size:1rem}.payment-method-content p{font-size:.85rem}.bank-info-card{padding:20px}.bank-info-row{align-items:flex-start;flex-direction:column;gap:6px}.bank-value-copy{justify-content:space-between;width:100%}}.checkout-page{min-height:80vh;padding:2rem 0}.checkout-layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 400px}.checkout-form{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2rem}.form-section{margin-bottom:2rem}.form-section h3{align-items:center;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.checkout-form input{border:1px solid var(--border-color);border-radius:8px;font-size:.9375rem;margin-bottom:1rem;padding:.875rem;width:100%}.checkout-form input:focus{border-color:var(--primary-color)}.submit-btn{font-size:1.125rem;width:100%}.order-summary{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem;position:-webkit-sticky;position:sticky;top:160px}.order-summary h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.summary-items{margin-bottom:1.5rem;max-height:400px;overflow-y:auto}.summary-item{grid-gap:1rem;align-items:center;border-bottom:1px solid var(--border-color);display:grid;gap:1rem;grid-template-columns:60px 1fr auto;margin-bottom:1rem;padding-bottom:1rem}.summary-item img{border-radius:8px;height:60px;object-fit:cover;width:60px}.summary-item p{font-size:.875rem;font-weight:500;margin-bottom:.25rem}.summary-item span{color:var(--text-light);font-size:.8125rem}.item-price{color:var(--primary-color);font-weight:600}.summary-totals{margin-top:1.5rem}.summary-row{display:flex;font-size:.9375rem;justify-content:space-between;margin-bottom:.75rem}.summary-row span:first-child{color:var(--text-light)}.summary-row span:last-child{font-weight:600}.summary-divider{background:var(--border-color);height:1px;margin:1rem 0}.summary-total{font-size:1.125rem;margin-top:1rem}.summary-total span{color:var(--primary-color);font-weight:700}@media (max-width:968px){.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}}@media (max-width:480px){.form-grid{grid-template-columns:1fr}}.account-page{min-height:80vh;padding:2rem 0}.account-tabs{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.account-tabs button{align-items:center;background:#fff;border:2px solid var(--border-color);border-radius:12px;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.875rem 1.5rem;transition:all .3s ease}.account-tabs button:hover{border-color:var(--primary-color);color:var(--primary-color)}.account-tabs button.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.products-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.empty-state{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center}.empty-icon{color:var(--text-light);font-size:4rem;margin-bottom:1rem}.empty-state h3{color:var(--text-color);font-size:1.5rem;margin-bottom:.5rem}.empty-state p{color:var(--text-light)}.profile-section{grid-gap:2rem;display:grid;gap:2rem}.profile-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2rem}.profile-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.profile-form{display:flex;flex-direction:column;gap:1rem}.profile-form input{border:1px solid var(--border-color);border-radius:8px;font-size:.9375rem;padding:.875rem}.profile-form input:focus{border-color:var(--primary-color)}@media (max-width:768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.about-page{padding:2rem 0}.about-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.about-text h2{color:var(--text-color);font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.about-text p{color:var(--text-light);font-size:1rem;line-height:1.8;margin-bottom:1rem}.about-image img{border-radius:12px;box-shadow:0 8px 24px #0000001f;width:100%}.features-section{text-align:center}.features-section h2{color:var(--text-color);font-size:2rem;font-weight:700;margin-bottom:3rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:#dadada;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2rem;transition:transform .3s ease}.feature-card:hover{transform:translateY(-8px)}.feature-icon{align-items:center;background:linear-gradient(135deg,var(--primary-color),var(--primary-light));border-radius:50%;color:#fff;display:flex;font-size:2rem;height:4rem;justify-content:center;margin:0 auto 1rem;width:4rem}.feature-card h3{color:var(--text-color);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:var(--text-light);font-size:.9375rem}@media (max-width:768px){.about-content,.features-grid{grid-template-columns:1fr}}.contact-page{min-height:80vh;padding:2rem 0}.contact-layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:2rem}.contact-info h2{color:var(--text-color);font-size:1.75rem;font-weight:700;margin-bottom:1rem}.contact-info p{color:var(--text-light);line-height:1.8;margin-bottom:2rem}.info-items{display:flex;flex-direction:column;gap:1.5rem}.info-item{align-items:center;background:#dadada;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;gap:1rem;padding:1.5rem}.info-item svg{color:var(--primary-color);flex-shrink:0;font-size:2rem}.info-item h4{color:var(--text-color);font-size:1rem;font-weight:600;margin-bottom:.25rem}.info-item a{color:var(--text-light);font-size:.9375rem;margin:0}.contact-form-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2rem}.success-message{background:var(--success-color);border-radius:8px;color:#fff;font-weight:500;margin-bottom:1.5rem;padding:1rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{border:1px solid var(--border-color);border-radius:8px;font-family:inherit;font-size:.9375rem;padding:.875rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary-color)}.contact-form textarea{resize:vertical}.contact-form button{width:100%}@media (max-width:768px){.contact-layout{grid-template-columns:1fr}}.faq-page{min-height:80vh;padding:2rem 0}.faq-list{margin:0 auto;max-width:800px}.faq-item{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 16px #0000001f}.faq-question{align-items:center;background:none;border:none;color:var(--text-color);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:1rem;justify-content:space-between;padding:1.5rem;text-align:left;width:100%}.faq-question svg{color:var(--primary-color);flex-shrink:0;font-size:1rem;transition:transform .3s ease}.faq-question svg.rotate{transform:rotate(180deg)}.faq-answer{color:var(--text-light);line-height:1.8;overflow:hidden;padding:0 1.5rem 1.5rem}.faq-answer p{margin:0}@media (max-width:768px){.faq-question{font-size:.9375rem;padding:1.25rem}.faq-answer{padding:0 1.25rem 1.25rem}}.Bg-toggler{align-items:center;border-radius:50%;bottom:3%;display:flex;flex-direction:column;font-size:1.2rem;height:2.8rem;justify-content:center;position:fixed;right:3%;transition:var(--transition);width:2.8rem;z-index:100}.Bg-toggler,.Bg-toggler p{background:#31c63b;color:#f0f8ff}.Bg-toggler p{font-size:9px}.Bg-togglerxx{color:#fff}.Bg-toggler:hover{background:#31c63b;color:#eaedea}.Bg-toggler p:hover{display:flex}.loading-screen{align-items:center;background-color:var(--primary-light);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loader{animation:fadeIn .5s ease;text-align:center}.loader-icon{animation:bounce 1s infinite;font-size:4rem;margin-bottom:var(--spacing-md)}.loader-text{color:var(--color-primary);font-family:var(--font-primary);font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);letter-spacing:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:100px}@media (max-width:768px){.main-content{padding-top:100px}}
/*# sourceMappingURL=main.a9c1d65b.css.map*/