*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background:#fff;box-shadow:0 2px 10px #0000000d;margin-bottom:20px;padding:2rem 0}.header-container{margin:0 auto;max-width:1200px;padding:0 20px}.header-content{text-align:center}.header-title{color:#333;font-size:2.5rem;font-weight:700;margin:0 0 8px}.header-tagline{color:#666;font-size:1.1rem;font-weight:400;margin:0}@media (max-width:768px){.header{padding:1.5rem 0}.header-title{font-size:2rem}.header-tagline{font-size:1rem}}.product-list{background:#f8f9fa;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:25px}.products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:20px}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-3px)}.product-image-container{align-items:center;background:#f5f5f5;display:flex;height:250px;justify-content:center;overflow:hidden;position:relative;width:100%}.product-image{height:100%;object-fit:contain;padding:15px;transition:transform .3s;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.product-info{display:flex;flex:1 1;flex-direction:column;padding:20px}.product-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;flex:1 1;font-size:1rem;font-weight:500;line-height:1.4;margin-bottom:12px;overflow:hidden}.product-price{color:#667eea;font-size:1.3rem;font-weight:700;margin-bottom:15px}.add-to-cart-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:auto;padding:12px 20px;transition:background-color .3s,transform .2s;width:100%}.add-to-cart-btn:hover{background:#5568d3;transform:scale(1.02)}.add-to-cart-btn:active{transform:scale(.98)}.no-products{color:#666;padding:60px 20px;text-align:center}.no-products p{font-size:1.1rem}.error-state,.loading-state{background:#f8f9fa;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:60px 20px;text-align:center}.error-state p,.loading-state p{color:#666;font-size:1.1rem}.error-state p{color:#ff4757}@media (max-width:768px){.products-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.product-image-container{height:200px}.product-info{padding:15px}.product-name{font-size:.9rem}.product-price{font-size:1.2rem}}.cart-item{background:#f8f9fa;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;margin-bottom:10px;padding:12px;width:100%}.cart-item-row{align-items:flex-start;display:flex;gap:12px}.cart-item-image{border-radius:6px;flex-shrink:0;height:60px;object-fit:cover;width:60px}.cart-item-info{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0}.cart-item-price{color:#667eea;font-size:1rem;font-weight:600;margin:0}.cart-item-quantity{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:6px;display:flex;gap:8px;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.quantity-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:#333;cursor:pointer;display:flex;font-size:1rem;height:24px;justify-content:center;padding:0;transition:background-color .2s;width:24px}.quantity-btn:hover{background:#f0f0f0}.quantity-value{color:#333;font-size:.9rem;font-weight:600;min-width:20px;text-align:center}.cart-item-total{color:#333;flex-shrink:0;font-size:1rem;font-weight:700;text-align:right}.cart-item-total p{margin:0}.cart-item-actions{align-items:center;border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;padding-top:8px}.remove-item-btn{align-items:center;background:#ff4757;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-size:.85rem;gap:4px;justify-content:center;line-height:1.2;margin-left:auto;min-width:-webkit-fit-content;min-width:fit-content;padding:6px 12px;transition:opacity .2s;white-space:nowrap}.remove-item-btn:hover{opacity:.8}.cart-sidebar{background:#f8f9fa;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;max-height:calc(100vh - 200px);overflow:hidden;position:-webkit-sticky;position:sticky;top:100px}.cart-sidebar-header{background:#fff;border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;flex-shrink:0;padding:20px}.cart-sidebar-header h2{color:#333;font-size:1.5rem;font-weight:600;margin:0}.cart-sidebar-content{background:#fff;flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:20px}.empty-cart-sidebar{padding:40px 20px;text-align:center}.empty-cart-icon{color:#999;font-size:5rem;margin-bottom:20px;opacity:.4}.empty-cart-text{color:#666;font-size:1.1rem;font-weight:500;margin-bottom:8px}.empty-cart-subtext{color:#999;font-size:.9rem}.cart-items-list{display:flex;flex-direction:column;gap:15px;margin-bottom:20px;max-height:500px;overflow-y:auto}.cart-sidebar-item{background:#f8f9fa;border-radius:8px;display:flex;gap:12px;padding:12px}.cart-sidebar-item-image{border-radius:6px;flex-shrink:0;height:60px;object-fit:cover;width:60px}.cart-sidebar-item-info{flex:1 1;min-width:0}.cart-sidebar-item-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:.9rem;font-weight:500;line-height:1.3;margin:0 0 6px;overflow:hidden}.cart-sidebar-item-price{color:#667eea;font-size:1rem;font-weight:600;margin:0 0 8px}.cart-sidebar-item-controls{align-items:center;display:flex;gap:8px}.quantity-btn-sidebar{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;display:flex;font-size:1rem;height:28px;justify-content:center;transition:all .2s;width:28px}.quantity-btn-sidebar:hover{background:#f0f0f0;border-color:#667eea}.quantity-value-sidebar{font-size:.9rem;font-weight:600;min-width:24px;text-align:center}.remove-btn-sidebar{align-items:center;background:#ff4757;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:28px;justify-content:center;line-height:1;margin-left:auto;transition:opacity .2s;width:28px}.remove-btn-sidebar:hover{opacity:.8}.cart-sidebar-footer{background:#fff;border-radius:0 0 12px 12px;border-top:1px solid #e0e0e0;flex-shrink:0;padding:15px 20px}.cart-total{align-items:center;display:flex;justify-content:space-between}.total-label{color:#333;font-size:1.2rem;font-weight:600}.total-amount{color:#667eea;font-size:1.5rem;font-weight:700}@media (max-width:968px){.cart-sidebar{max-height:none;position:static}}.main-page-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 350px;padding:20px 0}.products-section{min-width:0}#products-container{width:100%}.cart-section{min-width:350px}@media (max-width:968px){.main-page-container{grid-template-columns:1fr}.cart-section{min-width:100%}}.App{background:#f5f5f5;display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:0 20px;width:100%}@media (max-width:768px){.main-content{padding:0 10px}}
/*# sourceMappingURL=main.863c96a4.css.map*/