:root {
    --exclusive-font: 'Montserrat', sans-serif;
    --exclusive-text: #1d1d1d;
    --exclusive-muted: #737373;
    --exclusive-border: rgba(18, 18, 18, .10);
    --exclusive-white: #fff;
    --exclusive-header-max: 1480px;
    --exclusive-transition: 280ms ease;
}

html,
body,
button,
input,
select,
textarea,
.elementor-widget,
.woocommerce,
.bwp-main,
.bwp-header,
.bwp-footer {
    font-family: var(--exclusive-font) !important;
}

body {
    color: var(--exclusive-text);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.exclusive-header button {
    font: inherit;
}

.woocommerce-product-subcategorie-content .subcategorie-content {
    max-width: 1000px;
}
/* Elementor's old Revolution Slider section is removed only after at least
   one new Exclusive Homepage Hero slide exists. */
.exclusive-legacy-hero-hidden {
    display: none !important;
}
