Floor Cleaner Concentrate 16oz
/* Container & Global Style */ .container { max-width: 1200px; margin: 0 auto; padding: 0px 20px; display: flex; flex-direction: column; align-items: center; } /* About Section */ .product-about { background: #fdfdfd; text-align: center; padding: 0px 20px; } .product-about img { max-width: 176px; height: auto; margin-bottom: 24px; } .product-about h2 { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 40px; color: #252c32; margin-bottom: 20px; } .product-about p { max-width: 700px; font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.6; color: #6b7280; margin-bottom: 30px; } .primary-btn { box-sizing: border-box; display: flex; justify-content: center; align-items: center; padding: 0 16px; gap: 8px; width: 176px; height: 40px; background: #ffffff; color: #000000; text-decoration: none; border-radius: 8px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); font-family: 'Inter', sans-serif; f