@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit}img{max-width:100%;display:block}button,input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#b0b0b0}::selection{background:#b8e0d2;color:#1a1a1a}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.checkout-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:start}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}@media (max-width: 900px){.checkout-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr;gap:32px}.about-grid{grid-template-columns:1fr;gap:40px}}@media (max-width: 768px){.product-grid-4{grid-template-columns:repeat(2,1fr);gap:12px}.category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.product-grid-4{grid-template-columns:repeat(2,1fr);gap:10px}.category-grid{grid-template-columns:repeat(2,1fr)}}
