.single-album__unlock-btn {
    background: #A6988A;
    padding: 30px 30px 35px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: -159px;
    position: relative;
}

.single-album__unlock-btn::after {
    content: '';
    position: absolute;
    top: -324px;
    left: 0;
    width: 100%;
    height: 324px;
    background: linear-gradient(
            to bottom,
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.1) 35%,
            rgba(255,255,255,0.3) 55%,
            rgba(255,255,255,0.6) 70%,
            #ffffff 90%,
            #ffffff 100%
    );
}

.single-album__unlock-heading {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}