body { font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif; line-height: 1.7; } .product-image { transition: transform 0.3s ease; cursor: pointer; } .product-image:hover { transform: scale(1.05); } .affiliate-btn { transition: all 0.3s ease; } .affi…