*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#f3f4f6;overflow-x:hidden}.products-page{min-height:100vh}.categories-section{background:linear-gradient(135deg,#101055,#7597de);height:5vh}.categories-container,.categories-section{display:flex;justify-content:center;align-items:center}.categories-container{max-width:1280px;width:100%}.categories-scroll{text-align:center;color:white;font-weight:600;font-size:1.1rem}.main-content{max-width:1280px;margin:0 auto;padding:1rem}.search-container{max-width:800px;margin:0 auto;width:100%;padding:0 1rem}.search-box{position:relative;border-radius:50px;padding:.75rem 1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border:2px solid transparent;transition:all .3s ease}.search-box:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.search-icon{padding:.5rem 1rem .5rem 0;color:#6b7280;font-size:1.2rem}.search-input{background:transparent;padding:.75rem 0;font-size:1.1rem;color:#374151;font-weight:500}.search-input::placeholder{color:#9ca3af;font-weight:400}.clear-search-btn{padding:.5rem;color:#6b7280;transition:all .2s;font-size:1.2rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.clear-search-btn:hover{background:#e5e7eb;color:#374151}.search-count{color:#6b7280;font-size:1rem;font-weight:500}.clear-search-link{background:none;border:none;color:#6366f1;cursor:pointer;font-size:.9rem;text-decoration:underline;transition:color .2s;font-weight:500}.clear-search-link:hover{color:#4f46e5}.products-section{margin-top:2rem}.section-title{font-size:1.1rem;font-weight:700;color:#1f2937;text-align:center}.section-subtitle{color:#6b7280;text-align:center;font-size:.8rem}.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-top:2rem;padding:1rem 0}.product-card-compact{border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid #e5e7eb;height:100%;display:flex;flex-direction:column;cursor:pointer}.product-card-compact:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.product-image-compact{position:relative;height:160px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.product-card-compact:hover .product-img{transform:scale(1.05)}.stock-badge-compact{background:#ef4444}.images-count-badge,.stock-badge-compact{position:absolute;top:8px;left:8px;color:white;padding:4px 8px;border-radius:6px;font-size:.7rem;font-weight:600;z-index:2}.images-count-badge{background:rgba(0,0,0,.7)}.product-content-compact{padding:12px;flex:1;display:flex;flex-direction:column;text-align:center}.product-name-compact{font-size:.9rem;font-weight:600;color:#374151;margin-bottom:8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6rem}.product-price-compact{font-size:.7rem;font-weight:700;color:#ef4444;margin-bottom:12px}.add-to-cart-btn-compact{width:100%;padding:8px 12px;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto}.add-to-cart-btn-compact:enabled{background:#f73730;color:white}.add-to-cart-btn-compact:enabled:hover{background:#f59e0b;transform:translateY(-1px)}.add-to-cart-btn-compact:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed}.add-to-cart-btn-compact.in-cart{background:#eaa91c}.add-to-cart-btn-compact.in-cart:hover{background:#dda31a}.products-loading{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;background-color:rgba(255,255,255,.8);z-index:9999}.loading-spinner{width:3rem;height:3rem;border:3px solid rgba(99,102,241,.2);border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.products-error{display:flex;justify-content:center;align-items:center;min-height:50vh;text-align:center;flex-direction:column;gap:1rem}.retry-button{background:#6366f1;color:white;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.retry-button:hover{background:#4f46e5}.empty-state{text-align:center;padding:4rem 2rem;background:white;border-radius:12px;margin:2rem 0}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-title{font-size:1.5rem;font-weight:700;color:#374151;margin-bottom:.5rem}.empty-description{color:#6b7280;margin-bottom:2rem}.continue-shopping-btn{background:#6366f1;color:white;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.continue-shopping-btn:hover{background:#4f46e5;transform:translateY(-2px)}.cart-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:9999;display:flex;justify-content:flex-end}.cart-modal-container{width:100%;height:100vh;display:flex;justify-content:flex-end}.cart-modal-sidebar{width:100%;max-width:480px;height:100%;background:white;display:flex;flex-direction:column;animation:slideInRight .3s ease}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#6366f1;color:white}.cart-title{font-size:1.5rem;font-weight:700}.close-button{background:none;border:none;color:white;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:6px;transition:background .2s}.close-button:hover{background:rgba(255,255,255,.2)}.cart-content{flex:1;padding:1.5rem;overflow-y:auto}.empty-cart{text-align:center;padding:3rem 2rem;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.empty-cart .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.empty-cart .empty-title{font-size:1.5rem;font-weight:700;color:#374151;margin-bottom:.5rem}.empty-cart .empty-description{color:#6b7280;margin-bottom:2rem}.cart-items-list{display:flex;flex-direction:column;gap:1rem}.cart-item-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.cart-item-image{width:4rem;height:4rem;object-fit:cover;border-radius:8px}.cart-item-info{flex:1}.cart-item-name{font-weight:600;color:#1e293b;margin-bottom:.25rem}.cart-item-price{color:#059669;font-weight:700}.cart-item-stock{font-size:.75rem;color:#64748b}.cart-item-controls{display:flex;align-items:center;gap:.5rem}.quantity-button{width:2rem;height:2rem;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-weight:700}.quantity-button.decrease{background:#fef2f2;color:#dc2626}.quantity-button.decrease:hover{background:#fecaca}.quantity-button.increase{background:#f0fdf4;color:#16a34a}.quantity-button.increase:hover:not(:disabled){background:#bbf7d0}.quantity-button.increase:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.quantity-display{min-width:2rem;text-align:center;font-weight:600}.remove-item-button{background:#fef2f2;color:#dc2626;border:none;border-radius:8px;padding:.5rem;cursor:pointer;transition:all .2s}.remove-item-button:hover{background:#fecaca}.cart-footer{padding:1.5rem;border-top:2px solid #e2e8f0;background:#f8fafc}.cart-total-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.total-label{color:#374151}.total-price{color:#059669}.checkout-button{width:100%;padding:1rem 1.5rem;background:#f59e0b;color:white;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s;margin-bottom:.5rem}.checkout-button:hover{background:#d97706}.clear-cart-button{width:100%;padding:.75rem;background:#fef2f2;color:#dc2626;border:2px solid #fecaca;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.clear-cart-button:hover{background:#fecaca}.global-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.95);z-index:99999;display:flex;justify-content:center;align-items:center;padding:20px}.global-modal-content{background:white;border-radius:20px;width:95%;max-width:1200px;max-height:95vh;overflow-y:auto;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.global-modal-header{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:2px solid #e5e7eb;background:#6366f1;color:white;border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.global-modal-header h2{margin:0;font-size:1.8rem;font-weight:700;flex:1}.global-modal-close{background:rgba(255,255,255,.2);color:white;border:none;width:45px;height:45px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.global-modal-close:hover{background:rgba(255,255,255,.3)}.global-modal-body{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:30px}.global-modal-image-section{display:flex;flex-direction:column;gap:20px}.global-modal-thumbnails{gap:10px;padding:10px 0}.thumbnail-item{width:80px;height:80px}.thumbnail-item.active,.thumbnail-item:hover{border-color:#4f46e5}.global-modal-details{display:flex;flex-direction:column;gap:25px}.global-modal-price{font-size:2.5rem;font-weight:800;color:#059669;margin:0}.global-modal-stock{display:flex;align-items:center;gap:12px;font-size:1.1rem;font-weight:600;padding:12px 20px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.stock-indicator{width:8px;height:8px;border-radius:50%}.stock-indicator.stock-high{background:#10b981}.stock-indicator.stock-low{background:#f59e0b}.stock-indicator.stock-none{background:#ef4444}.global-modal-description-section h3{font-size:1.3rem;font-weight:700;color:#1f2937;margin-bottom:15px}.global-modal-description{line-height:1.7;color:#6b7280;font-size:1rem;margin:0}.global-modal-actions{display:flex;flex-direction:column;gap:20px;padding-top:20px;border-top:2px solid #e5e7eb;margin-top:auto}.action-buttons{display:flex;gap:15px}.global-modal-cart-btn{flex:2;padding:18px 25px;background:#4f46e5;color:white;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.global-modal-cart-btn:hover:not(:disabled){background:#3730a3}.global-modal-cart-btn:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed}.global-modal-cart-btn.in-cart{background:#059669}.global-modal-buy-btn{flex:1;padding:18px 25px;background:#f59e0b;color:white;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.global-modal-buy-btn:hover{background:#d97706}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}.global-modal-body{grid-template-columns:1fr;gap:30px}.global-modal-main-image{height:350px}}@media (max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.search-container{margin:1.5rem auto;padding:0 .5rem}.search-box{padding:.6rem 1.2rem}.search-input{font-size:1rem}.search-results-info{flex-direction:column;gap:.5rem;text-align:center}.section-title{font-size:1.5rem}.section-subtitle{font-size:1rem}.global-modal-content{width:98%;max-height:98vh}.global-modal-body{padding:20px;gap:25px}.global-modal-header{padding:20px}.global-modal-header h2{font-size:1.4rem}.global-modal-price{font-size:2rem}.global-modal-main-image{height:300px}.action-buttons{flex-direction:column}.thumbnail-item{width:60px;height:60px}}@media (max-width:480px){.categories-scroll{font-size:12px}.search-box{border-radius:25px;padding:.5rem 1rem}.search-icon{padding:.5rem .75rem .5rem 0;font-size:1rem}.clear-search-btn{padding:.4rem;font-size:1rem}.search-input::placeholder{font-size:.9rem}.global-modal-body{padding:15px;gap:20px}.global-modal-header{padding:15px}.global-modal-header h2{font-size:1.2rem}.global-modal-price{font-size:1.8rem}.global-modal-main-image{height:250px}}.pagination-container{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:3rem 0 2rem;padding:2rem;background:white;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.pagination-info{color:#6b7280;font-weight:500;font-size:.9rem}.pagination-controls{display:flex;align-items:center;gap:1rem}.pagination-btn{padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:white;color:#374151;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:100px}.pagination-btn:hover:not(:disabled){background:#6366f1;color:white;border-color:#6366f1}.pagination-btn:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;border-color:#e5e7eb}.pagination-numbers{display:flex;gap:.5rem;align-items:center}.pagination-number{width:3rem;height:3rem;border:2px solid #e5e7eb;background:white;color:#374151;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.pagination-number:hover{background:#f3f4f6;border-color:#d1d5db}.pagination-number.active{background:#6366f1;color:white;border-color:#6366f1}.pagination-ellipsis{color:#6b7280;font-weight:600;padding:0 .5rem}.search-results-info{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding:0 .5rem;flex-wrap:wrap;gap:.5rem}@media (max-width:768px){.pagination-controls{flex-direction:column;gap:.75rem}.pagination-numbers{order:-1}.pagination-btn{min-width:120px}}@media (max-width:480px){.pagination-numbers{gap:.25rem}.pagination-number{width:2.5rem;height:2.5rem;font-size:.9rem}}.global-modal-main-image{height:400px}.global-modal-img{width:100%;height:100%}.zoom-lens{height:800px;position:absolute;border:2px solid #6366f1;background:rgba(99,102,241,.1);z-index:100;box-shadow:inset 0 0 0 1px white}.zoom-lens,.zoom-result{pointer-events:none;display:none}.zoom-result{border:2px solid #e5e7eb;border-radius:12px;background:white;background-repeat:no-repeat;z-index:1000;box-shadow:0 10px 30px rgba(0,0,0,.2);overflow:hidden}.global-modal-thumbnails-container{display:flex;flex-direction:column;gap:12px;margin-top:20px}.thumbnail-navigation{display:flex;align-items:center;gap:8px}.thumbnail-nav-btn{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;font-size:1.2rem;font-weight:700;color:#374151}.thumbnail-nav-btn:hover{background:#6366f1;color:white;border-color:#6366f1}.global-modal-thumbnails{display:flex;gap:8px;overflow-x:auto;padding:8px 0;scroll-behavior:smooth;flex:1;scrollbar-width:none;-ms-overflow-style:none}.global-modal-thumbnails::-webkit-scrollbar{display:none}.thumbnail-item{border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;overflow:hidden;flex-shrink:0;transition:all .3s ease;position:relative}.thumbnail-item.active,.thumbnail-item:hover{border-color:#6366f1;transform:scale(1.05)}.thumbnail-item.active:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:3px solid #6366f1;border-radius:8px;pointer-events:none}.thumbnail-item img{width:100%;height:100%;object-fit:cover}.thumbnail-counter{text-align:center;color:#6b7280;font-size:.9rem;font-weight:600}@media (min-width:1025px){.image-zoom-wrapper{flex-direction:row}.zoom-result{position:absolute;top:0;left:calc(100% + 20px);width:400px;height:400px}.global-modal-main-image{height:400px}.thumbnail-item{width:80px;height:80px}}@media (max-width:1024px) and (min-width:769px){.image-zoom-wrapper{flex-direction:row}.zoom-result{position:absolute;top:0;left:calc(100% + 15px);width:350px;height:350px}.global-modal-main-image{height:350px}.thumbnail-item{width:70px;height:70px}}@media (max-width:768px){.image-zoom-wrapper{flex-direction:column;gap:15px}.zoom-container{cursor:default}.global-modal-main-image{height:300px}.zoom-result{position:relative;width:100%;height:250px;top:0;left:0;margin-top:10px}.thumbnail-item{width:60px;height:60px}.thumbnail-navigation{justify-content:center}.global-modal-thumbnails{justify-content:flex-start;max-width:300px}}@media (max-width:480px){.global-modal-main-image{height:250px}.zoom-result{height:200px}.thumbnail-item{width:50px;height:50px}.global-modal-thumbnails{max-width:250px}.thumbnail-nav-btn{width:28px;height:28px;font-size:1rem}}@media (max-width:768px){.zoom-container:after{content:"Touch and move to zoom";position:absolute;bottom:10px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:white;padding:5px 10px;border-radius:15px;font-size:.8rem;pointer-events:none;z-index:10;opacity:.9}}.image-zoom-wrapper{position:relative;display:flex;gap:20px;align-items:flex-start}.zoom-container{position:relative;display:inline-block;width:100%;cursor:crosshair;touch-action:none}.global-modal-main-image{position:relative;border-radius:15px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;min-height:400px;max-height:500px;border:2px solid #e2e8f0;width:100%}.global-modal-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;padding:20px;user-select:none;-webkit-user-select:none}.our-store-categories-section{margin-top:.5rem;padding:1.5rem;background:white;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08);border:1px solid #e5e7eb;max-width:100%;width:100%}.categories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.categories-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.clear-category-btn{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.clear-category-btn:hover{background:#e5e7eb;color:#374151}.categories-loading{display:flex;align-items:center;gap:.75rem;color:#6b7280;font-size:.9rem}.loading-dots{display:flex;gap:4px}.loading-dots span{width:6px;height:6px;border-radius:50%;background:#9ca3af;animation:bounce 1.4s ease-in-out infinite both}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.categories-grid{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.category-pill{background:white;color:#374151;border:2px solid #e5e7eb;padding:.75rem 1.25rem;border-radius:50px;font-size:.7rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;text-decoration:none;display:inline-block}.category-pill:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.15)}.category-pill.active{background:#3b82f6;color:white;border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.25)}.category-pill.active:hover{background:#2563eb;border-color:#2563eb;transform:translateY(-2px)}.no-categories{color:#6b7280;font-style:italic;font-size:.9rem;padding:1rem;text-align:center;width:100%}@media (max-width:768px){.our-store-categories-section{padding:1rem;margin-top:1rem}.categories-header{flex-direction:column;align-items:flex-start;gap:.75rem}.clear-category-btn{align-self:flex-end}.categories-grid{gap:.5rem;justify-content:center}.category-pill{padding:.6rem 1rem;font-size:.85rem}}@media (max-width:480px){.categories-grid{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.category-pill{flex-shrink:0}.categories-title{font-size:1.1rem}}.category-pill{animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-title{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.search-loading-indicator{display:flex;align-items:center;gap:8px;padding:10px;background:#f8f9fa;border-radius:8px;margin:10px 0;color:#666;font-size:14px}.search-spinner{width:16px;height:16px;border:2px solid #e3e3e3;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite}.search-action-btn{padding:8px 16px;background:#007bff;color:white;border:none;border-radius:0 20px 20px 0;cursor:pointer;transition:background .3s ease}.search-action-btn:hover:not(:disabled){background:#0056b3}.search-action-btn:disabled{background:#6c757d;cursor:not-allowed}.search-box{display:flex;align-items:center;background:white;border:1px solid #ddd;border-radius:25px;padding:5px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.search-input{flex:1;border:none;outline:none;padding:10px 15px;border-radius:25px;font-size:14px}.search-icon{padding:0 10px;color:#666}.clear-search-btn{background:none;border:none;color:#666;cursor:pointer;padding:5px 10px;border-radius:50%;transition:background .3s ease}.clear-search-btn:hover{background:#f0f0f0}