:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html,#root{margin:0;padding:0;width:100%;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header-container{position:fixed;width:100%;min-width:320px;z-index:1000}.header{background-color:#fccd04;border:1px solid #000000;box-shadow:0 0 4px #0000001a;border-radius:5px}.header-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.lower-container{display:flex;flex-direction:row;justify-content:space-between;background:#fff}.current-page{font-size:10px;padding-left:20px;padding-top:5px}.contact-info{padding-right:20px;font-size:.8em;color:#666;display:flex;flex-direction:column}.logo-svg{width:180px;height:auto;margin-top:5px;margin-left:5px}.bottom-sign{font-family:Pacifico;padding-left:10px;font-size:9px;color:#3517ae;font-weight:400;margin-bottom:5px}.header-actions{display:flex;align-items:center;gap:5px}.cart-icon{font-size:1em;color:#333;text-decoration:none;position:relative}.cart-count{position:absolute;top:-8px;right:-8px;background-color:#e74c3c;color:#fff;border-radius:50%;padding:2px 6px;font-size:.7em;line-height:1}.menu-toggle{background:none;border:none;font-size:1em;cursor:pointer;display:block;transition:background-color .2s ease}.menu-toggle:focus{outline:none}.menu-toggle:active{background-color:#0000001a}.main-nav ul{list-style:none;margin:0;display:flex;flex-direction:column;width:100%;text-align:left;padding:0 10px}.main-nav li{border-top:1px solid #000}.main-nav a{text-decoration:none;color:#333;font-weight:700;padding:5px 10px;display:block}.main-nav{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.main-nav.open{max-height:250px;transition:max-height .3s ease-in}@media (min-width: 450px){.logo-svg{width:280px;height:auto}.bottom-sign{font-size:14px}}@media (min-width: 550px){.logo-svg{width:320px;height:auto}.bottom-sign{font-size:14px}}@media (min-width: 640px){.bottom-sign{font-size:17px}}.footer{width:100%;min-width:320px;background-color:#fccd04;border:1px solid #000000;box-shadow:0 0 4px #0000001a;border-radius:5px;padding:30px 20px;font-size:.9em;line-height:1.6}.footer-content{display:flex;flex-direction:column;gap:30px;max-width:1200px;margin:0 auto;text-align:center}.footer-section h3{color:#3517ae;margin-bottom:15px;font-size:1.1em}.footer-section p{color:#3517ae}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#0522ff;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:#6a0dad}.footer-bottom{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #555;color:#0522ff;font-size:.8em}.social-icons{display:flex;flex-direction:row;justify-content:center;gap:30px}.social-icons .social-icon{width:60px;height:auto}@media (min-width: 768px){.footer-content{flex-direction:row;justify-content:space-between;text-align:left}.footer-section{flex:1;padding:0 15px}}.login-container{background:#fff;padding:.75rem;width:100%;min-width:320px;margin-top:150px;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-title{font-size:1.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:1rem}.login-form{width:100%;background-color:#fff;padding:.75rem;border-radius:.375rem;box-shadow:0 2px 4px #0000001a}.login-field{margin-bottom:.75rem}.login-label{display:block;font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.login-input{width:100%;padding:.375rem .5rem;font-size:.875rem;color:#1f2937;border:1px solid #d1d5db;border-radius:.25rem;box-shadow:0 1px 2px #0000000d;outline:none;transition:border-color .2s ease}.login-input:focus{border-color:#fcce04;box-shadow:0 0 0 2px #fcce0433}.login-input-error{border-color:#dc2626}.login-error{font-size:.75rem;color:#dc2626;margin-top:.25rem}.login-error-form{text-align:center;margin-bottom:.5rem}.login-actions{display:flex;flex-direction:column;align-items:center;gap:.5rem}.login-submit-button{width:100%;background-color:#fcce04;color:#1f2937;font-weight:600;padding:.5rem 1rem;border-radius:.375rem;transition:background-color .2s ease;text-align:center}.login-submit-button:hover{background-color:#e6b800}.login-forgot-password{font-size:.875rem;font-weight:500;color:#fcce04;transition:color .2s ease}.login-forgot-password:hover{color:#e6b800}.login-register-text{font-size:.75rem;color:#4b5563;text-align:center;margin-top:.75rem}.login-register-link{color:#fcce04;font-weight:500;transition:color .2s ease}.login-register-link:hover{color:#e6b800}.product-card{display:flex;flex-direction:column;width:200px;height:360px;padding:.75rem;background-color:#fff;border-radius:.375rem;box-shadow:0 2px 4px #0000001a;position:relative}.product-card--large{width:275px}.product-link{display:flex;flex-direction:column;flex:1;text-decoration:none}.product-image{width:180px;height:180px;overflow:hidden;border-radius:.25rem;flex-shrink:0;background-color:#f3f4f6}.product-image img{width:180px;height:180px;object-fit:cover;object-position:center;display:block}.product-image--large,.product-image--large img{width:280px}.product-name{font-size:1rem;font-weight:600;color:#1f2937;text-align:center;margin:.5rem 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-height:1.5rem}.product-composition{font-size:.875rem;color:#4b5563;text-align:center;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.5rem;flex-grow:1}.button-container{display:flex;justify-content:center;align-items:center;height:60px;flex-shrink:0}.add-to-cart-button{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.375rem .75rem;background-color:#fcce04;color:#1f2937;font-weight:600;font-size:.75rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease;width:auto;min-width:100px;height:32px}.add-to-cart-button:hover{background-color:#e6b800}.add-icon{font-size:.875rem}.product-catalog{background:#fff;margin-top:120px;width:100%;min-width:320px;padding:24px 0}.catalog-title{font-size:28px;font-weight:700;color:#2d2d2d;text-align:center;margin-bottom:32px;padding:0 24px}.category-section{margin-bottom:32px}.category-name{font-size:22px;font-weight:600;color:#333;margin-bottom:16px;padding:0 24px}.products-scroll-container{display:flex;overflow-x:auto;gap:16px;padding:0 24px 16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.products-scroll-container::-webkit-scrollbar{display:none}.product-card-wrapper{flex:0 0 200px;width:200px;height:360px;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card-wrapper:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.more-card{flex:0 0 200px;width:200px;height:360px;display:flex;align-items:center;justify-content:center;border-radius:12px;border:2px dashed #d1d5db;background-color:#f9fafb;text-decoration:none;color:#6b7280;font-size:18px;font-weight:600;transition:border-color .3s,color .3s}.more-card:hover{border-color:#ec4899;color:#ec4899}.catalog-status{text-align:center;padding:50px 24px;font-size:18px;color:#6b7280}.catalog-status.error{color:#ef4444}.info-sign{margin-left:20px}.product-container{background:#fff;margin-top:100px;padding:1rem;width:100%;max-width:960px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.product-loading{font-size:1rem;color:#4b5563;text-align:center;padding:1.5rem}.product-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.product-content{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.product-image-wrapper{flex:1 1 300px}.product-image{width:100%;height:auto;object-fit:cover;border-radius:.5rem;display:block}.product-details{flex:1 1 300px;display:flex;flex-direction:column}.product-characteristics{width:100%;margin-bottom:1rem}.characteristics-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;text-align:left}.characteristics-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.characteristic-item{display:flex;justify-content:space-between;font-size:.875rem;color:#1f2937;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.characteristic-item span:first-child{font-weight:500;color:#4b5563}.characteristic-item span:last-child{font-weight:600}.product-actions{margin-top:auto;padding-top:1rem}.product-price{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem}.add-to-cart{width:100%;background-color:#fcce04;color:#1f2937;font-weight:600;font-size:1rem;padding:.75rem 1.5rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease;text-align:center}.add-to-cart:hover{background-color:#e6b800}.add-to-cart:focus{outline:none;box-shadow:0 0 0 3px #fcce0466}.add-to-cart:active{background-color:#d4a700}.product-description{font-size:1rem;color:#4b5563;line-height:1.6;margin-top:1rem}.reviews-section{margin-top:2rem;border-top:1px solid #d1d5db;padding-top:1.5rem}.reviews-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.reviews-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.review-item{padding:0}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.review-author{font-size:1rem;font-weight:600;color:#1f2937}.review-rating{font-size:1rem;color:#fcce04}.review-comment{font-size:.875rem;color:#4b5563;line-height:1.5}@media (min-width: 450px){.product-container{margin-top:130px}}@media (min-width: 550px){.product-container{margin-top:140px}}@media (min-width: 640px){.product-container{margin-top:150px}}.cart-container{background:#fff;margin-top:120px;padding:1rem;width:100%;max-width:1200px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.cart-title{font-size:1.75rem;font-weight:700;color:#1f2937}.cart-continue-shopping{color:#fcce04;font-weight:600;text-decoration:none;transition:color .2s ease}.cart-continue-shopping:hover{color:#e6b800}.cart-empty{text-align:center;padding:2rem;background-color:#f9fafb;border-radius:.5rem}.cart-empty-text{font-size:1.125rem;color:#4b5563;margin-bottom:1.5rem}.cart-shop-button{background-color:#fcce04;color:#1f2937;font-weight:600;padding:.75rem 1.5rem;border-radius:.375rem;text-decoration:none;transition:background-color .2s ease;display:inline-block}.cart-shop-button:hover{background-color:#e6b800}.cart-layout{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start}.cart-items-list{flex:2 1 500px;display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-wrap:wrap}.cart-item-image{width:5rem;height:5rem;object-fit:cover;border-radius:.375rem}.cart-item-info{flex-grow:1}.cart-item-name{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.cart-item-price{font-size:.875rem;color:#6b7280}.cart-quantity-control{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:.375rem}.cart-quantity-button{width:2.25rem;height:2.25rem;font-size:1.25rem;font-weight:400;color:#4b5563;background-color:#f9fafb;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;line-height:1}.cart-quantity-button:hover{background-color:#f3f4f6}.cart-quantity{padding:0 .5rem;min-width:2rem;text-align:center;font-weight:500}.cart-item-total{font-size:1.125rem;font-weight:600;color:#1f2937;min-width:6rem;text-align:right}.cart-remove-button{width:2rem;height:2rem;font-size:1.5rem;font-weight:300;color:#9ca3af;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:color .2s,background-color .2s}.cart-remove-button:hover{color:#dc2626;background-color:#fef2f2}.order-summary{flex:1 1 300px;padding:1.5rem;background-color:#f9fafb;border-radius:.5rem;top:1rem}.summary-title{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1rem;color:#4b5563}.summary-total{font-weight:700;font-size:1.125rem;color:#1f2937;border-top:1px solid #e5e7eb;padding-top:1rem}.cart-checkout-button{width:100%;background-color:#fcce04;color:#1f2937;font-weight:600;font-size:1rem;padding:.75rem;border-radius:.375rem;transition:background-color .2s ease;margin-top:1rem}.cart-checkout-button:hover{background-color:#e6b800}@media (min-width: 550px){.cart-container{margin-top:140px}}@media (min-width: 640px){.cart-container{margin-top:160px}}.admin-panel{margin-top:100px;display:flex;flex-direction:column;align-items:center;padding:20px;width:100%;min-width:320px;background:#fff}.admin-panel h1{margin-bottom:20px;font-size:24px}.admin-panel button{width:100%;padding:10px;margin:10px 0;font-size:16px;border:none;border-radius:4px;background-color:#fcce04;color:#000;cursor:pointer}.admin-panel button:hover{background-color:#a48501}@media (min-width: 450px){.admin-panel{margin-top:150px}}@media (min-width: 550px){.admin-panel{margin-top:170px}}@media (min-width: 640px){.admin-panel{margin-top:200px}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center}.modal-content{background:#fff;padding:20px;border-radius:8px;width:90%;max-width:280px;position:relative;min-height:320px;max-height:80vh;overflow-y:auto}.modal-close-btn{position:absolute;top:10px;right:10px;width:50px;font-size:20px;border:none;background:none;cursor:pointer}.modal-input,.modal-select{width:100%;padding:8px;margin:10px 0;font-size:16px;border:1px solid #ccc;border-radius:4px}.modal-input-error{border:1px solid #dc3545}.modal-btn{width:100%;padding:10px;font-size:16px;border:none;border-radius:4px;background-color:#28a745;color:#fff;cursor:pointer}.modal-btn:hover{background-color:#218838}.modal-btn:disabled{background-color:#6c757d;cursor:not-allowed}.modal-btn-danger{background-color:#dc3545}.modal-btn-danger:hover{background-color:#c82333}.modal-select-container{margin:10px 0}.modal-select-container-error .react-select__control{border:1px solid #dc3545!important}.react-select__control{border:1px solid #ccc;border-radius:4px;font-size:16px}.react-select__control--is-focused{border-color:#28a745;box-shadow:none}.react-select__menu{z-index:1000}.react-select__option--is-selected{background-color:#28a745;color:#fff}.react-select__option--is-focused{background-color:#e6f3e6}.modal-error-message{color:#dc3545;font-size:12px;margin-top:10px;text-align:center;font-weight:500}.category-management{background:#fff;display:flex;flex-direction:column;align-items:center;padding:.75rem;width:100%;min-width:320px;margin-top:120px}.category-header{display:flex;align-items:center;width:100%;margin-bottom:.75rem}.category-back-button{margin-left:10px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;margin-right:.5rem}.category-back-icon{width:20px;height:20px}.category-title{font-size:1.25rem;font-weight:500;color:#1f2937;margin:0}.category-button{width:100%;padding:.375rem .75rem;margin:.25rem 0;font-size:.875rem;font-weight:600;border:none;border-radius:.375rem;background-color:#fcce04;color:#1f2937;cursor:pointer;transition:background-color .2s ease}.category-button:hover{background-color:#e6b800}@media (min-width: 450px){.category-management{margin-top:140px}}@media (min-width: 550px){.category-management{margin-top:160px}}@media (min-width: 640px){.category-management{margin-top:160px}}.register-container{background:#fff;padding:.75rem;width:100%;min-width:320px;margin-top:170px;display:flex;flex-direction:column;align-items:center;justify-content:center}.register-title{font-size:1.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:1rem}.register-form{width:100%;background-color:#fff;padding:.75rem;border-radius:.375rem;box-shadow:0 2px 4px #0000001a}.register-field{margin-bottom:.75rem}.register-label{display:block;font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.register-input{width:100%;padding:.375rem .5rem;font-size:.875rem;color:#1f2937;border:1px solid #d1d5db;border-radius:.25rem;box-shadow:0 1px 2px #0000000d;outline:none;transition:border-color .2s ease}.register-input:focus{border-color:#fcce04;box-shadow:0 0 0 2px #fcce0433}.register-input-error{border-color:#dc2626}.register-error{font-size:.75rem;color:#dc2626;margin-top:.25rem}.register-error-form{text-align:center;margin-bottom:.5rem}.register-actions{display:flex;flex-direction:column;align-items:center;gap:.5rem}.register-submit-button{width:100%;background-color:#fcce04;color:#1f2937;font-weight:600;padding:.5rem 1rem;border-radius:.375rem;transition:background-color .2s ease;text-align:center}.register-submit-button:hover{background-color:#e6b800}.register-login-text{font-size:.75rem;color:#4b5563;text-align:center;margin-top:.75rem}.register-login-link{color:#fcce04;font-weight:500;transition:color .2s ease}.register-login-link:hover{color:#e6b800}.product-management{background:#fff;display:flex;flex-direction:column;align-items:center;padding:.75rem;width:100%;min-width:320px;margin-top:140px}.product-header{display:flex;align-items:center;width:100%;margin-bottom:.75rem}.product-back-button{margin-left:10px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;margin-right:.5rem}.product-back-icon{width:20px;height:20px}.product-title{font-size:1.25rem;font-weight:500;color:#1f2937;margin:0}.product-button{width:100%;padding:.375rem .75rem;margin:.25rem 0;font-size:.875rem;font-weight:600;border:none;border-radius:.375rem;background-color:#fcce04;color:#1f2937;cursor:pointer;transition:background-color .2s ease}.product-button:hover{background-color:#e6b800}@media (min-width: 450px){.product-management{margin-top:140px}}@media (min-width: 550px){.product-management{margin-top:160px}}@media (min-width: 640px){.product-management{margin-top:160px}}*{box-sizing:border-box}.category-products{background:#fff;margin-top:120px;width:100%;min-width:320px;padding:24px}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.category-title{font-size:28px;font-weight:700;color:#2d2d2d}.filter-button{background-color:#fcce04;color:#1f2937;font-weight:600;font-size:16px;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.filter-button:hover{background-color:#e6b800}.products-grid{display:flex;flex-direction:column;gap:16px;max-width:300px;margin:0 auto}.no-products{text-align:center;font-size:18px;color:#6b7280;margin-top:24px}.category-status{text-align:center;padding:50px 24px;font-size:18px;color:#6b7280}.category-status.error{color:#ef4444}.filter-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.filter-modal-content{background:#fff;padding:24px;border-radius:12px;max-width:400px;width:90%;box-shadow:0 4px 6px #0000001a}.filter-modal-title{font-size:22px;font-weight:600;color:#1f2937;margin-bottom:16px}.filter-group{margin-bottom:16px}.filter-group label{display:block;font-size:14px;font-weight:500;color:#4b5563;margin-bottom:8px}.filter-group input,.filter-group select{width:100%;padding:8px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#1f2937}.filter-buttons{display:flex;gap:8px;justify-content:flex-end}.filter-buttons button{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.filter-buttons button:first-child{background-color:#fcce04;color:#1f2937}.filter-buttons button:first-child:hover{background-color:#e6b800}.filter-buttons button:nth-child(2){background-color:#ef4444;color:#fff}.filter-buttons button:nth-child(2):hover{background-color:#dc2626}.filter-buttons button:last-child{background-color:#d1d5db;color:#1f2937}.filter-buttons button:last-child:hover{background-color:#9ca3af}.pagination{display:flex;justify-content:center;gap:8px;margin-top:24px}.pagination-button{padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#1f2937;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.pagination-button:hover{background-color:#f3f4f6;border-color:#9ca3af}.pagination-button.active{background-color:#fcce04;border-color:#fcce04;color:#1f2937;font-weight:600}
