.esight-product-full-desc-section { 
    width: 100%; 
    margin: 40px auto 60px auto; 
}

.esight-full-desc-inner { 
    border-top: 1px solid var(--text-grey); 
    padding-top: 30px; 
}

.esight-full-desc-title { 
    color: var(--text-dark) !important; 
    margin-bottom: 25px !important; 
}

.esight-full-desc-content-wrap { 
    position: relative; 
    overflow: hidden; 
    max-height: 250px; 
    transition: max-height 0.4s ease-in-out; 
}

.esight-full-desc-content-wrap.is-expanded { 
    max-height: 4000px; 
}

.esight-full-desc-content { 
    color: var(--text-dark) !important; 
    opacity: 0.9;
    line-height: 1.7 !important; 
}

.esight-full-desc-content p { 
    margin-bottom: 15px !important; 
}

.esight-desc-fade { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    height: 80px; 
    background: linear-gradient(to bottom, rgba(255,255,255,0), var(--midori-primary)); 
    pointer-events: none; 
    transition: opacity 0.3s; 
}

.esight-full-desc-content-wrap.is-expanded .esight-desc-fade { 
    opacity: 0; 
}

.esight-toggle-desc-btn { 
    color: var(--text-dark) !important; 
    background: none !important; 
    border: none !important; 
    padding: 15px 0 0 0 !important; 
    cursor: pointer; 
    display: inline-block; 
}

.esight-toggle-desc-btn:hover { 
    color: var(--midori-accent) !important; 
}