
  .ly_product_description_1 { overflow: hidden; }
  .ly_product_description_1 .d_title { margin-bottom: 30px; }
  .container { max-width: 1440px; margin: 0 auto; padding: 40px 20px; position: relative; overflow: hidden; }

  /* Animations */
  @keyframes sunGlow {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.2); opacity: 0.8; }
  }
  @keyframes grow {
    0% { transform: scale(1); }
    100% { transform: scale(1.2); }
  }
  @keyframes wave {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
  }
  @keyframes fruitDrop {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
  }

  /* Parallax and interactive elements */
  .story-section { transition: transform 0.5s ease; }
  .story-section:hover { transform: translateY(-5px); }
