/**
 * Petronasooz site overrides
 * Kept separate from Serione vendor assets so future theme updates are easier to audit.
 */

/* Existing site customization: dark navigation text. */
.htmega-menu-container ul > li > a {
    color: #000;
}

/* Existing site customization: product short-description typography. */
.woocommerce-product-details__short-description p {
    text-align: justify;
    color: #607D8B;
    opacity: .9;
    line-height: 30px;
    font-size: 14px;
}
