.navbar{position:fixed;top:0;left:0;right:0;background:#f3f4f6;box-shadow:0 2px 4px #0000001a;z-index:1000;padding:1rem 0;transition:background .3s ease}[data-theme=dark] .navbar{background:var(--navbar-bg, #1f2937);box-shadow:0 2px 4px #0000004d}.navbar-container{width:100%;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar-logo{display:flex;align-items:center;text-decoration:none}.logo-image{height:60px;width:auto;transition:opacity .3s ease}.navbar-menu{display:flex;gap:1.5rem;flex:1}.navbar-link{color:#1f2937;font-weight:500;transition:color .3s;text-decoration:none}.navbar-link:hover{color:#2563eb}[data-theme=dark] .navbar-link{color:var(--text-color, #e5e7eb)}.search-icon-button{background:transparent;border:2px solid #d1d5db;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:all .3s ease;color:#1f2937}.search-icon-button:hover{background:var(--hover-bg, #f3f4f6);transform:scale(1.1);border-color:#2563eb}[data-theme=dark] .search-icon-button{border-color:var(--border-color, #4b5563);color:var(--text-color, #e5e7eb)}[data-theme=dark] .search-icon-button:hover{background:var(--hover-bg, #374151);border-color:#14b8a6}.navbar-right,.navbar-actions{display:flex;align-items:center;gap:1rem}.theme-toggle{background:transparent;border:2px solid #d1d5db;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:all .3s ease;padding:0;color:#1f2937}.theme-icon{width:20px;height:20px;object-fit:contain}.theme-toggle:hover{background:var(--hover-bg, #f3f4f6);transform:scale(1.1)}[data-theme=dark] .theme-toggle{border-color:var(--border-color, #4b5563)}[data-theme=dark] .theme-toggle:hover{background:var(--hover-bg, #374151)}.cart-icon{position:relative;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .3s ease;border:2px solid #d1d5db;border-radius:50%;width:40px;height:40px;padding:0;background:transparent}.cart-icon:hover{transform:scale(1.1);border-color:#2563eb;background:var(--hover-bg, #f3f4f6)}[data-theme=dark] .cart-icon{border-color:var(--border-color, #4b5563)}[data-theme=dark] .cart-icon:hover{border-color:#14b8a6;background:var(--hover-bg, #374151)}.cart-icon-image{width:24px;height:24px;object-fit:contain}.cart-badge{position:absolute;top:-8px;right:-8px;background:#17a2b8;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.user-icon-container{position:relative}.user-icon-button{background:transparent;border:2px solid #d1d5db;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:all .3s ease;color:#1f2937}.user-icon-button:hover{background:var(--hover-bg, #f3f4f6);transform:scale(1.1);border-color:#2563eb}[data-theme=dark] .user-icon-button{border-color:var(--border-color, #4b5563)}[data-theme=dark] .user-icon-button:hover{background:var(--hover-bg, #374151);border-color:#14b8a6}.user-icon{width:24px;height:24px;object-fit:contain}.user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:var(--card-bg, #ffffff);border:1px solid var(--border-color, #ddd);border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:1001;overflow:hidden;animation:slideDown .2s ease-out}[data-theme=dark] .user-dropdown{background:var(--card-bg, #1f2937);border-color:var(--border-color, #4b5563);box-shadow:0 4px 12px #0000004d}.user-dropdown-header{padding:1rem;border-bottom:1px solid var(--border-color, #e5e7eb)}[data-theme=dark] .user-dropdown-header{border-bottom-color:var(--border-color, #4b5563)}.user-dropdown-header .user-name{color:var(--text-color, #333);font-weight:600;font-size:.95rem}[data-theme=dark] .user-dropdown-header .user-name{color:var(--text-color, #e5e7eb)}.user-dropdown-divider{height:1px;background:var(--border-color, #e5e7eb);margin:.5rem 0}[data-theme=dark] .user-dropdown-divider{background:var(--border-color, #4b5563)}.user-dropdown-link{display:block;padding:.75rem 1rem;color:var(--text-color, #333);text-decoration:none;font-size:.9rem;transition:background .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}[data-theme=dark] .user-dropdown-link{color:var(--text-color, #e5e7eb)}.user-dropdown-link:hover{background:var(--hover-bg, #f3f4f6)}[data-theme=dark] .user-dropdown-link:hover{background:var(--hover-bg, #374151)}.user-dropdown-link.logout-link{color:#6b7280;border-top:1px solid var(--border-color, #e5e7eb);margin-top:.25rem}[data-theme=dark] .user-dropdown-link.logout-link{border-top-color:var(--border-color, #4b5563);color:#9ca3af}.user-dropdown-link.logout-link:hover{background:#f3f4f6;color:#4b5563}[data-theme=dark] .user-dropdown-link.logout-link:hover{background:#374151;color:#d1d5db}.dropdown-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:transparent}.search-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2000;animation:fadeIn .15s ease-in-out}.search-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--card-bg, #ffffff);border-radius:12px;box-shadow:0 20px 60px #0000004d;width:90%;max-width:600px;max-height:80vh;z-index:2001;display:flex;flex-direction:column;animation:slideUp .15s cubic-bezier(.16,1,.3,1);overflow:hidden}[data-theme=dark] .search-modal{background:var(--card-bg, #1f2937);box-shadow:0 20px 60px #00000080}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.search-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color, #e5e7eb)}[data-theme=dark] .search-modal-header{border-bottom-color:var(--border-color, #4b5563)}.search-modal-header h2{margin:0;font-size:1.5rem;font-weight:600;color:var(--text-color, #333)}[data-theme=dark] .search-modal-header h2{color:var(--text-color, #e5e7eb)}.search-modal-close{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--text-color, #666);transition:color .2s ease;border-radius:4px}.search-modal-close:hover{color:var(--text-color, #333);background:var(--hover-bg, #f3f4f6)}[data-theme=dark] .search-modal-close{color:var(--text-color, #9ca3af)}[data-theme=dark] .search-modal-close:hover{color:var(--text-color, #e5e7eb);background:var(--hover-bg, #374151)}.search-modal-input-container{position:relative;padding:1.5rem 1.5rem 1rem}.search-input-icon{position:absolute;left:2rem;top:50%;transform:translateY(-50%);color:var(--text-color, #9ca3af);pointer-events:none}.search-modal-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid var(--border-color, #e5e7eb);border-radius:8px;font-size:1rem;background:var(--input-bg, #fff);color:var(--text-color, #333);transition:all .2s ease;outline:none}.search-modal-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}[data-theme=dark] .search-modal-input{background:var(--input-bg, #374151);border-color:var(--border-color, #4b5563);color:var(--text-color, #e5e7eb)}[data-theme=dark] .search-modal-input:focus{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}.search-clear-button{position:absolute;right:2rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:var(--text-color, #9ca3af);transition:color .2s ease;border-radius:4px}.search-clear-button:hover{color:var(--text-color, #333);background:var(--hover-bg, #f3f4f6)}[data-theme=dark] .search-clear-button{color:var(--text-color, #6b7280)}[data-theme=dark] .search-clear-button:hover{color:var(--text-color, #e5e7eb);background:var(--hover-bg, #374151)}.search-loading{position:absolute;right:2rem;top:50%;transform:translateY(-50%)}.spinner{width:20px;height:20px;border:2px solid var(--border-color, #e5e7eb);border-top-color:#2563eb;border-radius:50%;animation:spin .6s linear infinite}[data-theme=dark] .spinner{border-color:var(--border-color, #4b5563);border-top-color:#14b8a6}@keyframes spin{to{transform:rotate(360deg)}}.search-results,.search-suggestions{flex:1;overflow-y:auto;padding:0 1.5rem 1.5rem}.search-results-header,.search-suggestions-header{margin-bottom:1rem;font-size:.875rem;font-weight:600;color:var(--text-color, #6b7280);text-transform:uppercase;letter-spacing:.05em}[data-theme=dark] .search-results-header,[data-theme=dark] .search-suggestions-header{color:var(--text-color, #9ca3af)}.search-categories-list{display:flex;flex-direction:column;gap:.5rem}.search-category-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:transparent;border:1px solid var(--border-color, #e5e7eb);border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left}[data-theme=dark] .search-category-item{border-color:var(--border-color, #4b5563)}.search-category-item:hover{background:var(--hover-bg, #f3f4f6);border-color:#2563eb;transform:translate(4px)}[data-theme=dark] .search-category-item:hover{background:var(--hover-bg, #374151);border-color:#14b8a6}.category-name{font-weight:500;color:var(--text-color, #333);font-size:1rem}[data-theme=dark] .category-name{color:var(--text-color, #e5e7eb)}.category-count{font-size:.875rem;color:var(--text-color, #6b7280)}[data-theme=dark] .category-count{color:var(--text-color, #9ca3af)}.search-no-results{padding:3rem 1.5rem;text-align:center;color:var(--text-color, #6b7280)}[data-theme=dark] .search-no-results{color:var(--text-color, #9ca3af)}.search-no-results p{margin:.5rem 0;font-size:1rem}.search-no-results p:first-child{font-weight:500;font-size:1.125rem}.search-suggestion-text{font-size:.875rem!important;opacity:.7}.search-no-results:before{content:":(";display:block;font-size:3rem;margin-bottom:1rem;opacity:.5}.mobile-menu-toggle{display:none;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.menu-icon{width:28px;height:28px;transition:opacity .3s ease}.mobile-menu-toggle:hover .menu-icon{opacity:.8}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}[data-theme=dark] .mobile-menu-overlay{background:#000000b3}.mobile-menu{position:fixed;top:0;right:0;width:280px;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;z-index:1000;transform:translate(0);animation:slideIn .3s ease;overflow-y:auto;display:flex;flex-direction:column}[data-theme=dark] .mobile-menu{background:var(--navbar-bg, #1f2937);box-shadow:-2px 0 10px #0000004d}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}[data-theme=dark] .mobile-menu-header{border-bottom-color:#374151}.mobile-menu-header h3{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600}[data-theme=dark] .mobile-menu-header h3{color:var(--text-color, #e5e7eb)}.mobile-menu-close{background:transparent;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.mobile-menu-close:hover{color:#1f2937}[data-theme=dark] .mobile-menu-close{color:#9ca3af}[data-theme=dark] .mobile-menu-close:hover{color:var(--text-color, #e5e7eb)}.mobile-menu-links{display:flex;flex-direction:column;padding:1rem 0;flex:1;overflow-y:auto}.mobile-menu-link{padding:1rem 1.5rem;color:#1f2937;text-decoration:none;font-weight:500;transition:background .3s ease,color .3s ease;border-bottom:1px solid #f3f4f6}.mobile-menu-link:hover{background:#f9fafb;color:#2563eb}[data-theme=dark] .mobile-menu-link{color:var(--text-color, #e5e7eb);border-bottom-color:#374151}[data-theme=dark] .mobile-menu-link:hover{background:var(--hover-bg, #374151);color:#14b8a6}.mobile-menu-actions{margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb}[data-theme=dark] .mobile-menu-actions{border-top-color:#374151}.mobile-menu-action-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;width:100%;background:transparent;border:none;text-align:left;color:#1f2937;text-decoration:none;font-weight:500;font-size:1rem;cursor:pointer;transition:background .3s ease,color .3s ease;border-bottom:1px solid #f3f4f6;position:relative}.mobile-menu-action-item:hover{background:#f9fafb;color:#2563eb}[data-theme=dark] .mobile-menu-action-item{color:var(--text-color, #e5e7eb);border-bottom-color:#374151}[data-theme=dark] .mobile-menu-action-item:hover{background:var(--hover-bg, #374151);color:#14b8a6}.mobile-menu-icon{width:24px;height:24px;flex-shrink:0}.mobile-cart-badge{margin-left:auto;background:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 4px #0003}[data-theme=dark] .mobile-cart-badge{border-color:var(--navbar-bg, #1f2937)}.mobile-user-menu-container{position:relative;width:100%}.mobile-user-dropdown{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-top:.5rem;margin-left:1.5rem;margin-right:1.5rem;overflow:hidden;animation:slideDown .2s ease}[data-theme=dark] .mobile-user-dropdown{background:var(--navbar-bg, #1f2937);box-shadow:0 4px 12px #0000004d}.mobile-user-dropdown-link{display:block;padding:.75rem 1rem;color:#1f2937;text-decoration:none;font-weight:500;transition:background .3s ease,color .3s ease;border-bottom:1px solid #f3f4f6;background:transparent;border-left:none;border-right:none;border-top:none;width:100%;text-align:left;cursor:pointer;font-size:.95rem}.mobile-user-dropdown-link:last-child{border-bottom:none}.mobile-user-dropdown-link:hover{background:#f9fafb;color:#2563eb}.mobile-user-dropdown-link.logout-link{color:#ef4444}.mobile-user-dropdown-link.logout-link:hover{background:#fee2e2;color:#dc2626}[data-theme=dark] .mobile-user-dropdown-link{color:var(--text-color, #e5e7eb);border-bottom-color:#374151}[data-theme=dark] .mobile-user-dropdown-link:hover{background:var(--hover-bg, #374151);color:#14b8a6}[data-theme=dark] .mobile-user-dropdown-link.logout-link{color:#f87171}[data-theme=dark] .mobile-user-dropdown-link.logout-link:hover{background:#7f1d1d;color:#fca5a5}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width: 768px){.navbar-container{flex-direction:row;gap:1rem;justify-content:space-between;align-items:center}.navbar-right{gap:.5rem}.mobile-menu-toggle{display:block}.navbar-menu{display:none}.navbar-search{width:100%}.navbar-actions{gap:.5rem}.navbar-actions .cart-icon,.navbar-actions .user-icon-container{display:none}.search-icon-button,.navbar-actions .theme-toggle{display:flex}}.footer{background:#f3f4f6;color:#1f2937;margin-top:4rem;padding:2rem 0 1rem;transition:background .3s ease,color .3s ease}[data-theme=dark] .footer{background:var(--navbar-bg, #1f2937);color:var(--text-color, #e5e7eb)}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#111827;font-weight:600}[data-theme=dark] .footer-section h3,[data-theme=dark] .footer-section h4{color:var(--text-color, #e5e7eb)}.footer-section p{margin:.5rem 0;color:#4b5563}[data-theme=dark] .footer-section p{color:#d1d5db}.footer-bottom{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid #e5e7eb;color:#6b7280}[data-theme=dark] .footer-bottom{border-top:1px solid #374151;color:#9ca3af}.payment-methods{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.payment-logo{height:40px;width:auto;background:#fff;padding:.5rem;border-radius:6px;object-fit:contain;transition:transform .3s ease}.payment-logo:hover{transform:scale(1.1)}.chatbot-toggle{position:fixed;bottom:2rem;right:2rem;width:130px;height:130px;border-radius:50%;background:transparent;color:#fff;font-size:1.5rem;box-shadow:0 4px 12px #00000026;z-index:1000;transition:right .3s ease,transform .3s;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;overflow:visible}@media (max-width: 768px){.chatbot-toggle{width:70px;height:70px}body.mobile-menu-open .chatbot-toggle{right:calc(280px + 2rem)}}.chatbot-toggle:hover{transform:scale(1.1)}.chatbot-icon{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.chatbot-toggle:hover .chatbot-icon{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.chatbot-badge{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 4px #0003}.chatbot-container{position:fixed;bottom:2rem;right:2rem;width:350px;height:500px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0003;display:flex;flex-direction:column;z-index:1001;transition:right .3s ease}.chatbot-container.with-faq{right:2rem}.chatbot-header{background:#0d9488;color:#fff;padding:1rem;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center}.chatbot-header h3{margin:0;font-size:1.1rem}.chatbot-header-actions{display:flex;gap:.5rem;align-items:center}.chatbot-header button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:background-color .2s;border-radius:4px}.chatbot-header button:hover{background-color:#fff3}.minimize-btn{font-size:1.8rem!important;line-height:1}.chatbot-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.message{display:flex;max-width:80%}.message.user{align-self:flex-end}.message.bot{align-self:flex-start}.message-content{padding:.75rem 1rem;border-radius:12px;background:#f3f4f6;color:#1f2937;line-height:1.6}.message.user .message-content{background:#0d9488;color:#fff}[data-theme=dark] .chatbot-container{background:#1f2937}[data-theme=dark] .message-content{background:#374151;color:#fff}[data-theme=dark] .message.user .message-content{background:#0d9488;color:#fff}.message-content p{margin:.5rem 0}.message-content h1,.message-content h2,.message-content h3,.message-content h4{margin:.75rem 0 .5rem;font-weight:600}.message-content h1{font-size:1.3rem}.message-content h2{font-size:1.2rem}.message-content h3{font-size:1.1rem}.message-content ul,.message-content ol{margin:.5rem 0;padding-left:1.5rem}.message-content li{margin:.25rem 0}.message-content strong{font-weight:600}.message-content em{font-style:italic}.message-content code{background:#0000001a;padding:.2rem .4rem;border-radius:4px;font-size:.9em;color:#1f2937}[data-theme=dark] .message-content code,.message.user .message-content code{background:#fff3;color:#fff}.message-content blockquote{border-left:3px solid #0d9488;padding-left:1rem;margin:.5rem 0;font-style:italic}.message-content hr{border:none;border-top:1px solid rgba(0,0,0,.1);margin:1rem 0}[data-theme=dark] .message-content hr,.message.user .message-content hr{border-top-color:#fff3}.chatbot-input{display:flex;padding:1rem;border-top:1px solid #e5e7eb;gap:.5rem}[data-theme=dark] .chatbot-input{border-top-color:#4b5563}.chatbot-input input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;background:#fff;color:#1f2937}[data-theme=dark] .chatbot-input input{background:#374151;border-color:#4b5563;color:#fff}[data-theme=dark] .chatbot-input input::placeholder{color:#9ca3af}.chatbot-input button{padding:.75rem 1.5rem;background:#0d9488;color:#fff;border-radius:8px;font-weight:500}.chatbot-input button:hover{background:#0f766e}.faq-modal{position:fixed;bottom:2rem;right:calc(3rem + 350px);width:320px;height:500px;z-index:1002;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.faq-modal-content{width:100%;height:100%;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0003;display:flex;flex-direction:column;overflow:hidden}[data-theme=dark] .faq-modal-content{background:#1f2937}.faq-header{background:#f9fafb;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}[data-theme=dark] .faq-header{background:#374151;border-bottom-color:#4b5563}.faq-header h4{margin:0;font-size:1rem;font-weight:600;color:#333}[data-theme=dark] .faq-header h4{color:#fff}.faq-close{background:none;border:none;color:#6b7280;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:1;transition:color .2s}.faq-close:hover{color:#374151}.faq-questions{flex:1;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.faq-question{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.875rem 1rem;text-align:left;font-size:.9rem;color:#374151;cursor:pointer;transition:all .2s;font-family:inherit;width:100%;border-bottom:1px solid #f3f4f6}[data-theme=dark] .faq-question{background:#374151;border-color:#4b5563;color:#fff;border-bottom-color:#4b5563}.faq-question:hover{background:#f9fafb;border-color:#0d9488;color:#0d9488}[data-theme=dark] .faq-question:hover{background:#4b5563;border-color:#0d9488;color:#14b8a6}.faq-question:active{transform:scale(.98)}@media (max-width: 1024px){.faq-modal{width:300px;right:calc(3rem + 350px)}.chatbot-container.with-faq{right:2rem}}@media (max-width: 768px){.faq-modal{width:300px;height:500px}.chatbot-container{width:calc(50% - 1rem);height:500px}.chatbot-container.with-faq{right:calc(50% + .5rem)}}@media (max-width: 640px){.faq-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100vw - 2rem);max-width:400px;height:70vh;max-height:600px;bottom:auto;right:auto;z-index:1003}.chatbot-container{width:calc(100vw - 2rem);height:calc(100vh - 4rem);bottom:1rem;right:1rem}.chatbot-container.with-faq{right:1rem;z-index:1002}}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirm-modal{background:#fff;border-radius:12px;padding:1.5rem;max-width:400px;width:90%;box-shadow:0 8px 24px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.confirm-modal h4{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#1f2937}.confirm-modal p{margin:0 0 1.5rem;color:#6b7280;line-height:1.6}.confirm-modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.confirm-modal-actions button{padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.85rem;min-width:90px;width:90px}.confirm-btn{background:#6b7280!important;color:#fff!important}.confirm-btn:hover{background:#4b5563!important}.cancel-btn{background:#6b7280!important;color:#fff!important}.cancel-btn:hover{background:#4b5563!important}[data-theme=dark] .confirm-modal{background:#1f2937}[data-theme=dark] .confirm-modal h4{color:#fff}[data-theme=dark] .confirm-modal p{color:#d1d5db}[data-theme=dark] .confirm-btn{background:#6b7280!important;color:#fff!important}[data-theme=dark] .confirm-btn:hover{background:#4b5563!important}[data-theme=dark] .cancel-btn{background:#6b7280!important;color:#fff!important}[data-theme=dark] .cancel-btn:hover{background:#4b5563!important}.layout{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-color, #ffffff);transition:background .3s ease}[data-theme=dark] .layout{background:var(--bg-color, #111827)}.main-content{flex:1;padding-top:0;background:var(--bg-color, #ffffff);transition:background .3s ease}[data-theme=dark] .main-content{background:var(--bg-color, #111827)}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;height:100%;text-decoration:none;border:1px solid rgba(0,0,0,.05)}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001f;border-color:#2563eb33}.product-image{width:100%;height:240px;overflow:hidden;background:linear-gradient(135deg,#f9fafb,#f3f4f6);display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;margin:0 auto}.product-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;transition:transform .3s ease;display:block;margin:0 auto}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1rem 1rem .75rem;display:flex;flex-direction:column;align-items:center;text-align:center}.product-name{font-size:.95rem;font-weight:600;margin:0;color:#1f2937;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em;text-align:center;width:100%}.product-info-footer{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center}.product-brand{color:#6b7280;font-size:.875rem;margin:0;font-weight:500;background:#f3f4f6;padding:.375rem .75rem;border-radius:6px;display:inline-block;width:fit-content}.product-price{font-size:1.25rem;font-weight:700;color:#2563eb;margin:0;padding-top:.5rem;border-top:1px solid #e5e7eb;width:100%;text-align:center}.product-badge{display:inline-block;background:#fee2e2;color:#991b1b;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;margin-top:.5rem;width:fit-content}[data-theme=dark] .product-card{background:#1f2937;border-color:#ffffff1a;box-shadow:0 2px 12px #0000004d}[data-theme=dark] .product-card:hover{border-color:#2563eb66;box-shadow:0 8px 24px #00000080}[data-theme=dark] .product-image{background:linear-gradient(135deg,#111827,#1f2937)}[data-theme=dark] .product-name{color:#e5e7eb}[data-theme=dark] .product-brand{background:#374151;color:#d1d5db}[data-theme=dark] .product-price{border-top-color:#374151}@media (max-width: 768px){.product-image{height:200px;padding:.75rem}.product-info{padding:.75rem .75rem .5rem}.product-info-footer{padding:.5rem .75rem .75rem}.product-name{font-size:.9rem;min-height:2.2em}.product-price{font-size:1.1rem}}.home{max-width:1200px;margin:0 auto;padding:2rem;background:var(--bg-color, #ffffff);min-height:calc(100vh - 80px)}[data-theme=dark] .home{background:var(--bg-color, #111827)}.banner-section{width:100%;margin-bottom:4rem;margin-top:92px;position:relative}.banner-carousel{position:relative;width:100%;height:500px;overflow:hidden}.banner-slides-container{display:flex;width:100%;height:100%;transition:transform .5s ease-in-out}.banner-slide{position:relative;min-width:100%;width:100%;height:100%;flex-shrink:0}.banner-slide img{width:100%;height:100%;object-fit:cover}.banner-indicators{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{background:#ffffff80}.indicator.active{background:#fff;width:14px;height:14px}.banner-content{position:absolute;padding:2rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);max-width:50%}.banner-content.centro{top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;max-width:80%}.banner-content.izquierda{top:50%;left:2rem;transform:translateY(-50%);text-align:left}.banner-content.derecha{top:50%;right:2rem;left:auto;transform:translateY(-50%);text-align:right}.banner-content h2{font-size:2.5rem;margin-bottom:1rem}.banner-content p{font-size:1.2rem}.categorias-section,.productos-section{margin-bottom:4rem}.categorias-section h2,.productos-section h2,.assurance-section h2{font-size:2rem;margin-bottom:2rem;text-align:center;color:var(--text-color, #333)}[data-theme=dark] .categorias-section h2,[data-theme=dark] .productos-section h2,[data-theme=dark] .assurance-section h2{color:var(--text-color, #e5e7eb)}.categorias-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.categoria-card{background:linear-gradient(135deg,#1f2937,#374151);color:#fff;padding:2rem;border-radius:12px;text-align:center;transition:transform .3s,box-shadow .3s,background .3s;box-shadow:0 4px 12px #00000026;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;overflow:hidden}.categoria-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#14b8a6,#0d9488);opacity:0;transition:opacity .3s ease;z-index:0}.categoria-card:hover:before{opacity:1}.categoria-card>*{position:relative;z-index:1}[data-theme=dark] .categoria-card{background:var(--card-bg, #1f2937);box-shadow:0 2px 8px #0000004d}[data-theme=dark] .categoria-card:before{background:linear-gradient(135deg,#14b8a6,#0d9488)}.categoria-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000040}[data-theme=dark] .categoria-card:hover{box-shadow:0 4px 12px #00000080}.categoria-image{width:120px;height:120px;object-fit:contain;filter:brightness(0) invert(1);transition:transform .3s ease}.categoria-card:hover .categoria-image{transform:scale(1.1)}.categoria-card h3{font-size:1.5rem;margin:0;color:#fff;font-weight:600}[data-theme=dark] .categoria-card h3{color:var(--text-color, #e5e7eb)}.assurance-section{margin-bottom:4rem;padding:3rem 0;background:var(--section-bg, #f9fafb);border-radius:12px}[data-theme=dark] .assurance-section{background:var(--section-bg, #111827)}.assurance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:0 2rem}.assurance-card{background:var(--card-bg, #ffffff);padding:2rem;border-radius:12px;text-align:center;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;align-items:center;gap:1rem}[data-theme=dark] .assurance-card{background:var(--card-bg, #1f2937);box-shadow:0 2px 8px #0000004d}.assurance-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}[data-theme=dark] .assurance-card:hover{box-shadow:0 4px 12px #00000080}.assurance-icon{width:100px;height:100px;object-fit:contain}.assurance-card h3{font-size:1.2rem;margin:0;color:var(--text-color, #333);font-weight:600}[data-theme=dark] .assurance-card h3{color:var(--text-color, #e5e7eb)}.assurance-card p{margin:0;color:var(--text-color, #666);font-size:.95rem;line-height:1.5}[data-theme=dark] .assurance-card p{color:var(--text-color, #9ca3af)}@media (max-width: 768px){.banner-section{margin-top:70px}.banner-carousel{height:300px}.banner-content h2{font-size:1.5rem}.banner-content{max-width:90%;padding:1rem}.categorias-grid,.productos-grid,.assurance-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.assurance-section{padding:2rem 0}.assurance-grid{padding:0 1rem}}.categoria-page{max-width:1400px;margin:0 auto;padding:2rem}.categoria-header{margin-bottom:2rem;text-align:center}.categoria-header h1{font-size:2.5rem;color:#333}.categoria-content{display:grid;grid-template-columns:250px 1fr;gap:2rem}.filters-sidebar{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:100px}.filters-sidebar h3{margin-bottom:1.5rem;font-size:1.2rem}.filter-group{margin-bottom:1.5rem}.filter-label{display:block;margin-bottom:1rem;font-weight:500;color:#333;font-size:.95rem}.price-checkboxes{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s;-webkit-user-select:none;user-select:none}.checkbox-label:hover{background-color:#f9fafb}.price-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#2563eb;flex-shrink:0}.checkbox-text{color:#333;font-size:.9rem;flex:1;display:flex;align-items:center;gap:.5rem}.product-count{color:#6b7280;font-size:.85rem;font-weight:500}.no-filters{padding:1rem;background:#f9fafb;border-radius:6px;text-align:center}.no-filters p{color:#6b7280;font-size:.9rem;margin:0}.filter-button{width:100%;padding:.75rem;background:#2563eb;color:#fff;border-radius:6px;font-weight:500;margin-bottom:.5rem}.filter-button:hover{background:#1d4ed8}.filter-button.clear{background:#6b7280}.filter-button.clear:hover{background:#4b5563}.price-range{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.85rem;color:#6b7280}.price-range p{margin:.25rem 0}.price-range-values{font-weight:600;color:#2563eb;font-size:.95rem}.productos-main{min-height:400px}.productos-count{margin-bottom:1.5rem;color:#6b7280}.productos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.loading,.no-products{text-align:center;padding:4rem 2rem;color:#6b7280;font-size:1.1rem}@media (max-width: 968px){.categoria-content{grid-template-columns:1fr}.filters-sidebar{position:static}}.producto-detail{max-width:1200px;margin:0 auto;padding:2rem;padding-top:calc(92px + 2rem);min-height:calc(100vh - 92px)}.producto-detail-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.producto-image-section{width:100%;display:flex;align-items:flex-start;justify-content:center;min-height:400px}.producto-image-section img{width:100%;max-width:100%;height:auto;border-radius:12px;object-fit:contain;object-position:center top}.producto-info-section h1{font-size:2rem;margin-bottom:1rem;color:#333}.producto-brand{color:#6b7280;font-size:1.1rem;margin-bottom:1rem}.producto-price{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:2rem}.producto-description{margin-bottom:2rem}.producto-description h3{font-size:1.2rem;margin-bottom:.5rem;color:#333}.producto-description p{color:#6b7280;line-height:1.6}.producto-details{margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px}.detail-item{margin-bottom:.75rem;color:#333}.detail-item strong{margin-right:.5rem}.status{padding:.25rem .75rem;border-radius:4px;font-size:.9rem;font-weight:500}.status.disponible{background:#d1fae5;color:#065f46}.status.agotado{background:#fee2e2;color:#991b1b}.add-to-cart-btn{width:100%;padding:1rem;background:#2563eb;color:#fff;border-radius:8px;font-size:1.1rem;font-weight:600;transition:background .3s}.add-to-cart-btn:hover:not(:disabled){background:#1d4ed8}.add-to-cart-btn:disabled{background:#9ca3af;cursor:not-allowed}.quantity-selector{margin-bottom:1.5rem}.quantity-selector label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.quantity-btn{width:40px;height:40px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-input{width:80px;padding:.5rem;text-align:center;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.loading,.error{text-align:center;padding:4rem 2rem;font-size:1.2rem}@media (max-width: 968px){.producto-detail{padding-top:calc(70px + 2rem)}.producto-detail-container{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.producto-image-section{min-height:300px}}[data-theme=dark] .producto-detail-container{background:var(--bg-color, #1f2937);box-shadow:0 2px 8px #0000004d}[data-theme=dark] .producto-info-section h1,[data-theme=dark] .producto-description h3,[data-theme=dark] .detail-item{color:var(--text-color, #e5e7eb)}[data-theme=dark] .producto-details{background:#374151}.login-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem}.login-container{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;width:100%;max-width:400px}.login-button{padding:.75rem;background:#2563eb;color:#fff;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s}.login-button:hover:not(:disabled){background:#1d4ed8}.register-link{text-align:center;color:#6b7280}.register-link a{color:#2563eb;font-weight:500}.register-link a:hover{text-decoration:underline}.recovery-link{text-align:center;margin-top:.5rem}.recovery-link a{color:#6b7280;font-size:.9rem;text-decoration:none}.recovery-link a:hover{color:#2563eb;text-decoration:underline}.register-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem}.register-container{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;width:100%;max-width:500px}.register-container h1{text-align:center;margin-bottom:2rem;color:#333}.register-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input:focus{border-color:#2563eb;outline:none}.register-button{padding:.75rem;background:#2563eb;color:#fff;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s}.register-button:hover:not(:disabled){background:#1d4ed8}.register-button:disabled{background:#9ca3af;cursor:not-allowed}.login-link{text-align:center;color:#6b7280}.login-link a{color:#2563eb;font-weight:500}.login-link a:hover{text-decoration:underline}.divider{display:flex;align-items:center;text-align:center;margin:1rem 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #e5e7eb}.divider span{padding:0 1rem;color:#6b7280;font-size:.875rem}.google-button{width:100%;padding:.75rem;background:#fff;color:#333;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.google-button:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:0 1px 3px #0000001a}.step-indicator{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;gap:1rem}.step-item{display:flex;align-items:center;position:relative}.step-circle{width:40px;height:40px;border-radius:50%;background:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .3s ease;z-index:2}.step-circle.active{background:teal;color:#fff}.step-circle.completed{background:#4caf50;color:#fff}.step-label{position:absolute;top:50px;left:50%;transform:translate(-50%);white-space:nowrap;font-size:.85rem;color:#666;transition:color .3s ease}.step-label.active{color:teal;font-weight:700}.step-line{width:100px;height:2px;background:#e0e0e0;margin:0 .5rem;transition:background .3s ease}.step-line.completed{background:#4caf50}@media (max-width: 768px){.step-indicator{gap:.5rem}.step-circle{width:32px;height:32px;font-size:.9rem}.step-line{width:50px}.step-label{font-size:.75rem}}.account-recovery-container{max-width:500px;margin:2rem auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.account-recovery-container h2{text-align:center;margin-bottom:2rem;color:#333}.step-box{padding:1.5rem}.step-box.animate{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-box label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.step-box input{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box}.step-box input:focus{outline:none;border-color:teal}.step-box input:disabled{background:#f5f5f5;cursor:not-allowed}.step-box p{margin-bottom:1rem;color:#666;text-align:center}.step-box button{width:100%;padding:.75rem;background:teal;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease;margin-top:1rem}.step-box button:hover:not(:disabled){background:#066}.step-box button:disabled{background:#ccc;cursor:not-allowed}.step-box button.secondary{background:#666;width:auto;flex:1;margin-right:.5rem}.step-box button.secondary:hover:not(:disabled){background:#555}.code-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;margin:1.5rem 0}.code-grid input{width:100%;height:60px;text-align:center;font-size:1.5rem;font-weight:700;border:2px solid #ddd;border-radius:4px;margin:0}.code-grid input:focus{border-color:teal;outline:none}.button-row{display:flex;gap:.5rem;margin-top:1rem}.error{color:#d32f2f;font-size:.875rem;margin-top:.5rem;text-align:center}@media (max-width: 768px){.account-recovery-container{margin:1rem;padding:1.5rem}.code-grid{gap:.25rem}.code-grid input{height:50px;font-size:1.2rem}}.cart-page{max-width:1200px;margin:0 auto;padding:2rem;padding-top:calc(92px + 2rem);min-height:calc(100vh - 92px)}@media (max-width: 768px){.cart-page{padding-top:calc(70px + 1.5rem);min-height:calc(100vh - 70px)}}.cart-empty{text-align:center;padding:4rem 2rem;margin-top:2rem}.cart-empty h2{font-size:2rem;margin-bottom:1rem;color:#333}.cart-empty p{color:#6b7280;margin-bottom:2rem}.continue-shopping-btn{display:inline-block;padding:1rem 2rem;background:#0d9488;color:#fff;border-radius:8px;font-weight:500;transition:background .3s ease}.continue-shopping-btn:hover{background:#0f766e}.cart-container h1{font-size:2.5rem;margin-bottom:2rem;color:#333}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto auto;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;align-items:center}.cart-item-image{width:120px;height:120px;object-fit:cover;border-radius:8px}.cart-item-info{flex:1}.cart-item-info h3{font-size:1.2rem;margin-bottom:.5rem;color:#333}.cart-item-brand{color:#6b7280;font-size:.9rem;margin-bottom:.5rem}.cart-item-price{color:#0d9488;font-weight:600;font-size:1.1rem}.cart-item-controls{display:flex;flex-direction:column;gap:1rem;align-items:center}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:35px;height:35px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{background:#e5e7eb}.quantity-value{min-width:40px;text-align:center;font-weight:500}.remove-btn{padding:.5rem 1rem;background:#6b7280;color:#fff;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .3s ease}.remove-btn:hover{background:#4b5563}.cart-item-total{font-size:1.3rem;font-weight:700;color:#0d9488;min-width:120px;text-align:right}.cart-summary{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:100px}.cart-summary h2{font-size:1.5rem;margin-bottom:1.5rem;color:#333}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.summary-row.total{font-size:1.3rem;font-weight:700;color:#0d9488;border-bottom:none;margin-top:1rem;padding-top:1rem;border-top:2px solid #e5e7eb}.checkout-btn{width:100%;padding:1rem;background:#0d9488;color:#fff;border-radius:8px;font-size:1.1rem;font-weight:600;margin-top:1.5rem;cursor:pointer;transition:background .3s ease}.checkout-btn:hover{background:#0f766e}.clear-cart-btn{width:100%;padding:.75rem;background:#6b7280;color:#fff;border-radius:8px;font-size:1rem;margin-top:.5rem;cursor:pointer;transition:background .3s ease}.clear-cart-btn:hover{background:#4b5563}.continue-shopping-link{display:block;text-align:center;margin-top:1rem;color:#0d9488;font-weight:500;transition:color .3s ease}.continue-shopping-link:hover{color:#0f766e;text-decoration:underline}[data-theme=dark] .cart-empty h2{color:#fff}[data-theme=dark] .cart-empty p{color:#d1d5db}[data-theme=dark] .cart-container h1{color:#fff}[data-theme=dark] .cart-item{background:#1f2937;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .cart-item-info h3{color:#fff}[data-theme=dark] .cart-item-brand{color:#9ca3af}[data-theme=dark] .quantity-btn{background:#374151;border-color:#4b5563;color:#fff}[data-theme=dark] .quantity-btn:hover{background:#4b5563}[data-theme=dark] .quantity-value{color:#fff}[data-theme=dark] .cart-summary{background:#1f2937;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .cart-summary h2{color:#fff}[data-theme=dark] .summary-row{color:#fff;border-bottom-color:#4b5563}[data-theme=dark] .summary-row span{color:#fff}[data-theme=dark] .summary-row.total{border-top-color:#4b5563}@media (max-width: 968px){.cart-content{grid-template-columns:1fr}.cart-item{grid-template-columns:100px 1fr;gap:1rem}.cart-item-controls{grid-column:1 / -1;flex-direction:row;justify-content:space-between}.cart-item-total{grid-column:1 / -1;text-align:left;margin-top:1rem}}.checkout-page{max-width:1200px;margin:0 auto;padding:2rem}.checkout-container h1{font-size:2.5rem;margin-bottom:2rem;color:#333}.error-message{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:2rem}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.checkout-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.form-section{margin-bottom:2rem}.form-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:#333;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input:focus,.form-group select:focus{border-color:#2563eb;outline:none}.payment-icons-container{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.payment-icon-btn{background:#fff;border:2px solid #d1d5db;border-radius:8px;padding:.75rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:80px;height:60px}.payment-icon-btn:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.payment-icon-btn.selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 2px 4px #2563eb33}.payment-icon{width:100%;height:100%;max-width:60px;max-height:40px;object-fit:contain}[data-theme=dark] .payment-icon-btn{background:#1f2937;border-color:#4b5563}[data-theme=dark] .payment-icon-btn:hover{border-color:#2563eb;background:#374151}[data-theme=dark] .payment-icon-btn.selected{border-color:#2563eb;background:#1e3a8a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.submit-btn{width:100%;padding:1rem;background:#2563eb;color:#fff;border-radius:8px;font-size:1.2rem;font-weight:600;cursor:pointer;margin-top:2rem}.submit-btn:hover:not(:disabled){background:#1d4ed8}.submit-btn:disabled{background:#9ca3af;cursor:not-allowed}.checkout-summary{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:100px}.checkout-summary h2{font-size:1.5rem;margin-bottom:1.5rem;color:#333}.summary-items{margin-bottom:1.5rem}.summary-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb;font-size:.9rem}.summary-total{display:flex;justify-content:space-between;font-size:1.5rem;font-weight:700;color:#2563eb;padding-top:1rem;border-top:2px solid #e5e7eb}@media (max-width: 968px){.checkout-content,.form-row{grid-template-columns:1fr}}.profile-page{min-height:calc(100vh - 200px);padding:2rem;background-color:#f5f5f5}.profile-container{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.profile-container h1{margin-bottom:2rem;color:#333;font-size:2rem}.profile-tabs{display:flex;gap:1rem;border-bottom:2px solid #e0e0e0;margin-bottom:2rem}.profile-tabs button{padding:1rem 2rem;border:none;background:transparent;cursor:pointer;font-size:1rem;color:#666;border-bottom:3px solid transparent;transition:all .3s}.profile-tabs button:hover{color:teal}.profile-tabs button.active{color:teal;border-bottom-color:teal;font-weight:600}.profile-content{min-height:400px}.tab-content h2{margin-bottom:1.5rem;color:#333;font-size:1.5rem}.profile-form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.form-group label{font-weight:600;color:#333}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:teal}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{padding:.75rem 2rem;background-color:teal;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s;align-self:flex-start}.submit-btn:hover:not(:disabled){background-color:#066}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.error-message{background-color:#fee;color:#c33;padding:1rem;border-radius:6px;margin-bottom:1rem;border-left:4px solid #c33}.success-message{background-color:#efe;color:#3c3;padding:1rem;border-radius:6px;margin-bottom:1rem;border-left:4px solid #3c3}.pqrs-list{display:flex;flex-direction:column;gap:1.5rem}.pqrs-item{border:1px solid #ddd;border-radius:8px;padding:1.5rem;background-color:#fafafa}.pqrs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.pqrs-tipo{background-color:teal;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600}.pqrs-estado{padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600}.pqrs-detalle{color:#666;margin-bottom:1rem;line-height:1.6}.pqrs-meta{font-size:.875rem;color:#999}.pqrs-respuesta{margin-top:1rem;padding:1rem;background-color:#e3f2fd;border-radius:6px;border-left:4px solid #2196f3}.pqrs-respuesta strong{display:block;margin-bottom:.5rem;color:#1976d2}.pqrs-respuesta p{margin:.5rem 0;color:#333}.pedidos-list{display:flex;flex-direction:column;gap:1.5rem}.pedido-item{border:1px solid #ddd;border-radius:8px;padding:1.5rem;background-color:#fafafa}.pedido-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.pedido-header strong{display:block;font-size:1.125rem;color:#333;margin-bottom:.25rem}.pedido-fecha{display:block;font-size:.875rem;color:#999}.pedido-estado{padding:.5rem 1rem;border-radius:6px;color:#fff;font-weight:600;font-size:.875rem}.pedido-detalles{margin-bottom:1rem}.pedido-detalles h4{margin-bottom:.75rem;color:#333}.detalle-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.detalle-item:last-child{border-bottom:none}.pedido-info{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #e0e0e0;font-size:.875rem;color:#666}.pedido-info strong{color:#333}.cancel-btn{margin-top:1rem;padding:.75rem 1.5rem;background-color:#f44336;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .3s}.cancel-btn:hover:not(:disabled){background-color:#d32f2f}.cancel-btn:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .profile-page{background-color:#111827}[data-theme=dark] .profile-container{background:#1f2937;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .profile-container h1{color:#e5e7eb}[data-theme=dark] .profile-tabs{border-bottom-color:#4b5563}[data-theme=dark] .profile-tabs button{color:#9ca3af}[data-theme=dark] .profile-tabs button:hover{color:#0d9488}[data-theme=dark] .profile-tabs button.active{color:#0d9488;border-bottom-color:#0d9488}[data-theme=dark] .tab-content h2,[data-theme=dark] .form-group label{color:#e5e7eb}[data-theme=dark] .form-group input,[data-theme=dark] .form-group select,[data-theme=dark] .form-group textarea{background-color:#374151;border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group select:focus,[data-theme=dark] .form-group textarea:focus{border-color:#0d9488}[data-theme=dark] .form-group select option{background-color:#374151;color:#e5e7eb}[data-theme=dark] .pqrs-item{background-color:#374151;border-color:#4b5563}[data-theme=dark] .pqrs-detalle{color:#d1d5db}[data-theme=dark] .pqrs-meta{color:#9ca3af}[data-theme=dark] .pqrs-respuesta{background-color:#1e3a5f;border-left-color:#3b82f6}[data-theme=dark] .pqrs-respuesta strong{color:#60a5fa}[data-theme=dark] .pqrs-respuesta p{color:#e5e7eb}[data-theme=dark] .pedido-item{background-color:#374151;border-color:#4b5563}[data-theme=dark] .pedido-header{border-bottom-color:#4b5563}[data-theme=dark] .pedido-header strong{color:#e5e7eb}[data-theme=dark] .pedido-fecha{color:#9ca3af}[data-theme=dark] .pedido-detalles h4{color:#e5e7eb}[data-theme=dark] .detalle-item{border-bottom-color:#4b5563}[data-theme=dark] .pedido-info{border-top-color:#4b5563;color:#d1d5db}[data-theme=dark] .pedido-info strong{color:#e5e7eb}[data-theme=dark] .pqrs-list p,[data-theme=dark] .pedidos-list p{color:#d1d5db}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-container{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 8px 24px #0003;width:100%;max-width:400px}.login-container h1{text-align:center;margin-bottom:2rem;color:#333}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#333}.form-group input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.form-group input:focus{border-color:#0d9488;outline:none}.login-button,.google-button{padding:.75rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s}.login-button{background:#0d9488;color:#fff}.login-button:hover:not(:disabled){background:#0f766e}.login-button:disabled{background:#9ca3af;cursor:not-allowed}.google-button{background:#fff;color:#333;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;gap:.5rem}.google-button:hover{background:#f9fafb}.divider{text-align:center;position:relative;margin:1rem 0}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#e5e7eb}.divider:before{left:0}.divider:after{right:0}.divider span{background:#fff;padding:0 1rem;color:#6b7280}.error-message{background:#fee2e2;color:#991b1b;padding:.75rem;border-radius:6px;text-align:center}.admin-layout{display:flex;min-height:100vh;background:#f9fafb}.admin-sidebar{width:280px;background:#f5f5f5;color:#1f2937;display:flex;flex-direction:column;transition:width .3s ease,background .3s ease,color .3s ease;position:fixed;height:100vh;left:0;top:0;z-index:1000;overflow-y:auto}.admin-sidebar.closed{width:80px}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;min-height:100px;transition:border-color .3s ease}.sidebar-logo-button{flex:1;background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.sidebar-logo-button:hover{transform:scale(1.05)}.sidebar-logo{display:flex;align-items:center;justify-content:center;width:100%}.logo-image{max-width:100%;height:auto;max-height:80px;object-fit:contain;pointer-events:none}.admin-sidebar.closed .logo-image{max-height:50px}.sidebar-toggle{background:transparent;border:none;color:#1f2937;cursor:pointer;padding:.5rem;display:flex;flex-direction:column;gap:4px;width:24px;height:24px;justify-content:center;transition:color .3s ease}.sidebar-toggle span{width:100%;height:2px;background:#1f2937;transition:all .3s}.admin-sidebar.closed .sidebar-toggle{margin:0 auto}.sidebar-nav{flex:1;padding:1rem 0}.nav-item{display:flex;align-items:center;padding:1rem 1.5rem;color:#6b7280;text-decoration:none;transition:all .2s;border-left:3px solid transparent;gap:1rem}.nav-item:hover{background:#e5e7eb;color:#1f2937}.nav-item.active{background:#e5e7eb;color:#1f2937;border-left-color:#0d9488}.nav-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.nav-icon img,.nav-icon svg{width:100%;height:100%;object-fit:contain}.nav-icon svg{fill:currentColor}.pqrs-badge{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;border-radius:50%;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;padding:0 4px;box-shadow:0 2px 4px #0003;z-index:10}.pqrs-badge:empty{display:none}.nav-label{font-weight:500;font-size:.95rem;white-space:nowrap}.admin-sidebar.closed .nav-label{display:none}.admin-sidebar.closed .nav-item{justify-content:center;padding:1rem}.admin-main{flex:1;margin-left:280px;transition:margin-left .3s ease;display:flex;flex-direction:column;min-height:100vh}.admin-sidebar.closed~.admin-main{margin-left:80px}.admin-header{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000001a}.header-logo-button{display:none;background:transparent;border:none;cursor:pointer;padding:.5rem;transition:transform .2s ease;flex-shrink:0}.header-logo-button:hover{transform:scale(1.05)}.header-logo-image{width:50px;height:50px;object-fit:contain;pointer-events:none}.header-left h1{font-size:1.75rem;font-weight:700;color:#111827;margin:0}.header-right{display:flex;align-items:center;gap:1.5rem}.admin-theme-toggle{background:transparent;border:2px solid #d1d5db;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:all .3s ease}.admin-theme-toggle:hover{background:#f3f4f6;transform:scale(1.1);border-color:#0d9488}.admin-theme-icon{width:20px;height:20px;object-fit:contain}[data-theme=dark] .admin-theme-toggle{border-color:#4b5563}[data-theme=dark] .admin-theme-toggle:hover{background:#374151;border-color:#0d9488}.user-info{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#f3f4f6;border-radius:8px}.user-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.user-icon img,.user-icon svg{width:100%;height:100%;object-fit:contain}.user-name{font-weight:600;color:#111827;font-size:.9rem}.view-store-btn{padding:.75rem 1.5rem;background:#0d9488;color:#fff;border-radius:6px;font-weight:500;text-decoration:none;transition:background .3s;font-size:.9rem}.view-store-btn:hover{background:#0f766e}.logout-btn{padding:.75rem 1.5rem;background:#6b7280;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;font-size:.9rem;transition:background .3s}.logout-btn:hover{background:#4b5563}.admin-content{flex:1;padding:2rem;background:#f9fafb}[data-theme=dark] .admin-layout{background:#111827}[data-theme=dark] .admin-sidebar{background:#1f2937;color:#fff;border-right:1px solid #374151}[data-theme=dark] .sidebar-header{border-bottom-color:#374151}[data-theme=dark] .sidebar-toggle{color:#fff}[data-theme=dark] .sidebar-toggle span{background:#fff}[data-theme=dark] .nav-item{color:#9ca3af}[data-theme=dark] .nav-item:hover,[data-theme=dark] .nav-item.active{background:#374151;color:#fff}[data-theme=dark] .admin-header{background:#1f2937;border-bottom-color:#374151}[data-theme=dark] .header-left h1{color:#fff}[data-theme=dark] .user-info{background:#374151}[data-theme=dark] .user-name{color:#fff}[data-theme=dark] .admin-content{background:#111827;color:#fff}@media (max-width: 1024px){.admin-sidebar{width:240px}.admin-sidebar.closed{width:70px}.admin-main{margin-left:240px}.admin-sidebar.closed~.admin-main{margin-left:70px}}@media (max-width: 768px){.admin-sidebar{transform:translate(-100%);width:280px;transition:transform .3s ease;z-index:1000;box-shadow:2px 0 10px #0000001a}.admin-sidebar.open{transform:translate(0)}.admin-sidebar.closed{transform:translate(-100%)}.admin-main{margin-left:0!important}.admin-header{padding:1rem;flex-direction:row;gap:1rem;align-items:center;justify-content:space-between}.header-left{flex:1;gap:.75rem;min-width:0}.header-logo-button{display:block}.header-left h1{font-size:1.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.header-right{flex-wrap:nowrap;gap:.5rem;flex-shrink:0}.admin-theme-toggle{width:36px;height:36px}.admin-theme-icon{width:18px;height:18px}.user-info{display:none}.view-store-btn,.logout-btn{padding:.5rem 1rem;font-size:.85rem;white-space:nowrap}}.admin-dashboard{max-width:100%}.dashboard-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.section-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1.5rem;display:flex;align-items:center;gap:.75rem}.section-title svg{color:#0d9488}.records-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:3rem;text-align:center;min-height:200px;display:flex;align-items:center;justify-content:center}.no-records{color:#6b7280;font-size:1rem;margin:0}.sales-filter{margin-top:1.5rem}.filter-title{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.date-filters{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.date-input-group{display:flex;flex-direction:column;gap:.5rem}.date-input-group label{font-size:.875rem;font-weight:500;color:#374151}.date-input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;color:#111827;background:#fff;min-width:180px;transition:border-color .2s}.date-input:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.search-btn{padding:.75rem 1.5rem;background:#0d9488;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;font-size:.9rem;transition:background .3s;height:fit-content}.search-btn:hover{background:#0f766e}.download-btn{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;font-size:.9rem;transition:background .3s;height:fit-content}.download-btn:hover{background:#059669}[data-theme=dark] .dashboard-section{background:#1f2937;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .section-title{color:#fff}[data-theme=dark] .records-box{background:#374151;border-color:#4b5563}[data-theme=dark] .no-records{color:#d1d5db}[data-theme=dark] .filter-title{color:#fff}[data-theme=dark] .date-input-group label{color:#d1d5db}[data-theme=dark] .date-input{background:#374151;border-color:#4b5563;color:#fff}[data-theme=dark] .date-input:focus{border-color:#0d9488}.best-selling-product{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.product-image{width:120px;height:120px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb;flex-shrink:0}.product-info{flex:1;display:flex;flex-direction:column;gap:.75rem}.product-name{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.product-details{display:flex;gap:1rem;flex-wrap:wrap}.product-category,.product-brand{padding:.25rem .75rem;background:#e5e7eb;border-radius:4px;font-size:.875rem;color:#374151;font-weight:500}.product-stats{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.stat-item{margin:0;font-size:.95rem;color:#374151}.stat-item strong{color:#111827;font-weight:600}[data-theme=dark] .best-selling-product{background:#374151;border-color:#4b5563}[data-theme=dark] .product-image{border-color:#4b5563}[data-theme=dark] .product-name{color:#fff}[data-theme=dark] .product-category,[data-theme=dark] .product-brand{background:#4b5563;color:#e5e7eb}[data-theme=dark] .stat-item{color:#d1d5db}[data-theme=dark] .stat-item strong{color:#fff}@media (max-width: 768px){.dashboard-section{padding:1.5rem}.date-filters{flex-direction:column}.date-input,.search-btn,.download-btn{width:100%}}.admin-search-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.5rem 0}.search-input-wrapper{position:relative;flex:1;max-width:400px;display:flex;align-items:center}.search-icon{position:absolute;left:.875rem;color:#6b7280;pointer-events:none;z-index:1}.search-input{width:100%;padding:.625rem 2.5rem .625rem 2.75rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.9rem;background:#fff;color:#1f2937;transition:all .2s ease;outline:none}.search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-input::placeholder{color:#9ca3af}.search-clear{position:absolute;right:.625rem;background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease;border-radius:4px}.search-clear:hover{color:#1f2937;background:#f3f4f6}.search-results-count{font-size:.875rem;color:#6b7280;font-weight:500;white-space:nowrap;padding:.5rem 0}[data-theme=dark] .search-input{background:#1f2937;border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .search-input:focus{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}[data-theme=dark] .search-icon,[data-theme=dark] .search-clear{color:#9ca3af}[data-theme=dark] .search-clear:hover{color:#e5e7eb;background:#374151}[data-theme=dark] .search-results-count{color:#9ca3af}@media (max-width: 768px){.admin-search-bar{flex-direction:column;align-items:stretch}.search-input-wrapper{max-width:100%}.search-results-count{text-align:right}}.admin-productos{max-width:1400px;margin:0 auto;padding:2rem}.form-group input[type=checkbox]{width:auto;margin-right:.5rem}[data-theme=dark] .admin-productos,[data-theme=dark] .admin-header h1{color:#e5e7eb}[data-theme=dark] .form-group input::placeholder,[data-theme=dark] .form-group textarea::placeholder{color:#9ca3af}@media (max-width: 1024px){.admin-productos{padding:1rem}table{min-width:700px}th,td{padding:.75rem .5rem;font-size:.9rem}.table-image{width:40px;height:40px}}@media (max-width: 768px){.admin-productos{padding:1rem .5rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-left{width:100%}.add-button{width:100%;justify-content:center}table{min-width:600px}th:nth-child(4),td:nth-child(4){display:none}th,td{padding:.5rem;font-size:.85rem}.table-image{width:35px;height:35px}.action-buttons{flex-direction:column;gap:.25rem}.edit-button,.delete-button{width:100%;min-width:auto}}.admin-categorias{max-width:1400px;margin:0 auto;padding:2rem}.expand-button{background:transparent;border:none;cursor:pointer;font-size:.9rem;color:#6b7280;padding:.25rem;transition:color .2s}.expand-button:hover{color:#0d9488}.categoria-row{background:#fff}.categoria-row:hover,.subcategorias-row{background:#f9fafb}.subcategorias-row td{padding:0;border-top:2px solid #e5e7eb}.subcategorias-container{padding:1.5rem;background:#fff;margin:.5rem;border-radius:8px;border:1px solid #e5e7eb}.subcategorias-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.subcategorias-header h3{margin:0;font-size:1.1rem;color:#333}.add-subcategoria-button{padding:.5rem 1rem;background:#0d9488;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .3s}.add-subcategoria-button:hover{background:#0f766e}.subcategoria-count{color:#6b7280;font-size:.9rem}.no-subcategorias{text-align:center;color:#9ca3af;padding:2rem;margin:0}.subcategorias-table{width:100%;border-collapse:collapse;margin-top:1rem}.subcategorias-table thead{background:#f3f4f6}.subcategorias-table th{padding:.75rem;text-align:left;font-size:.9rem;font-weight:600;color:#4b5563}.subcategorias-table td{padding:.75rem;border-bottom:1px solid #e5e7eb;font-size:.9rem}.subcategorias-table tbody tr:hover{background:#f9fafb}.subcategorias-table .action-buttons{display:flex;gap:.5rem;align-items:center}.subcategorias-table .edit-button,.subcategorias-table .delete-button{padding:.4rem .5rem;border-radius:6px;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;transition:all .2s;min-width:32px;height:32px}.subcategorias-table .edit-button{background:#0d9488;color:#fff}.subcategorias-table .edit-button:hover{background:#0f766e;transform:scale(1.05)}.subcategorias-table .delete-button{background:#6b7280;color:#fff}.subcategorias-table .delete-button:hover{background:#4b5563;transform:scale(1.05)}.subcategorias-table .edit-button svg,.subcategorias-table .delete-button svg{width:16px;height:16px}.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;background:#fff}.form-group select:disabled{background:#f3f4f6;cursor:not-allowed}[data-theme=dark] .admin-categorias,[data-theme=dark] .admin-header h1{color:#e5e7eb}[data-theme=dark] .categoria-row{background:#1f2937}[data-theme=dark] .categoria-row:hover{background:#374151}[data-theme=dark] .subcategorias-row{background:#111827}[data-theme=dark] .subcategorias-container{background:#1f2937;border-color:#374151}[data-theme=dark] .subcategorias-header h3{color:#f3f4f6}[data-theme=dark] .subcategoria-count{color:#9ca3af}[data-theme=dark] .subcategorias-table thead{background:#374151}[data-theme=dark] .subcategorias-table th{color:#f3f4f6}[data-theme=dark] .subcategorias-table tbody tr:hover{background:#374151}[data-theme=dark] .expand-button{color:#9ca3af}[data-theme=dark] .expand-button:hover{color:#0d9488}@media (max-width: 1024px){.admin-categorias{padding:1rem}table{min-width:500px}th,td{padding:.75rem .5rem;font-size:.9rem}}@media (max-width: 768px){.admin-categorias{padding:1rem .5rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.add-button{width:100%;justify-content:center}table{min-width:400px}th,td{padding:.5rem;font-size:.85rem}}[data-theme=dark] .form-group input,[data-theme=dark] .form-group select{background:#374151;border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group select:focus{border-color:#0d9488;outline:none}[data-theme=dark] .form-group select:disabled{background:#374151;color:#6b7280}.admin-marcas{max-width:1400px;margin:0 auto;padding:2rem}table{width:100%;border-collapse:collapse;min-width:500px}.table-image{width:50px;height:50px;object-fit:cover;border-radius:4px}.no-image{color:#9ca3af;font-size:.875rem;font-style:italic}.modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:90%}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.logo-preview{margin-top:1rem;padding:1rem;background:#f9fafb;border-radius:6px;display:flex;justify-content:center;align-items:center}.preview-image{max-width:200px;max-height:200px;object-fit:contain;border-radius:4px}[data-theme=dark] .admin-marcas,[data-theme=dark] .admin-header h1{color:#e5e7eb}[data-theme=dark] .no-image{color:#9ca3af}[data-theme=dark] .form-group input{background:#374151;border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .form-group input:focus{border-color:#0d9488;outline:none}[data-theme=dark] .logo-preview{background:#374151}@media (max-width: 1024px){.admin-marcas{padding:1rem}table{min-width:400px}th,td{padding:.75rem .5rem;font-size:.9rem}}@media (max-width: 768px){.admin-marcas{padding:1rem .5rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.add-button{width:100%;justify-content:center}table{min-width:350px}th,td{padding:.5rem;font-size:.85rem}}.admin-usuarios{max-width:1400px;margin:0 auto;padding:2rem}table{width:100%;border-collapse:collapse;min-width:700px}.action-buttons{display:flex;gap:.5rem;align-items:center}[data-theme=dark] .admin-usuarios,[data-theme=dark] .admin-header h1{color:#e5e7eb}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}@media (max-width: 1024px){.admin-usuarios{padding:1rem}table{min-width:600px}th,td{padding:.75rem .5rem;font-size:.9rem}}@media (max-width: 768px){.admin-usuarios{padding:1rem .5rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}table{min-width:500px}th,td{padding:.5rem;font-size:.85rem}}.admin-ventas{max-width:1400px;margin:0 auto;padding:2rem}table{width:100%;border-collapse:collapse;min-width:800px}.estado-badge{padding:.25rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600;display:inline-block}.estado-alistamiento{background-color:#ff9800;color:#fff}.estado-en_envio{background-color:#2196f3;color:#fff}.estado-entregado{background-color:#4caf50;color:#fff}.estado-cancelado{background-color:#f44336;color:#fff}th,td{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}th{font-weight:600;color:#333}.modal-content.venta-details{background:#fff;padding:2rem;border-radius:12px;max-width:800px;width:90%;max-height:90vh;overflow-y:auto}.venta-info{margin-bottom:2rem;padding:1rem}[data-theme=dark] .admin-ventas,[data-theme=dark] .admin-header h1{color:#e5e7eb}[data-theme=dark] .modal-content.venta-details{background:#1f2937;color:#e5e7eb}[data-theme=dark] .venta-info{color:#e5e7eb;border-bottom-color:#374151}[data-theme=dark] .venta-info{background:#374151;border-radius:8px}[data-theme=dark] .venta-info p{color:#e5e7eb}[data-theme=dark] .detalles-venta h3{color:#f3f4f6}[data-theme=dark] .detalles-venta table{color:#e5e7eb}.venta-info p{margin:.5rem 0}.detalles-venta{margin-bottom:2rem}.detalles-venta h3{margin-bottom:1rem}.detalles-venta table{width:100%}.close-button{width:100%;padding:.75rem;background:#6b7280;color:#fff;border-radius:6px;font-weight:500;cursor:pointer}@media (max-width: 1024px){.admin-ventas{padding:1rem}table{min-width:700px}th,td{padding:.75rem .5rem;font-size:.9rem}}@media (max-width: 768px){.admin-ventas{padding:1rem .5rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}table{min-width:600px}th:nth-child(3),td:nth-child(3){display:none}th,td{padding:.5rem;font-size:.85rem}}.admin-banner{max-width:1400px;margin:0 auto;padding:2rem}.add-button{padding:.75rem 1.5rem;background:#0d9488;color:#fff;border-radius:6px;font-weight:500;cursor:pointer}.add-button:hover{background:#0f766e}.banners-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.banner-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.banner-card img{width:100%;height:200px;object-fit:cover}.banner-info{padding:1.5rem}.banner-info h3{margin-bottom:.5rem;color:#333}.banner-info p{color:#6b7280;margin-bottom:1rem}.banner-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;font-size:.9rem;color:#6b7280}.status{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.8rem;font-weight:500;width:fit-content}.status.activa{background:#d1fae5;color:#065f46}.status.inactiva{background:#fee2e2;color:#991b1b}.banner-actions{display:flex;gap:.5rem}.banner-actions .action-buttons{display:flex;gap:.5rem;align-items:center}.edit-button,.delete-button{padding:.4rem .5rem;border-radius:6px;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;transition:all .2s;min-width:32px;height:32px}.edit-button{background:#0d9488;color:#fff}.edit-button:hover{background:#0f766e;transform:scale(1.05)}.delete-button{background:#6b7280;color:#fff}.delete-button:hover{background:#4b5563;transform:scale(1.05)}.edit-button svg,.delete-button svg{width:16px;height:16px}.modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.modal-content h2,.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.form-actions{display:flex;gap:1rem;margin-top:2rem}.save-button,.cancel-button{flex:1;padding:.75rem;border-radius:6px;font-weight:500;cursor:pointer}.save-button{background:#0d9488;color:#fff}.save-button:hover{background:#0f766e}.cancel-button{background:#6b7280;color:#fff}.cancel-button:hover{background:#4b5563}[data-theme=dark] .admin-banner,[data-theme=dark] .admin-header h1{color:#e5e7eb}[data-theme=dark] .banner-card{background:#1f2937;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .banner-info h3{color:#f3f4f6}[data-theme=dark] .banner-info p,[data-theme=dark] .banner-meta{color:#9ca3af}[data-theme=dark] .status.activa{background:#065f46;color:#d1fae5}[data-theme=dark] .status.inactiva{background:#991b1b;color:#fee2e2}[data-theme=dark] .modal-content h2{color:#f3f4f6}[data-theme=dark] .form-group label{color:#e5e7eb}[data-theme=dark] .form-group input,[data-theme=dark] .form-group textarea,[data-theme=dark] .form-group select{background:#374151;border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group textarea:focus,[data-theme=dark] .form-group select:focus{border-color:#0d9488;outline:none}.admin-pqrs{max-width:1400px;margin:0 auto;padding:2rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.header-left{display:flex;align-items:center;gap:1rem}.back-button{padding:.5rem 1rem;background:#6b7280;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;font-size:.9rem;transition:background .3s}.back-button:hover{background:#4b5563}.table-container{background:#fff;border-radius:12px;overflow-x:auto;overflow-y:visible;box-shadow:0 2px 8px #0000001a;-webkit-overflow-scrolling:touch}.table-container::-webkit-scrollbar{height:8px}.table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.table-container::-webkit-scrollbar-thumb:hover{background:#555}table{width:100%;border-collapse:collapse;min-width:600px}thead{background:#f9fafb}th{padding:1rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}td{padding:1rem;border-bottom:1px solid #e5e7eb}tbody tr:hover{background:#f9fafb}.pqrs-estado{padding:.25rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600;display:inline-block}.pqrs-estado.pendiente{background-color:#ff9800;color:#fff}.pqrs-estado.resuelto{background-color:#4caf50;color:#fff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.pqrs-details h2{margin-bottom:1.5rem;color:#333}.pqrs-info{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.pqrs-info p{margin:.5rem 0;color:#666}.pqrs-detalle-section{margin-bottom:1.5rem;padding:1rem;background:#f5f5f5;border-radius:6px}.pqrs-detalle-section h3{margin-bottom:.5rem;color:#333}.pqrs-detalle-section p{color:#666;line-height:1.6}.pqrs-respuesta-section{margin-bottom:1.5rem;padding:1rem;background:#e3f2fd;border-radius:6px;border-left:4px solid #2196f3}.pqrs-respuesta-section h3{margin-bottom:.5rem;color:#1976d2}.pqrs-respuesta-section p{color:#333;line-height:1.6}.pqrs-responder{margin-bottom:1.5rem;padding:1rem;background:#fff3cd;border-radius:6px;border-left:4px solid #ffc107}.pqrs-responder h3{margin-bottom:.5rem;color:#856404}.close-button{padding:.75rem 1.5rem;background:#6b7280;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .3s;width:100%;margin-top:1rem}.close-button:hover{background:#4b5563}.view-button{padding:.4rem .5rem;background:#0d9488;color:#fff;border-radius:6px;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;transition:all .2s;min-width:32px;height:32px}.view-button:hover{background:#0f766e;transform:scale(1.05)}.view-button svg{width:16px;height:16px}.edit-button{padding:.75rem 1.5rem;background:#0d9488;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:background .3s}.edit-button:hover{background:#0f766e}.delete-button{padding:.75rem 1.5rem;background:#6b7280;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:background .3s}.delete-button:hover{background:#4b5563}[data-theme=dark] .admin-pqrs,[data-theme=dark] .admin-header h1{color:#e5e7eb}[data-theme=dark] .table-container{background:#1f2937;box-shadow:0 2px 8px #0000004d}[data-theme=dark] thead{background:#374151}[data-theme=dark] th{color:#f3f4f6;border-bottom-color:#4b5563}[data-theme=dark] td{color:#e5e7eb;border-bottom-color:#374151}[data-theme=dark] tbody tr:hover{background:#374151}[data-theme=dark] .modal-content{background:#1f2937;color:#e5e7eb}[data-theme=dark] .pqrs-details h2{color:#f3f4f6}[data-theme=dark] .pqrs-info{border-bottom-color:#374151}[data-theme=dark] .pqrs-info p{color:#9ca3af}[data-theme=dark] .pqrs-detalle-section{background:#374151}[data-theme=dark] .pqrs-detalle-section h3{color:#f3f4f6}[data-theme=dark] .pqrs-detalle-section p{color:#d1d5db}[data-theme=dark] .pqrs-respuesta-section{background:#1e3a5f;border-left-color:#3b82f6}[data-theme=dark] .pqrs-respuesta-section h3{color:#93c5fd}[data-theme=dark] .pqrs-respuesta-section p{color:#e5e7eb}[data-theme=dark] .pqrs-responder{background:#78350f;border-left-color:#f59e0b}[data-theme=dark] .pqrs-responder h3{color:#fcd34d}@media (max-width: 1024px){.admin-pqrs{padding:1rem}table{min-width:500px}th,td{padding:.75rem .5rem;font-size:.9rem}}@media (max-width: 768px){.admin-pqrs{padding:1rem .5rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}table{min-width:400px}th,td{padding:.5rem;font-size:.85rem}}[data-theme=dark] .table-container::-webkit-scrollbar-track{background:#374151}[data-theme=dark] .table-container::-webkit-scrollbar-thumb{background:#6b7280}[data-theme=dark] .table-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-color: #ffffff;--text-color: #333333;--navbar-bg: #ffffff;--input-bg: #ffffff;--border-color: #dddddd;--hover-bg: #f3f4f6;--card-bg: #ffffff;--section-bg: #f9fafb}[data-theme=dark]{--bg-color: #111827;--text-color: #e5e7eb;--navbar-bg: #1f2937;--input-bg: #374151;--border-color: #4b5563;--hover-bg: #374151;--card-bg: #1f2937;--section-bg: #111827}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text-color);background-color:var(--bg-color);transition:background-color .3s ease,color .3s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none}input,textarea,select{outline:none}
