@import "https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";
html,body{color:#333;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6}*{box-sizing:border-box}a{color:inherit;text-decoration:none}.main-layout{background-color:#f3f4f6;min-height:100vh}.content-wrapper{gap:24px;max-width:1500px;margin:0 auto;padding:24px 16px;display:flex}.main-content{flex:1}.section-title{color:#1f2937;margin-bottom:24px;font-size:1.25rem;font-weight:700}.category-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.category-card{text-align:center;background-color:#fff;border-radius:8px;flex-direction:column;justify-content:space-between;align-items:center;height:260px;padding:16px;transition:box-shadow .2s;display:flex;box-shadow:0 1px 3px #0000001a}.category-card:hover{box-shadow:0 4px 8px #00000026}.category-image-wrapper{flex-shrink:0;width:128px;height:128px;margin-bottom:16px;position:relative}.category-image-wrapper img{object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}.category-card-title{color:#1f2937;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;justify-content:center;align-items:center;width:100%;padding:0 8px;font-size:.875rem;font-weight:500;display:flex;overflow:hidden}@media (max-width:1200px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.category-grid{grid-template-columns:1fr}}.product-section{background-color:#fff;border-radius:8px;max-width:1170px;margin:32px auto 0;padding:20px;box-shadow:0 1px 2px #0000000d}.product-section:first-of-type{margin-top:24px}.product-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;display:flex}.product-section-title{color:#1f2937;flex-shrink:0;margin:0;font-size:1.25rem;font-weight:700}.filter-button{color:#4b5563;cursor:pointer;white-space:nowrap;background-color:#e5e7eb;border:1px solid #d1d5db;border-radius:6px;padding:8px 16px;font-size:.875rem;transition:background-color .2s,border-color .2s,color .2s}.filter-button:hover{color:#1f2937;background-color:#d1d5db}.filter-button.active{color:#fff;background-color:#007bff;border-color:#007bff}.product-grid{scrollbar-width:none;-ms-overflow-style:none;grid-template-rows:1fr;grid-auto-columns:minmax(200px,1fr);grid-auto-flow:column;gap:20px;padding-bottom:10px;display:grid;position:relative;overflow-x:auto}.product-grid::-webkit-scrollbar{display:none}.product-card{text-align:left;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:space-between;width:220px;padding:16px;transition:box-shadow .2s,transform .2s;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.product-image-wrapper{background-color:#f9fafb;border-radius:4px;width:100%;margin-bottom:12px;padding-top:100%;position:relative;overflow:hidden}.product-image-wrapper img{object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}.product-card-name{color:#374151;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;margin-bottom:8px;font-size:.9375rem;font-weight:600;display:-webkit-box;overflow:hidden}.product-meta{justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.75rem;display:flex}.in-stock{color:#28a745;align-items:center;font-weight:500;display:flex}.in-stock .icon{color:#28a745;width:14px;height:14px;margin-right:4px}.product-rating{gap:2px;display:flex}.star-icon{color:#ccc;width:14px;height:14px}.star-icon.filled{color:#ffc107}.product-price{color:#1f2937;margin-bottom:12px;font-size:1.25rem;font-weight:700}.product-actions{gap:8px;margin-top:auto;display:flex}.action-button{cursor:pointer;background-color:#e9ecef;border:1px solid #dee2e6;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;transition:background-color .2s,border-color .2s;display:flex}.action-button .icon{color:#6c757d;width:20px;height:20px;margin-right:0}.action-button:hover{background-color:#d8e1e7;border-color:#c4ccd5}.action-button.primary{background-color:#5295f6;border-color:#5295f6;flex-grow:1}.action-button.primary:hover{background-color:#3f7cd1;border-color:#3f7cd1}.action-button.primary .icon{color:#fff}:root{--primary-color:#5295f6;--primary-dark-color:#3f7cd1;--accent-color:#50b52f;--background-color:#fff;--border-color:#ddd;--light-gray:#eee;--text-color:#333;--text-color-light:#666;--text-color-dark:#000;--border-radius:8px;--border-radius-small:4px;--acent-color:#ff6b6b;--background-light:#f8f8f8;--text-light:#666;--shadow-light:#0000001a;--padding-base:15px;--gap-base:20px}@media (max-width:768px){.product-grid{grid-auto-columns:minmax(180px,1fr)}}@media (max-width:480px){.product-grid{grid-auto-columns:minmax(160px,1fr)}.product-card{width:160px;padding:12px}.product-card-name{font-size:.875rem}.product-price{font-size:1rem}.action-button{width:36px;height:36px;padding:6px}.action-button .icon{width:18px;height:18px}.scroll-button{width:36px;height:36px}.scroll-button .icon{width:18px;height:18px}.product-section-header{flex-direction:column;align-items:flex-start}.filter-button{padding:6px 12px;font-size:.8rem}}.sidebar-toggle-button{display:none}@media (max-width:768px){.sidebar-toggle-button{cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:.9375rem;display:flex;box-shadow:0 1px 2px #0000000d}.sidebar-container{display:none}.sidebar-container.mobile-visible{background-color:#fff;border-radius:8px;width:100%;margin-bottom:16px;display:block;box-shadow:0 2px 8px #0000001a}.content-wrapper{flex-direction:column;gap:16px}}
