*{box-sizing:border-box}.products-page{display:flex!important;background-color:#fff!important;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;color:#333!important;min-height:100vh!important;width:100%!important;max-width:100vw!important;overflow-x:hidden!important;position:relative}.products-page h1,.products-page h2,.products-page h3,.products-page h4,.products-page h5,.products-page h6{font-family:Playfair Display,serif!important;font-weight:700!important;letter-spacing:.5px!important}.filters-sidebar.fixed{position:fixed!important;top:90px!important;left:0!important;width:280px!important;height:calc(100vh - 90px)!important;background-color:#f9f9f9!important;box-shadow:2px 0 6px rgba(0,0,0,.1)!important;padding:20px!important;box-sizing:border-box!important;overflow-y:auto!important;z-index:50!important;display:block!important}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.filters-header h3{margin:0;font-weight:700;font-size:1.5rem;color:#13a2a2}.mobile-filter-toggle{display:none}.mobile-close{display:none!important}.filter-section{margin-bottom:25px}.filter-section h4{font-weight:600;color:#13a2a2;margin-bottom:12px;font-size:1.1rem}.filter-section input[type=number],.filter-section input[type=text],.filter-section select{width:100%;padding:8px 10px;font-size:1rem;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;background-color:#fff;color:#333}.filter-section input:focus,.filter-section select:focus{outline:none;border-color:#13a2a2;box-shadow:0 0 0 2px rgba(19,162,162,.2)}.category-filters{display:flex;flex-direction:column;gap:8px}.category-filters button{background:transparent;border:1px solid #ccc;border-radius:4px;padding:8px 10px;text-align:left;cursor:pointer;font-size:.85rem;color:#000;transition:all .3s ease}.category-filters button.active,.category-filters button:hover{background-color:#13a2a2;color:#fff;border-color:#13a2a2;transform:translateX(5px)}.price-inputs{display:flex;gap:10px;align-items:center;margin-bottom:10px}.price-inputs input{width:100px}.price-inputs span{font-weight:600;color:#000}.price-slider{width:100%;height:6px;border-radius:3px;background:#ddd;outline:none;cursor:pointer}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#13a2a2;cursor:pointer;box-shadow:0 0 2px rgba(0,0,0,.3);-webkit-transition:transform .2s ease;transition:transform .2s ease}.price-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.clear-filters{display:block;width:100%;padding:10px 0;font-weight:700;background-color:#e53935;border:none;color:#fff;cursor:pointer;border-radius:5px;transition:all .3s ease}.clear-filters:hover{background-color:#b71c1c;transform:translateY(-2px);box-shadow:0 4px 12px rgba(229,57,53,.4)}.products-main{margin-left:280px!important;margin-right:0!important;margin-top:70px!important;padding:20px!important;box-sizing:border-box!important;background-color:#fefefe!important;min-height:calc(100vh - 70px)!important;width:calc(100% - 280px)!important;flex:1 1!important}.products-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-weight:600;font-size:1rem;color:#000}.sort-options{display:flex;align-items:center;gap:10px}.sort-options select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer}.products-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;grid-gap:28px!important;gap:28px!important;width:100%!important}.product-cardz{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.261),0 2px 8px rgba(0,0,0,.179);cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1);position:relative;height:100%}.product-cardz:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;opacity:0;transition:opacity .4s ease;box-shadow:0 10px 30px rgba(19,162,162,.2),0 5px 15px rgba(19,162,162,.15);pointer-events:none}.product-cardz:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 1px 3px rgba(0,0,0,.723),0 2px 8px rgba(0,0,0,.459)}.product-cardz:hover:before{opacity:1}.product-imagez{position:relative;width:100%;padding-top:75%;overflow:hidden;background:#f8f9fa}.product-imagez img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;border-bottom:1px solid #eee;transition:transform .4s ease}.product-cardz:hover .product-imagez img{transform:scale(1.05)}.products-page-container .product-category-tag{top:.6rem;left:.6rem;background:var(--spice-primary);padding:.25rem .7rem;border-radius:12px;font-size:.65rem;letter-spacing:.5px;box-shadow:0 2px 6px rgba(0,163,163,.2)}.featured-badge,.products-page-container .product-category-tag,.stock-badge{position:absolute;color:#fff;font-weight:700;z-index:2;text-transform:uppercase}.featured-badge,.stock-badge{top:6px;font-size:.55rem;padding:2px 8px;border-radius:4px;pointer-events:none}.stock-badge{left:10px}.featured-badge{right:6px;background-color:rgba(19,162,162,.9);border-radius:12px}.out-of-stock{background-color:#e53935}.product-info{padding:15px 18px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.product-info h3{margin:0 0 8px;font-size:1.1rem;font-weight:600;color:#222;transition:color .3s ease}.product-cardz:hover .product-info h3{color:#13a2a2}.product-description{flex-grow:1;font-size:.9rem;color:#000;margin-bottom:12px;line-height:1.5}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:600}.pricez{color:#13a2a2;font-size:1.15rem;font-weight:700}.stock.in-stock{color:#388e3c}.stock.out-of-stock{color:#e53935}.add-to-cart-btn{position:relative;padding:12px 0;background:linear-gradient(135deg,#13a2a2,#0f8282);border:none;border-radius:8px;color:#fff;font-weight:700;font-size:.95rem;cursor:pointer;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 12px rgba(19,162,162,.3)}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(19,162,162,.5)}.add-to-cart-btn:disabled{background:linear-gradient(135deg,#ccc,#aaa);cursor:not-allowed}.no-products{text-align:center;padding:50px 20px;color:#777}.no-products-icon{font-size:60px;margin-bottom:15px}.clear-search{margin-top:25px;padding:12px 24px;background:linear-gradient(135deg,#13a2a2,#0f8282);border:none;border-radius:8px;color:#fff;font-weight:700;cursor:pointer;transition:all .3s ease}.products-toast-notification{position:fixed;top:20px;right:20px;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);overflow:hidden;z-index:10000;min-width:350px;animation:productsSlideIn .3s ease-out}@keyframes productsSlideIn{0%{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}.products-toast-content{display:flex;align-items:center;padding:16px;gap:12px}.products-toast-icon{width:40px;height:40px;background:linear-gradient(135deg,#00d4d4,#0891b2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.products-toast-icon svg{width:24px;height:24px;color:#fff;stroke-width:3}.products-toast-message{flex:1 1}.products-toast-title{font-size:.95rem;font-weight:700;color:#0f1f2f;margin:0 0 4px}.products-toast-text{font-size:.85rem;color:#2d5f6f;margin:0;line-height:1.3}.products-toast-close{width:32px;height:32px;border:none;background:rgba(0,0,0,.05);border-radius:8px;color:#000;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.products-toast-progress{height:4px;background:linear-gradient(135deg,#00d4d4,#0891b2);animation:productsShrink 3s linear}@keyframes productsShrink{0%{width:100%}to{width:0}}@media (max-width:1024px){.products-page{flex-direction:column!important}.products-main{margin-left:0!important;width:100%!important;margin-top:90px!important;padding:20px 15px!important}.filters-sidebar.fixed{position:fixed!important;top:90px!important;left:0!important;width:100%!important;height:calc(100vh - 90px)!important;z-index:9999!important;background:#fff!important;padding-top:20px!important;display:none!important}.filters-sidebar.fixed:not(.hidden){display:block!important;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-filter-toggle{display:flex;background:#13a2a2;color:#fff;border:none;padding:8px 15px;border-radius:5px;font-weight:600}.mobile-close,.mobile-filter-toggle{align-items:center;justify-content:center}.mobile-close{display:flex!important;position:absolute;top:15px;right:15px;width:35px;height:35px;background:#f1f1f1;border-radius:50%;cursor:pointer}.products-toolbar{flex-wrap:wrap;gap:15px}}@media (max-width:640px){.products-grid{grid-template-columns:1fr!important;gap:20px!important}.product-info{padding:15px!important}.product-info h3{margin-bottom:5px!important}.price,.product-info h3{font-size:1.1rem!important}.featured-badge,.stock-badge{font-size:.5rem!important;padding:1px 5px!important;top:4px!important}.products-toolbar{flex-direction:row;align-items:center}.mobile-filter-toggle{flex:1 1;text-align:center}.sort-options{flex:1 1}.sort-options select{width:100%}.products-toast-notification{min-width:auto;width:90%;left:5%;right:5%;top:20px}}