*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#4d4555;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#48b7ff;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#3aa0e8}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}html{scroll-behavior:smooth}.text-center{text-align:center}a:focus,button:focus,input:focus,textarea:focus{outline:2px solid #48b7ff;outline-offset:2px}@media print{.no-print,footer,header{display:none}}.header{background-color:#48b7ff;box-shadow:0 2px 8px #0000001a;color:#fff;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.header-container,.logo{align-items:center;display:flex}.logo{color:#fff;text-decoration:none}.logo-img{background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000012;height:44px;margin-right:.75rem;object-fit:contain;width:44px}.logo h1{font-size:1.8rem;font-weight:700;margin:0}.nav{align-items:center;display:flex;gap:2rem}.nav-link{color:#fff;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:opacity .3s ease}.nav-link:hover{opacity:.8}.cart-link{position:relative}.cart-badge{align-items:center;background-color:#dc85e5;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:-12px;top:-8px;width:20px}@media (max-width:768px){.header-container{flex-direction:column;gap:1rem;padding:1rem}.logo h1{font-size:1.5rem}.nav{flex-wrap:wrap;gap:1rem;justify-content:center}.nav-link{font-size:.9rem}}@media (max-width:480px){.nav{gap:.75rem}.nav-link{font-size:.85rem}.logo h1{font-size:1.3rem}}.footer-logo-section{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem}.footer-logo-img{background:#fff;border-radius:12px;box-shadow:0 1px 4px #00000012;height:200px;object-fit:contain;width:200px}.footer{background-color:#4d4555;color:#fff;margin-top:4rem;padding:3rem 0 1rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px;padding:0 1.5rem}.footer-section h3{color:#48b7ff;font-size:1.2rem;margin-bottom:1rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-contact a,.footer-links a,.social-icon{color:#fff;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-contact a:hover,.footer-links a:hover,.social-icon:hover{color:#dc85e5}.footer-contact{list-style:none;margin:0;padding:0}.footer-contact li{line-height:1.6;margin-bottom:.75rem}.footer-contact strong{color:#48b7ff}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-icon{display:inline-block;font-weight:500}.footer-bottom{border-top:1px solid #ffffff1a;margin-top:2rem;padding:1.5rem 0 .5rem;text-align:center}.footer-bottom p{color:#ffffffb3;font-size:.9rem;margin:0}@media (max-width:968px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:568px){.footer{margin-top:3rem;padding:2rem 0 1rem}.footer-container{gap:1.5rem;grid-template-columns:1fr}.footer-section h3{font-size:1.1rem}.footer-contact a,.footer-links a,.social-icon{font-size:.9rem}}.product-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.product-image{height:250px;object-fit:cover;width:100%}.product-info{padding:1rem}.product-name{color:#4d4555;font-size:1.1rem;margin:0 0 .5rem;min-height:2.5rem}.product-category{color:#48b7ff;font-size:.9rem;margin:0 0 .5rem;text-transform:capitalize}.product-price{color:#dc85e5;font-size:1.3rem;font-weight:700;margin:.5rem 0 1rem}.product-actions{display:flex;flex-direction:column;gap:.5rem}.btn{border:none;border-radius:5px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1rem;transition:opacity .3s ease,transform .2s ease}.btn:hover{opacity:.9;transform:scale(1.02)}.btn-info{background-color:#48b7ff;color:#fff}.btn-view{background-color:#4d4555;color:#fff}.btn-cart{background-color:#dc85e5;color:#fff}.modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}.modal-content{background:#fff;border-radius:12px;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:100%}.horizontal-modal{display:flex;flex-direction:column;justify-content:center;max-width:900px;min-width:320px}.modal-body-horizontal{align-items:flex-start;display:flex;flex-direction:row;gap:2rem}.image-carousel{align-items:center;display:flex;flex:1 1 340px;flex-direction:column;max-width:400px;min-width:260px}.modal-details{display:flex;flex:1 1 320px;flex-direction:column;justify-content:flex-start;max-width:420px;min-width:220px}.modal-details h2{margin-top:0}@media (max-width:900px){.horizontal-modal{max-width:98vw;padding:1rem}.modal-body-horizontal{gap:1rem}}@media (max-width:700px){.modal-body-horizontal{flex-direction:column;gap:1.5rem}.image-carousel,.modal-details{max-width:100%;min-width:0}}.modal-close{background:none;border:none;color:#4d4555;cursor:pointer;font-size:2rem;line-height:1;position:absolute;right:1rem;top:1rem}.modal-close:hover{color:#dc85e5}.image-carousel{margin-bottom:1.5rem}.modal-image{background:#f8f8f8;border-radius:8px;box-sizing:border-box;display:block;height:420px;margin-bottom:1rem;max-height:60vh;object-fit:contain;padding:18px;width:100%}.thumbnail-container{display:flex;flex-wrap:wrap;gap:.18rem;justify-content:center;padding:.18rem 0}.thumbnail{border:2px solid #0000;border-radius:4px;cursor:pointer;height:38px;object-fit:cover;opacity:.7;transition:all .3s ease;width:38px}.thumbnail:hover{opacity:.9;transform:scale(1.05)}.thumbnail.active{border-color:#dc85e5;box-shadow:0 2px 8px #dc85e566;opacity:1}.modal-content h2{color:#4d4555;margin:0 0 1rem}.modal-category{color:#48b7ff;font-weight:600;margin:.5rem 0;text-transform:capitalize}.modal-price{color:#dc85e5;font-size:1.5rem;font-weight:700;margin:.5rem 0 1rem}.modal-description{color:#4d4555;line-height:1.6;margin:1rem 0 1.5rem}.modal-actions{display:flex;flex-wrap:wrap;gap:1rem}.modal-actions .btn{flex:1 1;min-width:150px}@media (max-width:768px){.product-image{height:200px}.modal-content{padding:1.5rem}.modal-image{height:250px}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}}@media (max-width:480px){.product-name{font-size:1rem;min-height:2.2rem}.product-price{font-size:1.2rem}.modal-content{padding:1rem}.modal-image{height:250px}.thumbnail{height:60px;width:60px}.thumbnail-container{gap:.3rem}}.fullscreen-overlay{align-items:center;background:#000000f2;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:3000}.fullscreen-image{border-radius:12px;box-shadow:0 4px 32px #00000080;max-height:90vh;max-width:90vw}.fullscreen-close{background:none;border:none;color:#fff;cursor:pointer;font-size:2.5rem;position:absolute;right:2rem;top:2rem;transition:color .2s;z-index:3100}.fullscreen-close:hover{color:#dc85e5}.home{min-height:100vh}.hero-banner{background:linear-gradient(135deg,#48b7ff,#dc85e5);color:#fff;margin-bottom:3rem;padding:4rem 1.5rem;text-align:center}.hero-content h1{font-size:3rem;font-weight:700;margin:0 0 1rem}.hero-content p{font-size:1.3rem;margin:.5rem 0}.hero-tagline{font-size:1.1rem;margin-top:1rem;opacity:.95}.products-section{padding:2rem 0}.section-title{color:#4d4555;font-size:2.5rem;margin:0 0 2rem;text-align:center}.category-filter{margin-bottom:2rem}@media (max-width:968px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.section-title{font-size:2rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width:568px){.hero-banner{padding:3rem 1rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.hero-tagline{font-size:.95rem}.section-title{font-size:1.8rem}.category-filter{gap:.5rem}.category-btn{font-size:.85rem;padding:.5rem 1rem}.products-grid{gap:1.5rem;grid-template-columns:1fr}}.products-page{min-height:100vh;padding:3rem 0}.page-subtitle{margin:0 0 2.5rem}.category-filter{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2.5rem}.category-btn{background-color:#fff;border:2px solid #48b7ff;border-radius:25px;color:#48b7ff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1.5rem;text-transform:capitalize;transition:all .3s ease}.category-btn:hover{background-color:#48b7ff;color:#fff;transform:translateY(-2px)}.category-btn.active{background-color:#48b7ff;box-shadow:0 4px 8px #48b7ff4d;color:#fff}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:2rem}.no-products{font-size:1.2rem;grid-column:1/-1}@media (max-width:968px){.products-page{padding:2rem 0}.page-title{font-size:2rem}.page-subtitle{font-size:1.1rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width:568px){.products-page{padding:1.5rem 0}.page-title{font-size:1.8rem}.page-subtitle{font-size:1rem}.category-filter{gap:.5rem}.category-btn{font-size:.85rem;padding:.5rem 1rem}.products-grid{gap:1.5rem;grid-template-columns:1fr}}.about-logo-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem}.about-logo-img{background:#fff;border-radius:14px;box-shadow:0 1px 6px #00000017;height:150px;object-fit:contain;width:150px}.about-page{background-color:#f8f9fa;min-height:100vh;padding:3rem 0}.page-title{margin:0 0 3rem}.about-section{margin-bottom:2rem}.section-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:2.5rem}.section-card h2{color:#48b7ff;font-size:2rem;margin:0 0 1.5rem}.section-card p{color:#4d4555;font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.section-card a{color:#48b7ff;font-weight:600;text-decoration:none}.card-purple h2,.section-card a:hover{color:#dc85e5}.card-blue h2{color:#48b7ff}.card-dark{background:linear-gradient(135deg,#4d4555,#3a3342);color:#fff}.card-dark h2{color:#fff}.card-dark p{color:#fffffff2}.values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:1rem}.value-item{padding:1rem}.value-item h3{color:#48b7ff;font-size:1.3rem;margin:0 0 .5rem}.value-item p{color:#4d4555;font-size:1rem;line-height:1.6;margin:0}.vision-mission{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-top:1rem}.mission h3,.vision h3{color:#48b7ff;font-size:1.5rem;margin:0 0 1rem}.mission p,.vision p{margin:0}@media (max-width:968px){.about-page{padding:2rem 0}.page-title{font-size:2rem}.section-card{padding:2rem}.section-card h2{font-size:1.8rem}.values-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:568px){.about-page{padding:1.5rem 0}.page-title{font-size:1.8rem;margin-bottom:2rem}.section-card{padding:1.5rem}.section-card h2{font-size:1.5rem;margin-bottom:1rem}.section-card p{font-size:1rem}.value-item h3{font-size:1.2rem}.mission h3,.vision h3{font-size:1.3rem}}.contact-page{background-color:#f8f9fa;min-height:100vh;padding:3rem 0}.container{max-width:1000px}.contact-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.contact-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-5px)}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-card h3{color:#4d4555;font-size:1.3rem;margin:0 0 .5rem}.contact-card p{margin:0}.contact-card a{color:#48b7ff;font-weight:600;text-decoration:none;transition:color .3s ease}.contact-card a:hover{color:#dc85e5}.contact-form-section{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;margin-bottom:3rem;padding:2.5rem}.contact-form-section h2{color:#4d4555;font-size:2rem;margin:0 0 2rem;text-align:center}.contact-form{margin:0 auto;max-width:600px}.form-group{margin-bottom:1.5rem}.form-group label{display:block}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#48b7ff;outline:none}.form-group textarea{min-height:120px}.submit-btn{background-color:#48b7ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:background-color .3s ease,transform .2s ease;width:100%}.submit-btn:hover:not(:disabled){background-color:#3aa0e8;transform:scale(1.02)}.submit-btn:disabled{background-color:#ccc;cursor:not-allowed}.form-message{border-radius:8px;font-weight:500;margin-top:1.5rem;padding:1rem;text-align:center}.form-message.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.form-message.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.social-section{text-align:center}.social-section h2{color:#4d4555;font-size:2rem;margin:0 0 2rem}.social-links-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.social-link{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;color:#4d4555;display:flex;flex-direction:column;font-weight:600;gap:.5rem;padding:2rem 1rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.social-link:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-5px)}.social-icon-large{font-size:3rem}.social-link.facebook:hover{color:#1877f2}.social-link.youtube:hover{color:red}.social-link.tiktok:hover{color:#000}.social-link.instagram:hover{color:#e4405f}@media (max-width:968px){.contact-cards{gap:1.5rem;grid-template-columns:1fr}.social-links-grid{grid-template-columns:repeat(2,1fr)}.contact-form-section{padding:2rem}}@media (max-width:568px){.contact-page{padding:2rem 0}.page-title{font-size:2rem}.page-subtitle{font-size:1.1rem}.contact-card,.contact-form-section{padding:1.5rem}.contact-form-section h2,.social-section h2{font-size:1.5rem}.social-links-grid{gap:1rem;grid-template-columns:1fr}}.cart-page{background-color:#f8f9fa;min-height:100vh;padding:3rem 0}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.page-title{color:#4d4555;font-size:2.5rem;margin:0 0 .5rem;text-align:center}.page-subtitle{color:#48b7ff;font-size:1.2rem;margin:0 0 3rem;text-align:center}.empty-cart{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:4rem 2rem;text-align:center}.empty-cart-message{color:#4d4555;font-size:1.5rem;margin-bottom:2rem}.continue-shopping-btn{background-color:#48b7ff;border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:background-color .3s ease}.continue-shopping-btn:hover{background-color:#3aa0e8}.cart-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 400px}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{grid-gap:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;display:grid;gap:1.5rem;grid-template-columns:150px 1fr auto;padding:1.5rem}.cart-item-image{border-radius:8px;height:150px;object-fit:cover;width:150px}.cart-item-details h3{color:#4d4555;font-size:1.2rem;margin:0 0 .5rem}.cart-item-category{color:#48b7ff;font-size:.9rem;margin:0 0 .5rem;text-transform:capitalize}.cart-item-price{color:#dc85e5;font-size:1.3rem;font-weight:700;margin:0}.cart-item-actions{align-items:flex-end;display:flex;flex-direction:column;gap:1rem}.quantity-control{align-items:center;display:flex;gap:.5rem}.quantity-btn{background-color:#fff;border:2px solid #48b7ff;border-radius:4px;color:#48b7ff;cursor:pointer;font-size:1.2rem;font-weight:700;height:32px;transition:all .3s ease;width:32px}.quantity-btn:hover{background-color:#48b7ff;color:#fff}.quantity-input{border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;padding:.4rem;text-align:center;width:60px}.quantity-input:focus{border-color:#48b7ff;outline:none}.item-subtotal{color:#4d4555;font-weight:600;margin:0}.remove-btn{background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:background-color .3s ease}.remove-btn:hover{background-color:#c82333}.cart-summary{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.cart-summary h2{color:#4d4555;font-size:1.5rem;margin:0 0 1.5rem;text-align:center}.summary-row{color:#4d4555;display:flex;font-size:1rem;justify-content:space-between;padding:.75rem 0}.total-row{border-top:2px solid #e0e0e0;color:#dc85e5;font-size:1.3rem;font-weight:700;margin-top:.5rem;padding-top:1rem}.checkout-btn{background-color:#48b7ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin:1.5rem 0 1rem;padding:1rem;transition:background-color .3s ease;width:100%}.checkout-btn:hover{background-color:#3aa0e8}.clear-cart-btn{background-color:#dc85e5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:1rem;padding:.75rem;transition:background-color .3s ease;width:100%}.clear-cart-btn:hover{background-color:#c970d1}.continue-shopping-link{color:#48b7ff;display:block;font-weight:600;padding:.5rem;text-align:center;text-decoration:none;transition:color .3s ease}.continue-shopping-link:hover{color:#dc85e5}.cart-info{border-top:1px solid #e0e0e0;margin-top:2rem;padding-top:1.5rem}.cart-info p{color:#4d4555;font-size:.9rem;margin:.5rem 0;text-align:center}@media (max-width:968px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:120px 1fr}.cart-item-actions{align-items:center;flex-direction:row;grid-column:1/-1;justify-content:space-between}.cart-item-image{height:120px;width:120px}}@media (max-width:568px){.cart-page{padding:2rem 0}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.cart-item{grid-template-columns:1fr;padding:1rem}.cart-item-image{height:200px;width:100%}.cart-item-actions{align-items:stretch;flex-direction:column}.cart-summary{padding:1.5rem}.quantity-control{justify-content:center}}.image-cropper-modal{align-items:center;background-color:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.cropper-container{background:#fff;border-radius:12px;display:flex;flex-direction:column;max-height:90vh;max-width:800px;width:100%}.cropper-header{border-bottom:2px solid #e0e0e0;padding:1.5rem}.cropper-header h3{color:#4d4555;font-size:1.5rem;margin:0 0 .5rem}.cropper-header p{color:#48b7ff;font-size:.95rem;margin:0}.crop-area{background:#f0f0f0;height:500px;position:relative}.cropper-controls{border-top:2px solid #e0e0e0;padding:1.5rem}.zoom-control{margin-bottom:1.5rem}.zoom-control label{color:#4d4555;display:block;font-weight:600;margin-bottom:.5rem}.zoom-control input[type=range]{background:#e0e0e0;border-radius:3px;height:6px;outline:none;width:100%}.zoom-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#48b7ff;border-radius:50%;cursor:pointer;height:20px;width:20px}.zoom-control input[type=range]::-moz-range-thumb{background:#48b7ff;border:none;border-radius:50%;cursor:pointer;height:20px;width:20px}.cropper-buttons{display:flex;gap:1rem;justify-content:flex-end}.cropper-buttons button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.btn-save{background-color:#48b7ff;color:#fff}.btn-save:hover{background-color:#3aa0e8}@media (max-width:768px){.crop-area{height:400px}.cropper-buttons{flex-direction:column}.cropper-buttons button{width:100%}}.product-admin{background-color:#f8f9fa;min-height:100vh;padding:2rem 0}.admin-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.product-admin h1{color:#4d4555;font-size:2.5rem;margin-bottom:.5rem}.admin-subtitle{color:#48b7ff;font-size:1.1rem;margin-bottom:2rem}.admin-form-section{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;margin-bottom:3rem;padding:2rem}.image-thumb-admin{background:#fafafa;border:2px solid #eee;border-radius:6px;box-shadow:0 1px 4px #00000014;height:56px;margin:0 6px 6px 0;object-fit:cover;width:56px}.admin-form-section h2{border-bottom:2px solid #48b7ff;color:#4d4555;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.75rem}.product-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.form-group{display:flex;flex-direction:column}.form-group label{color:#4d4555;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#48b7ff;outline:none}.form-group textarea{min-height:100px;resize:vertical}.checkbox-label{align-items:center;cursor:pointer;display:flex!important;flex-direction:row!important;gap:.75rem;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{accent-color:#48b7ff;cursor:pointer;height:20px;width:20px}.checkbox-label span{color:#4d4555;font-size:.95rem}.image-upload-section{align-items:center;display:flex;gap:1.5rem}.file-input{border:2px dashed #48b7ff;border-radius:8px;cursor:pointer;flex:1 1;padding:.75rem}.image-preview{align-items:center;display:flex;flex-direction:column;gap:.5rem}.image-preview img{border:2px solid #e0e0e0;border-radius:8px;height:100px;object-fit:cover;width:100px}.image-preview p{color:#48b7ff;font-size:.85rem;margin:0}.form-actions{display:flex;gap:1rem;margin-top:1rem}.btn-cancel,.btn-submit{border:none;border-radius:8px;cursor:pointer;font-size:1.05rem;font-weight:600;padding:.85rem 2rem;transition:all .3s ease}.btn-submit{background-color:#48b7ff;color:#fff}.btn-submit:hover:not(:disabled){background-color:#3aa0e8;transform:translateY(-2px)}.btn-submit:disabled{background-color:#ccc;cursor:not-allowed}.btn-cancel{background-color:#e0e0e0;color:#4d4555}.btn-cancel:hover{background-color:#d0d0d0}.products-list-section{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:2rem}.products-list-section h2{border-bottom:2px solid #dc85e5;color:#4d4555;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.75rem}.no-products{color:#4d4555;font-size:1.1rem;padding:3rem 0;text-align:center}.products-table{overflow-x:auto}.products-table table{border-collapse:collapse;width:100%}.products-table thead{background-color:#f8f9fa}.products-table th{border-bottom:2px solid #e0e0e0;color:#4d4555;font-weight:600;padding:1rem;text-align:left}.products-table td{border-bottom:1px solid #e0e0e0;color:#4d4555;padding:1rem}.table-image{border-radius:6px;height:60px;object-fit:cover;width:60px}.category-cell{color:#48b7ff;font-weight:500;text-transform:capitalize}.price-cell{color:#dc85e5;font-weight:600}.actions-cell{display:flex;gap:.5rem}.visibility-cell{text-align:center}.visibility-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;padding:.35rem .85rem}.visibility-badge.visible{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.visibility-badge.hidden{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.hidden-product{background-color:#f9f9f9;opacity:.7}.btn-delete,.btn-edit{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.btn-edit{background-color:#48b7ff;color:#fff}.btn-edit:hover{background-color:#3aa0e8}.btn-delete{background-color:#dc3545;color:#fff}.btn-delete:hover{background-color:#c82333}@media (max-width:968px){.form-row{grid-template-columns:1fr}.products-table{font-size:.9rem}.table-image{height:50px;width:50px}}@media (max-width:568px){.product-admin h1{font-size:2rem}.admin-form-section,.products-list-section{padding:1.5rem}.admin-form-section h2,.products-list-section h2{font-size:1.5rem}.image-upload-section{align-items:flex-start;flex-direction:column}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}.actions-cell{flex-direction:column}.btn-delete,.btn-edit{width:100%}}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}
/*# sourceMappingURL=main.9eb86244.css.map*/