/* =====================================================
   ŠTÍTKY PRODUKTŮ – MOBILE FIRST
===================================================== */

.flags-default .flag {
    font-size: 1rem !important;
    font-weight: bold !important;
    padding: 0.25rem 1.25rem !important;
    border-radius: 0 !important;
}


/* =====================================================
   MOBIL – ŠTÍTKY OD SPODNÍ HRANY FOTKY NAHORU
===================================================== */

@media (max-width: 767px) {

    .product .p > a.image {
        position: relative !important;
    }

    .product .p > a.image .flags-default {
        position: absolute !important;

        top: auto !important;
        bottom: -2.5px !important;
        left: 0 !important;

        display: flex !important;
        flex-direction: column-reverse !important;
        align-items: flex-start !important;

        width: auto !important;
    }

}


/* =====================================================
   TABLET A DESKTOP
===================================================== */

@media (min-width: 768px) {

    .flags-default .flag {
        font-size: 1.25rem !important;
            padding: 0.25rem 1.5rem !important;
    }

}


/* =====================================================
   SK VERZE – SKRÝT DOPRAVA ZDARMA
===================================================== */

html[lang="sk"] .flag-doprava-zdarma {
    display: none !important;
}

/* =====================================================
   DMPRODUCTS – SKRÝT VŠECHNY ŠTÍTKY
===================================================== */

.dmproducts .flags,
.dmproducts .flags-default,
.dmproducts .flag {
    display: none !important;
}