@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;background-color:#f9fafb;color:#111827}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px;padding:16px}.product-card{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 6px #0000001a;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:scale(1.03);box-shadow:0 4px 12px #00000026}.product-image{width:100%;height:180px;object-fit:contain;background-color:#f3f4f6;border-bottom:1px solid #e5e7eb}.product-info{text-align:center;padding:12px}.product-title{font-weight:600;font-size:14px;color:#111827;margin-bottom:8px}.shop-button{background-color:#2563eb;color:#fff;padding:8px 14px;border-radius:8px;border:none;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .15s ease-in-out}.shop-button:hover{background-color:#1e40af;transform:scale(1.05)}@media(max-width:600px){.product-image{height:140px}.shop-button{font-size:12px;padding:6px 12px}}.hamburger{display:none}@media(max-width:768px){.nav-links-desktop{display:none!important}.hamburger{display:block!important}}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f9fafb;color:#111827}h1,h2{font-weight:700}section{margin-bottom:24px}button{background-color:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer}button:hover{background-color:#1e40af}
