@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);:root{--transition-speed:0.3s}*{box-sizing:border-box;margin:0;padding:0;transition:background-color .3s,color .3s,border-color .3s;transition:background-color var(--transition-speed),color var(--transition-speed),border-color var(--transition-speed)}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.theme1{--primary-color:#f8f9fa;--secondary-color:#e9ecef;--text-color:#212529;--accent-color:#6c757d;--button-bg:#495057;--button-text:#fff;--header-bg:#fff;--card-bg:#fff;--border-color:#dee2e6;--footer-bg:#343a40;--footer-text:#f8f9fa;--font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.theme2{--primary-color:#121212;--secondary-color:#1e1e1e;--text-color:#e0e0e0;--accent-color:#bb86fc;--button-bg:#bb86fc;--button-text:#121212;--header-bg:#1e1e1e;--card-bg:#1e1e1e;--border-color:#333;--footer-bg:#1e1e1e;--footer-text:#e0e0e0;--font-family:Georgia,"Times New Roman",Times,serif}.theme3{--primary-color:#f0f9ff;--secondary-color:#e1f5fe;--text-color:#01579b;--accent-color:#ff6f00;--button-bg:#ff6f00;--button-text:#fff;--header-bg:#4fc3f7;--card-bg:#fff;--border-color:#b3e5fc;--footer-bg:#4fc3f7;--footer-text:#01579b;--font-family:"Pacifico",cursive}body.theme1,body.theme2,body.theme3{background-color:var(--primary-color);color:var(--text-color);font-family:var(--font-family)}.header{background-color:var(--header-bg);box-shadow:0 2px 10px #0000001a;padding:1rem 0;position:sticky;top:0;z-index:100}.header .container{align-items:center;display:flex;justify-content:space-between}.logo{color:var(--text-color);font-size:1.5rem;font-weight:700;text-decoration:none}.nav{display:flex;gap:1.5rem}.nav a{color:var(--text-color);font-weight:500;text-decoration:none;transition:color .2s}.nav a:hover{color:var(--accent-color)}.theme-selector select{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:4px;color:var(--text-color);cursor:pointer;padding:.5rem}.main-content{flex:1 1;padding:2rem 0}.main-container{display:flex;flex:1 1;margin-top:60px}.theme2 .sidebar{background-color:#1a1a1a;border-right:1px solid #333;box-shadow:2px 0 5px #0003;color:#e0e0e0;height:calc(100vh - 60px);left:0;overflow-y:auto;padding:1.5rem 0;position:fixed;width:250px;z-index:90}.sidebar-header{border-bottom:1px solid #333;margin-bottom:1rem;padding:0 1.5rem 1.5rem}.sidebar-nav ul{list-style:none;padding:0}.sidebar-nav li{margin:0}.sidebar-nav a{align-items:center;color:#e0e0e0;display:flex;font-size:1.1rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .2s}.sidebar-nav a span{font-size:1.2rem;margin-right:10px}.sidebar-nav a:hover{background-color:#2a2a2a}.sidebar-nav a.active{background-color:#bb86fc;color:#121212;font-weight:700}.sidebar-footer{align-items:center;border-top:1px solid #333;bottom:0;display:flex;justify-content:space-between;padding:1rem 1.5rem;position:absolute;width:100%}.theme-indicator{font-size:1.5rem}.theme2 .main-content{margin-left:250px;width:calc(100% - 250px)}@media (max-width:768px){.theme2 .sidebar{width:200px}.theme2 .main-content{margin-left:200px;width:calc(100% - 200px)}}@media (max-width:576px){.theme2 .sidebar{transform:translateX(-100%);transition:transform .3s ease}.theme2 .sidebar.open{transform:translateX(0)}.theme2 .main-content{margin-left:0;width:100%}}.close-sidebar{background:none;border:none;color:#e0e0e0;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:576px){.theme2 .sidebar{transform:translateX(-100%);transition:transform .3s ease}.theme2 .sidebar.open{transform:translateX(0)}.close-sidebar{display:block}.theme2 .main-content{margin-left:0;width:100%}}.footer{background-color:var(--footer-bg);color:var(--footer-text);margin-top:auto;padding:2rem 0}.footer .container{align-items:center;display:flex;justify-content:space-between}.footer-links{display:flex;gap:1rem}.footer-links a{color:var(--footer-text);text-decoration:none}.footer-links a:hover{text-decoration:underline}.home .title{font-size:2.5rem;margin-bottom:1rem}.home .description{font-size:1.1rem;margin-bottom:2rem;max-width:800px}.cta-button{background-color:var(--button-bg);border:none;border-radius:4px;color:var(--button-text);cursor:pointer;font-size:1rem;margin-bottom:2rem;padding:.8rem 1.5rem;transition:transform .2s,background-color .3s}.cta-button:hover{transform:translateY(-2px)}.products-container{grid-gap:2rem;display:grid;gap:2rem;margin-top:2rem}.theme1 .products-container{grid-template-columns:repeat(1,1fr)}.theme2 .products-container{grid-template-columns:repeat(2,1fr)}.theme3 .products-container{grid-template-columns:repeat(3,1fr)}@media (max-width:992px){.theme3 .products-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.theme2 .products-container,.theme3 .products-container{grid-template-columns:1fr}}.product-card{background-color:var(--card-bg);border:1px solid var(--border-color);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 5px 15px #0000001a;transform:translateY(-5px)}.theme1 .product-card{display:flex;flex-direction:column}.theme2 .product-card{display:flex}.theme2 .product-image{flex:0 0 120px}.theme2 .product-info{padding:1rem}.theme3 .product-card{border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.product-image{align-items:center;background-color:#f5f5f5;display:flex;height:200px;justify-content:center;width:100%}.theme1 .product-image{height:250px}.theme3 .product-image{height:180px}.product-image img{max-height:100%;max-width:100%;object-fit:contain}.product-info{padding:1.5rem}.product-title{font-size:1.2rem;margin-bottom:.5rem}.product-category{color:var(--accent-color);font-size:.9rem;margin-bottom:.5rem;text-transform:uppercase}.product-description{color:var(--text-color);font-size:.95rem;margin-bottom:1rem;opacity:.8}.product-bottom{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.product-price{font-size:1.2rem;font-weight:700}.product-rating{align-items:center;display:flex;gap:.3rem}.add-to-cart{background-color:var(--button-bg);border:none;border-radius:4px;color:var(--button-text);cursor:pointer;padding:.6rem;transition:background-color .3s;width:100%}.add-to-cart:hover{opacity:.9}.about .title{font-size:2.5rem;margin-bottom:2rem}.about .content{display:flex;gap:2rem}.theme1 .content{flex-direction:column}.theme2 .content{flex-direction:row}.theme3 .content{flex-direction:column}@media (max-width:768px){.theme2 .content{flex-direction:column}}.text-section{flex:1 1}.text-section p{line-height:1.8;margin-bottom:1rem}.text-section h2{font-size:1.8rem;margin:1.5rem 0 1rem}.text-section ul{margin-bottom:1.5rem;padding-left:1.5rem}.text-section li{margin-bottom:.5rem}.image-placeholder{align-items:center;background-color:var(--secondary-color);border-radius:8px;display:flex;flex:1 1;justify-content:center;min-height:300px}.placeholder-content{color:var(--accent-color);font-size:1.5rem;opacity:.7}.contact .title{font-size:2.5rem;margin-bottom:2rem}.contact-content{display:flex;gap:3rem}.theme1 .contact-content{flex-direction:column}.theme2 .contact-content{flex-direction:row}.theme3 .contact-content{flex-direction:row-reverse}@media (max-width:768px){.contact-content{flex-direction:column}}.contact-info{flex:1 1}.info-item{margin-bottom:1.5rem}.info-item h3{color:var(--accent-color);margin-bottom:.5rem}.contact-form{background-color:var(--card-bg);border-radius:8px;box-shadow:0 2px 10px #0000001a;flex:1 1;padding:2rem}.contact-form h2,.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{background-color:var(--primary-color);border:1px solid var(--border-color);border-radius:4px;color:var(--text-color);padding:.8rem;width:100%}.submit-button{background-color:var(--button-bg);border:none;border-radius:4px;color:var(--button-text);cursor:pointer;font-size:1rem;padding:.8rem 1.5rem;transition:background-color .3s}.submit-button:hover{opacity:.9}.success-message{background-color:#d4edda;border-radius:4px;color:#155724;padding:1rem;text-align:center}.error,.loading{font-size:1.2rem;padding:2rem;text-align:center}.error{color:#dc3545}@keyframes fadeIn{0%{opacity:.7}to{opacity:1}}.app{animation:fadeIn .3s ease;animation:fadeIn var(--transition-speed) ease}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.c534230c.css.map*/