

/* Start:/local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?1754055377797*/
.product__marketplaces {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.5rem;
}

.product__marketplaces__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 110px;
}

.product__marketplaces__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
/* End */
/* /local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?1754055377797 */
