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