
    @keyframes bounce {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
    @keyframes popIn {
        0% { transform: scale(0.8); opacity: 0; }
        100% { transform: scale(1); opacity: 1; }
    }
    .ly_product_description_1 {
        overflow: hidden;
        font-family: Arial, sans-serif;
    }
    .ly_product_description_1 .d_title {
        margin-bottom: 30px;
    }
    .container {
        max-width: 1440px;
        margin: 0 auto;
        padding: 40px 20px;
        position: relative;
        overflow: hidden;
        background: linear-gradient(to bottom, #2C3E50, #4A235A);
    }
    h1, h2, h3 {
        font-weight: bold;
    }
    p {
        line-height: 1.6;
    }
    a {
        color: #E67E22;
        text-decoration: underline;
    }
    table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
    }
    th, td {
        padding: 12px;
        border: 1px solid #E67E22;
        text-align: left;
    }
    th {
        background: #D35400;
        color: #FFF;
    }
    tr:nth-child(even) {
        background: #FDEBD0;
    }
    tr:nth-child(odd) {
        background: #FAD7A0;
    }
