@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap);:root{--text-primary:#212529;--bg-primary:#fff;--primary-color:#007bff;--card-bg:#fff;--border-color:#dee2e6;--shadow-md:0 4px 6px #0000001a}canvas,img{-ms-interpolation-mode:bicubic;image-rendering:high-quality}.icon-crisp,.pixel-art{image-rendering:pixelated}@supports not (image-rendering:pixelated){.icon-crisp,.pixel-art{image-rendering:crisp-edges}}body{background:#fff;background:var(--bg-primary);color:#212529;color:var(--text-primary);font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh;padding-top:0}main{flex:1 1;margin:0;max-width:100%;padding:0;width:100%}.header-theme-selector{margin-left:.5rem;margin-right:.5rem}.header-theme-selector .theme-selector__toggle{background:#0000;border:1px solid #dee2e6;border:1px solid var(--border-color);border-radius:50%;color:#212529;color:var(--text-primary);height:2.5rem;justify-content:center;min-width:auto;padding:0;transition:all .3s ease;width:2.5rem}.header-theme-selector .theme-selector__toggle:hover{background:var(--card-bg-hover);border-color:#007bff;border-color:var(--primary-color);transform:translateY(-1px)}.header-theme-selector .theme-selector__dropdown{left:auto;min-width:250px;right:0}@media (max-width:768px){.header-theme-selector .theme-selector__toggle{font-size:.875rem;height:2rem;width:2rem}.header-theme-selector .theme-selector__dropdown{left:50%;max-width:280px;position:fixed;right:auto;top:50%;transform:translate(-50%,-50%);width:90vw}}.marquee-banner{cursor:default;display:block;max-height:80px;min-height:40px;overflow:hidden;position:relative;white-space:nowrap;width:100%}.marquee-banner.pause-on-hover:hover .marquee-content{animation-play-state:paused}.marquee-content{align-items:center;display:inline-flex;white-space:nowrap;width:-webkit-max-content;width:max-content}.marquee-content span{display:inline-block;line-height:1.2;padding:0 20px;white-space:nowrap}.marquee-left{animation:marquee-scroll-left linear infinite;will-change:transform}.marquee-right{animation:marquee-scroll-right linear infinite}@keyframes marquee-scroll-left{0%{transform:translateX(100vw)}to{transform:translateX(calc(-100% - 100vw))}}@keyframes marquee-scroll-right{0%{transform:translateX(calc(-100% - 100vw))}200%{transform:translateX(100vw)}}.header .container{align-items:center;display:flex;flex:1 1;padding:0}.header-content{margin:0 auto;max-width:1600px;padding:0 24px;width:100%}.logo{font-size:1.8rem;font-weight:700;letter-spacing:1px;text-decoration:none}.logo-container{align-items:center;display:flex;gap:10px;margin-right:20px}.site-logo{height:auto;max-height:150px;max-width:500px;object-fit:contain;width:auto}.nav{align-items:center;display:flex;gap:1.5rem}.nav a{text-decoration:none;transition:opacity .2s}.nav a:hover{opacity:.8}.nav-logout-btn{background:none;border:none;cursor:pointer;font-family:inherit;transition:opacity .2s}.nav-logout-btn:hover{opacity:.8}.hero-modern{background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;min-height:500px;padding:80px 0}.hero-content,.hero-modern{align-items:center;display:flex}.hero-content{justify-content:space-between;margin:0 auto;max-width:1600px;padding:0 24px;width:100%}.hero-text{flex:1 1;max-width:500px}.hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-text p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-logo{align-items:center;display:flex;flex:1 1;justify-content:center;padding:40px}.featured-products{background:#f8f9fa;padding:80px 0}.featured-products h2{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.products-grid-featured{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1600px;padding:0 24px}.product-card-featured{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card-featured:hover{box-shadow:0 8px 32px #00000026;transform:translateY(-8px)}.product-image-placeholder{background:linear-gradient(135deg,#a8c8ec,#7fb3d3);border-radius:12px 12px 0 0;height:200px;width:100%}.product-card-featured h3{color:#2c3e50;font-size:1.3rem;font-weight:600;margin:1.5rem 1.5rem .5rem}.product-card-featured p{color:#666;margin:0 1.5rem 1.5rem}.about-blog-section{background:#2c3e50;color:#fff;padding:80px 0}.about-blog-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:0 24px}.about-section h2,.blog-section h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.about-section p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.blog-post-preview{align-items:flex-start;display:flex;gap:1rem}.blog-image-small{background:linear-gradient(135deg,#a8c8ec,#7fb3d3);border-radius:6px;flex-shrink:0;height:80px;width:80px}.blog-content h4{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.blog-date{color:#a8c8ec;display:block;font-size:.9rem;margin-bottom:.5rem}.blog-posts-section{background:#f8f9fa;padding:80px 0}.blog-posts-section h2{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.blog-posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1400px;padding:0 24px}.blog-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;overflow:hidden;transition:transform .3s}.blog-card:hover{transform:translateY(-4px)}.blog-image-placeholder{background:linear-gradient(135deg,#a8c8ec,#7fb3d3);height:200px;width:100%}.blog-card h3{color:#2c3e50;font-size:1.3rem;font-weight:600;margin:1.5rem 1.5rem .5rem}.blog-card .blog-date{color:#666;margin:0 1.5rem 1.5rem}.blog-card-text{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;padding:2rem}.blog-card-text h3{color:#2c3e50;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.blog-card-text p{color:#666;margin-bottom:1.5rem}.btn{background:#2c3e50;border-radius:8px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .2s}.btn:hover{background:#34495e;transform:translateY(-2px)}.btn-hero{background:#2c3e50;border-radius:10px;font-size:1.1rem;padding:16px 32px}.btn-small{font-size:.9rem;padding:8px 16px}.btn-outline{background:#0000;border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:#2c3e50}.footer{background:#2c3e50;color:#fff;margin-top:auto;padding:2rem 0;text-align:center}.footer-content{display:flex;flex-direction:column;gap:3rem;margin-bottom:1.5rem}.footer-section{min-width:180px}.footer-section h3,.footer-section h4{font-weight:700;margin-bottom:.7rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#a8c8ec;text-decoration:none;transition:color .2s}.footer-section ul li a:hover{color:#fff;text-decoration:underline}.footer-bottom{border-top:1px solid #34495e;color:#bbb;font-size:.95rem;margin-top:1.2rem;padding-top:1rem}.footer-social-icons{display:flex;gap:1rem;margin-top:1rem}.footer-social-icons a{align-items:center;background-color:#ffffff1a;border-radius:50%;color:inherit;display:inline-flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.footer-social-icons a:hover{background-color:#fff3;transform:translateY(-2px)}.footer-social-icons a svg{fill:currentColor;height:20px;width:20px}.footer-social-icons a[href*=instagram]:hover{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);color:#fff}.footer-social-icons a[href*=facebook]:hover{background-color:#1877f2;color:#fff}.footer-social-icons a[href*="x.com"]:hover,.footer-social-icons a[href*=twitter]:hover{background-color:#000;color:#fff}.footer-social-icons a[href*=youtube]:hover{background-color:red;color:#fff}.footer-social-icons a[href*=linkedin]:hover{background-color:#0077b5;color:#fff}.footer-social-section{text-align:center}.footer-social-section .footer-section{margin-bottom:2rem}.footer-links-section,.footer-social-section .footer-social-icons{justify-content:center}.footer-links-section{display:flex;flex-wrap:wrap;gap:4rem}.footer-newsletter-section{text-align:center}.footer-newsletter-section .footer-section{margin:0 auto;max-width:500px}@media (max-width:768px){.footer-links-section{flex-direction:column;gap:2rem;text-align:center}.footer-content{gap:2rem}.footer-social-section .footer-section{margin-bottom:1.5rem}}.container,.products-container{max-width:1400px;padding:0 24px}.products-container{margin:0 auto}.category-section{padding:4rem 0}.category-grid{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;justify-content:center;justify-items:center;margin:0 auto;max-width:1400px;padding:0 24px}.homepage-products-section .products-grid,.homepage-products2-section .products-grid{margin:0 auto!important;max-width:1400px!important;padding:0 24px!important}.products-page .container .products-grid{max-width:none;padding:0}@media (max-width:900px){.hero-content{flex-direction:column;gap:2rem;text-align:center}.hero-text h1{font-size:2.5rem}.pebdeq-logo-image{height:336px;width:280px}.about-blog-grid{gap:3rem;grid-template-columns:1fr}.nav{flex-wrap:wrap;gap:1rem}.header{padding:0}.header-content{padding:0 16px}.marquee-banner{max-height:70px;min-height:35px}.marquee-content span{padding:0 15px}}@media (max-width:600px){.hero-modern{padding:40px 0}.hero-text h1{font-size:2rem}.pebdeq-logo-image{height:264px;width:220px}.blog-posts-section h2,.featured-products h2{font-size:2rem}.header{min-height:45px;padding:0}.header-content{padding:0 12px}.marquee-banner{font-size:12px;max-height:60px;min-height:30px}.marquee-content span{padding:0 10px}.nav{gap:.8rem}.nav a{font-size:.9rem}.logo{font-size:1.5rem}.site-logo{max-height:80px;max-width:300px}}.fade-in{animation:fadeIn .7s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.pebdeq-logo-image{filter:drop-shadow(0 8px 24px rgba(0,0,0,.3));height:420px;object-fit:contain;transition:transform .3s ease,filter .3s ease;width:350px}.pebdeq-logo-image:hover{filter:drop-shadow(0 12px 32px rgba(0,0,0,.4));transform:scale(1.05)}.products{min-height:100vh;padding:2rem 0}.products-header{margin-bottom:3rem;text-align:center}.products-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.products-header p{color:#7f8c8d;font-size:1.1rem}.products-controls{background:#f8f9fa;border-radius:10px;margin-bottom:3rem;padding:2rem}.search-section{display:flex;gap:1rem;margin-bottom:2rem}.search-input{border:1px solid #ddd;border-radius:5px;flex:1 1;font-size:1rem;padding:.75rem}.search-btn{background:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s}.search-btn:hover{background:#2980b9}.filter-section{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.category-filters{display:flex;flex-wrap:wrap;gap:.5rem}.filter-btn{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:.5rem 1rem;transition:all .3s}.filter-btn.active,.filter-btn:hover{background:#3498db;border-color:#3498db;color:#fff}.sort-select{background:#fff;border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.5rem 1rem}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);grid-template-columns:repeat(var(--products-per-row,4),1fr);justify-content:center;margin:0 auto 3rem;max-width:1400px;padding:0 24px}.container .products-grid{max-width:100%;padding:0}.products-grid[style*="--products-per-row: 6"]{gap:.75rem}.products-grid[style*="--products-per-row: 5"]{gap:1rem}.products-grid[style*="--products-per-row: 4"]{gap:1.5rem}.products-grid[style*="--products-per-row: 3"]{gap:2rem}.products-grid[style*="--products-per-row: 2"]{gap:2.5rem}.products-grid[style*="--products-per-row: 1"]{gap:3rem}.product-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.product-image{align-items:center;background:#f8f9fa;display:flex;height:250px;height:var(--image-size,250px);justify-content:center;overflow:hidden;position:relative}.product-image img{aspect-ratio:1/1;height:100%!important;max-width:100%!important;object-fit:contain!important;padding:10px!important;width:auto!important}.no-image{color:#bdc3c7}.featured-badge{background:#e74c3c;border-radius:15px;color:#fff;font-size:.8rem;font-weight:700;padding:.25rem .5rem;position:absolute;right:10px;top:10px}.product-info{padding:1.5rem}.product-info h3{color:#2c3e50;font-size:1.2rem;margin-bottom:.5rem}.product-category{color:#7f8c8d;font-size:.9rem}.product-category,.product-price{margin-bottom:1rem}.current-price{color:#27ae60;font-size:1.5rem;font-weight:700}.original-price{color:#7f8c8d;margin-left:.5rem}.product-stock{margin-bottom:1rem}.in-stock{color:#27ae60;font-size:.9rem}.out-of-stock{color:#e74c3c;font-size:.9rem}.product-actions{display:flex;gap:.5rem}.product-actions .btn{border:none;border-radius:5px;cursor:pointer;flex:1 1;font-size:.9rem;padding:.75rem;transition:background .3s}.btn-primary{background:#007bff;background:var(--primary-color)}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:#95a5a6}.btn-secondary:hover{background:#7f8c8d}.btn-secondary:disabled{background:#bdc3c7;cursor:not-allowed}.pagination{gap:.5rem;margin:2rem 0}.pagination-btn{background:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;padding:.5rem 1rem;transition:all .3s}.pagination-btn.active,.pagination-btn:hover{background:#3498db;border-color:#3498db;color:#fff}.results-info{color:#7f8c8d;margin-top:2rem;text-align:center}.error,.loading{padding:3rem;text-align:center}.error h2,.loading h2{color:#2c3e50;margin-bottom:1rem}.error p{color:#e74c3c;margin-bottom:1rem}.no-products{color:#7f8c8d;padding:3rem;text-align:center}.no-products h3{color:#2c3e50;margin-bottom:1rem}@media (max-width:1400px){.products-grid{gap:1.5rem;grid-template-columns:repeat(4,1fr);grid-template-columns:repeat(var(--products-per-row-tablet,4),1fr)}}@media (max-width:1200px){.products-grid{gap:1.5rem;grid-template-columns:repeat(4,1fr);grid-template-columns:repeat(var(--products-per-row-tablet,4),1fr)}}@media (max-width:900px){.products-grid{gap:1.5rem;grid-template-columns:repeat(3,1fr);grid-template-columns:repeat(var(--products-per-row-mobile,3),1fr)}}@media (max-width:700px){.products-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr);grid-template-columns:repeat(var(--products-per-row-small,2),1fr)}}@media (max-width:480px){.products-grid{gap:1rem;grid-template-columns:1fr}}@media (max-width:768px){.filter-section{align-items:stretch;flex-direction:column}.category-filters{justify-content:center}.product-actions,.search-section{flex-direction:column}}.admin-dashboard{background:var(--bg-secondary);min-height:100vh;padding:40px 0}.admin-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem;padding:0 2rem}.admin-header-left{text-align:left}.admin-header h1{color:#212529;color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.admin-header p{color:var(--text-secondary);font-size:1.1rem;margin:0}.admin-header-right{align-items:center;display:flex;position:relative;z-index:1000}.admin-theme-selector{margin-left:1rem}.admin-theme-selector .theme-selector__trigger{background:#fff;background:var(--card-bg);border:2px solid #dee2e6;border:2px solid var(--border-color);border-radius:12px;box-shadow:0 4px 12px #0000001a;font-size:.95rem;min-width:180px;padding:.75rem 1.25rem;transition:all .3s ease}.admin-theme-selector .theme-selector__trigger:hover{border-color:#007bff;border-color:var(--primary-color);box-shadow:0 6px 20px #007bff33;transform:translateY(-2px)}.admin-theme-selector .theme-selector__icon{font-size:1.4rem;margin-right:.5rem}.admin-theme-selector .theme-selector__label{color:#212529;color:var(--text-primary);font-weight:600}.admin-theme-selector .theme-selector__dropdown{background:#fff;background:var(--card-bg);border:2px solid #dee2e6;border:2px solid var(--border-color);border-radius:12px;box-shadow:0 10px 40px #00000026;max-height:400px;min-width:300px;overflow-x:hidden;overflow-y:auto;position:absolute;right:0;top:100%;z-index:9999!important}.admin-theme-selector .theme-selector__option{border-bottom:1px solid var(--border-light);padding:1rem 1.25rem}.admin-theme-selector .theme-selector__option:hover{background:var(--bg-secondary);transform:translateX(4px)}.admin-theme-selector .theme-selector__option--active{background:linear-gradient(135deg,#007bff,var(--primary-hover));background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));border-color:#007bff;border-color:var(--primary-color);color:#fff;font-weight:600}.admin-theme-selector .theme-selector__section-header{background:var(--bg-tertiary);color:var(--text-secondary);font-size:.85rem;font-weight:700;letter-spacing:.05em;padding:.75rem 1.25rem;text-transform:uppercase}@media (max-width:768px){.admin-theme-selector{margin-left:.5rem}.admin-theme-selector .theme-selector__trigger{font-size:.85rem;min-width:140px;padding:.5rem 1rem}.admin-theme-selector .theme-selector__icon{font-size:1.2rem;margin-right:.25rem}.admin-theme-selector .theme-selector__dropdown{left:auto;min-width:280px;right:0}}@media (max-width:480px){.admin-header{align-items:flex-start;flex-direction:column;gap:1rem}.admin-header-right{align-self:stretch;justify-content:center}.admin-theme-selector .theme-selector__trigger{justify-content:center;min-width:auto;width:100%}.admin-theme-selector .theme-selector__dropdown{left:0;min-width:auto;right:0}}.admin-nav{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:1400px;padding:1.5rem}.admin-nav button{background:#f8f9fa;border:2px solid #0000;border-radius:6px;color:#495057;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.5px;min-width:140px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.admin-nav button:hover{background:#e9ecef;border-color:#4a7c8c;box-shadow:0 4px 12px #4a7c8c33;transform:translateY(-2px)}.admin-nav button.active{background:#4a7c8c;border-color:#4a7c8c;box-shadow:0 4px 12px #4a7c8c4d;color:#fff}.admin-nav button.active:hover{background:#3a6b7a;border-color:#3a6b7a}.admin-tabs{background:#fff;border-radius:6px;box-shadow:0 2px 4px #0000001a;display:flex;gap:1rem;margin-bottom:2rem;padding:1rem}.admin-tabs button{background:#f8f9fa;border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.admin-tabs button:hover{background:#e9ecef}.admin-tabs button.active{background:#4a7c8c;color:#fff}.dashboard-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .2s}.stat-card:hover{transform:translateY(-2px)}.stat-card h3{color:#666;font-size:1rem;margin-bottom:.5rem}.stat-number{color:#4a7c8c;font-size:2.5rem;font-weight:700}.recent-activities{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.recent-activities h3{color:#2c3e50;margin-bottom:1.5rem}.table-container{overflow-x:auto}.admin-dashboard table{border-collapse:collapse;margin-bottom:1rem;width:100%}.admin-dashboard table td,.admin-dashboard table th{border-bottom:1px solid #e9ecef;padding:.75rem;text-align:left}.admin-dashboard table th{background:#f8f9fa;color:#495057;font-weight:600}.admin-dashboard table tr:hover{background:#f8f9fa}.status-badge{border-radius:4px;font-size:.875rem;font-weight:500;padding:.25rem .75rem;text-transform:capitalize}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.processing{background:#cce7ff;color:#06c}.status-badge.shipped{background:#d4edda;color:#155724}.status-badge.delivered{background:#d1ecf1;color:#0c5460}.status-badge.cancelled{background:#f8d7da;color:#721c24}.status-badge.paid{background:#d4edda;color:#155724}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.section-header h2{color:#2c3e50;margin:0}.messages-table,.orders-table,.products-table{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.badge{border-radius:4px;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.badge.featured{background:#28a745;background:var(--badge-featured-bg,#28a745);color:#fff;color:var(--badge-featured-text,#fff)}.badge.not-featured{background:#6c757d;color:#fff}.badge.active{background:#28a745;color:#fff}.badge.inactive{background:#dc3545;color:#fff}.badge.read{background:#28a745;color:#fff}.badge.unread{background:#dc3545;color:#fff}.btn-sm{font-size:.875rem;margin-right:.5rem;padding:.375rem .75rem}.btn-danger{background:#dc3545;border:none;color:#fff}.btn-danger:hover{background:#c82333}.add-product-form{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-top:2rem;padding:2rem}.add-product-form h3{color:#2c3e50;margin-bottom:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.form-group{margin-bottom:.4rem}.form-group label{color:#495057;display:block;font-size:.9rem;font-weight:500;margin-bottom:.2rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ced4da;border-radius:4px;font-size:.9rem;padding:.4rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4a7c8c;box-shadow:0 0 0 .2rem #4a7c8c40;outline:none}.form-group input[type=checkbox]{height:20px;margin-right:.5rem;transform:scale(1);width:20px}.admin-dashboard .form-group{margin-bottom:.3rem!important}.admin-dashboard .form-group label{font-size:.85rem;margin-bottom:.1rem!important}.admin-dashboard .form-group input,.admin-dashboard .form-group select,.admin-dashboard .form-group textarea,.admin-dashboard input,.admin-dashboard select,.admin-dashboard textarea{font-size:.85rem!important;line-height:1.2!important;padding:.3rem!important}.admin-dashboard table{font-size:.85rem!important}.admin-dashboard table td,.admin-dashboard table th{line-height:1.2!important;padding:.4rem!important}.admin-dashboard .btn{font-size:.8rem!important;line-height:1.2!important;padding:.3rem .6rem!important}.admin-dashboard .btn-sm{font-size:.75rem!important;padding:.2rem .4rem!important}.admin-dashboard h1,.admin-dashboard h2,.admin-dashboard h3,.admin-dashboard h4,.admin-dashboard h5,.admin-dashboard h6{margin-bottom:.5rem!important;margin-top:.5rem!important}.admin-dashboard .settings-navigation{height:auto!important}.admin-dashboard .menu-settings-header,.admin-dashboard .section-header,.admin-dashboard .settings-header,.admin-dashboard .settings-navigation{position:static!important;top:auto!important;z-index:auto!important}.admin-dashboard .dashboard-content h2,.admin-dashboard .dashboard-content h3,.admin-dashboard .recent-activities h3{background:#fff!important;background:var(--background-primary,#fff)!important;color:#212529!important;color:var(--text-primary,#000)!important;margin-bottom:1rem!important;padding:.5rem 0!important;position:relative!important;z-index:10!important}.admin-dashboard .table-container,.admin-dashboard table{position:relative!important;z-index:1!important}[data-theme=dark] .admin-dashboard .dashboard-content h2,[data-theme=dark] .admin-dashboard .dashboard-content h3,[data-theme=dark] .admin-dashboard .recent-activities h3{background:#2c2c2c!important;background:var(--background-secondary,#2c2c2c)!important;border-bottom:2px solid #007bff!important;border-bottom:2px solid var(--primary-color,#007bff)!important;border-radius:6px!important;box-shadow:0 2px 4px #0000004d!important;color:#fff!important;color:var(--text-light,#fff)!important;padding:.8rem 1rem!important}[data-theme=light] .admin-dashboard .dashboard-content h2,[data-theme=light] .admin-dashboard .dashboard-content h3,[data-theme=light] .admin-dashboard .recent-activities h3{background:#fff!important;background:var(--background-primary,#fff)!important;border-bottom:2px solid #007bff!important;border-bottom:2px solid var(--primary-color,#007bff)!important;border-radius:6px!important;box-shadow:0 1px 3px #0000001a!important;color:#212529!important;color:var(--text-primary,#2c3e50)!important;padding:.8rem 1rem!important}.admin-dashboard .admin-section{margin-bottom:1rem!important}.admin-dashboard .card{margin-bottom:.8rem!important}.loading-spinner{color:#666;font-size:1.2rem;padding:4rem;text-align:center}.dashboard-content{grid-gap:2rem;display:grid;gap:2rem}.messages-content,.orders-content,.products-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.messages-table tr.unread{background:#fff3cd}.messages-table tr.read{background:#d4edda}.orders-table select{border:1px solid #ced4da;border-radius:4px;font-size:.875rem;padding:.375rem .75rem}@media (max-width:768px){.admin-header{flex-direction:column;gap:1rem}.admin-header,.admin-header-left{text-align:center}.admin-header h1{font-size:2rem}.admin-header p{font-size:1rem}.admin-nav{gap:8px;padding:1rem}.admin-nav button{font-size:12px;min-width:120px;padding:10px 16px}.admin-tabs{flex-direction:column;gap:.5rem}.dashboard-stats,.form-row{grid-template-columns:1fr}.section-header{align-items:flex-start;flex-direction:column;gap:1rem}.admin-dashboard table{font-size:.875rem}.admin-dashboard table td,.admin-dashboard table th{padding:.5rem}}.login{align-items:center;background:#f8f9fa;display:flex;min-height:80vh;padding:40px 0}.login-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:400px;padding:2rem}.login-container h1{color:#2c3e50;margin-bottom:2rem;text-align:center}.login-form{gap:1rem}.login-form,.login-form .form-group{display:flex;flex-direction:column}.login-form .form-group label{color:#495057;font-weight:500;margin-bottom:.5rem}.login-form .form-group input{border:1px solid #ced4da;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s}.login-form .form-group input:focus{border-color:#4a7c8c;box-shadow:0 0 0 .2rem #4a7c8c40;outline:none}.login-form .form-group input[type=checkbox]{height:20px;margin-right:.5rem;transform:scale(1);width:20px}.login-form .btn{font-size:1rem;margin-top:1rem;padding:.75rem 1.5rem}.login-links{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:1rem;text-align:center}.login-links p{color:#666;margin:.5rem 0}.login-links a{color:#4a7c8c;font-weight:500;text-decoration:none}.login-links a:hover{text-decoration:underline}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-width:600px;padding:0;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h3{color:#2c3e50;margin:0}.modal-close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;width:30px}.modal-close:hover{background:#f8f9fa;border-radius:50%}.modal-content form{padding:1.5rem}.modal-actions{border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem}.categories-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.categories-table{margin-bottom:3rem}.categories-table table{background:#fff;border-collapse:collapse;border-radius:6px;box-shadow:0 2px 4px #0000001a;overflow:hidden;width:100%}.categories-table td,.categories-table th{border-bottom:1px solid #eee;padding:1rem;text-align:left}.categories-table th{background:#f8f9fa;color:#333;font-weight:600}.categories-table tr:hover{background:#f8f9fa}.categories-table button[disabled]{cursor:not-allowed;opacity:.5}.categories-table button[disabled]:hover{background:#dc3545}.add-category-form{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.add-category-form h3{color:#2c3e50;margin-bottom:1.5rem}.add-category-form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.add-category-form .form-group{margin-bottom:1rem}.add-category-form label{color:#495057;display:block;font-weight:500;margin-bottom:.5rem}.add-category-form input,.add-category-form textarea{border:1px solid #ced4da;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.add-category-form input:focus,.add-category-form textarea:focus{border-color:#4a7c8c;box-shadow:0 0 0 .2rem #4a7c8c40;outline:none}.add-category-form textarea{min-height:80px;resize:vertical}.add-category-form input[type=checkbox]{margin-right:.5rem;width:auto}.add-category-form button[type=submit]{background:#4a7c8c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s}.add-category-form button[type=submit]:hover{background:#3a6370}@media (max-width:768px){.add-category-form .form-row{grid-template-columns:1fr}.categories-table{overflow-x:auto}.categories-table td,.categories-table th{padding:.5rem}}.image-preview{align-items:center;display:flex;gap:1rem;margin:1rem 0}.image-preview img{border:2px solid #ddd}.image-preview-grid{grid-gap:8px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:grid;gap:8px;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,auto);height:200px;margin-top:.5rem;max-width:600px;padding:10px}.image-preview-item{align-items:center;display:flex;flex-direction:column;gap:2px;height:85px;justify-content:flex-start;width:100%}.image-preview-item img{border:2px solid #ddd;margin-bottom:0}.image-preview-item .image-actions{margin-top:0}.image-preview-item .btn{font-size:12px;margin:0;padding:4px 8px}.video-preview{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.video-preview video{border:2px solid #ddd}input[type=file]{background:#fff;border:1px solid #ced4da;border-radius:4px;margin-bottom:.5rem;padding:.5rem}input[type=file]:disabled{cursor:not-allowed;opacity:.6}.upload-info{color:#666;font-size:.875rem;margin-top:.25rem}@media (max-width:768px){.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.image-preview{align-items:flex-start;flex-direction:column}.video-preview video{max-width:200px;width:100%}}.variations-content{background:#f8f9fa;border-radius:6px;margin-top:20px;padding:20px}.variations-sections{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr;margin-top:20px}.variation-options-section,.variation-types-section{background:#fff;border-radius:6px;box-shadow:0 2px 4px #0000001a;padding:20px}.variation-options-section h3,.variation-types-section h3{color:#2c3e50;font-size:1.4rem;font-weight:600;margin-bottom:20px}.variation-options-table table,.variation-types-table table{border-collapse:collapse;margin-bottom:20px;width:100%}.variation-options-table td,.variation-options-table th,.variation-types-table td,.variation-types-table th{border-bottom:1px solid #e0e0e0;padding:12px;text-align:left}.variation-options-table th,.variation-types-table th{background:#f8f9fa;color:#2c3e50;font-weight:600}.variation-options-table tr:hover,.variation-types-table tr:hover{background:#f8f9fa}.add-variation-option-form,.add-variation-type-form{background:#f8f9fa;border-radius:6px;margin-top:20px;padding:20px}.add-variation-option-form h4,.add-variation-type-form h4{color:#2c3e50;font-size:1.2rem;margin-bottom:15px}.add-variation-option-form .form-row,.add-variation-type-form .form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:15px}.add-variation-option-form .form-group,.add-variation-type-form .form-group{display:flex;flex-direction:column}.add-variation-option-form label,.add-variation-type-form label{color:#2c3e50;font-weight:600;margin-bottom:5px}.add-variation-option-form input,.add-variation-option-form select,.add-variation-option-form textarea,.add-variation-type-form input,.add-variation-type-form select,.add-variation-type-form textarea{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:10px}.add-variation-option-form input:focus,.add-variation-option-form select:focus,.add-variation-option-form textarea:focus,.add-variation-type-form input:focus,.add-variation-type-form select:focus,.add-variation-type-form textarea:focus{border-color:#4a7c8c;box-shadow:0 0 0 2px #4a7c8c33;outline:none}.add-variation-option-form input[type=checkbox],.add-variation-type-form input[type=checkbox]{margin-right:8px;width:auto}.add-variation-option-form button[type=submit],.add-variation-type-form button[type=submit]{background:#4a7c8c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:background .2s}.add-variation-option-form button[type=submit]:hover,.add-variation-type-form button[type=submit]:hover{background:#3a6b7a}.variation-options-table td div[style*=backgroundColor]{border:1px solid #ccc;border-radius:50%;display:inline-block;height:20px;width:20px}@media (max-width:768px){.variations-sections{gap:20px}.add-variation-option-form .form-row,.add-variation-type-form .form-row,.variations-sections{grid-template-columns:1fr}.variation-options-table,.variation-types-table{overflow-x:auto}.variation-options-table table,.variation-types-table table{min-width:600px}}.variation-setup{background:#f8f9fa;border:2px solid #e9ecef;border-radius:6px;margin:20px 0;padding:20px}.variation-setup h4{color:#2c3e50;font-size:1.2rem;margin-bottom:15px}.variation-setup h5{color:#2c3e50;font-size:1rem;margin-bottom:10px}.variation-options-setup{margin-top:20px}.variation-options-setup p{margin-bottom:15px}.variation-option-item{gap:10px;margin-bottom:10px}.variation-option-item input{border:1px solid #ddd;padding:8px}.variation-option-item .btn{font-size:.9rem;padding:6px 12px}.variation-products{background:#fff;border-radius:6px;box-shadow:0 2px 4px #0000001a;padding:20px}.no-variation-products{color:#6c757d;padding:40px;text-align:center}.variation-products-table table{border-collapse:collapse;width:100%}.variation-products-table td,.variation-products-table th{border-bottom:1px solid #e0e0e0;padding:12px;text-align:left}.variation-products-table th{background:#f8f9fa;color:#2c3e50;font-weight:600}.product-info strong{color:#2c3e50}.product-info small{color:#6c757d}.variation-type-badge{background:#e9ecef;border-radius:12px;color:#495057;font-size:.9rem;font-weight:500;padding:4px 8px}.variation-options-preview{display:flex;flex-wrap:wrap;gap:5px}.option-tag{background:#007bff;border-radius:6px;color:#fff;font-size:.8rem;padding:2px 6px}.text-muted{color:#6c757d;font-style:italic}.large-modal .modal-content{max-width:800px;width:90%}.variation-management{padding:20px}.variation-options-management{margin-top:20px}.variation-option-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin-bottom:15px;padding:15px}.option-header h5{color:#2c3e50;font-size:1.1rem;margin-bottom:15px}.option-details .form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:15px}.option-details .form-group{display:flex;flex-direction:column}.option-details label{color:#2c3e50;font-weight:600;margin-bottom:5px}.option-details input{border:1px solid #ddd;border-radius:4px;padding:8px}.option-details small{color:#6c757d;font-size:.8rem;margin-top:2px}.option-images{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.option-image{display:inline-block;position:relative}.option-image img{border:1px solid #ddd;border-radius:4px;height:80px;object-fit:cover;width:80px}.option-image .btn{font-size:.7rem;padding:2px 6px;position:absolute;right:-5px;top:-5px}.variation-management-section{background:#fff8e1;border:2px solid #ffc107;border-radius:6px;box-shadow:0 2px 8px #ffc10733;margin:2rem 0;padding:1.5rem}.variation-management-section h4{color:#e65100;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.variation-controls{display:flex;gap:1rem;margin-bottom:1rem}.variation-controls .btn{border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:.75rem 1rem;transition:all .3s}.btn-warning{background:#ffc107;color:#212529}.btn-warning:hover{background:#e0a800}.current-variation-info{background:#fff;border-left:4px solid #007bff;border-radius:6px;padding:1rem}.current-variation-info p{color:#495057;margin:.5rem 0}.current-variation-info strong{color:#212529}.no-variation-info{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:6px;padding:1rem}.no-variation-info p{color:#1565c0;font-style:italic;margin:0}.variation-type-selection{background:#fff;border:1px solid #dee2e6;border-radius:6px;margin-top:1rem;padding:1rem}.variation-options-setup{margin-top:1rem}.variation-options-setup h5{color:#495057;margin-bottom:.5rem}.variation-options-setup p{color:#6c757d;font-size:.9rem;margin-bottom:1rem}.variation-option-item{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;display:flex;gap:.5rem;margin-bottom:.5rem;padding:.5rem}.variation-option-item input{border:1px solid #ced4da;border-radius:4px;flex:1 1;font-size:.9rem;padding:.5rem}.variation-option-item input:focus{border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40;outline:none}.variation-option-item .btn-sm{font-size:.8rem;padding:.25rem .5rem}.product-detail{padding:2rem 0}.product-detail-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;height:400px;justify-content:center;overflow:hidden;width:100%}.main-image img{height:100%!important;object-fit:contain!important;padding:10px!important;width:100%!important}.no-image{align-items:center;color:#6c757d;display:flex;flex-direction:column;font-size:3rem;justify-content:center}.no-image p{font-size:1rem;margin-top:1rem}.image-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0}.image-thumbnails img{background:#fff;border:2px solid #e9ecef;border-radius:4px;cursor:pointer;height:80px!important;object-fit:contain!important;padding:5px!important;transition:border-color .3s;width:80px!important}.image-thumbnails img:hover{border-color:#007bff}.image-thumbnails img.active{border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-header h1{color:#2c3e50;font-size:2rem;margin-bottom:.5rem}.product-meta{align-items:center;display:flex;gap:1rem}.category{background:#e9ecef;color:#495057}.category,.featured-badge{border-radius:12px;font-size:.9rem;padding:.25rem .75rem}.featured-badge{background:#ffc107;color:#212529;font-weight:500}.product-price{align-items:center;display:flex;gap:1rem}.current-price{color:#28a745;font-size:2rem;font-weight:600}.original-price{color:#6c757d;font-size:1.5rem;text-decoration:line-through}.product-stock{font-size:1.1rem;font-weight:500}.in-stock{color:#28a745}.out-of-stock{color:#dc3545}@media (max-width:768px){.product-detail-content{gap:2rem;grid-template-columns:1fr}.main-image{height:300px}.current-price,.product-header h1{font-size:1.5rem}}.settings-content{margin:0 auto;max-width:800px}.site-settings-form{background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001a;padding:2rem}.logo-preview{border:2px dashed #e9ecef;border-radius:6px;margin-top:1rem;padding:1rem;text-align:center}.logo-preview img{display:block;margin:0 auto 1rem}.logo-preview-header{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin-top:.5rem;padding:1rem;text-align:center}.welcome-preview{background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative}.background-preview{align-items:center;background:#f8f9fa;border-radius:4px;display:flex;gap:1rem;margin-top:.5rem;padding:1rem}.background-preview img{border:1px solid #e9ecef;border-radius:4px}.background-preview .btn{margin-left:auto}@media (max-width:768px){.welcome-preview{padding:1.5rem!important}.welcome-preview h2{font-size:1.5rem!important}.welcome-preview p{font-size:1rem!important}.background-preview{align-items:flex-start;flex-direction:column}.background-preview .btn{margin-left:0;margin-top:.5rem}}@media (max-width:480px){.welcome-preview{padding:1rem!important}.welcome-preview h2{font-size:1.3rem!important}.welcome-preview button{font-size:.9rem!important;padding:.4rem .8rem!important}}.categories-selection{grid-gap:.5rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:.5rem 0;padding:1rem}.checkbox-label{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:.5rem;padding:.25rem;transition:background-color .2s}.checkbox-label:hover{background:#e9ecef}.checkbox-label input[type=checkbox]{margin:0}.collections-preview{background:#f8f9fa;border:2px dashed #dee2e6}.categories-grid-preview{min-height:200px}.settings-header{align-items:center;background:#fff;border-radius:6px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 2rem}.settings-header h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin:0}.settings-save-btn{align-items:center;background:#28a745;border:none;border-radius:6px;box-shadow:0 2px 4px #28a74533;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.settings-save-btn:hover{background:#218838;box-shadow:0 4px 8px #28a7454d;transform:translateY(-1px)}.settings-save-btn:active{transform:translateY(0)}.settings-layout{align-items:flex-start;display:flex;gap:3rem;margin-bottom:2rem}.settings-navigation{background:#f8f9fa;border-radius:6px;flex:0 0 280px;height:-webkit-fit-content;height:fit-content;min-width:280px;padding:1rem}.settings-nav-link{background:none;border:none;border-radius:6px;color:#495057;cursor:pointer;display:block;font-size:.9rem;font-weight:500;margin-bottom:4px;padding:10px 15px;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}.settings-nav-link:hover{background-color:#e9ecef;color:#007bff}.settings-nav-link.active{background-color:#fff;box-shadow:0 2px 4px #007bff1a;color:#007bff;font-weight:600}.settings-main{flex:1 1;min-width:0}.settings-section{background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.2rem;padding:1.2rem}.settings-section h3{border-bottom:1px solid #e9ecef;color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:.8rem;padding-bottom:.4rem}.settings-section h4{color:#495057;font-size:.95rem;font-weight:600;margin:1rem 0 .6rem}.settings-section p{color:#6c757d;font-size:.85rem;line-height:1.4;margin-bottom:1rem}.form-actions{border-top:2px solid #e9ecef;margin-top:2rem;padding-top:2rem;text-align:right}.form-actions .btn{min-width:150px}@media (max-width:1024px) and (min-width:769px){.settings-layout{gap:2rem}.settings-navigation{flex:0 0 250px;min-width:250px}}@media (max-width:768px){.settings-header{flex-direction:column;gap:1rem;padding:1rem;text-align:center}.settings-header h2{font-size:1.5rem}.settings-save-btn{justify-content:center;width:100%}.settings-layout{flex-direction:column;gap:1rem}.settings-navigation{flex:none;margin-bottom:1rem;order:1}.settings-nav-link{font-size:.95rem;padding:12px 15px}.settings-main{order:2}.settings-section{padding:1.5rem}.form-actions{text-align:center}}@media (max-width:480px){.admin-header{padding:0 1rem}.admin-header h1{font-size:1.75rem}.admin-header p{font-size:.9rem}.admin-nav{gap:6px;padding:.75rem}.admin-nav button{font-size:11px;letter-spacing:.25px;min-width:100px;padding:8px 12px}.settings-section{padding:1rem}.settings-section h3{font-size:1.3rem}}.navigation-links-manager{background:#f8f9fa;border-radius:6px;margin-top:1rem;max-width:100%;overflow-x:auto;padding:2rem}.nav-links-list{flex-direction:column;gap:.75rem}.nav-link-item,.nav-links-list{display:flex;margin-bottom:1rem}.nav-link-item{align-items:flex-start;background:#fff;border:1px solid #e9ecef;border-radius:6px;box-shadow:0 2px 8px #0000001a;gap:1rem;padding:1.5rem}.nav-link-order{align-items:center;display:flex;flex-direction:column;min-width:80px}.nav-link-order .form-group{margin-bottom:0;text-align:center}.nav-link-order .form-group label{color:#6c757d;display:block;font-size:.8rem;font-weight:600;margin-bottom:.25rem}.order-input{border:2px solid #e9ecef;border-radius:6px;color:#007bff;font-weight:600;padding:.5rem .25rem;text-align:center;width:60px!important}.order-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.nav-link-content{flex:1 1;min-width:0}.nav-link-header{margin-bottom:.5rem}.nav-link-title{align-items:center;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;line-height:1.5;margin-left:.5rem}.nav-link-title.page{color:#28a745}.nav-link-title.auth{color:#007bff}.nav-link-title.custom{color:#6c757d}.nav-link-title small{color:#6c757d;font-size:.75rem;font-weight:400}.nav-link-details{border-top:1px solid #e9ecef;margin-top:1rem;padding-top:1rem}.nav-link-details .form-row{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.nav-link-details .form-group input[type=checkbox]{margin-right:.5rem;transform:scale(1);width:auto}.nav-link-details .form-group label:has(input[type=checkbox]){align-items:center;cursor:pointer;display:flex;margin-bottom:.5rem}.nav-link-details .form-group{margin-bottom:1rem}.nav-link-details .form-group label{color:#495057;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.nav-link-details .form-group input,.nav-link-details .form-group select{border:1px solid #ced4da;border-radius:4px;font-size:1rem;min-height:44px;overflow-wrap:break-word;padding:.75rem 1rem;width:100%;word-break:break-all}.nav-link-actions{display:flex;flex-direction:column;gap:.25rem}.nav-link-add{background:#fff;border:2px dashed #dee2e6;border-radius:6px;padding:1rem;text-align:center}.nav-link-add .btn{font-weight:600}@media (max-width:768px){.settings-navigation{flex:1 1 100%;margin-bottom:1rem;min-width:100%}.navigation-links-manager{padding:1rem}.nav-link-item{flex-direction:column;gap:.5rem;padding:1rem}.nav-link-order{align-self:flex-start;flex-direction:row;min-width:auto}.nav-link-order .form-group{margin-bottom:.5rem}.nav-link-details .form-row{gap:.5rem;grid-template-columns:1fr}.nav-link-actions{align-self:flex-start;flex-direction:row}}.links-manager{margin-top:1rem}.link-item{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;gap:.5rem;margin-bottom:.75rem;padding:.75rem}.link-item input[type=text]{border:1px solid #ddd;border-radius:4px;flex:1 1;font-size:.9rem;padding:.5rem}.link-item input[type=text]:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.link-item label{align-items:center;color:#666;display:flex;font-size:.85rem;gap:.25rem;margin:0;white-space:nowrap}.link-item input[type=checkbox]{margin:0;width:auto}.link-item .btn{font-size:.8rem;padding:.25rem .5rem;white-space:nowrap}.links-manager .btn-secondary{margin-top:.5rem}@media (max-width:768px){.link-item{align-items:stretch;flex-direction:column;gap:.5rem}.link-item input[type=text]{width:100%}.link-item label{justify-content:center}}.custom-file-input{display:inline-block;position:relative;width:100%}.custom-file-input input[type=file]{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%}.custom-file-button{background:#007bff;border:1px solid #007bff;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;padding:.5rem 1rem;text-align:center;transition:all .3s ease;width:100%}.custom-file-button:hover{background:#0056b3;border-color:#0056b3}.custom-file-button:disabled{background:#6c757d;border-color:#6c757d;cursor:not-allowed}.custom-file-button.file-selected{background:#28a745;border-color:#28a745}.custom-file-button.file-selected:hover{background:#1e7e34;border-color:#1e7e34}.file-upload-info{color:#6c757d;font-size:.8rem;margin-top:.25rem}.file-upload-error{color:#dc3545}.header-actions{flex-wrap:wrap;gap:1rem}.excel-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.excel-actions .btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:.875rem;gap:.25rem;padding:.5rem 1rem;transition:all .2s}.excel-actions .btn-success{background-color:#28a745;color:#fff}.excel-actions .btn-success:hover{background-color:#218838;transform:translateY(-1px)}.excel-actions .btn-info{background-color:#17a2b8;color:#fff}.excel-actions .btn-info:hover{background-color:#138496;transform:translateY(-1px)}.excel-actions .btn-warning{background-color:#ffc107;color:#212529}.excel-actions .btn-warning:hover{background-color:#e0a800;transform:translateY(-1px)}.import-excel-wrapper{position:relative}@media (max-width:768px){.header-actions{align-items:stretch;flex-direction:column;gap:.75rem}.excel-actions{justify-content:center}.excel-actions .btn{flex:1 1;font-size:.8rem;min-width:0;padding:.4rem .8rem}}.image-actions-footer{align-items:center;background:#f9f9f9;border-radius:0 0 8px 8px;border-top:1px solid #e0e0e0;display:flex;justify-content:center;padding:15px}.image-actions-footer .btn{border-radius:6px;box-shadow:0 2px 4px #0000001a;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.image-actions-footer .btn:hover{box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.product-image-status{align-items:center;display:flex;font-size:16px;gap:5px;justify-content:center}.product-image-status .image-icon{display:inline-block;transition:transform .2s ease}.product-image-status .image-icon:hover{transform:scale(1.1)}.product-image-status .image-count{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;color:#6c757d;font-size:12px;font-weight:500;padding:2px 6px}.image-status-has-images{color:#28a745!important}.image-status-no-images{color:#dc3545!important}.image-status-no-images:hover{opacity:.7}.products-grid[style*="--products-per-row: 6"] .product-card .product-name{font-size:.75rem;line-height:1.2}.products-grid[style*="--products-per-row: 6"] .product-card .current-price{font-size:1rem}.products-grid[style*="--products-per-row: 6"] .product-card .original-price{font-size:.7rem}.products-grid[style*="--products-per-row: 6"] .product-card .product-info{padding:.6rem}.products-grid[style*="--products-per-row: 6"] .product-card .product-actions .btn{font-size:.7rem;padding:.4rem}.products-grid[style*="--products-per-row: 6"] .product-card .product-image{aspect-ratio:1/1;height:calc(225.33333px - .625rem)}.products-grid[style*="--products-per-row: 6"] .product-card .category-name{font-size:.65rem}.products-grid[style*="--products-per-row: 6"] .product-card .stock-badge{font-size:.65rem;padding:.2rem .4rem}.products-grid[style*="--products-per-row: 6"] .product-card .discount-badge{font-size:.7rem;padding:.3rem .5rem}.products-grid[style*="--products-per-row: 5"] .product-card .product-name{font-size:.85rem;line-height:1.3}.products-grid[style*="--products-per-row: 5"] .product-card .current-price{font-size:1.1rem}.products-grid[style*="--products-per-row: 5"] .product-card .original-price{font-size:.75rem}.products-grid[style*="--products-per-row: 5"] .product-card .product-info{padding:.8rem}.products-grid[style*="--products-per-row: 5"] .product-card .product-actions .btn{font-size:.75rem;padding:.5rem}.products-grid[style*="--products-per-row: 5"] .product-card .product-image{aspect-ratio:1/1;height:calc(270.4px - .8rem)}.products-grid[style*="--products-per-row: 5"] .product-card .category-name{font-size:.7rem}.products-grid[style*="--products-per-row: 5"] .product-card .stock-badge{font-size:.7rem;padding:.25rem .45rem}.products-grid[style*="--products-per-row: 5"] .product-card .discount-badge{font-size:.75rem;padding:.35rem .55rem}.products-grid .product-card .product-name,.products-grid[style*="--products-per-row: 4"] .product-card .product-name{font-size:.95rem;line-height:1.4}.products-grid .product-card .current-price,.products-grid[style*="--products-per-row: 4"] .product-card .current-price{font-size:1.3rem}.products-grid .product-card .original-price,.products-grid[style*="--products-per-row: 4"] .product-card .original-price{font-size:.85rem}.products-grid .product-card .product-info,.products-grid[style*="--products-per-row: 4"] .product-card .product-info{padding:1rem}.products-grid[style*="--products-per-row: 4"] .product-card .product-actions .btn{font-size:.85rem;padding:.6rem}.products-grid[style*="--products-per-row: 4"] .product-card .product-image{aspect-ratio:1/1;height:calc(338px - 1.125rem)}.products-grid .product-card .category-name,.products-grid[style*="--products-per-row: 4"] .product-card .category-name{font-size:.8rem}.products-grid .product-card .stock-badge,.products-grid[style*="--products-per-row: 4"] .product-card .stock-badge{font-size:.75rem;padding:.3rem .5rem}.products-grid .product-card .discount-badge,.products-grid[style*="--products-per-row: 4"] .product-card .discount-badge{font-size:.8rem;padding:.4rem .6rem}.products-grid[style*="--products-per-row: 3"] .product-card .product-name{font-size:1.1rem;line-height:1.5}.products-grid[style*="--products-per-row: 3"] .product-card .current-price{font-size:1.5rem}.products-grid[style*="--products-per-row: 3"] .product-card .original-price{font-size:.95rem}.products-grid[style*="--products-per-row: 3"] .product-card .product-info{padding:1.2rem}.products-grid[style*="--products-per-row: 3"] .product-card .product-actions .btn{font-size:.95rem;padding:.75rem}.products-grid[style*="--products-per-row: 3"] .product-card .product-image{aspect-ratio:1/1;height:calc(450.66667px - 1.33333rem)}.products-grid[style*="--products-per-row: 2"] .product-card .product-name{font-size:1.3rem;line-height:1.6}.products-grid[style*="--products-per-row: 2"] .product-card .current-price{font-size:1.7rem}.products-grid[style*="--products-per-row: 2"] .product-card .original-price{font-size:1.1rem}.products-grid[style*="--products-per-row: 2"] .product-card .product-info{padding:1.5rem}.products-grid[style*="--products-per-row: 2"] .product-card .product-actions .btn{font-size:1.1rem;padding:.9rem}.products-grid[style*="--products-per-row: 2"] .product-card .product-image{aspect-ratio:1/1;height:calc(676px - 1.25rem)}.products-grid[style*="--products-per-row: 1"] .product-card .product-name{font-size:1.5rem;line-height:1.7}.products-grid[style*="--products-per-row: 1"] .product-card .current-price{font-size:2rem}.products-grid[style*="--products-per-row: 1"] .product-card .original-price{font-size:1.3rem}.products-grid[style*="--products-per-row: 1"] .product-card .product-info{padding:2rem}.products-grid[style*="--products-per-row: 1"] .product-card .product-actions .btn{font-size:1.2rem;padding:1rem 2rem}.products-grid[style*="--products-per-row: 1"] .product-card .product-image{aspect-ratio:1/1;height:1352px;max-height:700px}@media (max-width:1400px){.products-grid .product-card .product-name{font-size:1rem}.products-grid .product-card .current-price{font-size:1.4rem}.products-grid .product-card .product-info{padding:1.1rem}}@media (max-width:1200px){.products-grid .product-card .product-name{font-size:1.1rem}.products-grid .product-card .current-price{font-size:1.5rem}.products-grid .product-card .product-info{padding:1.2rem}}@media (max-width:900px){.products-grid .product-card .product-name{font-size:1.2rem}.products-grid .product-card .current-price{font-size:1.6rem}.products-grid .product-card .product-info{padding:1.3rem}}@media (max-width:700px){.products-grid .product-card .product-name{font-size:1.3rem}.products-grid .product-card .current-price{font-size:1.7rem}.products-grid .product-card .product-info{padding:1.4rem}}.products-grid .product-card .product-image{height:250px;height:var(--image-size,250px)}@media (max-width:1400px){.products-grid .product-card .product-image{height:280px;height:var(--image-size-tablet,280px)}}@media (max-width:1200px){.products-grid .product-card .product-image{height:300px;height:var(--image-size-tablet,300px)}}@media (max-width:900px){.products-grid .product-card .product-image{height:320px;height:var(--image-size-mobile,320px)}}@media (max-width:700px){.products-grid .product-card .product-image{height:280px;height:var(--image-size-small,280px)}}.products-grid .product-card .product-actions .btn{font-size:.85rem;padding:.6rem}@media (max-width:1400px){.products-grid .product-card .product-actions .btn{font-size:.9rem;padding:.65rem}}@media (max-width:1200px){.products-grid .product-card .product-actions .btn{font-size:.9rem;padding:.7rem}}@media (max-width:900px){.products-grid .product-card .product-actions .btn{font-size:.95rem;padding:.75rem}}@media (max-width:700px){.products-grid .product-card .product-actions .btn{font-size:1rem;padding:.8rem}}.register{align-items:center;background:#f8f9fa;display:flex;justify-content:center;min-height:80vh;padding:40px 0}.register .container{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;margin:0 auto;max-width:600px;padding:40px}.register h1{color:#222;font-size:2.5rem;font-weight:600;margin-bottom:30px;text-align:center}.register-form{flex-direction:column}.register-form,.register-form .form-row{display:flex;gap:20px}.register-form .form-row .form-group{flex:1 1}.register-form .form-group{display:flex;flex-direction:column}.register-form .form-group label{color:#333;font-size:.9rem;font-weight:600;margin-bottom:8px}.register-form .form-group input,.register-form .form-group textarea{border:2px solid #e1e5e9;border-radius:6px;font-family:inherit;font-size:1rem;padding:12px 16px;transition:border-color .3s ease}.register-form .form-group input:focus,.register-form .form-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.register-form .form-group input.error,.register-form .form-group textarea.error{border-color:#dc3545}.register-form .form-group input.error:focus,.register-form .form-group textarea.error:focus{box-shadow:0 0 0 3px #dc35451a}.register-form .error-message{color:#dc3545;display:block;font-size:.8rem;margin-top:5px}.register-form .alert{border-radius:6px;font-size:.9rem;margin-bottom:20px;padding:12px 16px}.register-form .alert-danger{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.register-form .btn{border:none;border-radius:6px;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:10px;padding:14px 30px;transition:all .3s ease}.register-form .btn-primary{background-color:#007bff;color:#fff}.register-form .btn-primary:hover{background-color:#0056b3;transform:translateY(-2px)}.register-form .btn-primary:disabled{background-color:#6c757d;cursor:not-allowed;transform:none}.register p{color:#666;margin-top:20px;text-align:center}.register p a{color:#007bff;font-weight:600;text-decoration:none}.register p a:hover{text-decoration:underline}@media (max-width:768px){.register .container{margin:0 20px;padding:30px 20px}.register h1{font-size:2rem}.register-form .form-row{flex-direction:column;gap:0}.register-form .form-group{margin-bottom:20px}}@media (max-width:480px){.register .container{margin:0 10px;padding:20px 15px}.register h1{font-size:1.8rem}.register-form .btn{font-size:1rem;padding:12px 20px}}.payment-select,.status-select{border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:12px;min-width:100px;padding:4px 8px}.payment-select.badge-warning,.status-select.badge-warning{background-color:#fff3cd;border-color:#ffeaa7;color:#856404}.payment-select.badge-info,.status-select.badge-info{background-color:#d1ecf1;border-color:#b6ebf5;color:#0c5460}.payment-select.badge-success,.status-select.badge-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.payment-select.badge-danger,.status-select.badge-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.payment-select.badge-primary,.status-select.badge-primary{background-color:#d1ecf1;border-color:#b6ebf5;color:#0c5460}.status-actions{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.status-group{display:flex;flex-direction:column;gap:5px}.status-group label{color:#555;font-size:12px;font-weight:700}.status-group select{border:1px solid #ddd;border-radius:4px;font-size:14px;min-width:150px;padding:8px 12px}.payment-select:hover,.status-select:hover{border-color:#007bff}.payment-select:focus,.status-select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.orders-filters{background:#f8f9fa;border-radius:6px;margin-bottom:20px;padding:20px}.filter-row{align-items:end;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:15px}.invoice-filters-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #0000000f;margin:24px 0;padding:24px;transition:all .3s ease}.invoice-filters-section:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.filter-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.filter-title h3{align-items:center;color:#1e293b;display:flex;font-size:20px;font-weight:700;gap:8px;margin:0 0 4px}.filter-title p{color:#64748b;font-size:14px;margin:0}.filter-status{align-items:center;display:flex}.filter-count{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.filter-content{display:flex;flex-direction:column;gap:16px}.filter-row-primary,.filter-row-secondary{grid-gap:16px;align-items:end;display:grid;gap:16px}.filter-row-primary{grid-template-columns:2fr 1fr}.filter-row-secondary{grid-template-columns:1fr 1fr 2fr}.filter-input-group{display:flex;flex-direction:column;gap:6px}.filter-input-group label{align-items:center;color:#374151;display:flex;font-size:13px;font-weight:600;gap:4px;letter-spacing:.5px;text-transform:uppercase}.date-input-modern,.search-input-modern,.status-select-modern{background:#fff;border:2px solid #d1d5db;border-radius:12px;box-shadow:0 2px 4px #0000000a;font-size:14px;padding:12px 16px;transition:all .3s ease}.date-input-modern:focus,.search-input-modern:focus,.status-select-modern:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none;transform:translateY(-1px)}.search-input-modern::placeholder{color:#9ca3af;font-style:italic}.status-select-modern{cursor:pointer}.filter-actions-group{align-items:end;display:flex;gap:12px;padding-bottom:2px}.btn-modern{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:6px;letter-spacing:.5px;overflow:hidden;padding:12px 20px;position:relative;text-transform:uppercase;transition:all .3s ease}.btn-modern:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn-modern:hover:before{left:100%}.btn-modern.btn-primary{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b9814d;color:#fff}.btn-modern.btn-primary:hover{box-shadow:0 8px 25px #10b98166;transform:translateY(-2px)}.btn-modern.btn-clear{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px #ef44444d;color:#fff}.btn-modern.btn-clear:hover{box-shadow:0 8px 25px #ef444466;transform:translateY(-2px)}.filter-group{display:flex;flex-direction:column;gap:5px;min-width:150px}.filter-group label{color:#555;font-size:12px;font-weight:700}.filter-group input,.filter-group select{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:8px 12px}.filter-actions{display:flex;gap:10px}.filter-actions .btn{font-size:14px;padding:8px 16px}@media (max-width:1024px){.filter-row-secondary{grid-template-columns:1fr 1fr}.filter-actions-group{grid-column:1/-1;justify-content:center;margin-top:8px}}@media (max-width:768px){.invoice-filters-section{border-radius:12px;margin:16px 0;padding:16px}.filter-header{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:16px;padding-bottom:12px}.filter-title h3{font-size:18px}.filter-row-primary,.filter-row-secondary{gap:12px;grid-template-columns:1fr}.filter-actions-group{flex-direction:column;width:100%}.btn-modern{justify-content:center;padding:14px 20px;width:100%}}@media (max-width:480px){.invoice-filters-section{margin:12px 0;padding:12px}.filter-title h3{font-size:16px}.filter-title p{font-size:12px}.filter-count{font-size:10px;padding:4px 8px}.date-input-modern,.search-input-modern,.status-select-modern{font-size:13px;padding:10px 12px}.filter-input-group label{font-size:12px}}.order-details-modal{max-height:90vh;max-width:900px;overflow-y:auto}.order-summary{background:#f8f9fa;border-radius:6px;margin-bottom:20px;padding:20px}.summary-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.summary-item{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:4px;display:flex;justify-content:space-between;padding:10px}.summary-item label{color:#555;font-weight:700}.address-section,.customer-section,.items-section,.notes-section,.totals-section{border:1px solid #e9ecef;border-radius:6px;margin-bottom:20px;padding:15px}.address-section h3,.customer-section h3,.items-section h3,.notes-section h3,.totals-section h3{border-bottom:1px solid #e9ecef;color:#333;margin-bottom:15px;padding-bottom:10px}.customer-details .detail-row{display:flex;justify-content:space-between;margin-bottom:8px}.customer-details .detail-row label{color:#555;font-weight:700}.items-list{display:flex;flex-direction:column;gap:15px}.order-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;gap:15px;padding:15px}.item-image{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;height:80px;justify-content:center;overflow:hidden;width:80px}.item-image img{height:100%;object-fit:cover;width:100%}.item-image .no-image{color:#999;font-size:24px}.item-details{flex:1 1}.item-details h4{color:#333;margin:0 0 8px}.item-details p{color:#666;font-size:14px;margin:4px 0}.totals-grid{display:flex;flex-direction:column;gap:10px}.total-row{border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:8px 0}.total-row.final-total{border-bottom:2px solid #007bff;border-top:2px solid #007bff;font-size:16px;padding:12px 0}.pagination{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:20px}.pagination-info{color:#666;font-size:14px}.page-numbers{display:flex;gap:5px}@media (max-width:768px){.status-actions{align-items:stretch;flex-direction:column}.status-group,.status-group select{width:100%}.filter-row{flex-direction:column;gap:15px}.filter-group{min-width:100%}.filter-actions{justify-content:center}.summary-grid{grid-template-columns:1fr}.order-item{flex-direction:column;text-align:center}.item-image{height:100px;margin:0 auto;width:100px}}.returns-content{margin-bottom:2rem}.returns-filters{background:#f8f9fa;border-radius:6px;margin-bottom:20px;padding:20px}.returns-table{background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.returns-table table{border-collapse:collapse;width:100%}.returns-table td,.returns-table th{border-bottom:1px solid #e9ecef;padding:12px;text-align:left}.returns-table th{background:#f8f9fa;color:#495057;font-weight:600}.return-status-badge{border-radius:4px;color:#fff;font-size:.75rem;font-weight:500;padding:4px 8px}.return-status-badge.badge-warning{background-color:#ffc107;color:#212529}.return-status-badge.badge-info{background-color:#17a2b8}.return-status-badge.badge-success{background-color:#28a745}.return-status-badge.badge-danger{background-color:#dc3545}.return-reason{display:flex;flex-direction:column;gap:4px}.return-reason strong{color:#495057;font-size:.9rem}.return-reason small{color:#6c757d;font-size:.75rem;font-style:italic}.btn-success{background-color:#28a745;border:none;color:#fff}.btn-success:hover{background-color:#218838}.btn-info{background-color:#17a2b8;border:none;color:#fff}.btn-info:hover{background-color:#138496}.action-buttons{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width:768px){.returns-filters .filter-row{flex-direction:column;gap:15px}.returns-table{overflow-x:auto}.returns-table table{min-width:800px}.action-buttons{flex-direction:column;gap:.25rem}.return-reason{max-width:150px}}.page-container{background:#f8f9fa;min-height:100vh;padding:40px 0}.content-wrapper{margin:0 auto;max-width:900px;padding:0 24px}.legal-page{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;line-height:1.7;padding:40px}.legal-page h1{border-bottom:3px solid #3498db;color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:10px;padding-bottom:15px}.legal-page .last-updated{color:#6c757d;font-size:.95rem;font-style:italic;margin-bottom:30px}.legal-page section{margin-bottom:35px}.legal-page h2{border-left:4px solid #3498db;color:#2c3e50;font-size:1.4rem;font-weight:600;margin-bottom:15px;margin-top:30px;padding-left:15px}.legal-page h3{color:#34495e;font-size:1.2rem;font-weight:600;margin-bottom:12px;margin-top:25px}.legal-page p{color:#495057;margin-bottom:15px;text-align:justify}.legal-page ol,.legal-page ul{margin-bottom:20px;margin-left:25px}.legal-page li{color:#495057;margin-bottom:8px;padding-left:5px}.legal-page ol>li{margin-bottom:15px}.legal-page strong{color:#2c3e50;font-weight:600}.legal-page .contact-info{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin:20px 0;padding:20px}.legal-page .contact-info p{margin-bottom:8px}.legal-page .agent-info{background:#e3f2fd;border:1px solid #bbdefb;border-radius:6px;margin:20px 0;padding:20px}.legal-page .agent-info p{margin-bottom:8px}.legal-page a{border-bottom:1px solid #0000;color:#3498db;text-decoration:none;transition:all .3s ease}.legal-page a:hover{border-bottom-color:#2980b9;color:#2980b9}.legal-page .cookie-table{margin:20px 0;overflow-x:auto}.legal-page table{background:#fff;border-collapse:collapse;border-radius:6px;box-shadow:0 2px 10px #0000001a;margin:20px 0;overflow:hidden;width:100%}.legal-page table th{background:#3498db;border-bottom:2px solid #2980b9;color:#fff;font-weight:600;padding:15px;text-align:left}.legal-page table td{border-bottom:1px solid #e9ecef;color:#495057;padding:12px 15px}.legal-page table tr:nth-child(2n) td{background:#f8f9fa}.legal-page table tr:hover td{background:#e3f2fd}@media (max-width:768px){.content-wrapper{padding:0 16px}.legal-page{margin:0 8px;padding:24px 20px}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.3rem}.legal-page h3{font-size:1.1rem}.legal-page ol,.legal-page ul{margin-left:20px}.legal-page .cookie-table{font-size:.9rem}.legal-page table td,.legal-page table th{padding:10px 8px}}@media (max-width:480px){.page-container{padding:20px 0}.legal-page{border-radius:0;margin:0;padding:20px 16px}.legal-page h1{font-size:1.8rem}.legal-page .cookie-table{font-size:.8rem}}.google-signin-container{margin:20px 0}#google-signin-button,.google-signin-container{display:flex;justify-content:center}.google-signin-container iframe{border-radius:8px!important}.divider{margin:20px 0;position:relative;text-align:center}.divider:before{background:#e0e0e0;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.divider span{background:#fff;color:#666;font-size:14px;padding:0 15px;position:relative;z-index:1}@media (max-width:480px){.divider,.google-signin-container{margin:15px 0}.divider span{font-size:12px;padding:0 10px}}.categories-content{padding:20px}.categories-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(6,1fr);margin:20px 0}.category-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.category-card:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-3px)}.category-image-top{height:120px;overflow:hidden;position:relative;width:100%}.category-image-top img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.category-card:hover .category-image-top img{transform:scale(1.05)}.category-placeholder{align-items:center;color:#666;display:flex;font-size:2em;height:100%;justify-content:center;width:100%}.status-overlay{position:absolute;right:8px;top:8px}.status-badge{background:#ffffffe6;border-radius:50%;box-shadow:0 2px 4px #0000001a;font-size:.7em;font-weight:600;padding:4px 6px}.status-badge.active{color:#28a745}.status-badge.inactive{color:#dc3545}.category-info{padding:12px;position:relative}.category-info h4{color:#333;font-size:.9em;font-weight:600;line-height:1.2;margin:0 0 8px}.category-meta{margin-bottom:8px}.category-meta .slug{color:#007bff;font-family:monospace;font-size:.75em;margin:0 0 4px}.category-meta .description{color:#666;font-size:.7em;line-height:1.3;margin:0 0 8px}.category-stats{align-items:center;display:flex;justify-content:space-between;margin:8px 0}.sort-order{background:#f8f9fa;border-radius:4px;color:#6c757d;font-size:.65em;font-weight:500;padding:2px 6px}.color-dot{border:1px solid #ddd;border-radius:50%;flex-shrink:0;height:12px;width:12px}.edit-btn{align-items:center;background:#007bff;border:none;border-radius:6px;bottom:8px;color:#fff;cursor:pointer;display:flex;font-size:.8em;height:28px;justify-content:center;opacity:.8;position:absolute;right:8px;transition:all .2s ease;width:28px}.edit-btn:hover{background:#0056b3;opacity:1;transform:scale(1.1)}.no-categories{background:#f8f9fa;border-radius:12px;margin:20px 0;padding:40px;text-align:center}.no-categories p{color:#666;font-size:1.1em;margin-bottom:20px}.quick-actions{border-top:1px solid #e0e0e0;display:flex;gap:15px;margin-top:30px;padding-top:20px}@media (max-width:1200px){.categories-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.categories-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.category-image-top{height:100px}.category-info{padding:10px}.category-info h4{font-size:.8em}.category-meta .description{font-size:.65em}.quick-actions{flex-direction:column}}@media (max-width:480px){.categories-grid{grid-template-columns:1fr}.category-card{margin:0 auto;max-width:300px}}[data-theme=blue] body{background:linear-gradient(135deg,#f8fafc,#eff6ff)!important;color:#1e293b!important}[data-theme=blue] .nav-links a,[data-theme=blue] .navigation a{color:#fff!important;transition:all .3s ease!important}[data-theme=blue] .nav-links a:hover,[data-theme=blue] .navigation a:hover{color:#dbeafe!important;text-decoration:underline!important}[data-theme=blue] .footer,[data-theme=blue] .site-footer{background:linear-gradient(135deg,#1e40af,#2563eb 50%,#3b82f6)!important;color:#fff!important}[data-theme=blue] .footer *,[data-theme=blue] .site-footer *{color:#fff!important}[data-theme=blue] .card,[data-theme=blue] .product-card,[data-theme=blue] .product-item{background:#fff!important;border:2px solid #e2e8f0!important;border-left:4px solid #2563eb!important;border-radius:12px!important;box-shadow:0 4px 12px #2563eb1a!important;transition:all .3s ease!important}[data-theme=blue] .card:hover,[data-theme=blue] .product-card:hover,[data-theme=blue] .product-item:hover{background:#eff6ff!important;border-color:#93c5fd!important;box-shadow:0 8px 24px #2563eb26!important;transform:translateY(-2px) scale(1.02)!important}[data-theme=blue] .btn:not(.product-card .btn):not(.product-actions .btn),[data-theme=blue] .button:not(.product-card .button):not(.product-actions .button),[data-theme=blue] button:not(.product-card button):not(.product-actions button){background:#2563eb!important;border:none!important;border-radius:8px!important;color:#fff!important;font-weight:600!important;padding:12px 24px!important;transition:all .3s ease!important}[data-theme=blue] .btn:hover:not(.product-card .btn):not(.product-actions .btn),[data-theme=blue] .button:hover:not(.product-card .button):not(.product-actions .button),[data-theme=blue] button:hover:not(.product-card button):not(.product-actions button){background:#1d4ed8!important;box-shadow:0 4px 12px #2563eb4d!important;transform:translateY(-2px)!important}[data-theme=blue] .hero{background:linear-gradient(135deg,#2563eb,#3b82f6 50%,#60a5fa)!important;color:#fff!important}[data-theme=green] body{background:linear-gradient(135deg,#f7fdf7,#ecfdf5)!important;color:#1f2937!important}[data-theme=green] .nav-links a,[data-theme=green] .navigation a{color:#fff!important;transition:all .3s ease!important}[data-theme=green] .nav-links a:hover,[data-theme=green] .navigation a:hover{color:#dcfce7!important;text-decoration:underline!important}[data-theme=green] .footer,[data-theme=green] .site-footer{background:linear-gradient(135deg,#166534,#16a34a 50%,#22c55e)!important;color:#fff!important}[data-theme=green] .footer *,[data-theme=green] .site-footer *{color:#fff!important}[data-theme=green] .card,[data-theme=green] .product-card,[data-theme=green] .product-item{background:#fff!important;border:2px solid #dcfce7!important;border-left:4px solid #16a34a!important;border-radius:12px!important;box-shadow:0 4px 12px #16a34a1a!important;transition:all .3s ease!important}[data-theme=green] .card:hover,[data-theme=green] .product-card:hover,[data-theme=green] .product-item:hover{background:#ecfdf5!important;border-color:#86efac!important;box-shadow:0 8px 24px #16a34a26!important;transform:translateY(-2px) scale(1.02)!important}[data-theme=green] .btn:not(.product-card .btn):not(.product-actions .btn),[data-theme=green] .button:not(.product-card .button):not(.product-actions .button),[data-theme=green] button:not(.product-card button):not(.product-actions button){background:#16a34a!important;border:none!important;border-radius:8px!important;color:#fff!important;font-weight:600!important;padding:12px 24px!important;transition:all .3s ease!important}[data-theme=green] .btn:hover:not(.product-card .btn):not(.product-actions .btn),[data-theme=green] .button:hover:not(.product-card .button):not(.product-actions .button),[data-theme=green] button:hover:not(.product-card button):not(.product-actions button){background:#15803d!important;box-shadow:0 4px 12px #16a34a4d!important;transform:translateY(-2px)!important}[data-theme=green] .hero{background:linear-gradient(135deg,#16a34a,#22c55e 50%,#4ade80)!important;color:#fff!important}[data-theme=blue] a{color:#2563eb!important}[data-theme=blue] a:hover{color:#1d4ed8!important}[data-theme=green] a{color:#16a34a!important}[data-theme=green] a:hover{color:#15803d!important}[data-theme=blue] input,[data-theme=blue] select,[data-theme=blue] textarea{border:2px solid #e2e8f0!important}[data-theme=blue] input:focus,[data-theme=blue] select:focus,[data-theme=blue] textarea:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1a!important}[data-theme=green] input,[data-theme=green] select,[data-theme=green] textarea{border:2px solid #dcfce7!important}[data-theme=green] input:focus,[data-theme=green] select:focus,[data-theme=green] textarea:focus{border-color:#16a34a!important;box-shadow:0 0 0 3px #16a34a1a!important}[data-theme=blue] .category-card{border-left:4px solid #2563eb!important;box-shadow:0 4px 12px #2563eb1a!important}[data-theme=green] .category-card{border-left:4px solid #16a34a!important;box-shadow:0 4px 12px #16a34a1a!important}[data-theme=blue] .price,[data-theme=blue] .product-price{color:#2563eb!important;font-weight:700!important}[data-theme=green] .price,[data-theme=green] .product-price{color:#16a34a!important;font-weight:700!important}[data-theme=blue] .product-card .product-actions .btn-outline,[data-theme=blue] .product-card .product-actions .btn:first-child,[data-theme=blue] .product-card .product-actions .detail-btn{background:#e0f2fe!important;border:1px solid #0ea5e9!important;border-radius:4px!important;color:#0369a1!important;font-size:.75rem!important;font-weight:500!important;padding:.5rem .75rem!important;text-transform:none!important;transition:all .3s ease!important}[data-theme=blue] .product-card .product-actions .btn-outline:hover,[data-theme=blue] .product-card .product-actions .btn:first-child:hover,[data-theme=blue] .product-card .product-actions .detail-btn:hover{background:#0ea5e9!important;color:#fff!important;transform:translateY(-1px)!important}[data-theme=blue] .product-card .product-actions .add-to-cart,[data-theme=blue] .product-card .product-actions .btn-add-cart,[data-theme=blue] .product-card .product-actions .btn:last-child,[data-theme=blue] .product-card .product-actions .btn:nth-child(2){background:#2563eb!important;border:none!important;border-radius:4px!important;color:#fff!important;font-size:.75rem!important;font-weight:600!important;padding:.5rem .75rem!important;transition:all .3s ease!important}[data-theme=blue] .product-card .product-actions .add-to-cart:hover,[data-theme=blue] .product-card .product-actions .btn-add-cart:hover,[data-theme=blue] .product-card .product-actions .btn:last-child:hover{background:#1d4ed8!important;box-shadow:0 2px 8px #2563eb4d!important;transform:translateY(-1px)!important}[data-theme=green] .product-card .product-actions .btn-outline,[data-theme=green] .product-card .product-actions .btn:first-child,[data-theme=green] .product-card .product-actions .detail-btn{background:#dcfce7!important;border:1px solid #22c55e!important;border-radius:4px!important;color:#166534!important;font-size:.75rem!important;font-weight:500!important;padding:.5rem .75rem!important;text-transform:none!important;transition:all .3s ease!important}[data-theme=green] .product-card .product-actions .btn-outline:hover,[data-theme=green] .product-card .product-actions .btn:first-child:hover,[data-theme=green] .product-card .product-actions .detail-btn:hover{background:#22c55e!important;color:#fff!important;transform:translateY(-1px)!important}[data-theme=green] .product-card .product-actions .add-to-cart,[data-theme=green] .product-card .product-actions .btn-add-cart,[data-theme=green] .product-card .product-actions .btn:last-child,[data-theme=green] .product-card .product-actions .btn:nth-child(2){background:#16a34a!important;border:none!important;border-radius:4px!important;color:#fff!important;font-size:.75rem!important;font-weight:600!important;padding:.5rem .75rem!important;transition:all .3s ease!important}[data-theme=green] .product-card .product-actions .add-to-cart:hover,[data-theme=green] .product-card .product-actions .btn-add-cart:hover,[data-theme=green] .product-card .product-actions .btn:last-child:hover{background:#15803d!important;box-shadow:0 2px 8px #16a34a4d!important;transform:translateY(-1px)!important}[data-theme=blue] .product-card .btn-primary{background:#2563eb!important}[data-theme=blue] .product-card .btn-secondary{background:#0000!important;border:2px solid #2563eb!important;color:#2563eb!important}[data-theme=green] .product-card .btn-primary{background:#16a34a!important}[data-theme=green] .product-card .btn-secondary{background:#0000!important;border:2px solid #16a34a!important;color:#16a34a!important}.favorite-btn,.favorite-btn-like,.like-button-container .like-button,[data-theme=blue] .favorite-btn,[data-theme=blue] .favorite-btn-like,[data-theme=blue] .like-button-container .like-button,[data-theme=dark] .favorite-btn,[data-theme=dark] .favorite-btn-like,[data-theme=dark] .like-button-container .like-button,[data-theme=green] .favorite-btn,[data-theme=green] .favorite-btn-like,[data-theme=green] .like-button-container .like-button{align-items:center!important;background:#0000!important;border:2px solid #ff6b6b!important;border-radius:50%!important;box-shadow:0 2px 8px #00000026!important;color:#ff6b6b!important;cursor:pointer!important;display:flex!important;font-size:18px!important;height:40px!important;justify-content:center!important;max-height:40px!important;max-width:40px!important;min-height:40px!important;min-width:40px!important;padding:0!important;position:absolute!important;right:8px!important;text-decoration:none!important;top:8px!important;transition:all .3s ease!important;width:40px!important;z-index:10!important}.favorite-btn-like:hover,.favorite-btn:hover,.like-button-container .like-button:hover,[data-theme=blue] .favorite-btn-like:hover,[data-theme=blue] .favorite-btn:hover,[data-theme=blue] .like-button-container .like-button:hover,[data-theme=dark] .favorite-btn-like:hover,[data-theme=dark] .favorite-btn:hover,[data-theme=dark] .like-button-container .like-button:hover,[data-theme=green] .favorite-btn-like:hover,[data-theme=green] .favorite-btn:hover,[data-theme=green] .like-button-container .like-button:hover{background:#ff6b6b1a!important;border-color:#ff5252!important;color:#ff5252!important;transform:scale(1.05)!important}.favorite-btn-like.liked,.favorite-btn.liked,.like-button-container .like-button.liked,[data-theme=blue] .favorite-btn-like.liked,[data-theme=blue] .favorite-btn.liked,[data-theme=blue] .like-button-container .like-button.liked,[data-theme=dark] .favorite-btn-like.liked,[data-theme=dark] .favorite-btn.liked,[data-theme=dark] .like-button-container .like-button.liked,[data-theme=green] .favorite-btn-like.liked,[data-theme=green] .favorite-btn.liked,[data-theme=green] .like-button-container .like-button.liked{background:#ff6b6b!important;border-color:#ff6b6b!important;color:#fff!important}.favorite-btn-like.liked:hover,.favorite-btn.liked:hover,.like-button-container .like-button.liked:hover,[data-theme=blue] .favorite-btn-like.liked:hover,[data-theme=blue] .favorite-btn.liked:hover,[data-theme=blue] .like-button-container .like-button.liked:hover,[data-theme=dark] .favorite-btn-like.liked:hover,[data-theme=dark] .favorite-btn.liked:hover,[data-theme=dark] .like-button-container .like-button.liked:hover,[data-theme=green] .favorite-btn-like.liked:hover,[data-theme=green] .favorite-btn.liked:hover,[data-theme=green] .like-button-container .like-button.liked:hover{background:#ff5252!important;border-color:#ff5252!important;color:#fff!important;transform:scale(1.05)!important}.favorite-btn i,.favorite-btn-like i,.like-button-container .like-button i,[data-theme=blue] .favorite-btn i,[data-theme=blue] .favorite-btn-like i,[data-theme=blue] .like-button-container .like-button i,[data-theme=dark] .favorite-btn i,[data-theme=dark] .favorite-btn-like i,[data-theme=dark] .like-button-container .like-button i,[data-theme=green] .favorite-btn i,[data-theme=green] .favorite-btn-like i,[data-theme=green] .like-button-container .like-button i{font-size:18px!important;line-height:1!important;margin:0!important}.favorite-btn-like .like-count,.like-button-container .like-button .like-count,[data-theme=blue] .favorite-btn-like .like-count,[data-theme=dark] .favorite-btn-like .like-count,[data-theme=green] .favorite-btn-like .like-count{display:none!important}@media (max-width:768px){.favorite-btn,.favorite-btn-like,.like-button-container .like-button,[data-theme=blue] .favorite-btn,[data-theme=blue] .favorite-btn-like,[data-theme=blue] .like-button-container .like-button,[data-theme=dark] .favorite-btn,[data-theme=dark] .favorite-btn-like,[data-theme=dark] .like-button-container .like-button,[data-theme=green] .favorite-btn,[data-theme=green] .favorite-btn-like,[data-theme=green] .like-button-container .like-button{height:36px!important;max-height:36px!important;max-width:36px!important;min-height:36px!important;min-width:36px!important;width:36px!important}.favorite-btn i,.favorite-btn-like i,.like-button-container .like-button i,[data-theme=blue] .favorite-btn i,[data-theme=blue] .favorite-btn-like i,[data-theme=blue] .like-button-container .like-button i,[data-theme=dark] .favorite-btn i,[data-theme=dark] .favorite-btn-like i,[data-theme=dark] .like-button-container .like-button i,[data-theme=green] .favorite-btn i,[data-theme=green] .favorite-btn-like i,[data-theme=green] .like-button-container .like-button i{font-size:16px!important}}[data-theme=blue] .product-card .product-info,[data-theme=green] .product-card .product-info{padding:1rem!important}[data-theme=blue] .product-card .product-info h3,[data-theme=green] .product-card .product-info h3{font-size:1rem!important;line-height:1.3!important;margin-bottom:.25rem!important}[data-theme=blue] .product-card .product-category,[data-theme=green] .product-card .product-category{font-size:.7rem!important;margin-bottom:.5rem!important}[data-theme=blue] .product-card .product-price,[data-theme=green] .product-card .product-price{margin-bottom:.75rem!important}[data-theme=blue] .product-card .current-price,[data-theme=green] .product-card .current-price{font-size:1.1rem!important;font-weight:700!important}[data-theme=blue] .product-card .original-price,[data-theme=green] .product-card .original-price{font-size:.8rem!important}[data-theme=blue] .product-card .product-stock,[data-theme=green] .product-card .product-stock{font-size:.7rem!important;margin-bottom:.75rem!important}[data-theme=blue] .product-card .product-actions,[data-theme=green] .product-card .product-actions{gap:.375rem!important;margin-top:.5rem!important}.box,.card,.container,.content,.dropdown-menu,.modal-content,.page,.panel,.popover,[class$=-page],article,body,html,main,section:not(.hero-section){color:#212529;color:var(--text-primary,#212529)}.form-control,input:not([type=submit]):not([type=button]),select,textarea{color:#212529!important;color:var(--text-primary,#212529)!important}table,tbody,td,th,thead,tr{color:#212529;color:var(--text-primary,#212529)}h1,h2,h3,h4,h5,h6{color:#212529;color:var(--text-heading,var(--text-primary,#212529))}p{color:inherit}[style*="background-color: #fff"] :not(button):not(.btn),[style*="background-color: #ffffff"] :not(button):not(.btn),[style*="background-color: white"] :not(button):not(.btn),[style*="background: #fff"] :not(button):not(.btn),[style*="background: #ffffff"] :not(button):not(.btn),[style*="background: white"] :not(button):not(.btn){color:#212529;color:var(--text-primary,#212529)}.user-settings,.user-settings-page{max-width:100vw!important;overflow-x:hidden!important}.user-settings .settings-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.user-settings .settings-content{max-width:100%}.user-settings .settings-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.user-settings .settings-list .setting-item{align-items:center;border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:15px 0}@media (max-width:768px){.user-settings,.user-settings-page{padding:10px}.profile-page{padding:10px!important}.profile-page .container{padding:0 10px!important}.profile-page .profile-tabs,.profile-page .tab-buttons{flex-direction:column!important;width:100%!important}.profile-page .profile-tabs button,.profile-page .tab-buttons button{width:100%!important}.profile-page .form-row{flex-direction:column!important}.profile-page .form-group{width:100%!important}.orders-page{padding:10px!important}.orders-page .orders-table{display:block!important;overflow-x:auto!important}.orders-page .order-card{padding:15px!important}.cart-page{padding:10px!important}.cart-page .cart-items{width:100%!important}.cart-page .cart-item{align-items:flex-start!important;flex-direction:column!important;gap:10px}.cart-page .cart-summary{margin-top:20px;width:100%!important}.checkout-page{padding:10px!important}.checkout-page .checkout-form{width:100%!important}.checkout-page .form-row{flex-direction:column!important}.checkout-page .order-summary{margin-top:20px;width:100%!important}.product-detail-page{padding:10px!important}.product-detail-page .product-layout{flex-direction:column!important}.product-detail-page .product-gallery,.product-detail-page .product-info{width:100%!important}.contact-page{padding:10px!important}.contact-page .contact-form{width:100%!important}.blog-page{padding:10px!important}.blog-page .blog-grid{grid-template-columns:1fr!important}.faq-page{padding:10px!important}.faq-page .faq-item{padding:15px!important}}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;line-height:1.6}body,html{transition:background-color .3s ease,color .3s ease}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-primary,var(--background-primary,#fff));color:#333;color:var(--text-primary,#333);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:var(--font-family-base,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif);max-width:100vw}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:.5rem}p{margin-bottom:1rem}a{color:#007bff;color:var(--link-color,#007bff);text-decoration:none}a:hover{text-decoration:underline}.main-content{display:flex;flex-direction:column;min-height:100vh}.header{height:150px!important;min-height:150px!important;width:100%;z-index:1000}.header-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:15px 0}.logo-section{flex-shrink:0}.header-actions{flex-shrink:0;gap:15px}.header-actions,.main-nav,.nav{align-items:center;display:flex}.main-nav,.nav{flex-wrap:wrap;gap:20px}.nav-link{border-radius:4px;color:#333;color:var(--text-primary,#333);padding:8px 12px;text-decoration:none;transition:all .2s ease}.nav-link:hover{background-color:#f8f9fa;background-color:var(--hover-bg,#f8f9fa);color:#007bff;color:var(--primary-color,#007bff)}.cart-icon,.cart-link{border-radius:4px;color:#333;color:var(--text-primary,#333);padding:8px;position:relative;text-decoration:none;transition:all .2s ease}.cart-badge,.cart-count{align-items:center;background-color:#dc3545;background-color:var(--primary-color,#dc3545);border-radius:50%;color:#fff;display:flex;font-size:11px;font-weight:700;height:18px;justify-content:center;min-width:18px;position:absolute;right:-5px;top:-5px}input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;font-family:inherit}ol,ul{padding-left:1.5rem}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:focus{outline:2px solid #007bff;outline:2px solid var(--focus-color,#007bff);outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.container,.content,.main-content,.page,.page-content,.test-dashboard,.test-page,[class*=test],body:not(.dark-theme):not([data-theme=dark]):not([data-theme*=dark]){color:#333;color:var(--text-primary,#333)}.admin-main,.admin-page .content,.settings-content{color:#1f2937;color:var(--text-primary,#1f2937)}section:not(.hero-section):not(.dark-section){color:#333;color:var(--text-primary,#333)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.d-flex{display:flex}.d-block{display:block}.d-none{display:none}.justify-center{justify-content:center}.align-center{align-items:center}.w-100{width:100%}.h-100{height:100%}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:1rem}.container{max-width:1200px}.btn{border:none;border-radius:4px;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.btn-primary{background-color:#007bff;color:#fff}.btn-secondary{background-color:#6c757d;color:#fff}.form-control{border:1px solid #ddd;border-radius:4px;padding:.5rem;width:100%}.card{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1rem}@media (max-width:768px){.container{padding:0 10px}}:root{--mobile-padding:15px;--mobile-container-max-width:100%;--tablet-container-max-width:768px;--desktop-container-max-width:1200px}.container{margin:0 auto;max-width:100%;max-width:var(--mobile-container-max-width);padding:0 15px;padding:0 var(--mobile-padding);width:100%}html{font-size:14px}.btn,button{border-radius:8px;cursor:pointer;font-size:16px;min-height:44px;padding:12px 20px;transition:all .2s ease}.btn:active{transform:scale(.98)}input,select,textarea{border:1px solid #ddd;border:1px solid var(--border-color,#ddd);border-radius:8px;box-sizing:border-box;font-size:16px;min-height:44px;padding:12px;width:100%}img{display:block;height:auto;max-width:100%}.card-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr;padding:15px;padding:var(--mobile-padding)}.nav-menu{display:none}.nav-mobile{align-items:center;display:flex;gap:12px}.hamburger-menu{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;height:24px;justify-content:space-between;padding:0;width:30px}.hamburger-menu span{background-color:#333;background-color:var(--text-primary,#333);border-radius:3px;display:block;height:3px;opacity:1;transform:rotate(0deg);transition:.25s ease-in-out;width:100%}.hamburger-menu.active span:first-child{top:9px;transform:rotate(135deg)}.hamburger-menu.active span:nth-child(2){opacity:0}.hamburger-menu.active span:nth-child(3){top:9px;transform:rotate(-135deg)}.mobile-menu{background:#fff!important;color:#333!important;height:100vh;left:0;overflow-y:auto;padding:80px 20px 20px;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:100%;z-index:9999}.mobile-menu.active{transform:translateX(0)}.mobile-menu-close{background:none;border:none;color:#333!important;color:#333;color:var(--text-primary,#333);cursor:pointer;font-size:24px;padding:10px;position:absolute;right:20px;top:20px}.mobile-menu-items{list-style:none;margin:0;padding:0}.mobile-menu-items li{margin-bottom:15px}.mobile-menu-items a,.mobile-menu-items button{background:#0000!important;border-bottom:1px solid #eee!important;color:#333!important;cursor:pointer;display:block;font-size:18px;padding:15px 0;text-align:left;text-decoration:none;width:100%}.mobile-menu-items a:hover,.mobile-menu-items button:hover{color:#007bff!important}@media (min-width:768px){html{font-size:15px}.container{max-width:768px;max-width:var(--tablet-container-max-width);padding:0 30px}.card-grid{gap:20px;grid-template-columns:repeat(2,1fr);padding:30px}.nav-mobile{display:none!important}.nav-menu{display:flex!important}}@media (max-width:999px){.main-nav,.nav-menu{display:none!important}.nav-mobile{align-items:center;display:flex!important;gap:12px}}@media (min-width:1000px){.main-nav,.nav-menu{display:flex!important}.nav-mobile{display:none!important}}@media (min-width:992px){html{font-size:16px}.container{max-width:1200px;max-width:var(--desktop-container-max-width);padding:0 40px}.card-grid{gap:30px;grid-template-columns:repeat(3,1fr);padding:40px}}@media (min-width:1200px){.container{max-width:1200px}.card-grid{grid-template-columns:repeat(4,1fr)}}.header{padding:15px;padding:15px var(--mobile-padding);position:relative}@media (min-width:768px){.header{padding:20px 30px}}.admin-sidebar{transform:translateX(-100%);transition:transform .3s ease}.admin-sidebar.mobile-open{transform:translateX(0)}@media (min-width:768px){.admin-sidebar{transform:translateX(0)!important}.admin-main{margin-left:250px}}.product-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:15px;padding:var(--mobile-padding)}@media (max-width:480px){.product-grid{grid-template-columns:1fr}}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}table{min-width:600px}@media (max-width:768px){table,tbody,td,th,thead,tr{display:block}thead tr{left:-9999px;position:absolute;top:-9999px}tr{border:1px solid #ccc;border-radius:8px;margin-bottom:10px;padding:10px}td{border:none;padding-bottom:10px;padding-left:50%!important;padding-top:10px;position:relative}td:before{color:#666;color:var(--text-secondary,#666);content:attr(data-label) ": ";font-weight:700;left:6px;padding-right:10px;position:absolute;white-space:nowrap;width:45%}}.modal-content{margin:20px auto;max-height:90vh;max-width:500px;overflow-y:auto;width:95%}@media (min-width:768px){.modal-content{margin:50px auto;width:80%}}.form-row{display:flex;flex-direction:column;gap:15px}@media (min-width:768px){.form-row{flex-direction:row}.form-row .form-group{flex:1 1}}.hide-mobile{display:none}@media (min-width:768px){.hide-mobile{display:block}}.show-mobile{display:block}@media (min-width:768px){.show-mobile{display:none}}.touch-friendly{margin:10px 0;padding:20px}body{overflow-x:hidden}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}#root,.App,body,html{max-width:100vw!important;overflow-x:hidden!important}.content-wrapper,.main-content,.page,.page-container,[class*=-container],[class*=-page]{box-sizing:border-box!important;max-width:100%!important;overflow-x:hidden!important}@media (max-width:768px){.container,.content,.section,.wrapper,section{box-sizing:border-box!important;max-width:100%!important;padding-left:15px!important;padding-right:15px!important}.form-container,.form-group,.form-row,form{max-width:100%!important;width:100%!important}input:not([type=checkbox]):not([type=radio]),select,textarea{box-sizing:border-box!important;max-width:100%!important;width:100%!important}table{display:block!important;max-width:100%!important;overflow-x:auto!important;width:100%!important}.box,.card,.panel,[class*=-box],[class*=-card]{margin-left:0!important;margin-right:0!important;max-width:100%!important}img{height:auto!important;max-width:100%!important}.grid,[class*=-grid]{display:flex!important;flex-direction:column!important;gap:15px!important}.flex-row,.row,[class*=-row]{flex-wrap:wrap!important}::-webkit-scrollbar:horizontal{display:none}}.about-page,.blog-page,.cart-page,.checkout-page,.contact-page,.faq-page,.orders-page,.product-detail-page,.products-page,.profile-page,.settings-page,.user-settings-page{max-width:100vw!important;overflow-x:hidden!important}@media (max-width:768px){.cart-page,.checkout-page,.orders-page,.profile-page,.settings-page,.user-settings-page{padding:15px!important}.settings-tabs,.tab-buttons,.tab-list,.tabs{flex-direction:column!important;width:100%!important}.settings-tabs button,.tab-buttons button,.tab-list button,.tabs button{padding:12px 15px!important;text-align:left!important;width:100%!important}.settings-content,.tab-content,.tab-panel{padding:15px!important;width:100%!important}.sidebar-layout,.two-column,.with-sidebar{flex-direction:column!important}.aside,.sidebar{margin-bottom:20px!important;width:100%!important}}
/*# sourceMappingURL=main.29bd206d.css.map*/