@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{font-family:Inter,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}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}}:root{--primary-color: #FF6B6B;--secondary-color: #4ECDC4;--text-color: #2D3436;--background-color: #F8F9FA;--card-background: #FFFFFF;--border-radius: 12px;--shadow: 0 8px 30px rgba(0, 0, 0, .08)}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{background-color:var(--background-color);color:var(--text-color);line-height:1.6}.app-container{min-height:100vh;padding:2rem}.header{text-align:center;margin-bottom:3rem}.logo-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.5rem}.logo{width:48px;height:48px;animation:float 3s ease-in-out infinite}.header h1{font-size:2.5rem;font-weight:700;color:var(--primary-color)}.header-subtitle{color:#666;font-size:1.1rem}.content{max-width:1200px;margin:0 auto;padding:0 1rem}.product-card{background:var(--card-background);border-radius:var(--border-radius);box-shadow:var(--shadow);overflow:hidden;max-width:500px;margin:0 auto;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-image{height:200px;background:linear-gradient(45deg,#ffe53b,#ff2525);position:relative}.special-badge{position:absolute;top:1rem;right:1rem;background:#fff;color:var(--primary-color);padding:.5rem 1rem;border-radius:20px;font-weight:500;box-shadow:0 2px 10px #0000001a}.product-info{padding:2rem}.product-info h2{font-size:1.8rem;margin-bottom:1rem;color:var(--text-color)}.description{color:#666;margin-bottom:2rem}.price-tag{display:flex;align-items:baseline;gap:.5rem;margin-bottom:2rem}.price-amount{font-size:2rem;font-weight:700;color:var(--primary-color)}.price-unit{color:#666}.quantity-section{margin-bottom:2rem}.quantity-section label{display:block;margin-bottom:.5rem;color:#666}.quantity-control{display:flex;align-items:center;gap:1rem;background:#f8f9fa;padding:.5rem;border-radius:var(--border-radius)}.quantity-btn{background:#fff;border:none;width:36px;height:36px;border-radius:8px;cursor:pointer;font-size:1.2rem;color:var(--primary-color);transition:background .3s ease}.quantity-btn:hover{background:#f1f3f5}.quantity-control input{width:60px;text-align:center;border:none;background:transparent;font-size:1.1rem;font-weight:500}.quantity-control input::-webkit-inner-spin-button,.quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.total-section{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border-radius:var(--border-radius);margin-bottom:2rem}.total-amount{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.contact-section{margin-bottom:2rem;padding:1rem;background:#f8f9fa;border-radius:var(--border-radius)}.contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.icon{width:20px;height:20px;color:#666}.order-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#25d366;color:#fff;border:none;padding:1rem;border-radius:var(--border-radius);font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .3s ease}.order-button:hover{background:#128c7e}.whatsapp-icon{width:24px;height:24px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width: 768px){.app-container{padding:1rem}.header h1{font-size:2rem}.product-info{padding:1.5rem}}
