*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;color:#212121;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,.app{display:flex;flex-direction:column;min-height:100vh}.app{background-color:#fafafa}.app>.error,.loading{align-items:center;color:#666;display:flex;font-size:18px;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.app>.error{color:#d32f2f;flex-direction:column;gap:1rem}.error h2{font-size:1.5rem;font-weight:600;margin:0}.error p{line-height:1.6;margin:0;max-width:600px}.error code{background:#f5f5f5;border-radius:4px;display:block;font-family:monospace;margin-top:.5rem;padding:.2rem .4rem;word-break:break-all}.debug-block{display:none!important}.product-list-container{flex:1 1;margin:0 auto;max-width:1200px;padding:1.5rem;width:100%}.product-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:0}.product-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 1px 3px #00000014;cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}@media (min-width:769px){.product-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.product-image{aspect-ratio:auto;height:220px;width:100%!important}.product-image img{height:100%!important;object-fit:contain;width:100%!important}}.product-image{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:0;height:220px;width:100%}.product-image img{border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;object-fit:contain;transition:transform .3s ease}@media (min-width:769px){.product-card:hover .product-image img{transform:scale(1.05)}}.product-info{display:flex;flex:1 1;flex-direction:column;gap:.5rem;min-height:0;overflow:hidden;padding:1rem}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#212121;display:-webkit-box;flex-shrink:0;font-size:1rem;font-weight:600;line-height:1.3;margin:0;overflow:hidden}.product-footer{align-items:center;border-top:1px solid #f5f5f5;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;margin-top:auto;padding-top:.5rem}.product-price{font-size:1.25rem;letter-spacing:-.02em}.add-to-cart-button{align-items:center;background-color:#1976d2;border:none;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;height:36px;justify-content:center;padding:.5rem .75rem;transition:all .2s ease;white-space:nowrap}.add-to-cart-button:hover{background-color:#1565c0;box-shadow:0 2px 8px #1976d24d;transform:translateY(-1px)}.add-to-cart-button:active{background-color:#0d47a1;transform:translateY(0)}.quantity-controls{align-items:center;background-color:#f5f5f5;border-radius:8px;box-sizing:border-box;display:flex;flex-shrink:0;gap:.25rem;height:36px;justify-content:space-between;padding:.25rem 0;width:120px}.quantity-button{background-color:#fff;border:1px solid #e0e0e0;font-size:1.25rem;font-weight:600;height:36px;line-height:1;margin:0;min-width:36px;padding:0;width:36px}.quantity-button.minus{margin-left:0}.quantity-button.plus{margin-right:0}.quantity-button:hover{border-color:#1976d2;color:#1976d2}.quantity-button:active{transform:scale(.95)}.quantity-display{-webkit-appearance:textfield;appearance:textfield;font-size:1rem;margin:0;max-width:40px;min-width:32px;outline:none}.empty-catalog{color:#666;font-size:1.125rem;padding:4rem 2rem;text-align:center}.empty-catalog p{margin:0}@media (max-width:768px){.product-list-container{padding:1rem}.product-grid{gap:1rem;grid-template-columns:1fr}.product-card{align-items:stretch;border:none;border-radius:12px;flex-direction:row;height:105px;max-height:105px;min-height:105px;overflow:hidden;padding:0}.product-image{align-items:stretch!important;align-self:stretch;background:none!important;flex-shrink:0;font-size:0;justify-content:stretch!important;line-height:0;overflow:hidden;position:relative}.product-image,.product-image img{border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;display:block!important;height:105px!important;margin:0!important;padding:0!important;width:105px!important}.product-image img{bottom:0!important;left:0!important;object-fit:contain;object-position:center;position:absolute;right:0!important;top:0!important}.product-info{align-self:stretch;display:flex;flex:1 1;flex-direction:column;gap:.375rem;height:105px;justify-content:center;min-width:0;padding:.875rem}.product-name{-webkit-line-clamp:2;font-size:.9375rem;line-height:1.3}.product-footer{align-items:center;display:flex;flex-wrap:nowrap;gap:.5rem;justify-content:space-between;margin-top:auto;padding-top:.5rem}.product-price{flex-shrink:1;font-size:1.125rem;min-width:0;overflow:hidden;text-overflow:ellipsis}.add-to-cart-button{flex-shrink:0;font-size:.75rem;height:36px;min-width:120px;padding:.5rem .625rem;width:120px}.quantity-controls{flex-shrink:0;gap:.25rem;height:36px;justify-content:space-between;padding:.25rem 0;width:120px}.quantity-button.minus{margin-left:0}.quantity-button.plus{margin-right:0}.quantity-button{flex-shrink:0;font-size:1.125rem;height:32px;min-width:36px;width:36px}.quantity-display{flex:0 0 auto;font-size:.9375rem;max-width:36px;min-width:28px}}@media (max-width:480px){.product-card{align-items:stretch;border-radius:12px;height:105px;min-height:105px;padding:0}.product-image{align-items:stretch!important;align-self:stretch;background:none!important;border-radius:0;font-size:0;justify-content:stretch!important;line-height:0;overflow:hidden;position:relative}.product-image,.product-image img{display:block!important;height:105px!important;margin:0!important;padding:0!important;width:105px!important}.product-image img{border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;bottom:0!important;left:0!important;object-fit:contain;object-position:center;position:absolute;right:0!important;top:0!important}.product-info{height:105px;justify-content:center;padding:.75rem}.add-to-cart-button{flex-grow:0;flex-shrink:0;max-width:120px;min-width:120px;width:120px}.product-price{flex-grow:0;flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-footer{flex-wrap:nowrap;gap:.5rem;margin-top:0;overflow:hidden}}.product-modal-backdrop{align-items:center;animation:backdropFadeIn .3s ease-out forwards;background-color:#0000;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:1rem;position:fixed;right:0;top:0;z-index:1000}@keyframes backdropFadeIn{0%{background-color:#0000}to{background-color:#00000080}}.product-modal{animation:modalFadeIn .3s cubic-bezier(.34,1.56,.64,1);background:#fff;border-radius:16px;box-shadow:0 8px 32px #0003;max-height:90vh;max-width:500px;overflow-y:auto;position:relative;transform-origin:center;width:100%}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.8) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.product-modal-close{align-items:center;background:#0000001a;border:none;border-radius:50%;color:#212121;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;line-height:1;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:36px;z-index:10}.product-modal-close:hover{background:#0003;transform:rotate(90deg)}.product-modal-image{align-items:center;aspect-ratio:1;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;overflow:hidden;width:100%}.product-modal-image img{height:100%;object-fit:cover;width:100%}.product-modal-content{padding:1.5rem}.product-modal-name{color:#212121;font-size:1.5rem;font-weight:600;line-height:1.3;margin:0 0 1rem}.product-modal-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.product-modal-description p{word-wrap:break-word;font-size:1rem;margin:0;white-space:pre-wrap}.product-modal-footer{align-items:center;border-top:1px solid #f5f5f5;display:flex;gap:1rem;justify-content:space-between;padding-top:1rem}.product-modal-price{color:#1976d2;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;white-space:nowrap}.product-modal-quantity-controls{align-items:center;background-color:#f5f5f5;border-radius:8px;box-sizing:border-box;display:flex;gap:.5rem;height:36px;padding:.25rem}@media (max-width:768px){.product-modal{border-radius:16px 16px 0 0;max-height:85vh;max-width:100%}.product-modal-backdrop{align-items:flex-end;padding:0}.product-modal-image{aspect-ratio:1}.product-modal-content{padding:1.25rem}.product-modal-name{font-size:1.25rem}.product-modal-description p{font-size:.9375rem}.product-modal-price{font-size:1.5rem}}@media (max-width:480px){.product-modal-image{aspect-ratio:1}.product-modal-content{padding:1rem}.product-modal-name{font-size:1.125rem;margin-bottom:.75rem}.product-modal-description{margin-bottom:1rem}.product-modal-description p{font-size:.875rem}.product-modal-footer{align-items:center;flex-direction:row;gap:1rem}.product-modal-price{font-size:1.5rem}}.cart-container{background:#fff;display:flex;flex-direction:column;margin:0 auto;max-width:800px;min-height:calc(100vh - 64px);padding:0;width:100%}.cart-header{align-items:center;background:#fff;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;padding:1.5rem;position:-webkit-sticky;position:sticky;top:64px;z-index:10}.cart-header h2{color:#212121;font-size:1.5rem;font-weight:600;margin:0}.cart-items{flex:1 1;overflow-y:auto;padding:1rem 1.5rem}.cart-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:.75rem;min-width:0;padding:.75rem 0}.cart-item:last-child{border-bottom:none}.cart-item-image{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:8px;flex-grow:0;flex-shrink:0;height:60px;overflow:hidden;width:60px}.cart-item-image img{height:100%;object-fit:cover;width:100%}.cart-item-content{display:flex;flex-direction:column;flex-grow:1;gap:.5rem;min-width:0}.cart-item-main{align-items:center;display:flex;gap:.75rem;min-width:0}.cart-item-controls{position:relative}.cart-item-info{display:flex;flex:1 1;flex-direction:column;gap:.125rem;min-width:0}.cart-item-name{color:#212121;font-size:.9375rem;font-weight:600;line-height:1.3;margin:0}.cart-item-price{color:#666;font-size:.875rem;margin:0}.cart-item-controls{gap:.25rem}.cart-item-controls,.quantity-button{align-items:center;display:flex;flex-shrink:0}.quantity-button{background-color:#f5f5f5;border:none;border-radius:6px;color:#212121;cursor:pointer;font-size:1rem;font-weight:500;height:28px;justify-content:center;transition:all .2s ease;width:28px}.quantity-button:hover{background-color:#e8e8e8}.quantity-button:active{background-color:#d0d0d0}.quantity-display{-webkit-appearance:none;appearance:none;background:#0000;border:none;color:#212121;flex:0 0 auto;font-size:.875rem;font-weight:600;max-width:60px;min-width:40px;padding:0;text-align:center;width:48px}.quantity-display::-webkit-inner-spin-button,.quantity-display::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.remove-button{background-color:#ffebee;border:none;border-radius:6px;color:#c62828;cursor:pointer;flex-shrink:0;font-size:.75rem;font-weight:500;padding:.375rem .625rem;transition:all .2s ease;white-space:nowrap}.remove-button:hover{background-color:#ffcdd2}.cart-item-total-row{display:flex;justify-content:flex-end;margin-left:calc(60px + .75rem)}.cart-item-total{color:#1976d2;flex-shrink:0;font-size:.9375rem;font-weight:700;white-space:nowrap}.cart-footer{background:#fff;border-top:1px solid #e8e8e8;bottom:0;box-shadow:0 -2px 8px #0000000a;padding:1.5rem;position:-webkit-sticky;position:sticky}.cart-total{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.total-label{color:#212121;font-size:1.125rem;font-weight:600}.total-price{color:#1976d2;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.order-button{background-color:#1976d2;border:none;border-radius:12px;box-shadow:0 2px 8px #1976d233;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;padding:1rem;transition:all .2s ease;width:100%}.order-button:hover{background-color:#1565c0;box-shadow:0 4px 12px #1976d24d;transform:translateY(-1px)}.order-button:active{background-color:#0d47a1;transform:translateY(0)}.empty-cart{color:#666;font-size:1.125rem;padding:4rem 2rem;text-align:center}.empty-cart p{margin:0}@media (max-width:768px){.cart-header{padding:1rem;top:64px}.cart-header h2{font-size:1.25rem}.cart-items{padding:1rem}.cart-item{flex-wrap:wrap;padding:.625rem 0}.cart-item-image{height:60px;width:60px}.cart-item-main{flex-wrap:wrap;width:100%}.cart-item-info{width:100%}.cart-item-controls{order:1}.remove-button{margin-left:auto;order:2}.cart-item-total-row{justify-content:flex-end;margin-left:0}.cart-item-total{min-width:auto}.cart-footer{padding:1rem}.total-price{font-size:1.375rem}}@media (max-width:480px){.cart-container{min-height:calc(100vh - 56px)}.cart-header{padding:.875rem 1rem;top:56px}.cart-items{padding:.75rem}.cart-item{align-items:flex-start;gap:.625rem;padding:.5rem 0}.cart-item-image{height:50px;width:50px}.cart-item-main{flex-wrap:wrap;width:100%}.cart-item-info{width:100%}.cart-item-name{font-size:.875rem}.cart-item-price{font-size:.8125rem}.cart-item-controls{order:1}.remove-button{margin-left:auto;order:2}.cart-item-total-row{justify-content:flex-end;margin-left:0}.cart-item-total{font-size:.8125rem;min-width:auto}}.order-form-container{background:#fff;display:flex;flex-direction:column;margin:0 auto;max-width:600px;min-height:calc(100vh - 64px);padding:0;width:100%}.order-form-header{align-items:center;background:#fff;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;padding:1.5rem;position:-webkit-sticky;position:sticky;top:64px;z-index:10}.order-form-header h2{color:#212121;font-size:1.5rem;font-weight:600;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:.5rem;transition:background-color .2s ease;width:40px}.close-button:hover{background-color:#f5f5f5;color:#212121}.order-form{flex:1 1;gap:1.5rem;overflow-y:auto;padding:1.5rem}.form-group,.order-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#212121;font-size:.9375rem;margin:0}.form-group input,.form-group textarea{background-color:#fff;border-radius:8px;color:#212121;padding:.875rem 1rem;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{box-shadow:0 0 0 3px #1976d21a}.form-group input:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.form-group input.error,.form-group textarea.error{align-items:normal!important;border-color:#d32f2f!important;box-sizing:border-box!important;display:block!important;flex:none!important;height:auto!important;justify-content:normal!important;max-height:none!important;min-height:auto!important}.form-group input.error:focus,.form-group textarea.error:focus{box-shadow:0 0 0 3px #d32f2f1a}.error-message{color:#d32f2f;font-size:.875rem;line-height:1.4;margin:0}.form-group textarea{line-height:1.5;min-height:100px;resize:vertical}.form-actions{border-top:1px solid #f0f0f0;gap:1rem;margin-top:.5rem;padding-top:1rem}.cancel-button,.submit-button{border:none;border-radius:12px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem;transition:all .2s ease}.cancel-button{background-color:#f5f5f5;color:#212121}.cancel-button:hover{background-color:#e8e8e8}.cancel-button:active{background-color:#d0d0d0}.submit-button{background-color:#1976d2;box-shadow:0 2px 8px #1976d233;color:#fff;flex:2 1}.submit-button:hover{background-color:#1565c0;box-shadow:0 4px 12px #1976d24d}.submit-button:active{background-color:#0d47a1;transform:none}.submit-button:disabled{background-color:#bdbdbd;box-shadow:none;cursor:not-allowed;transform:none}@media (max-width:768px){.order-form-header{padding:1rem;top:64px}.order-form-header h2{font-size:1.25rem}.order-form{gap:1.25rem;padding:1rem}.form-actions{flex-direction:column;gap:.75rem}.submit-button{flex:1 1}}@media (max-width:480px){.order-form-container{min-height:calc(100vh - 56px)}.order-form-header{padding:.875rem 1rem;top:56px}.order-form{gap:1rem;padding:.875rem}.form-group input,.form-group textarea{font-size:16px;padding:.75rem}}.header{background-color:#fff;border-bottom:1px solid #e8e8e8;box-shadow:0 1px 3px #00000014;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 1.5rem;width:100%}.header-title{color:#212121;font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin:0}.cart-button{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.5rem;height:44px;justify-content:center;padding:.5rem;position:relative;transition:background-color .2s ease;width:44px}.cart-button:hover{background-color:#f5f5f5}.cart-button:active{background-color:#eee}.cart-icon{color:#212121;display:block;font-size:1.5rem;line-height:1}.cart-badge{align-items:center;background-color:#f44;border-radius:12px;box-shadow:0 2px 4px #0003;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:20px;justify-content:center;min-width:20px;padding:0 6px;position:absolute;right:4px;top:4px}@media (max-width:480px){.header-content{padding:.875rem 1rem}.header-title{font-size:1.125rem}.cart-button{height:40px;width:40px}.cart-icon{font-size:1.375rem}}.admin-panel{background-color:#f5f5f5;min-height:100vh}.admin-header{background:#fff;box-shadow:0 2px 4px #0000001a;margin-bottom:1rem;padding:1.5rem}.admin-header h1{color:#333;font-size:1.5rem;margin:0 0 .5rem}.catalog-info{color:#666;font-size:.9rem}.catalog-info p{margin:.25rem 0}.admin-tabs{background:#fff;border-bottom:2px solid #e0e0e0;display:flex;padding:0 1rem}.admin-tabs button{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 2rem;transition:all .2s}.admin-tabs button:hover{color:#1976d2}.admin-tabs button.active{border-bottom-color:#1976d2;color:#1976d2}.admin-content{margin:0 auto;max-width:1200px;padding:1.5rem}.admin-actions{margin-bottom:1.5rem}.btn-primary{background-color:#1976d2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.btn-primary:hover{background-color:#1565c0}.btn-secondary{background-color:#f0f0f0;border:none;border-radius:4px;color:#333;cursor:pointer;font-size:1rem;font-weight:500;margin-left:.5rem;padding:.75rem 1.5rem}.btn-secondary:hover{background-color:#e0e0e0}.product-form-modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.product-form{background:#fff;border-radius:8px;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:90%}.product-form h2{margin-bottom:1.5rem;margin-top:0}.form-group{margin-bottom:1rem}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:4px;font-family:inherit;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#1976d2;outline:none}.form-actions{display:flex;justify-content:flex-end;margin-top:1.5rem}.products-list{grid-gap:1rem;display:grid;gap:1rem}.product-item{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;gap:.75rem;min-height:auto;padding:.75rem 1rem}.product-image,.product-item{align-items:center;display:flex}.product-image{background:#f0f0f0;border-radius:6px;flex-shrink:0;height:60px;justify-content:center;max-width:60px;min-width:60px;overflow:hidden;position:relative;width:60px}.product-image img{border-radius:6px;display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.product-details{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;gap:1rem;min-width:0}.product-details h3{color:#212121;flex:1 1;font-size:1rem;font-weight:600;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-details p{color:#666;display:none;font-size:.875rem;margin:0}.product-price{color:#1976d2;flex-shrink:0;font-size:1rem;font-weight:700;white-space:nowrap}.product-actions{display:flex;flex-shrink:0;gap:.5rem;margin-left:auto}.btn-delete,.btn-edit{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:.875rem;justify-content:center;padding:.5rem .75rem;transition:background-color .2s;white-space:nowrap}.btn-edit{background-color:#ff9800;color:#fff}.btn-edit:hover{background-color:#f57c00}.btn-delete{background-color:#f44336;color:#fff}.btn-delete:hover{background-color:#d32f2f}.orders-list{grid-gap:1rem;display:grid;gap:1rem}.order-item{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.order-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.order-header h3{font-size:1.2rem;margin:0}.order-date{color:#666;font-size:.9rem}.order-info p{color:#333;margin:.5rem 0}.orders-table-container{overflow-x:auto}.orders-table{border-collapse:collapse;width:100%}.orders-table th{background:#f5f5f5;position:-webkit-sticky;position:sticky;top:0;z-index:10}.orders-table tbody tr:hover{background-color:#f9f9f9}@media (max-width:768px){.orders-table-container{font-size:.75rem}.orders-table td,.orders-table th{padding:.5rem}.orders-table td:first-child,.orders-table th:first-child{background:#fff;left:0;position:-webkit-sticky;position:sticky;z-index:5}.orders-table tbody tr:hover td:first-child{background:#f9f9f9}}.empty-state{color:#666;font-size:1.1rem;padding:3rem;text-align:center}.error,.loading{align-items:center;color:#666;display:flex;font-size:18px;justify-content:center;min-height:100vh}.error{color:#d32f2f;padding:2rem}@media (max-width:768px){.product-item{gap:.625rem;padding:.625rem .75rem}.product-image{flex-shrink:0!important;height:50px!important;max-width:50px!important;min-width:50px!important;width:50px!important}.product-image img{height:100%!important;left:0;object-fit:cover;position:absolute;top:0;width:100%!important}.product-details{flex-wrap:wrap;gap:.75rem}.product-details h3{flex:1 1 100%;font-size:.9375rem;white-space:normal}.product-price{font-size:.9375rem}.product-actions{gap:.375rem}.btn-delete,.btn-edit{font-size:.8125rem;padding:.375rem .625rem}}
/*# sourceMappingURL=main.d6a6537b.css.map*/