/* 24_06_2026 - wyśrodkowanie obrazka produktu w widoku galerii miniatur, etykiety w lewym górnym rogu - poczatek */

.abs-offer-gallery .abs-layout-product-gallery .abs-col-img,
.abs-offer-gallery .abs-layout-product-gallery-thumbnails .abs-col-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.abs-offer-gallery .abs-layout-product-gallery .abs-col-img .abs-labels,
.abs-offer-gallery .abs-layout-product-gallery-thumbnails .abs-col-img .abs-labels {
    position: absolute;
    top: 0;
    left: 0;
}

/* 24_06_2026 - wyśrodkowanie obrazka produktu w widoku galerii miniatur, etykiety w lewym górnym rogu - koniec */

/*bg- jednolita wysokość dla tytułów aktualności na mobile-start*/

@media (max-width: 992px) {
.lor-insta-title {
    min-height: 63px;
}

.abs-news-items .abs-news-item>.panel-body h3.hidden {
    min-height: 0px !important;
}
.abs-offer-gallery .abs-product-name {
        font-size: 12px;
        min-height: 34px;
    }

}
/*bg- jednolita wysokość dla tytułów aktualności na mobile-end*/


label.trg-fts {
    background-color: #e5210f10;
    color: #fff !important;
    border-color: #fff !important;
}

label.trg-fts span.badge {
    background-color: white !important;
    color: #424e60;
}