@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap";:root{--color-primary: #f6bd0b;--color-primary-dark: #e0ac0a;--color-background: #ffffff;--color-text: #1a1a1a;--color-text-light: #666666;--color-gray-100: #f5f5f5;--color-gray-200: #e5e5e5;--font-sans: "Inter", sans-serif;--font-serif: "Playfair Display", serif}*{box-sizing:border-box}.main-content{min-height:calc(100vh - 400px)}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:var(--color-background);color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:#000}button{font-family:var(--font-sans)}.container{max-width:1400px;margin:0 auto;padding:0 20px}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#f6bd0b}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.featured{padding:80px 20px;max-width:1400px;margin:0 auto}.featured h2{text-align:center;margin-bottom:60px;color:#000;font-size:2.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.product-card{background:#f9f9f9;border-radius:8px;padding:20px;transition:transform .3s;box-shadow:0 4px 6px #0000000d}.product-card:hover{transform:translateY(-10px);box-shadow:0 10px 15px #0000001a}.product-image-placeholder{width:100%;height:300px;background-color:#eee;margin-bottom:20px;border-radius:4px}.price{color:#f6bd0b;font-weight:700;font-size:1.2rem}
