.ProductNoTracksPanel {
    background: var(--white);
    border: 1px solid var(--gray-400);
    border-radius: 3px;
    box-sizing: border-box;
    height: 286px;

    &-image-container {
        align-items: center;
        background: rgba(247, 247, 247, 0.001);
        border-radius: 0px;
        box-shadow: inset 0px 0px 8px rgba(233, 233, 233, 0.25);
        display: flex;
        height: 128px;
        justify-content: center;
        margin: 34px 0 16px 0;
    }

    &-image {
        color: var(--orange);
        transform: rotate(0.44deg);
    }

    &-title {
        color: var(--gray-800);
        font-size: 18px;
        font-weight: 500;
        line-height: 21px;
        margin-bottom: 8px;
        text-align: center;
    }

    &-text-container {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    &-text {
        color: var(--gray-500);
        font-size: 12px;
        font-weight: 400;
        height: 28px;
        line-height: 14px;
        text-align: center;
        width: 289px;
    }
}
