
@media (min-width: 768px) {
/*ZLavy v kategoriach napis komp*/
.product .price-standard, .product .price-save {
    font-size: 1.0rem !important;
}



/* Zlava blok v kategoriach posunutie do lava z prava*/
.products-block.products .product .flags.flags-extra .flag.flag-discount {
    padding: 0;
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 15px;
}




/*ZLavy v kategoriach medzera z lava*/
.product .price-save {
    margin-left: 0px !important;
    display: inline-block !important;
}

/* === BIELY ŠTVOREC SO ZĽAVOU === */
.flag.flag-discount {
    background: white !important;
    border-radius: 0 !important;
    padding: 0px 0px !important;
    display: flex;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.flags-extra .flag.flag.flag-discount, .p-image-wrapper .flags-extra .flag.flag.flag-discount {
    color: #fff;
    background: #ffffffba !important;
    padding: 0px 0px;
}
/*ZLAVA OD SPODU*/
.flag{
    margin-bottom: 0ex;
    margin-right: 0ex;}

/*Zlavu ku cene posunie velky napis*/
.p-detail .price-line .price-standard {
    margin-right: 0px;
    text-decoration: line-through;
}

.price-standard {
    color: black !important;
    font-weight: bold;
    font-size: 1rem;
    margin-left: 0px;
    display: inline-block;
    white-space: nowrap !important; /* zabráni zalomeniu ceny */
}

/* === ZOBRAZENIE CENY A ZĽAVY VO VÝPISOCH === */
.product .price-standard,
.product .price-save {
    display: block !important;
    line-height: 1.2;
    font-size: 1rem !important; /* mobilná veľkosť */
}

.product .price-save {
    margin-left: 5px;
    display: inline-block !important;
}

/* === OBAL PRE ZĽAVOVÝ BLOK === */
.product .flags-extra .flag {
    display: flex !important;
    gap: 0px;
    align-items: center;
    margin-bottom: 5px;
}
/* === PC: Väčší text a posunutie === */
@media (min-width: 768px) {
    .product .price-standard,
    .product .price-save {
        font-size: 1.2rem !important;
    }
}


/*Uprava ukazka zlavy na kategoriach telefon*/
@media screen and (max-width: 768px) {
.product .price-save {
    margin-left: 0px;
    display: inline-block !important;    
}
}



/*ZLAVA OD SPODU a BOKU TELEFON*/
@media screen and (max-width: 768px) {
.flag{
    margin-bottom: 20px;
    margin-right: 20px;}
}
}