MOBB Healthcare Bath Chair with Backrest, Lightweight Aluminum, Adjustable, Mobility, 300 lbs, White
/* Shadow Box Styling */ .product-description-box { max-width: 100vw; border: 5px solid #F5F5F5; background-color: #F5F5F5; border-radius: 20px; padding: 25px; margin: 20px auto; box-shadow: 0px 18px 36px rgba(0, 0, 0, 0.3); color: #333333; } .product-description-box h2 { font-size: 24px; color: #04689B; margin-bottom: 15px; text-align: center; } .product-description-box p { font-size: 18px; color: #333333; margin-bottom: 10px; margin-left: 0px; } .product-description-box button { background-color: #B50407; color: #FFFFFF; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; transition: background-color 0.3s ease; }