﻿.new-product {
    display: flex;
    object-fit: contain;
    min-width: fit-content;
    align-content: center;
    align-items: center;
}

    .new-product img {
        max-width: 39px;
        max-height: 39px;
        filter: invert();
        transform: rotate(-10deg);
    }

.filter-shadow {
    filter: drop-shadow(-1px 1px 0.02rem #41ff00);
    filter: drop-shadow(0px 0px 0.14rem #ffbb00);
}
.launch {
    background: #337cff;
    padding-inline: 5px;
    border-radius: 2px;
    margin-left: 10px;
    font-size: 0.8rem;
    color: #eeeeee;
    height: 20px;
    display: flex;
    align-items: center;
}

.theme-dark .launch {
    background: #3cff4c;
    background: #f7f7f7;
    color: #7a7a7a;
    font-weight: 600;
}



.specs .catt, .catt {
    flex-grow: 0;
    flex-shrink: 1;
    display: flex !important;
    background: var(--app-accent-bg);
    max-width: fit-content !important;
    width: fit-content !important;
    min-width: unset;
    height: 20px;
    align-items: center;
    border-radius: 2px;
    padding: 6px;
    font-size: 0.7rem;
    font-style: italic;
    font-weight: 600;
    margin-block: 2px;
    justify-content: center;
    color: var(--theme-text-color-soft-dark);
}
