.DigitalProductOverviewArtwork {
    &-empty-icon {
        .Icons-artwork-empty {
            height: 60px;
        }
    }

    &-image {
        height: 226px;
        width: 224px;
        margin-top: 3px;
    }

    &-not-found {
        align-items: center;
        color: $grey_300;
        font-size: 18px;
        font-weight: $weight_bold;
        margin-bottom: initial;
        text-align: center;
        width: 100%;
    }

    &-progress-ring {
        margin-top: 2px;
        height: 100%;
        width: 100%;
        background: var(--gray-100);
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }
}
