.searchable-select{position:relative;width:100%}.searchable-select.disabled{opacity:.6;pointer-events:none}.searchable-select-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem .75rem;font-size:.9rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s}.searchable-select-trigger:hover:not(:disabled){border-color:#3b82f6}.searchable-select-trigger:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.searchable-select.open .searchable-select-trigger{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;border-bottom-left-radius:0;border-bottom-right-radius:0}.searchable-select-value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f2937}.searchable-select-value.placeholder{color:#9ca3af}.searchable-select-value .sublabel{color:#6b7280;font-size:.85em}.searchable-select-arrow{margin-left:.5rem;font-size:.7rem;color:#6b7280;transition:transform .15s}.searchable-select-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border:1px solid #3b82f6;border-top:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow:0 4px 12px #00000026;max-height:350px;display:flex;flex-direction:column}.searchable-select-search{position:relative;padding:.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.searchable-select-search-input{width:100%;padding:.5rem 2rem .5rem .75rem;font-size:.9rem;border:1px solid #d1d5db;border-radius:4px;outline:none;transition:border-color .15s}.searchable-select-search-input:focus{border-color:#3b82f6}.searchable-select-search-input::placeholder{color:#9ca3af}.searchable-select-clear-search{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1.5rem;height:1.5rem;padding:0;background:#e5e7eb;border:none;border-radius:50%;font-size:1rem;line-height:1;color:#6b7280;cursor:pointer;transition:background-color .15s}.searchable-select-clear-search:hover{background:#d1d5db;color:#374151}.searchable-select-options{list-style:none;margin:0;padding:0;overflow-y:auto;max-height:250px;flex:1}.searchable-select-option{padding:.625rem .75rem;cursor:pointer;transition:background-color .1s;display:flex;flex-direction:column;gap:.125rem}.searchable-select-option:hover,.searchable-select-option.highlighted{background:#eff6ff}.searchable-select-option.selected{background:#dbeafe;font-weight:500}.searchable-select-option.selected.highlighted{background:#bfdbfe}.searchable-select-option .option-label{color:#1f2937}.searchable-select-option .option-sublabel{font-size:.8rem;color:#6b7280}.searchable-select-option .option-placeholder{color:#9ca3af;font-style:italic}.searchable-select-no-options{padding:1rem;text-align:center;color:#6b7280;font-style:italic}.searchable-select-footer{padding:.375rem .75rem;font-size:.75rem;color:#6b7280;background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom-left-radius:6px;border-bottom-right-radius:6px;text-align:right}.searchable-select-options::-webkit-scrollbar{width:6px}.searchable-select-options::-webkit-scrollbar-track{background:#f1f1f1}.searchable-select-options::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.searchable-select-options::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.auth-page.frontoffice{background:linear-gradient(135deg,#16a34a,#059669)}.auth-container{background:#fff;padding:40px;border-radius:16px;box-shadow:0 10px 40px #0003;max-width:440px;width:100%}.auth-header{text-align:center;margin-bottom:32px;position:relative}.auth-header h1{color:#16a34a;font-size:2rem;margin:0 0 8px}.auth-header h2{color:#64748b;font-size:1.1rem;font-weight:400;margin:0}.back-link-top{position:absolute;left:0;top:0;color:#64748b;text-decoration:none;font-size:.9rem}.back-link-top:hover{color:#16a34a}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.9rem;font-weight:500;color:#374151}.form-group input{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-group input{width:100%;box-sizing:border-box}.btn-primary{background:#16a34a;color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;text-decoration:none}.btn-primary:hover:not(:disabled){background:#15803d}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:#fff;color:#16a34a;border:2px solid #16a34a;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;text-align:center}.btn-secondary:hover{background:#16a34a;color:#fff}.error-message{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.9rem}.info-message{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd;padding:16px;border-radius:8px;margin-bottom:20px}.info-hint{margin-top:8px;font-size:.85rem}.info-hint a{color:#1e40af}.success-block{text-align:center}.success-message{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0;padding:16px;border-radius:8px;font-weight:600;margin-bottom:16px}.success-text{color:#64748b;margin-bottom:8px}.error-block{text-align:center;padding:20px}.error-block p{color:#64748b;margin-bottom:20px}.auth-links{text-align:center;margin-top:20px}.auth-links .link{color:#16a34a;text-decoration:none;font-size:.9rem}.auth-links .link:hover{text-decoration:underline}.auth-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.auth-footer p{color:#64748b;margin-bottom:12px;font-size:.9rem}.back-link{text-align:center;margin-top:24px}.back-link a{color:#64748b;text-decoration:none;font-size:.9rem}.back-link a:hover{color:#16a34a}@media (max-width: 480px){.auth-container{padding:24px}.form-row{grid-template-columns:1fr}.auth-header h1{font-size:1.5rem}}.catalog-page{min-height:100vh;background:#f1f5f9;display:flex;flex-direction:column}.fo-header{background:#fff;box-shadow:0 2px 8px #0000000f;position:sticky;top:0;z-index:100}.fo-header-content{max-width:1400px;margin:0 auto;padding:.875rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.fo-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;font-size:1.5rem;color:#1e293b}.logo-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:12px;font-weight:800;font-size:1.25rem}.logo-image{width:40px;height:40px;object-fit:contain;border-radius:8px}.footer-logo{width:32px;height:32px;object-fit:contain;border-radius:6px}.fo-nav{display:flex;gap:.5rem}.nav-link{padding:.625rem 1rem;color:#64748b;text-decoration:none;font-weight:500;border-radius:8px;transition:all .2s}.nav-link:hover{color:#6366f1;background:#f1f5f9}.nav-link.active{color:#6366f1;background:#eef2ff}.fo-header-actions{display:flex;align-items:center;gap:1rem}.cart-link{text-decoration:none;color:inherit}.user-greeting{font-size:.875rem;color:#64748b}.user-greeting strong{color:#1e293b}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:10px;font-weight:600;font-size:.875rem;text-decoration:none;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 14px #6366f140}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f159}.btn-outline{background:transparent;color:#6366f1;border:2px solid #e2e8f0}.btn-outline:hover{border-color:#6366f1;background:#f8fafc}.hero-section{position:relative;padding:4rem 2rem;text-align:center;color:#fff;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7);z-index:0}.hero-background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-title .highlight{background:linear-gradient(to right,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2rem;font-weight:400}.hero-search{display:flex;align-items:center;max-width:600px;margin:0 auto 2rem;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;overflow:hidden}.search-icon{padding:0 .5rem 0 1.25rem;color:#94a3b8;display:flex;align-items:center}.hero-search-input{flex:1;padding:1.125rem .75rem;border:none;font-size:1rem;color:#1e293b;background:transparent}.hero-search-input:focus{outline:none}.hero-search-input::placeholder{color:#94a3b8}.hero-search-btn{padding:1.125rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.hero-search-btn:hover{background:linear-gradient(135deg,#059669,#047857)}.hero-stats{display:flex;justify-content:center;gap:3rem}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:1.75rem;font-weight:800}.stat-label{font-size:.875rem;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.catalog-container{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:2rem}.categories-section{margin-bottom:2rem}.section-title{font-size:1rem;font-weight:600;color:#64748b;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.category-pills{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.category-pills::-webkit-scrollbar{height:6px}.category-pills::-webkit-scrollbar-track{background:transparent}.category-pills::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.category-pill{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid #e2e8f0;background:#fff;border-radius:50px;font-weight:500;font-size:.9rem;color:#475569;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.category-pill:hover{border-color:#6366f1;color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #6366f126}.category-pill.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-color:transparent;box-shadow:0 4px 14px #6366f14d}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.25rem 1.5rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000a}.results-info{display:flex;flex-direction:column;gap:.25rem}.results-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}.results-count{font-size:.9rem;color:#64748b;margin:0}.btn-clear-search{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fef2f2;color:#ef4444;border:1px solid #fecaca;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.btn-clear-search:hover{background:#fee2e2}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.product-image-link{display:block;aspect-ratio:4/3;overflow:hidden;background:#f8fafc}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#94a3b8;font-size:.875rem}.product-info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-name{font-size:1rem;font-weight:600;color:#1e293b;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.product-name:hover{color:#6366f1}.product-reference{font-size:.8rem;color:#94a3b8;margin:0}.product-price{font-size:1.375rem;font-weight:800;color:#1e293b;margin:.5rem 0}.product-stock{margin-bottom:.75rem}.stock-available{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#ecfdf5;color:#059669;border-radius:20px;font-size:.8rem;font-weight:600}.stock-available:before{content:"";width:8px;height:8px;background:#10b981;border-radius:50%}.stock-unavailable{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#fef2f2;color:#dc2626;border-radius:20px;font-size:.8rem;font-weight:600}.stock-unavailable:before{content:"";width:8px;height:8px;background:#ef4444;border-radius:50%}.stock-service{display:inline-flex;align-items:center;padding:.375rem .75rem;background:#eff6ff;color:#2563eb;border-radius:20px;font-size:.8rem;font-weight:600}.btn-add-to-cart{margin-top:auto;width:100%;padding:.875rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s}.btn-add-to-cart:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #6366f14d}.btn-add-to-cart:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:2rem 0 1rem}.pagination-numbers{display:flex;align-items:center;gap:.375rem}.pagination-btn{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 .75rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-weight:600;font-size:.9rem;color:#475569;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled):not(.active){border-color:#6366f1;color:#6366f1;transform:translateY(-2px)}.pagination-btn.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-color:transparent;box-shadow:0 4px 14px #6366f14d}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-arrow{padding:0}.pagination-ellipsis{padding:0 .5rem;color:#94a3b8;font-weight:600}.pagination-info{text-align:center;font-size:.875rem;color:#64748b;margin-bottom:2rem}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;gap:1.5rem}.loading-spinner{width:56px;height:56px;border:4px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading p{color:#64748b;font-weight:500;font-size:1rem}.empty-state{text-align:center;padding:6rem 2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000a}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.empty-state p{font-size:1rem;color:#64748b;margin-bottom:1.5rem}.message{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-radius:12px;margin-bottom:1.5rem;font-weight:500;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.message.error{background:linear-gradient(135deg,#fee2e2,#fef2f2);color:#dc2626;border:1px solid #fecaca}.message.success{background:linear-gradient(135deg,#d1fae5,#ecfdf5);color:#059669;border:1px solid #a7f3d0}.message button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:inherit;opacity:.7;transition:opacity .2s;line-height:1}.message button:hover{opacity:1}.fo-footer{background:#1e293b;color:#94a3b8;padding:2rem;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-brand{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#fff}.footer-brand .logo-icon{width:36px;height:36px;font-size:1rem}.footer-copyright{margin:0;font-size:.875rem}@media (max-width: 1024px){.fo-header-content{padding:.75rem 1.5rem}.fo-nav{display:none}.hero-title{font-size:2.25rem}.hero-stats{gap:2rem}.stat-number{font-size:1.5rem}}@media (max-width: 768px){.fo-header-content{padding:.75rem 1rem;gap:1rem}.logo-text,.user-greeting{display:none}.hero-section{padding:3rem 1.5rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-search{flex-direction:column;border-radius:12px}.hero-search-input{width:100%;text-align:center}.hero-search-btn{width:100%;border-radius:0}.search-icon{display:none}.hero-stats{flex-wrap:wrap;gap:1.5rem}.catalog-container{padding:1.5rem 1rem}.results-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-info{padding:1rem}.product-name{font-size:.9rem}.product-price{font-size:1.125rem}.pagination-btn{min-width:40px;height:40px;font-size:.875rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr}.btn-outline{display:none}.category-pill{padding:.625rem 1rem;font-size:.8rem}}.product-detail-page{min-height:100vh;background:#f8fafc}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.product-gallery{display:flex;flex-direction:column;gap:1rem}.main-image-container{position:relative;width:100%}.main-image{width:100%;aspect-ratio:1;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 4px 12px #0000000d}.main-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.main-image:hover img{transform:scale(1.02)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#fffffff2;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .2s;z-index:10;color:#475569}.carousel-arrow:hover{background:#fff;box-shadow:0 6px 16px #0003;color:#6366f1;transform:translateY(-50%) scale(1.05)}.carousel-prev{left:12px}.carousel-next{right:12px}.image-counter{text-align:center;padding:.5rem 1rem;background:#f1f5f9;border-radius:20px;color:#64748b;font-weight:600;font-size:.875rem;width:fit-content;margin:0 auto}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#94a3b8}.thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}.thumbnail{aspect-ratio:1;border:3px solid #e2e8f0;border-radius:8px;overflow:hidden;cursor:pointer;background:#fff;padding:0;transition:all .2s}.thumbnail:hover{border-color:#6366f1;transform:scale(1.05)}.thumbnail.active{border-color:#6366f1;box-shadow:0 4px 12px #6366f14d}.thumbnail img{width:100%;height:100%;object-fit:cover}.fo-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;font-size:1.25rem;color:#1e293b}.logo-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:10px;font-weight:800;font-size:1.1rem}.logo-image{width:36px;height:36px;object-fit:contain;border-radius:8px}.logo-text{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-info-detail{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e2e8f0}.product-title{font-size:2rem;color:#1e293b;margin-bottom:.5rem}.product-reference{color:#64748b;font-size:.95rem;margin-bottom:1.5rem}.product-price-section{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:8px;margin-bottom:1.5rem}.price-label{color:#64748b;font-weight:500}.price-value{font-size:2rem;font-weight:700;color:#10b981}.product-description{margin-bottom:1.5rem}.product-description h3{font-size:1.1rem;color:#475569;margin-bottom:.75rem}.product-description p{color:#64748b;line-height:1.6}.stock-info{margin-bottom:1.5rem;padding:1rem;border-radius:6px}.stock-available{color:#10b981;font-weight:600}.stock-unavailable{color:#ef4444;font-weight:600}.stock-service{color:#3b82f6;font-weight:600}.add-to-cart-section{margin-bottom:2rem}.quantity-selector{margin-bottom:1rem}.quantity-selector label{display:block;font-weight:600;color:#475569;margin-bottom:.5rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;max-width:150px}.quantity-btn{width:40px;height:40px;border:1px solid #cbd5e1;background:#fff;border-radius:6px;cursor:pointer;font-size:1.2rem;font-weight:600;color:#475569;transition:all .2s}.quantity-btn:hover{background:#f1f5f9;border-color:#10b981}.quantity-input{flex:1;height:40px;text-align:center;border:1px solid #cbd5e1;border-radius:6px;font-size:1rem;font-weight:600}.btn-add-to-cart-large{width:100%;padding:1rem 1.5rem;font-size:1.1rem;font-weight:600}.additional-info{border-top:1px solid #e2e8f0;padding-top:1.5rem}.info-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.info-item:last-child{border-bottom:none}.info-label{color:#64748b;font-weight:500}.info-value{color:#1e293b;font-weight:600}.suggestions-section{margin-top:4rem;padding:2rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.suggestions-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.suggestion-group{margin-bottom:3rem}.suggestion-group:last-child{margin-bottom:0}.group-title{font-size:1.25rem;font-weight:600;color:#475569;margin-bottom:.5rem}.group-description{color:#64748b;margin-bottom:1.5rem;font-size:.95rem}.suggestions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.suggestion-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:all .2s;display:flex;flex-direction:column}.suggestion-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-4px);border-color:#667eea}.suggestion-link{text-decoration:none;color:inherit;flex:1;display:flex;flex-direction:column}.suggestion-image{width:100%;aspect-ratio:1;background:#fff;overflow:hidden;border-bottom:1px solid #e2e8f0}.suggestion-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.suggestion-card:hover .suggestion-image img{transform:scale(1.05)}.image-placeholder-small{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#94a3b8;font-size:.875rem}.suggestion-info{padding:1rem;flex:1;display:flex;flex-direction:column}.suggestion-name{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem;line-height:1.3}.suggestion-reference{font-size:.75rem;color:#94a3b8;margin-bottom:.5rem}.badge-service{display:inline-block;padding:.25rem .75rem;background:#3b82f6;color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;margin-bottom:.5rem}.suggestion-stock{margin-bottom:.5rem}.stock-available-small{font-size:.875rem;color:#10b981;font-weight:500}.stock-unavailable-small{font-size:.875rem;color:#ef4444;font-weight:500}.suggestion-price{font-size:1.25rem;font-weight:700;color:#10b981;margin-top:auto}.btn-quick-add{margin:0 1rem 1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.btn-quick-add:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-quick-add:disabled{background:#cbd5e1;cursor:not-allowed}@media (max-width: 1200px){.suggestions-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 768px){.product-detail{grid-template-columns:1fr;gap:1.5rem}.product-title,.price-value{font-size:1.5rem}.carousel-arrow{width:40px;height:40px}.carousel-prev{left:8px}.carousel-next{right:8px}.thumbnails{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}.suggestions-section{padding:1.5rem;margin-top:2rem}.suggestions-title{font-size:1.5rem}.suggestions-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}@media (max-width: 480px){.suggestions-grid{grid-template-columns:1fr}}.cart-page{min-height:100vh;background:#f8fafc}.empty-cart{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0;max-width:600px;margin:0 auto}.empty-cart-icon{font-size:5rem;margin-bottom:1rem}.empty-cart h2{color:#1e293b;margin-bottom:.5rem}.empty-cart p{color:#64748b;margin-bottom:2rem}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.cart-items-section{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:2rem}.cart-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.cart-items-header h2{color:#1e293b;font-size:1.5rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:1fr auto auto auto;gap:1.5rem;align-items:center;padding:1.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.item-info{display:flex;flex-direction:column;gap:.25rem}.item-name{color:#1e293b;font-size:1.1rem;font-weight:600;margin:0}.item-price{color:#475569;font-weight:500;margin:0}.item-quantity{display:flex;flex-direction:column;gap:.5rem;align-items:center}.item-quantity label{font-size:.85rem;color:#64748b;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:32px;height:32px;border:1px solid #cbd5e1;background:#fff;border-radius:6px;cursor:pointer;font-size:1.1rem;font-weight:600;color:#475569;transition:all .2s}.quantity-btn:hover:not(:disabled){background:#f1f5f9;border-color:#10b981}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-input{width:60px;height:32px;text-align:center;border:1px solid #cbd5e1;border-radius:6px;font-weight:600}.quantity-input:focus{outline:none;border-color:#10b981}.item-total{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.total-label{font-size:.85rem;color:#64748b}.total-value{font-size:1.25rem;font-weight:700;color:#10b981}.btn-remove{width:32px;height:32px;border:none;background:#fee;color:#c00;border-radius:6px;cursor:pointer;font-size:1.5rem;font-weight:600;transition:all .2s}.btn-remove:hover:not(:disabled){background:#fcc}.btn-remove:disabled{opacity:.5;cursor:not-allowed}.cart-summary{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:2rem;position:sticky;top:2rem}.cart-summary h2{color:#1e293b;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.summary-line{display:flex;justify-content:space-between;padding:.75rem 0;color:#475569;font-size:.95rem}.summary-total{margin-top:1rem;padding-top:1rem;border-top:2px solid #e2e8f0;font-size:1.25rem;font-weight:700;color:#1e293b}.btn-checkout{width:100%;margin-top:1.5rem;padding:1rem;font-size:1.1rem;font-weight:600}.btn-continue{width:100%;margin-top:.75rem}.payment-info{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center}.info-title{font-weight:600;color:#1e293b;margin-bottom:.5rem}.info-text{font-size:.85rem;color:#64748b;margin:0}@media (max-width: 1024px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width: 768px){.cart-item{grid-template-columns:1fr;gap:1rem}.item-total,.item-quantity{flex-direction:row;justify-content:space-between;width:100%}.btn-remove{width:100%}}.checkout-page{min-height:100vh;background:#f8fafc}.checkout-form{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start;margin-top:1.5rem}.checkout-main{display:flex;flex-direction:column;gap:1.5rem}.checkout-section{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:2rem}.checkout-section h2{color:#1e293b;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.info-display{display:flex;flex-direction:column;gap:.75rem}.info-item{display:flex;gap:1rem}.info-label{font-weight:600;color:#64748b;min-width:80px}.info-value{color:#1e293b}.form-group{margin-bottom:1.25rem}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-sidebar{position:sticky;top:2rem}.order-summary{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:2rem}.order-summary h2{color:#1e293b;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.summary-items{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.summary-item{display:flex;justify-content:space-between;align-items:start;gap:1rem;padding:.75rem 0}.item-name-qty{flex:1;display:flex;flex-direction:column;gap:.25rem}.item-name{color:#1e293b;font-weight:500;font-size:.95rem}.item-qty{color:#64748b;font-size:.85rem}.item-price{font-weight:600;color:#475569}.summary-totals{margin-bottom:1.5rem}.summary-line{display:flex;justify-content:space-between;padding:.5rem 0;color:#475569}.btn-submit{width:100%;padding:1rem;font-size:1.1rem;font-weight:600}.security-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center}.security-info p{margin:0;font-weight:600;color:#1e293b}.security-text{font-size:.85rem;color:#64748b;font-weight:400;margin-top:.25rem}@media (max-width: 1024px){.checkout-form{grid-template-columns:1fr}.checkout-sidebar{position:static}.form-row{grid-template-columns:1fr}}@media (max-width: 768px){.checkout-section,.order-summary{padding:1.5rem}}.my-account-page{min-height:100vh;background:#f8fafc}.tabs{display:flex;gap:.5rem;border-bottom:2px solid #e2e8f0;margin-bottom:2rem}.tab{padding:1rem 2rem;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;font-weight:500;color:#64748b;transition:all .2s;position:relative;bottom:-2px}.tab:hover{color:#10b981}.tab.active{color:#10b981;border-bottom-color:#10b981}.profile-section{display:flex;flex-direction:column;gap:2rem}.profile-card{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:2rem}.profile-card h2{color:#1e293b;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1rem;color:#1e293b;font-weight:500}.profile-actions{display:flex;gap:1rem;margin-top:1rem}.orders-section{display:flex;flex-direction:column;gap:1.5rem}.filters-bar{display:flex;gap:1rem;align-items:center}.filter-select{padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem;background:#fff;cursor:pointer}.filter-select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:1.5rem;transition:all .2s}.order-card:hover{box-shadow:0 4px 12px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.order-header h3{color:#1e293b;font-size:1.1rem;margin:0 0 .25rem}.order-date{color:#64748b;font-size:.875rem;margin:0}.order-status{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-transform:capitalize}.status-pending{background:#fef3c7;color:#92400e}.status-confirmed{background:#dbeafe;color:#1e3a8a}.status-processing{background:#e0e7ff;color:#3730a3}.status-shipped{background:#ddd6fe;color:#5b21b6}.status-delivered{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.order-body{display:flex;justify-content:space-between;align-items:center;gap:1rem}.order-info{display:flex;flex-direction:column;gap:.5rem}.order-info p{margin:0;color:#475569;font-size:.95rem}.order-total{font-size:1.25rem;font-weight:700;color:#10b981}.order-actions{display:flex;gap:.75rem}.detail-section{margin-bottom:2rem}.detail-section:last-child{margin-bottom:0}.detail-section h3{color:#1e293b;font-size:1.1rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-label{font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:.95rem;color:#1e293b;font-weight:500}.items-list{display:flex;flex-direction:column;gap:1rem}.item-row{display:grid;grid-template-columns:1fr auto auto;gap:1.5rem;align-items:center;padding:1rem;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.item-details{display:flex;flex-direction:column;gap:.25rem}.item-name{color:#1e293b;font-weight:600;margin:0;font-size:.95rem}.item-reference{color:#64748b;font-size:.85rem;margin:0}.item-quantity{color:#475569;font-weight:500;font-size:.9rem}.item-price{color:#10b981;font-weight:700;font-size:1rem}.summary-lines{display:flex;flex-direction:column;gap:.75rem}.summary-line{display:flex;justify-content:space-between;padding:.5rem 0;color:#475569;font-size:.95rem}.summary-total{margin-top:.75rem;padding-top:.75rem;border-top:2px solid #e2e8f0;font-size:1.15rem;font-weight:700;color:#1e293b}.summary-total span:last-child{color:#10b981}.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;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-small{max-width:500px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.modal-header h2{color:#1e293b;font-size:1.5rem;margin:0}.modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.modal-close:hover{background:#f1f5f9;color:#1e293b}.modal-body{padding:2rem}.modal-footer{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid #e2e8f0}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;color:#475569;margin-bottom:.5rem;font-size:.9rem}.form-textarea{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem;font-family:inherit;resize:vertical}.form-textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.page-info{color:#64748b;font-size:.95rem}@media (max-width: 768px){.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab{padding:.75rem 1.5rem;white-space:nowrap}.info-grid{grid-template-columns:1fr}.order-body{flex-direction:column;align-items:stretch}.order-actions{width:100%}.order-actions button{flex:1}.item-row{grid-template-columns:1fr;gap:.75rem}.detail-grid{grid-template-columns:1fr}.modal-content{max-width:100%;max-height:95vh;margin:.5rem}.modal-header,.modal-body,.modal-footer{padding:1.5rem}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6}
