Polar Camel 20 oz. Water Bottle Custom Engraved Bottle
.product-description { font-family: inherit; color: #333; background: #f8f8f8; max-width: 800px; margin: 2rem auto; padding: 1rem; box-sizing: border-box; } .product-description h1 { font-size: 2rem; text-align: center; color: #997BD1; margin-bottom: 1rem; opacity: 0; transform: translateY(-20px); animation: fadeInDown 0.8s ease-out forwards; } @keyframes fadeInDown { to { opacity: 1; transform: translateY(0); } } .product-description section { background: #fff; border-radius: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); margin: 1.5rem 0; padding: 1.6rem 2rem; opacity: 0; transform: translateY(20px); animation: fadeUp 0.6s ease forwards; } @keyframes fadeUp { to { opacity: 1; transform: translateY(0); } } .product-description h2 { font-size: 1.35rem; color: #997BD1; margin-bottom: .7rem; font-weight: 700; letter-spacing: -.02em; opacity: 0; transform: translateX(-32px); animation: slideInLeft 0.65s cubic-bezier(.52,.2,.22,1)