.simple-products-page{min-height:100vh;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.simple-header{background:#fff;padding:15px 20px;box-shadow:0 2px 8px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-top{justify-content:space-between;margin-bottom:10px}.header-top,.home-button{display:flex;align-items:center}.home-button{background:#2e7d32;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px;gap:6px;transition:all .2s ease}.home-button:hover{background:#1b5e20;transform:translateY(-1px)}.cart-button{background:#2e7d32;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px;display:flex;align-items:center;gap:6px;transition:all .2s ease;position:relative}.cart-button:hover{background:#1b5e20;transform:translateY(-1px)}.cart-notification{position:absolute;top:-6px;right:-6px;background:#ff6f00;color:#fff;font-size:12px;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.header-title-section{display:flex;justify-content:flex-start;margin-bottom:15px;padding:10px 0;border-bottom:1px solid #e0e0e0}.header-title-left{display:flex;align-items:center;gap:15px}.vb-kayam-logo-large{height:60px;width:auto;object-fit:contain}.page-title{margin:0;color:#2e7d32;font-size:28px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.quick-filters{background:#fff;padding-top:10px}.filter-row{justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px}.categories,.filter-row{display:flex;flex-wrap:wrap}.categories{gap:8px;flex-grow:1}.category-tab{padding:6px 12px;background:#f5f5f5;border:none;border-radius:20px;cursor:pointer;font-size:14px;color:#666;font-weight:500;transition:all .2s ease;min-width:70px;text-align:center}.category-tab:hover{background:#e0e0e0;transform:translateY(-1px)}.category-tab.active{background:#2e7d32;color:#fff;box-shadow:0 2px 5px rgba(46,125,50,.3);transform:translateY(-1px)}.filter-controls{display:flex;gap:10px;align-items:center}.sort-dropdown{padding:8px 12px;border:2px solid #e0e0e0;border-radius:6px;background:#fff;color:#333;font-size:14px;font-weight:500;min-width:180px;cursor:pointer;transition:all .2s ease}.sort-dropdown:focus{outline:none;border-color:#2e7d32;box-shadow:0 0 0 2px rgba(46,125,50,.1)}.clear-filters-btn{background:#f5f5f5;color:#666;border:1px solid #ddd;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.clear-filters-btn:hover{background:#e0e0e0;color:#333;border-color:#2e7d32}.active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:10px;padding:10px;background:#f8f9fa;border-radius:6px;font-size:14px}.active-filters span:first-child{font-weight:600;color:#2e7d32}.filter-tag{display:inline-flex;align-items:center;gap:6px;background:#fff;padding:5px 10px;border-radius:4px;border:1px solid #e0e0e0;font-weight:500}.filter-tag button{background:none;border:none;color:#999;cursor:pointer;font-size:12px;padding:0;margin-left:5px;transition:color .2s ease}.filter-tag button:hover{color:#f44336}.products-main{padding:20px;max-width:1200px;margin:0 auto}.products-count{color:#666;margin-bottom:20px;font-size:16px;text-align:center;padding:12px;background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.product-image{position:relative;height:200px;background:#f8f9fa;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.03)}.featured-badge{top:10px;left:10px;background:#ff9800;box-shadow:0 1px 3px rgba(0,0,0,.2)}.category-label,.featured-badge{position:absolute;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.category-label{bottom:10px;right:10px;background:rgba(46,125,50,.9)}.product-info{padding:15px}.product-info h3{margin:0 0 10px;color:#333;font-size:16px;font-weight:600;line-height:1.3}.product-description{color:#666;font-size:14px;line-height:1.4;margin-bottom:15px;height:40px;overflow:hidden}.product-footer{display:flex;justify-content:space-between;align-items:center}.price-section{display:flex;flex-direction:column}.price{font-size:20px;font-weight:700;color:#2e7d32}.stock{font-size:13px;font-weight:500;margin-top:3px}.in-stock{color:#4caf50}.out-stock{color:#f44336}.add-to-cart{background:#2e7d32;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s ease;min-width:120px}.add-to-cart:hover:not(.disabled){background:#1b5e20;transform:translateY(-1px);box-shadow:0 2px 5px rgba(46,125,50,.3)}.add-to-cart.disabled{background:#9e9e9e;cursor:not-allowed}.no-products{text-align:center;padding:60px 20px;background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-top:20px}.no-products-icon{font-size:60px;margin-bottom:20px;opacity:.5}.no-products h3{color:#333;margin-bottom:10px;font-size:24px;font-weight:600}.no-products p{color:#666;margin-bottom:20px;font-size:16px}.reset-filters{background:#2e7d32;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:600;font-size:16px;transition:all .2s ease}.reset-filters:hover{background:#1b5e20;transform:translateY(-1px);box-shadow:0 2px 5px rgba(46,125,50,.3)}.simple-footer{background:#fff;padding:20px;border-top:1px solid #eee;display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-top:40px}.simple-footer button{background:#2e7d32;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:600;font-size:16px;transition:all .2s ease;min-width:160px}.simple-footer button:hover{background:#1b5e20;transform:translateY(-1px);box-shadow:0 2px 5px rgba(46,125,50,.3)}@media (max-width:1024px){.page-title{font-size:24px}.vb-kayam-logo-large{height:50px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:768px){.simple-header{padding:12px 15px}.header-top{flex-direction:column;gap:10px;align-items:stretch}.cart-button,.home-button{width:100%;justify-content:center}.header-title-section{margin-bottom:12px;padding:8px 0;justify-content:center}.header-title-left{flex-direction:column;align-items:center;text-align:center;gap:10px}.vb-kayam-logo-large{height:45px}.page-title{font-size:22px;text-align:center}.filter-row{flex-direction:column;align-items:stretch;gap:12px}.categories{justify-content:center}.category-tab{padding:5px 10px;font-size:13px;min-width:60px}.filter-controls{flex-direction:column;align-items:stretch}.clear-filters-btn,.sort-dropdown{width:100%;font-size:13px}.products-main{padding:15px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.simple-footer{flex-direction:column;align-items:center;padding:15px;gap:10px}.simple-footer button{width:100%;max-width:220px;padding:8px 16px;font-size:15px}}@media (max-width:480px){.products-main,.simple-header{padding:10px}.products-grid{grid-template-columns:1fr}.product-image{height:180px}.page-title{font-size:20px}.vb-kayam-logo-large{height:40px}.category-tab{padding:4px 8px;font-size:12px;min-width:50px}.products-count{font-size:14px;padding:10px}.no-products h3{font-size:20px}.no-products p{font-size:14px}.add-to-cart{min-width:110px;padding:6px 12px;font-size:13px}.simple-footer button{min-width:140px;padding:8px 16px;font-size:14px}}