/* Change default submenu text color */
.container-header .mod-menu ul li a {
  color: #FF0000; /* Example: Red text color */
}

/* Change submenu text color on hover */
.container-header .mod-menu ul li a:hover {
  color: #FF0000; /* Example: Red text color on hover */
}

.container-header .navbar-toggler {
    color: #ff0000;
    cursor: pointer;
    border: 1px solid #ff0000;
}

/* ============================= */
/* ARTICLE DISPLAY MODULE FIX */
/* ============================= */
/* CASSIOPEIA INTRO IMAGE FIX */
/* ============================= */
/* ============================= */
/* INTRO IMAGE FINAL SIZE (350) */
/* ============================= */

/* Center image */
.item-image {
    float: none !important;
    width: 100%;
    text-align: center;
}

.item-image img {
    display: block;
    margin: 0 auto 12px;
    width: 100%;
    max-width: 350px;   /* desktop target size */
    height: auto;
}

/* Mobile: allow image to breathe */
@media (max-width: 767px) {
    .mod-articlesnews__item .item-image img {
        max-width: 90%;
    }
}



/* Price only for category ID 11 */
.com-content-category-11 .field-price,
.com-content-article.category-11 .field-price {
  font-size: 22px;
  font-weight: bold;
  color: #d10000;
  margin: 10px 0;
}

.com-content-article.category-11 .field-price {
  font-size: 22px;
  font-weight: bold;
  color: #d10000;
  margin: 8px 0 15px;
}

/* Clean up Price field */
.field-price {
  list-style: none;
  font-size: 24px;
  font-weight: 700;
  color: #d10000;
  margin: 10px 0 15px;
  padding: 0;
}
/* Remove bullet from Joomla field list */
.fields-container,
.fields-container ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.field-price {
  list-style: none;
  font-size: 26px;
  font-weight: 800;
  color: #e00000;
  margin: 8px 0 18px;
}

/* Price field – force styling */
.field-price,
.field-price .field-value,
.field-price span {
  color: #e00000 !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 1.2;
}

/* Style only this field */
.price-red .field-value {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #e00000 !important;
  display: block;
  margin: 8px 0 18px;
}

/* Remove bullet if it’s inside <li> */
.price-red {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.custom-price {
    color: #ff0000;       /* red */
    font-size: 28px;       /* bigger */
    font-weight: 800;      /* bold */
    margin: 10px 0 15px;
}

/* Hide the default small black price */
.fields-container .field-price {
    display: none;
}

/* Hide the bullet */
.fields-container .field-price {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* Price field — make label and value red */
.field-entry.price .field-label,
.field-entry.price .field-value {
    color: #FF0000 !important;
    font-weight: 700;  /* optional bold */
}

/* SKU field — make label and value black */
.field-entry.sku .field-label,
.field-entry.sku .field-value {
    color: #000000 !important;
    font-weight: 700;  /* optional bold */
}

.field-entry.price .field-value {
    font-size: 22px; /* bigger number for emphasis */
}

/* Ensure Price and SKU colors on mobile */
@media (max-width: 767px) {
    /* Price field red on mobile */
    .field-entry.price .field-label,
    .field-entry.price .field-value {
        color: #FF0000 !important;
    }

    /* SKU field black on mobile */
    .field-entry.sku .field-label,
    .field-entry.sku .field-value {
        color: #000000 !important;
    }
}

@media (max-width: 767px) {
    .field-entry.price .field-value {
        font-size: 20px !important; /* slightly smaller for mobile */
    }

    .field-entry.sku .field-value {
        font-size: 16px !important; /* normal size for SKU */
    }
}

/* ============================= */
/* REGULAR TEXT - keep readable */
/* ============================= */
/* ============================= */
/* FORCE ALL MENU LINKS RED */
#mod-menu a,
#mod-menu * a {
    color: #FF0000 !important;       /* brand red */
    background-color: #FFFFFF !important;
}

/* Hover/focus state for all menu links */
#mod-menu a:hover,
#mod-menu a:focus,
#mod-menu * a:hover,
#mod-menu * a:focus {
    color: #CC0000 !important;       /* darker red on hover */
    background-color: #FFFFFF !important;
}

/* MOBILE MENU TOGGLE BUTTON */
.mod-menu__heading.nav-header.mm-toggler {
    color: #FF0000 !important;       /* red text */
    background-color: #FFFFFF !important; /* white background */
}

/* HAMBURGER LINES */
.mod-menu__heading.nav-header.mm-toggler span,
.mod-menu__heading.nav-header.mm-toggler div {

}


