.zz-product-trust {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;

    width: 100%;
    margin: 15px 0 10px;
    padding: 15px 18px;

    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;

    box-sizing: border-box;
}

.zz-product-trust .header-shop-rating {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    position: static !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;
}

.zz-product-trust .header-shop-rating-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;
}

.zz-product-trust .header-shop-rating-top {
    display: flex !important;
    align-items: center !important;
}

.zz-product-trust .rating-count {
    display: block !important;
}

.zz-product-trust .heureka-badge {
    display: flex !important;
    align-items: center !important;

    margin-left: 15px !important;
}

.zz-product-trust .heureka-badge img {
    display: block !important;
    max-height: 55px !important;
    width: auto !important;
}

.zz-product-firmy-badge {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.zz-product-firmy-badge img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 60px;
}


/* MOBIL */
@media (max-width: 767px) {

    .zz-product-trust {
        padding: 12px;
        gap: 12px;
    }

    .zz-product-trust .header-shop-rating {
        width: 100% !important;
    }

    .zz-product-firmy-badge img {
        max-width: 200px;
    }
}