: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;flex-direction:row;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:.9em;color:#666;display:flex;flex-direction:column}.logo{max-width:250px}.logo-svg{width:230px;height:auto;margin-top:5px;margin-left:5px}.sign-container{display:flex;flex-direction:column}.bottom-sign,.bottom-sign-2{font-family:Pacifico;padding-left:10px;font-size:14px;color:#3517ae;font-weight:400;margin-bottom:5px}.header-actions{display:flex;align-items:center;gap:5px}.cart-icon{display:none;font-size:1.5em;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:1.5em;cursor:pointer;display:flex;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:300px;height:auto}.sign-container{flex-direction:row;width:450px;gap:4px}.bottom-sign{font-size:15px}.bottom-sign-2{padding-left:0;font-size:15px}.cart-icon{display:unset}.current-page{font-size:.9em;padding-left:20px;padding-top:15px}}@media (min-width: 550px){.logo-svg{width:350px;height:auto}.sign-container{flex-direction:row;width:550px;gap:5px}.bottom-sign{font-size:17px}.bottom-sign-2{padding-left:0;font-size:17px}.contact-info{font-size:1.2em}.current-page{font-size:1.2em;padding-left:20px;padding-top:18px}}@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.5em}.footer-section p{color:#3517ae;font-size:1.3em}.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:1em}.social-icons{display:flex;flex-direction:row;justify-content:center;gap:20px}.social-icons .social-icon{width:80px;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-cat{display:flex;justify-content:center;align-items:center;height:60px;flex-shrink:0}.add-to-cart-button-cat{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:150px;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}.placeholder-card{display:flex;flex-direction:column;align-items:center;width:200px;height:360px;background-color:#f0f0f0;border-radius:12px;padding:.75rem;box-sizing:border-box}.spinner{width:180px;height:180px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.error-message{color:#e74c3c;text-align:center;margin:16px 0;font-size:1em}.retry-button{display:inline-block;padding:8px 16px;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1em;margin-top:8px}.retry-button:hover{background-color:#2980b9}.product-container{background:#fff;margin-top:170px;padding:1rem;width:100%;max-width:960px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin-left:auto;margin-right:auto}.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{margin-top:10px;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}.button-container{display:flex;justify-content:space-between;gap:5%}.save-btn{width:55%;background-color:#28a745;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}.cancel-btn{width:35%;background-color:#dc3545;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-date{font-size:.875rem;color:#4b5563}.review-comment{font-size:.875rem;color:#4b5563;line-height:1.5}.no-reviews{font-size:.875rem;color:#4b5563;text-align:center}.review-form{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.review-form textarea{width:100%;padding:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;color:#1f2937;min-height:100px;resize:vertical}.review-form button{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;align-self:flex-end}.review-form button:hover{background-color:#e6b800}.custom-input{background-color:#fff;color:#000;border:none;border-bottom:2px solid black;padding:8px 4px;font-size:16px;outline:none;transition:border-color .2s}.custom-input-characteristics{width:100%;min-height:1rem;background-color:#fff;color:#000;border:none;border-bottom:2px solid black;padding:4px 8px;outline:none;resize:none;overflow:hidden;transition:border-color .2s}.custom-input-characteristics-big{width:100%;height:7.5rem;background-color:#fff;color:#000;border:none;border-bottom:2px solid black;padding:8px 4px;outline:none;transition:border-color .2s}.custom-input:focus{border-bottom-color:#007bff}.placeholder-product{display:flex;flex-wrap:wrap;gap:1.5rem;background:#fff;width:100%;max-width:960px;padding:1rem;margin-left:auto;margin-right:auto}.placeholder-image{flex:1 1 300px;width:250px;height:250px;background-color:#f3f4f6;border-radius:.5rem;display:flex;align-items:center;justify-content:center;position:relative}.placeholder-image:before{content:"";width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #FCCE04;border-radius:50%;animation:spin 1s linear infinite}.placeholder-title{width:300px;height:28px;background-color:#e5e7eb;border-radius:4px;margin-bottom:1rem}.placeholder-characteristics{flex:1 1 300px;display:flex;flex-direction:column}.placeholder-characteristic-item{width:100%;height:1.5rem;background-color:#e5e7eb;border-radius:4px;margin-bottom:.5rem}.placeholder-price{width:100px;height:1.5rem;background-color:#e5e7eb;border-radius:4px;margin-bottom:1rem}.placeholder-button{width:100%;height:44px;background-color:#e5e7eb;border-radius:.375rem}.placeholder-description{width:100%;height:4rem;background-color:#e5e7eb;border-radius:4px;margin-top:1rem}.error-message{color:#ef4444;text-align:center;margin:1.5rem 0;font-size:1rem}.retry-button{display:inline-block;padding:.75rem 1.5rem;background-color:#fcce04;color:#1f2937;font-weight:600;font-size:1rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease;margin:0 auto;display:block}.image-gallery{display:flex;flex-direction:column;gap:1rem}.active-image{width:100%;max-height:500px;object-fit:contain;border-radius:.5rem;box-shadow:0 4px 10px #0000001a;transition:transform .2s ease}.thumbnail-list{display:flex;gap:.5rem;flex-wrap:wrap}.image-controll{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.thumbnail{width:70px;height:70px;object-fit:cover;border-radius:.375rem;cursor:pointer;border:2px solid transparent;transition:transform .2s ease,border-color .2s ease}.thumbnail:hover{transform:scale(1.05);border-color:#fcce04}.thumbnail.active{border-color:#fcce04}.remove-btn{margin-bottom:.5rem;background-color:#dc3545;color:#fff;font-weight:600;font-size:.875rem;padding:.4rem .75rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease;display:inline-block}.remove-btn:hover{background-color:#b02a37}.upload-photo{margin-top:.5rem}.upload-label{display:inline-block;padding:.5rem 1rem;background-color:#fcce04;color:#1f2937;font-weight:600;font-size:.875rem;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease}.upload-label:hover{background-color:#e6b800}.upload-label:active{background-color:#d4a700}@media (min-width: 450px){.product-container{margin-top:160px}}@media (min-width: 550px){.product-container{margin-top:170px}.placeholder-image{width:450px;height:450px}}@media (min-width: 640px){.product-container{margin-top:220px}}.cart-container{background:#fff;margin-top:150px;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{display:flex;flex-direction:column;font-family:Arial,sans-serif;padding:170px 10px 10px;box-sizing:border-box;background-color:#fff;color:#000}.admin-nav{display:flex;justify-content:space-around;margin-bottom:20px}.admin-nav button{flex:1;margin:0 5px;padding:10px;font-size:14px;border:none;border-radius:5px;background-color:#f0f0f0;color:#000;cursor:pointer;transition:background .2s,color .2s}.admin-nav button.active,.admin-nav button:hover{background-color:#fccd04;color:#000}.admin-main{display:flex;flex-direction:column;gap:25px}.search-container{padding:6px 8px;border-radius:5px;border:1px solid #ccc;background-color:#fff;color:#000}.categories-section,.products-section{display:flex;flex-direction:column;gap:15px}h2{font-size:20px;margin-bottom:10px}.category-list,.product-list{display:flex;flex-direction:column;gap:12px;align-items:center}.category-list li,.product-list li{display:flex;flex-direction:column;gap:10px;border:1px solid #eee;border-radius:5px;padding:10px;width:100%;max-width:350px;background-color:#fff}button{font-family:inherit;transition:opacity .2s}.add-btn{background-color:#28a745;color:#fff;border:none;border-radius:5px;padding:8px 12px;cursor:pointer}.add-btn:hover{opacity:.85}.edit-btn{background-color:#007bff;color:#fff;border:none;border-radius:5px;padding:6px 10px;cursor:pointer}.delete-btn{background-color:#dc3545;color:#fff;border:none;border-radius:5px;padding:6px 10px;cursor:pointer}.save-btn{background-color:#28a745;color:#fff;border:none;border-radius:5px;padding:8px 10px;cursor:pointer}.cancel-btn{background-color:#6c757d;color:#fff;border:none;border-radius:5px;padding:8px 10px;cursor:pointer}.product-editor input,.product-editor select,.product-editor textarea{width:100%;padding:6px;font-size:14px;border:1px solid #ccc;border-radius:5px;background-color:#fff;color:#000;box-sizing:border-box}.product-editor{display:flex;flex-direction:column;gap:10px;padding:10px;border:1px solid #ccc;border-radius:5px;width:100%;max-width:350px;background-color:#f9f9f9}.image-preview{display:flex;flex-wrap:wrap;gap:5px}.image-preview div{position:relative;display:inline-block}.image-preview img{max-width:100px;max-height:100px;border-radius:5px}.image-preview button{position:absolute;top:2px;right:2px;background-color:#dc3545e6;border:none;color:#fff;border-radius:50%;width:20px;height:20px;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.image-preview button:hover{background-color:#dc3545}@media (min-width: 480px){.admin-nav{flex-direction:row;padding-top:70px}.category-list li,.product-list li,.product-editor{width:100%}.product-editor input,.product-editor textarea,.product-editor select{font-size:13px;padding:5px}.add-btn,.edit-btn,.delete-btn,.save-btn,.cancel-btn{font-size:13px;padding:6px}}.modal-overlay{position:fixed;z-index:10000;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:200px}.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:1rem;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:210px}}@media (min-width: 550px){.category-management{margin-top:220px}}@media (min-width: 640px){.category-management{margin-top:230px}}.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}.category-products{background:#fff;margin-top:150px;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}.placeholder-card{display:flex;flex-direction:column;width:275px;height:360px;background-color:#f0f0f0;box-shadow:0 2px 4px #0000001a;border-radius:12px;padding:.75rem;box-sizing:border-box}.spinner{width:180px;height:180px;border:8px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.placeholder-text{width:80%;height:1.5rem;background-color:#e5e7eb;border-radius:4px;margin:.5rem auto .25rem}.placeholder-text.description{height:2.5rem;margin:0 auto .5rem}.placeholder-button{width:100px;height:32px;background-color:#e5e7eb;border-radius:.375rem;margin:0 auto}.placeholder-title{width:200px;height:24px;background-color:#e5e7eb;border-radius:4px;margin:0 24px 16px}.error-message{color:#ef4444;text-align:center;margin:16px 0;font-size:1rem}.retry-button{display:inline-block;padding:8px 16px;background-color:#fcce04;color:#1f2937;font-weight:600;font-size:.75rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease;margin:8px auto;display:block}.retry-button:hover{background-color:#e6b800}.order-container{background:#fff;margin-top:170px;padding:.5rem;width:100%;max-width:320px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin-left:auto;margin-right:auto}.order-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.order-description{font-size:.9rem;color:#4b5563;line-height:1.3;margin-top:.75rem;padding:0 .25rem}.order-description ul{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.5rem}.order-description ul li{font-size:.8rem;color:#1f2937;display:flex;align-items:center;gap:.25rem}.order-description ul li a{color:#1f2937;text-decoration:none}.order-description ul li a:hover{text-decoration:underline}.order-characteristics{width:100%;margin-bottom:.75rem}.order-characteristics .characteristics-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;text-align:left}.order-characteristics .characteristics-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.order-characteristics .characteristic-item{display:flex;justify-content:space-between;font-size:.75rem;color:#1f2937;padding-bottom:.4rem;border-bottom:1px solid #e5e7eb}.order-characteristics .characteristic-item span:first-child{font-weight:500;color:#4b5563}.order-characteristics .characteristic-item span:last-child{font-weight:600}.contact-methods{list-style:none;padding:0;margin:0}.contact-item{font-size:.8rem;color:#1f2937}.social-icons{display:flex;justify-content:flex-start;gap:.3rem;margin-top:.25rem}.social-icon{width:20px;height:20px;object-fit:contain;vertical-align:middle}*{box-sizing:border-box}.contact-container{background:#fff;margin-top:170px;padding:1rem;width:100%;max-width:960px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin-left:auto;margin-right:auto}@media (min-width: 450px){.contact-container{margin-top:180px}}@media (min-width: 550px){.contact-container{margin-top:210px}}@media (min-width: 640px){.contact-container{margin-top:220px}}.contact-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.contact-description{font-size:1rem;color:#4b5563;line-height:1.6;margin-top:1rem}.contact-characteristics{width:100%;margin-bottom:1rem}.contact-characteristics .characteristics-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.contact-characteristics .characteristic-item{display:flex;justify-content:space-between;font-size:.875rem;color:#1f2937;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.contact-characteristics .characteristic-item span:first-child{font-weight:500;color:#4b5563}.contact-characteristics .characteristic-item span:last-child{font-weight:600}.contact-characteristics .characteristic-item span:last-child a{color:#1f2937;text-decoration:none;margin-left:.5rem}.contact-characteristics .characteristic-item span:last-child a:hover{text-decoration:underline}.contact-characteristics .characteristic-item span:last-child a+a:before{content:" | ";margin:0 .25rem}
