*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow-x:hidden}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#e7e9f1,#d4cfd8);background-attachment:fixed}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;background:#fff;overflow-x:hidden}.main-content{width:100%;flex:1 0 auto;padding:40px 24px;box-sizing:border-box}.products-section{max-width:1200px;margin:0 auto;width:100%;padding:0 16px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px;padding:32px 0}.product-card{background:#fff;border-radius:16px;box-shadow:0 2px 16px #00000014;display:flex;flex-direction:column;align-items:center;padding:24px 16px;transition:box-shadow .2s}.product-card:hover{box-shadow:0 4px 24px #00000026}.product-image{width:180px;height:180px;object-fit:cover;border-radius:12px;margin-bottom:16px}.product-info{text-align:center}.price{font-weight:700;color:#22223b;margin-bottom:8px}.details-btn{display:inline-block;margin-top:8px;padding:8px 16px;background:#4caf50;color:#fff;border-radius:8px;text-decoration:none;font-weight:500;transition:background .2s}.details-btn:hover{background:#388e3c}.footer{width:100%;margin-top:auto;flex-shrink:0;display:flex;justify-content:center;align-items:center;padding:16px 0;position:relative;left:0;bottom:0}img{width:180px;height:180px;object-fit:cover;display:block;margin:0 auto;border-radius:12px;box-shadow:0 2px 8px #00000014}.checkout-section{max-width:400px;margin:40px auto;padding:32px 24px;background:#f8f9fa;border-radius:16px;box-shadow:0 2px 16px #00000014}.checkout-section h2{font-size:2rem;margin-bottom:24px;color:#22223b;text-align:center}.checkout-section label{display:block;margin-bottom:8px;font-weight:500;color:#22223b}.checkout-section input,.checkout-section textarea{width:100%;padding:10px 12px;margin-bottom:18px;border:1px solid #c9c9c9;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .2s}.checkout-section input:focus,.checkout-section textarea:focus{border-color:#22223b;outline:none}.checkout-section .total{font-weight:700;font-size:1.2rem;margin-bottom:18px;color:#22223b}.checkout-section button{width:100%;padding:12px 0;background:#22223b;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s}.checkout-section button:hover{background:#4a4e69}: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}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}}
