/**
 * Theme Name: Pyrotect
 * Template: woodmart
 * Description: Pyrotect
 * Author: Jaime Burnap
 * Version: 3.0
 * Text Domain: pyrotect
 * Tested up to: 6.9
 * Requires at least: 6.0
 * Requires PHP: 8.2
 * License: NONE
 * License URI: https://pyrotectsafety.com
 */

/* Header */
p.phone-number, p.phone-number a {
    margin: 0 !important;
    color: white;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

header #menu-item-33898 > a:nth-child(1) > span:nth-child(1), header #menu-item-33899 > a:nth-child(1) > span:nth-child(1)  {
    color: white;
}

/* Hide empty reCAPTCHA v2 placeholder */
#ppcp-recaptcha-v2-container:empty {
    display: none !important;
    margin: 0 !important;
}

/* Currency Switcher */
form.woocommerce-currency-switcher-form.woocs_show_flags {
    margin: 0;
}

/** Footer **/
footer.wd-footer div div div ul li a {
    min-height: 0 !important;
    padding: 2px !important;
}

footer.wd-footer div div div ul li a span {
    font-weight: normal !important;
}

footer.wd-footer div div div h5 {
    background: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}

/* Products */
.wpclv-terms .wpclv-term-button.wpclv-term.hint--top a {
    color: inherit;
}

div div div a div.product-labels {
    display: flex;
    flex-direction: column; /* Keeps them stacked vertically */
    gap: 5px;               /* Adds a small space between them */
}

/* Assign 'Order 1' to the Brand/Attribute label */
div div div a div.product-labels .label-attribute-pa_brands {
    order: 1 !important;
}

/* Assign 'Order 2' to the Discount/Sale label */
div div div a div.product-labels .label-attribute-pa_helmet-size {
    order: 2 !important;
}

div div div a div.product-labels .onsale {
    order: 3 !important;
}

div div div a span.label-attribute-pa_brands {
    display: none !important;
}

div div div a span.label-term-snell, div div div a span.label-term-sfi, div div div a span.label-term-fia {
    display: inline-block !important;
}