code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{height:100%;margin:0;overflow-x:hidden;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh}.App{display:flex;flex-direction:column;min-height:100vh;text-align:center}.main-content{margin-top:80px;min-height:calc(100vh - 230px)}.home-container,.main-content{display:flex;flex:1 1;flex-direction:column}.home-container{background:#fff}.hero-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:60px 20px;text-align:center}.hero-content h1{color:#2c3e50;font-size:36px;font-weight:700;letter-spacing:1px;margin-bottom:15px}.hero-content p{color:#6c757d;font-size:18px;margin-bottom:0}.features-section{background:#fff;border-top:1px solid #e9ecef;padding:60px 20px}.features-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:0 auto;max-width:1200px}.feature-card{background:#fff;border:1px solid #f1f3f4;border-radius:16px;box-shadow:0 8px 32px #00000014;flex:1 1;max-width:350px;min-width:280px;padding:40px 30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 16px 48px #0000001f;transform:translateY(-8px)}.feature-icon{font-size:48px;margin-bottom:20px}.feature-card h3{color:#2c3e50;font-size:20px;font-weight:600;margin-bottom:12px}.feature-card p{color:#6c757d;font-size:14px;line-height:1.6;margin:0}.products-section{background:#f8f9fa;padding:60px 20px}.section-header{margin-bottom:40px;text-align:center}.section-header h2{color:#2c3e50;font-size:32px;font-weight:700;margin-bottom:10px}.section-header p{color:#6c757d;font-size:16px;margin:0}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto 40px;max-width:1200px}.product-card{border-radius:16px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-4px)}.product-image{height:200px;overflow:hidden;position:relative}.product-image img{height:100%;object-fit:cover;width:100%}.product-badge{background:#e74c3c;border-radius:4px;color:#fff;font-size:12px;font-weight:600;left:12px;padding:4px 8px;position:absolute;top:12px}.product-info{text-align:left}.product-info h3{color:#2c3e50;font-size:18px;font-weight:600;margin-bottom:8px}.product-desc{color:#6c757d;font-size:14px;margin-bottom:15px}.product-price{align-items:center;display:flex;gap:8px}.current-price{color:#e74c3c;font-size:18px;font-weight:700}.original-price{color:#adb5bd;font-size:14px;text-decoration:line-through}.discount{background:#e74c3c;border-radius:4px;color:#fff;font-size:12px;font-weight:600;padding:2px 6px}.view-more{text-align:center}.view-more-btn{background:#2c3e50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 32px;transition:background-color .3s ease}.view-more-btn:hover{background:#34495e}.admin-container{background:#f8f9fa;flex:1 1;min-height:calc(100vh - 230px);padding:40px 20px}.admin-content{margin:0 auto;max-width:1200px}.admin-content h1{color:#2c3e50;font-size:36px;font-weight:700;margin-bottom:30px;text-align:center}@media (max-width:768px){.main-content{margin-top:70px;min-height:calc(100vh - 200px)}.hero-section{padding:40px 15px}.hero-content h1{font-size:28px}.hero-content p{font-size:16px}.features-section{padding:40px 15px}.features-container{gap:20px}.feature-card{min-width:250px;padding:30px 20px}.products-section{padding:40px 15px}.section-header h2{font-size:24px}.products-grid{gap:20px;grid-template-columns:1fr}.admin-container{min-height:calc(100vh - 200px);padding:20px 15px}.admin-content h1{font-size:28px}}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;color:#fff;flex-shrink:0;padding:20px}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.brand-header{align-items:center;background:#fff;border-bottom:2px solid #000;box-shadow:0 2px 8px #2e7d321a;box-sizing:border-box;display:flex;height:80px;left:0;padding:10px 20px;position:fixed;top:0;transition:transform .3s ease;width:100%;z-index:1000}.brand-header.hidden{transform:translateY(-100%)}.brand-header-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;width:100%}.brand-title{align-items:center;display:flex;flex-direction:row;font-size:28px;font-weight:700;gap:15px;letter-spacing:2px;margin:0;text-align:center}.brand-logo{border-radius:8px;filter:brightness(.9) contrast(1.1);height:50px;margin-bottom:0;object-fit:contain;width:50px}.brand-menu-left,.brand-menu-right{display:flex;flex:1 1;gap:10px}.brand-menu-left{justify-content:flex-start}.brand-menu-right{justify-content:flex-end}.brand-menu-left button,.brand-menu-right button{background:#fff;border:2px solid #000;border-radius:6px;color:#000;cursor:pointer;font-size:16px;font-weight:600;min-width:80px;padding:8px 16px;text-decoration:none;transition:all .2s ease}.brand-menu-left button:hover,.brand-menu-right button:hover{background:#f5f1e8;box-shadow:0 4px 8px #00000026;color:#1a1a1a;transform:translateY(-2px)}@media (max-width:768px){.brand-header{height:70px;padding:8px 15px}.brand-title{font-size:20px;gap:10px}.brand-logo{height:40px;width:40px}.brand-menu-left button,.brand-menu-right button{font-size:14px;min-width:60px;padding:6px 12px}}.footer{background:linear-gradient(135deg,#f0f8f0,#e8f5e8);border-top:1px solid #e0e0e0;box-shadow:0 -2px 10px #0000000d;color:#2c503a;flex-shrink:0;font-size:14px;line-height:1.6;margin-top:auto;padding:25px 20px;text-align:center;width:100%}.footer-content{margin:0 auto;max-width:800px}.footer-info{margin-bottom:12px}.footer-info p{font-size:15px;font-weight:500;margin:3px 0}.footer-divider{background-color:#d0d0d0;border:none;height:1px;margin:15px 0}.footer-details{grid-gap:15px;align-items:start;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.footer-section{text-align:center}.footer-section p{font-size:13px;line-height:1.4;margin:5px 0}.footer-instagram{align-items:center;display:flex;font-size:13px;font-weight:500;gap:6px;justify-content:center}.footer-instagram span:first-child{font-size:16px}@media (max-width:768px){.footer{padding:20px 15px}.footer-details{gap:12px;grid-template-columns:1fr}.footer-info p{font-size:13px}.footer-instagram,.footer-section p{font-size:12px}.footer-instagram span:first-child{font-size:14px}}.shop-container{display:flex!important;flex:1 1!important;flex-direction:column!important;min-height:calc(100vh - 290px)!important}.products-section{flex:1 1!important;margin:20px auto 0;max-width:1200px;padding:20px}.products-title{color:#2c3e50;font-size:36px;font-weight:700;letter-spacing:2px;margin-bottom:40px;text-align:center}.products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:40px}.product-card{background:#fff;border:1px solid #e8e0d0;border-radius:12px;box-shadow:0 4px 12px #00000014;overflow:hidden;position:relative;transition:all .3s ease}.product-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-5px)}.product-image{background:#f5f1e8;height:250px;object-fit:cover;width:100%}.product-info{padding:20px}.product-name{color:#2c3e50;font-size:20px;font-weight:600;margin-bottom:10px}.product-price{color:#e74c3c;font-size:24px;font-weight:700;margin-bottom:15px}.product-button{background:#f5f1e8;border:2px solid #e8e0d0;border-radius:8px;color:#2c3e50;cursor:pointer;font-size:16px;font-weight:600;padding:12px;transition:all .3s ease;width:100%}.product-button:hover{background:#e8e0d0;color:#1a1a1a}.sale-badge{background:#e74c3c;border-radius:4px;color:#fff;font-size:12px;font-weight:700;padding:5px 10px;position:absolute;right:10px;top:10px}
/*# sourceMappingURL=main.68168e80.css.map*/