.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #124a9c !important;
}
/* ALE-pallura (Sale badge) */
.woocommerce span.onsale {
  background-color: #FCE746 !important;
  color: #000000 !important;
  border-radius: 50px;
  padding: 8px 12px;
  font-weight: bold;
}
/* Tuotesivun Lisää ostoskoriin -nappi */
.single_add_to_cart_button {
    background-color: #124a9c !important; /* haluttu väri */
    color: #ffffff !important;
    border: none !important;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

/* Hover-tila */
.single_add_to_cart_button:hover {
    background-color: #0d3672 !important; /
/* WooCommerce / jQuery UI sliderin täyttöväri */
.ui-slider .ui-slider-range {
    background-color: #124a9c !important; /* sama kuin Lisää ostoskoriin nappi */
}

/* Sliderin kahvat (jos haluat myös ne) */
.ui-slider .ui-slider-handle {
    border-color: #124a9c !important;
    background-color: #124a9c !important;
}
/* Rajoitetaan yksittäisen tuotteen pääkuvan maksimikoko */
.single-product .woocommerce-product-gallery__image img {
    max-width: 500px;   /* haluttu leveys, säädä tarpeen mukaan */
    max-height: 250px;  /* haluttu korkeus, säädä tarpeen mukaan */
    width: auto;
    height: auto;
    object-fit: contain; /* säilyttää kuvasuhteen */
}

/* =============================== */
/* FORSPORT – Yhtenäinen Brand */
/* =============================== */

/* SINGLE + KATALOGI */
.product-brand,
.woocommerce ul.products li.product .product-brand {

    display: block;
    font-family: 'Rubik', sans-serif;
    font-weight: 900;
    font-size: 13px;          /* Sama koko kaikkialla */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

/* Linkki */
.product-brand a,
.woocommerce ul.products li.product .product-brand a {
    text-decoration: none;
    color: #000;
}

/* Title reset */
.woocommerce-loop-product__title {
    margin: 0;
}
/* =============================== */
/* FORSPORT – Pakotettu yhtenäinen brand */
/* =============================== */

body.woocommerce ul.products li.product div.product-brand,
body.single-product div.product-brand {

    font-family: 'Rubik', sans-serif;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

/* Linkki */
body.woocommerce ul.products li.product div.product-brand a,
body.single-product div.product-brand a {
    color: #000;
    text-decoration: none;
}
/* =============================== */
/* FORSPORT – Brand aina Rubik Extra Bold */
/* =============================== */

body .product-brand,
body.woocommerce ul.products li.product .product-brand {

    font-family: 'Rubik', sans-serif;
    font-weight: 800;           /* Extra Bold */
    text-transform: uppercase;
    letter-spacing: 0.5px;

}

/* Varmistetaan että linkki ei periydy väärin */
body .product-brand a,
body.woocommerce ul.products li.product .product-brand a {

    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    text-decoration: none;
    color: inherit;
}
/* Margin vain Products-widgetissä single product -sivulla */
.single-product .elementor-widget-woocommerce-products .product-brand {
    margin-bottom: 14px;
}
