/* =================================================== * CUSTOM CSS CODE BELOW * =================================================== */ /* =================================================== */
/* PRIS STYLING FÖR ALLA SIDOR */
/* =================================================== */

/* Produktlistor (t.ex. startsida, kategorier) */
/* =================================================== */
/* PRIS STYLING FÖR ALLA SIDOR - BOLD & STOR */
/* =================================================== */

/* Produktlistor (t.ex. startsida, kategorier) */
.product-price {
    font-size: 1.2em;     
    font-weight: 700 !important;  /* Lägg till !important för att säkerställa bold */
    color: #000000;       
}

/* Produktsidan (större och fetare än listor) */
#product .product-price {
    font-size: 28px;       
    font-weight: 900 !important;  /* Ännu fetare, säkerställer bold */
    color: #000000;       
    margin-bottom: 10px;  
}
}