:root {
    --color-brand: #fd571a;
    --color-peach: #ffb08b;

    --color-gray0: #f6f6f6;
    --color-gray03: #efefef;
    --color-gray05: #e7e7e7;
    --color-gray1: #d9d9d9;
    --color-gray15: #c7c7c7;
    --color-gray2: #999;
    --color-gray3: #666;

    --color-green: #25c237;
    --color-green-l: #c8e6c9;
    --color-amber: #ffc107;
    --color-amber-l: #ffecb3;
    --color-red: red;
    --color-red-l: pink;

    --content-width: 72em;
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    font-style: normal;
    src:
        url("../static/fonts/ibmplex/ibmplexsans-400r.woff2") format(woff2),
        url("../static/fonts/ibmplex/ibmplexsans-400r.ttf") format(truetype);
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    font-style: italic;
    src:
        url("../static/fonts/ibmplex/ibmplexsans-400i.woff2") format(woff2),
        url("../static/fonts/ibmplex/ibmplexsans-400i.ttf") format(truetype);
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 450;
    font-style: normal;
    src:
        url("../static/fonts/ibmplex/ibmplexsans-450r.woff2") format(woff2),
        url("../static/fonts/ibmplex/ibmplexsans-450r.ttf") format(truetype);
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 450;
    font-style: italic;
    src:
        url("../static/fonts/ibmplex/ibmplexsans-450i.woff2") format(woff2),
        url("../static/fonts/ibmplex/ibmplexsans-450i.ttf") format(truetype);
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-style: normal;
    src:
        url("../static/fonts/ibmplex/ibmplexsans-500r.woff2") format(woff2),
        url("../static/fonts/ibmplex/ibmplexsans-500r.ttf") format(truetype);
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-style: italic;
    src:
        url("../static/fonts/ibmplex/ibmplexsans-500i.woff2") format(woff2),
        url("../static/fonts/ibmplex/ibmplexsans-500i.ttf") format(truetype);
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 600;
    font-style: normal;
    src:
        url("../static/fonts/ibmplex/ibmplexsans-600r.woff2") format(woff2),
        url("../static/fonts/ibmplex/ibmplexsans-600r.ttf") format(truetype);
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 600;
    font-style: italic;
    src:
        url("../static/fonts/ibmplex/ibmplexsans-600i.woff2") format(woff2),
        url("../static/fonts/ibmplex/ibmplexsans-600i.ttf") format(truetype);
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 700;
    font-style: normal;
    src:
        url("../static/fonts/ibmplex/ibmplexsans-700r.woff2") format(woff2),
        url("../static/fonts/ibmplex/ibmplexsans-700r.ttf") format(truetype);
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 700;
    font-style: italic;
    src:
        url("../static/fonts/ibmplex/ibmplexsans-700i.woff2") format(woff2),
        url("../static/fonts/ibmplex/ibmplexsans-700i.ttf") format(truetype);
}

@font-face {
    font-family: "Oxanium";
    font-weight: 300;
    font-style: normal;
    src:
            url("../static/fonts/oxanium/oxanium-300r.woff2") format(woff2),
            url("../static/fonts/oxanium/oxanium-300r.ttf") format(truetype);
}
@font-face {
    font-family: "Oxanium";
    font-weight: 400;
    font-style: normal;
    src:
        url("../static/fonts/oxanium/oxanium-400r.woff2") format(woff2),
        url("../static/fonts/oxanium/oxanium-400r.ttf") format(truetype);
}
@font-face {
    font-family: "Oxanium";
    font-weight: 700;
    font-style: normal;
    src:
        url("../static/fonts/oxanium/oxanium-700r.woff2") format(woff2),
        url("../static/fonts/oxanium/oxanium-700r.ttf") format(truetype);
}
@font-face {
    font-family: "Oxanium";
    font-weight: 800;
    font-style: normal;
    src:
        url("../static/fonts/oxanium/oxanium-800r.woff2") format(woff2),
        url("../static/fonts/oxanium/oxanium-800r.ttf") format(truetype);
}
* {
    box-sizing: border-box;
}

html {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 450;
    font-size: 20px;
    font-optical-sizing: auto;
}

@media screen and (max-width: 820px) {
    html {
        font-size: 16px;
    }
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    /* Match the footer to force black on Safari overscroll on the bottom. */
    background-color: black;
}

h1 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 800;
    font-size: 3em;
    letter-spacing: -2.5%;
}
@media screen and (max-width: 1080px) {
    h1 {
        font-size: 2.5em;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.5rem 0;
}

a {
    color: inherit;
    text-decoration: none;
}

span.highlight {
    color: var(--color-brand);
}
span.price {
    color: var(--color-brand);
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
}

.placehold {
    display: block;
    background-image: url("../static/placeholder.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.block {
    width: 100%;
    background-color: white;
}
.block_content {
    width: 95vw;
    max-width: var(--content-width);
    margin: 0 auto;
    padding: 1.5em 0;
}
.block--bg {
    background-color: var(--color-gray1);
}

.vsp-l {
    margin-top: 1em;
    margin-bottom: 1em;
}
.vsp-m, .place_title {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

details summary {
    list-style: none;
}
.details_open, .details_close { fill: black; }
details .details_open { display: initial; }
details .details_close { display: none; }
details[open] .details_open { display: none; }
details[open] .details_close { display: initial; }

.breadcrumb {
    margin-bottom: 1em;
}
.breadcrumb > * {
    color: var(--color-gray2);
}
.breadcrumb_active {
    font-weight: 700;
}
.button, button {
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    text-align: center;

    background-color: var(--color-brand);
    color: white;

    /* Height should be 3em exactly. */
    padding: 0.825em 1em;
    margin: 0;
    border: none;
    border-radius: 0.5em;
}
.button:hover, button:hover {
    background-color: #ff723b;
    cursor: pointer;
}

.button--light {
    background-color: var(--color-peach);
    color: black;
}
.button--light:hover {
    background-color: #faa783;
}

.button--text {
    background: none;
    color: var(--color-brand);
}
.button--text:hover {
    background: none;
    color: #ec4b11;
}

.button--whatsapp {
    background-color: var(--color-green);
}
.button--whatsapp:hover {
    background-color: #19ab28;
}
.button--black {
    background-color: black;
}
.button--black:hover {
    background-color: #333;
}
.button--withArrow::after {
    content: '→';
    font-family: inherit;
    margin-left: 2em;
}

.button_contents {
    min-width: 15em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 0.35em;
}
.button_arrow {

}
input {
    background: white;
    border: 1px solid var(--color-gray2);
    font-family: inherit;
    font-size: inherit;
    padding: 0.75em;
    border-radius: 0.5em;
}
input:focus {
    outline: 1px solid var(--color-brand);
}
input::placeholder {
    color: var(--color-gray2);
}

select {
    font-size: inherit;
    font-family: inherit;
    background-color: white;
    border: 1px solid var(--color-gray2);
    border-radius: 0.5em;
    padding: 0.5em 1em;
}
select.--fill {
    background-color: var(--color-peach);
    border: none;
}

.inputgroup {
    width: 100%;
    height: 3em;
    background: white;
    border: 1px solid var(--color-gray2);
    border-radius: 0.5em;
    overflow: clip;

    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 0.5em;
    padding: 0 0.75em;
}
.inputgroup_leading, .inputgroup_trailing {
}
.inputgroup_input {
    padding: 0;
    height: 100%;
    border-radius: 0;
    border: none;
    flex: 1 1 auto;
}
.inputgroup:has(> .inputgroup_input:focus) {
    outline: 1px solid var(--color-brand);
}
input.inputgroup_input:focus {
    outline: none;
}
.grid_row {
    clear: both;

    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
}
.grid_row--c {
    justify-items: center;
}
.grid_row--n {
    align-items: center;
}

.grid_1 { grid-column: span 1 }

.grid_2 { grid-column: span 2 }

.grid_3 { grid-column: span 3 }

.grid_4 { grid-column: span 4 }

.grid_5 { grid-column: span 5 }

.grid_6 { grid-column: span 6 }

.grid_7 { grid-column: span 7 }

.grid_8 { grid-column: span 8 }

.grid_9 { grid-column: span 9 }

.grid_10 { grid-column: span 10 }

.grid_11 { grid-column: span 11 }

.grid_12 { grid-column: span 12 }

@media screen and (min-width: 560px) {
        .grid_1_xs { grid-column: span 1 }
        .grid_2_xs { grid-column: span 2 }
        .grid_3_xs { grid-column: span 3 }
        .grid_4_xs { grid-column: span 4 }
        .grid_5_xs { grid-column: span 5 }
        .grid_6_xs { grid-column: span 6 }
        .grid_7_xs { grid-column: span 7 }
        .grid_8_xs { grid-column: span 8 }
        .grid_9_xs { grid-column: span 9 }
        .grid_10_xs { grid-column: span 10 }
        .grid_11_xs { grid-column: span 11 }
        .grid_12_xs { grid-column: span 12 }
}
@media screen and (min-width: 820px) {
        .grid_1_s { grid-column: span 1 }
        .grid_2_s { grid-column: span 2 }
        .grid_3_s { grid-column: span 3 }
        .grid_4_s { grid-column: span 4 }
        .grid_5_s { grid-column: span 5 }
        .grid_6_s { grid-column: span 6 }
        .grid_7_s { grid-column: span 7 }
        .grid_8_s { grid-column: span 8 }
        .grid_9_s { grid-column: span 9 }
        .grid_10_s { grid-column: span 10 }
        .grid_11_s { grid-column: span 11 }
        .grid_12_s { grid-column: span 12 }
}
@media screen and (min-width: 1080px) {
        .grid_1_m { grid-column: span 1 }
        .grid_2_m { grid-column: span 2 }
        .grid_3_m { grid-column: span 3 }
        .grid_4_m { grid-column: span 4 }
        .grid_5_m { grid-column: span 5 }
        .grid_6_m { grid-column: span 6 }
        .grid_7_m { grid-column: span 7 }
        .grid_8_m { grid-column: span 8 }
        .grid_9_m { grid-column: span 9 }
        .grid_10_m { grid-column: span 10 }
        .grid_11_m { grid-column: span 11 }
        .grid_12_m { grid-column: span 12 }
}
@media screen and (min-width: 1280px) {
        .grid_1_l { grid-column: span 1 }
        .grid_2_l { grid-column: span 2 }
        .grid_3_l { grid-column: span 3 }
        .grid_4_l { grid-column: span 4 }
        .grid_5_l { grid-column: span 5 }
        .grid_6_l { grid-column: span 6 }
        .grid_7_l { grid-column: span 7 }
        .grid_8_l { grid-column: span 8 }
        .grid_9_l { grid-column: span 9 }
        .grid_10_l { grid-column: span 10 }
        .grid_11_l { grid-column: span 11 }
        .grid_12_l { grid-column: span 12 }
}
@media screen and (min-width: 1440px) {
        .grid_1_xl { grid-column: span 1 }
        .grid_2_xl { grid-column: span 2 }
        .grid_3_xl { grid-column: span 3 }
        .grid_4_xl { grid-column: span 4 }
        .grid_5_xl { grid-column: span 5 }
        .grid_6_xl { grid-column: span 6 }
        .grid_7_xl { grid-column: span 7 }
        .grid_8_xl { grid-column: span 8 }
        .grid_9_xl { grid-column: span 9 }
        .grid_10_xl { grid-column: span 10 }
        .grid_11_xl { grid-column: span 11 }
        .grid_12_xl { grid-column: span 12 }
}
.icontext-h {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 0.75em;
}
.icontext_icon {
    flex: 0 0 auto;
}
.icontext_text {
    flex: 1 1 auto;
}

.icontext-v {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 1em;
    text-align: center;
}

.icon {
    display: inline-block;
    vertical-align: -25%;
    fill: currentColor;
}
.icon-text {
    width: 1.4em;
    height: 1.4em;
}
.icon-s {
    width: 2em;
    height: 2em;
}
.icon-m {
    width: 3em;
    height: 3em;
}
.icon-l {
    width: 4em;
    height: 4em;
}
@media screen and (max-width: 820px) {
    .hide-xs- { display: none }
}
@media screen and (max-width: 1080px) {
    .hide-s- { display: none }
}
@media screen and (max-width: 1280px) {
    .hide-m- { display: none }
}

@media screen and (min-width: 820px) {
    .hide-s\+ { display: none }
}
@media screen and (min-width: 1080px) {
    .hide-m\+ { display: none }
}
h1, .shout {
    text-transform: uppercase;
}
.leader::before {
    display: inline-block;
    content: ' ';
    width: 0.75em;
    height: 0.15em;
    vertical-align: 20%;
    margin-right: 0.1em;
    background-color: var(--color-brand);
}

p {
    margin: 0.5em 0;
}
p.--flat {
    margin: 0;
}

.hero {
    font-size: 4em;
    line-height: 1.1;
    margin: 0;
}
@media screen and (max-width: 560px) {
    .hero {
        font-size: 3.5em;
    }
}
.hero--medium {
    font-size: 3em;
}

.shout {
    color: var(--color-gray2);
    font-size: 1.4em;
    font-weight: 700;
}
.emph, .place_title {
    font-weight: bold;
    font-size: 1.1em;
}
.deemph {
    font-weight: 400;
    font-size: 0.95em;
}
.callout {
    padding: 1em;
    border: 1px solid var(--color-gray2);
    background-color: var(--color-gray03);
    border-radius: 0.5em;
}
.callout--success {
    border-color: var(--color-green);
    background-color: var(--color-green-l);
}
.callout--warning {
    border-color: var(--color-amber);
    background-color: var(--color-amber-l);
}
.callout--error {
    border-color: var(--color-red);
    background-color: var(--color-red-l);
}
footer, footer.block {
    background: none;
    color: var(--color-gray3);
    padding: 1.25em 0;
    position: relative;
    overflow: clip;
}

.footer_logo {
    width: 70%;
    max-width: 15em;
    opacity: 0.35;
}
.footer_slogan {
    font-family: 'Oxanium', sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    text-transform: uppercase;
}
.footer_tiretrack {
    position: absolute;
    top: 0; right: 0;
    width: 5em;
    height: 150%;
    z-index: -1;
    background-image: url("../static/tiretrack.svg");
    background-repeat: repeat;
    transform: rotate(20deg) translate(-5em, -3em);
    filter: opacity(10%) invert(100%);
}

nav {
    background-color: var(--color-brand);
    color: white;
}

.nav_contents {
    width: 95vw;
    height: 100%;
    max-width: var(--content-width);
    margin: 0 auto;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 1080px) {
    nav {
        position: fixed;
        top: 0; left: 0; right: 0;
        height: 5em;
        z-index: 1;
    }
    nav + * {
        margin-top: 5em;
    }
}
@media screen and (max-width: 1080px) {
    nav {
        position: initial;
        width: 100%;
    }
    .nav_contents {
        flex-flow: column nowrap;
        justify-content: center;
        gap: 0.5em;
        padding: 0.75em 0;
    }
}
.nav_peek {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 0.5em;
    z-index: 1;
    background-color: var(--color-brand);
}

.nav_brand {
    width: 15em;
}
.nav_links {
    display: flex;
    flex-flow: row nowrap;
    gap: 2.5em;
}
.nav_links > .--active {
    font-weight: bold;
    text-decoration: underline;
}
@media screen and (max-width: 820px) {
    .nav_brand {
        width: 12em;
    }
    .nav_links {
        font-size: 0.9em;
    }
}
.place_photo {
    width: 100%;
    aspect-ratio: 3 / 1.5;
    object-fit: cover;
}
.place_icontext {
    color: var(--color-gray3);
    fill: var(--color-gray3);
}
.checklist {
    list-style: none;
    padding-left: 0;
}
.checklist > li {
    margin: 0.25em 0;
}
.checklist > li::before {
    color: var(--color-brand);
    font-weight: bold;
    content: '✓';
    margin-right: 0.7em;
}

.about_splash {
    background-image: url("../static/warehouse.jpg");
    background-size: cover;
    position: relative;
    height: 100%;
}
.about_splash_text {
    position: absolute;
    bottom: 0; right: 0;
    background-color: var(--color-brand);
    color: white;
    padding: 0.75em 1em;

    text-transform: uppercase;
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
}
.about_splash_textBar {
    display: block;
    line-height: 0;
    padding-top: 0.2em;
}
.about_splash_textBar::before {
    content: ' ';
    display: inline-block;
    background-color: white;
    width: 3em; height: 0.5em;
}

.about_quote {
    position: relative;
    margin: 0;
    padding: 1em 1em 1em 3em;
    font-size: 1.5em;
    font-style: italic;
    background-color: var(--color-gray05);
}
.about_quote::before {
    position: absolute;
    content: '“';
    top: 0.1em; left: 0.25em;
    font-size: 3em;
    font-weight: bold;
    font-style: normal;
    color: var(--color-brand);
}
.about_quote > cite {
    display: block;
    color: var(--color-gray2);
    font-size: 0.6em;
    font-style: normal;
    margin-top: 1em;
}

.about_questions {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 1em;
}
.about_questions_title { flex: 0 0 auto; }
.about_questions_note { flex: 1 1 20em; }
.about_questions_action { flex: 0 1 15em; }

@media screen and (max-width: 1080px) {
    .about_questions { flex-wrap: wrap; }
    .about_questions_title { flex-basis: 100%; }
}

.about_hero {
    font-size: min(3em, 8vw);
}

/***** Page overall layout *****/

@media screen and (min-width: 1080px) {
    .catalog_page {
        display: flex;
        flex-flow: row nowrap;
    }
    .catalog_filters {
        flex: 2 2 0;
        border-right: 1px solid var(--color-gray2);
    }
    .catalog_container {
        flex: 5 5 0;
    }
    #js_catalog_filtersOpen, #js_catalog_filtersClose {
        display: none;
    }
    .catalog_backdrop {
        display: none;
    }
}
@media screen and (max-width: 1080px) {
    .catalog_filters {
        display: none;
    }
    .catalog_filters[open] {
        display: initial;
        position: fixed;
        top: 0; left: 0;
        width: 80vw;
        height: 100vh;
        z-index: 3;
        background-color: white;
        overflow-y: scroll;

        padding: 1em;
    }
    .catalog_container {
        width: 100%;
    }
}

.catalog_backdrop {
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

.catalog_enter--fadein, .catalog_enter--slide {
    animation-timing-function: ease-out;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
}
.catalog_enter--fadein {
    animation-name: catalog-fadein;
}
.catalog_enter--slide {
    animation-name: catalog-slidein;
}
@keyframes catalog-fadein {
    from { background-color: transparent; }
    to { background-color: rgba(0, 0, 0, 0.5); }
}
@keyframes catalog-slidein {
    from { left: -100vw; }
    to { left: 0; }
}
.catalog_exit {
    animation-direction: reverse;
}

/***** Table layout *****/

.catalog {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8em;
    line-height: 1.5;
    vertical-align: middle;
}
.catalog td, .catalog th {
    padding: 0.75em;
}
.catalog th {
    border-top: 1px solid var(--color-gray1);
    border-bottom: 1px solid var(--color-gray1);
    text-transform: uppercase;
    font-weight: 400;
    color: var(--color-gray2);
    text-align: left;
}
.catalog td {
}
.catalog tr:hover td {
    background-color: var(--color-gray0);
}
.catalog tr td:first-child, .catalog tr th:first-child {
    padding-left: 1.25em;
}
.catalog tr td:last-child, .catalog tr th:last-child {
    padding-right: 1.25em;
}

/***** Table visuals *****/

.catalog_header, .catalog_footer {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0 1em;
    gap: 0.5em;
}
.catalog_topTotal, .catalog_bottomTotal {
    color: var(--color-gray2);
    font-size: 0.9em;
}
.catalog_topTotal {
    flex: 1 1 0;
}
.catalog_sort {
    flex: 0 0 20em;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 0.5em;
}
.catalog_sort > select {
    flex: 1 1 0;
}
.catalog_pagination {
    flex: 0 0 auto;
}
.catalog_bottomTotal {
    flex: 1 1 0;
    text-align: right;
}
@media screen and (max-width: 560px) {
    .catalog_header, .catalog_footer {
        flex-flow: column nowrap;
        align-items: center;
    }
    .catalog_sort {
        width: 100%;
    }
    .catalog_topTotal, .catalog_sort, .catalog_pagination, .catalog_bottomTotal {
        flex: 0 0 auto;
    }
    .catalog_topTotal {
        text-align: right;
    }
    .catalog_bottomTotal {
        text-align: center;
    }
}

.catalog_image {
    width: 3.5em;
    height: 3.5em;
    margin: 0 auto;
    object-fit: cover;
}
.catalog_manufacturer {
    text-transform: uppercase;
    display: block;
}
.catalog_title {
    display: block;
    font-size: 1.5em;
    font-weight: 500;
}
.catalog_specCell, .catalog_volumeCell {
    font-size: 0.9em;
    font-weight: 400;
}
.catalog_priceCell {
    text-align: right;
}
.catalog_price {
    display: block;
    font-size: 2em;
    line-height: 1;
}
.catalog_pricePerUnit {
    display: block;
    font-size: 0.9em;
    color: var(--color-gray2);
    line-height: 1;
}

/***** Cards mode *****/

.catalogcards {
    display: none;
}
@media screen and (max-width: 560px) {
    .catalog {
        display: none;
    }
    .catalogcards {
        display: flex;
        flex-flow: column nowrap;
        align-items: stretch;
        gap: 0.5em;
        margin-bottom: 0.5em;
    }
}

.catalog_card {
    padding: 0.5em;
    border: 1px solid var(--color-gray1);
    border-radius: 0.5em;

    display: grid;
    grid-template:
        "image title"
        "details details"
        "price price";
    grid-template-columns: auto 1fr;
    gap: 0.5em;
    align-items: center;
}
.catalog_card > .catalog_image {
    grid-area: image;
}
.catalog_card > .catalog_cardTitle {
    grid-area: title;
}
.catalog_card > .catalog_cardDetails {
    grid-area: details;
    color: var(--color-gray3);
    font-size: 0.9em;
}
.catalog_card > .catalog_cardPrice {
    grid-area: price;
    justify-self: end;
}

/***** Filters visuals *****/

.catalog_filtersHeader {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.catalog_filtersButtons {
    font-size: 0.9em;
}
@media screen and (max-width: 560px) {
    .catalog_filtersHeader {
        flex-flow: column nowrap;
        align-items: start;
    }
}

.catalog_filtersTitle {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-gray2);
}
.catalog_filterSection {
    border-top: 1px solid var(--color-gray1);
    padding: 1em 0;
}
.catalog_filterTitle {
    font-weight: 700;
    margin-top: 0;
}
.catalog_filterItem {
    display: block;
    width: 100%;
    margin: 0.25em 0;
    font-size: 0.9em;
}

/***** Pagination *****/

.pagination {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 0.5em;
}
.pagination > * {
    display: inline-block;
    min-width: 2em;
    height: 2em;
    line-height: 1.5em;
    padding: 0.25em;
    text-align: center;
}
.pagination > a:hover {
    background-color: var(--color-peach);
}
.pagination_active, .pagination_active:hover {
    background-color: var(--color-brand);
    color: white;
}
.pricecard {
    background: var(--color-gray1);
    padding: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 0.35em;
}
.pricecard_icon {
    width: 6em;
    height: 3.5em;
    object-fit: contain;
    flex: 0 0 auto;
}
.pricecard_right {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 0.35em;
}
.pricecard_title {
    font-weight: bold;
    font-size: 1.2em;
}
.pricecard_price {
    font-size: 2.5em;
    line-height: 1;
}
.pricecard_note {
    font-size: 0.8em;
    font-weight: 400;
}

.frontpage_pricesNote {
    text-align: center;
    font-style: italic;
    color: var(--color-gray2);
    font-size: 0.8em;
}
@media screen and (min-width: 560px) {
    .frontpage_pricesNote {
        text-align: right;
    }
}

@media screen and (min-width: 1440px) {
    .pricecard {
        flex-flow: row nowrap;
    }
    .pricecard_icon {
        flex-basis: 6em;
    }
}
@media screen and (max-width: 560px) {
    .pricecard {
        display: grid;
        grid-template:
            "icon title price"
            "icon note price";
        grid-template-columns: min(6em, 15vw) auto auto;
        align-items: center;
        row-gap: 0;
    }
    .pricecard_right {
        display: grid;
        grid-column: 2 / 4;
        grid-row: 1 / 3;
        grid-template-columns: subgrid;
        grid-template-rows: subgrid;
    }
    .pricecard_icon {
        grid-area: icon;
        width: 100%;
    }
    .pricecard_title {
        grid-area: title;
        font-size: 1em;
    }
    .pricecard_note {
        grid-area: note;
        font-size: min(0.8em, 3vw);
    }
    .pricecard_price {
        grid-area: price;
        font-size: min(2em, 6vw);
        text-align: right;
    }
}

.frontpageLookup {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 1em;
}
.frontpageLookup_annotation {
    flex: 1 0 auto;
}
.frontpageLookup_a {
    flex: 1 0 auto;

    display: flex;
    flex-flow: row nowrap;
    gap: 0.5em;
    width: 15em;
}
.frontpageLookup_go {
    flex: 0 0 auto;
}
.frontpageLookup_input {
    flex: 1 1 auto;
    padding: 0;
    gap: 0;
}
.frontpageLookup_lpc {
    background-color: #003399;
    color: white;
    font-weight: bold;
    height: 100%;
    width: 2.5em;
    flex: 0 0 2.5em;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.frontpageLookup_field {
    padding: 0.5em;
    width: 0;
    flex: 1 1 auto;
}
.frontpageLookup_sep {
    flex: 0 0 auto;
    color: var(--color-gray3);
}
.frontpageLookup_contact {
    flex: 1 0 auto;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .frontpageLookup_annotation {
        width: 100%;
    }
}

.faqitem {
    background-color: var(--color-gray15);
}
.faqitem > summary {
    padding: 0.75em;
    cursor: pointer;
}
.faqitem_answer {
    background-color: var(--color-gray05);
    padding: 0.75em 1.25em;
}


.frontpage_icons {
    color: var(--color-gray2);
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5em;
}
@media screen and (max-width: 1080px) {
    .frontpage_icons {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        font-size: 0.9em;
        gap: 1.35em;
    }
    .frontpage_hero {
        font-size: 2.8em;
        font-size: min(3.5em, 10vw);
    }
}
@media screen and (max-width: 560px) {
    .frontpage_icons {
        display: none;
    }
}
@media screen and (min-width: 1080px) {
    .frontpage_hero {
        font-size: 4em;
        font-size: min(4em, 7vw);
    }
}

.frontpage_storeHeading {
    font-size: 3em;
    font-size: min(3em, 6vw);
}

.product_header {
    display: flex;
    flex-flow: row nowrap;
    align-items: start;
    gap: 2em;
}
.product_image {
    flex: 0 0 auto;
    max-width: 20em;
    aspect-ratio: 1;
    align-self: center;
    object-fit: cover;
}
.product_headerData {
    flex: 1 1 auto;
}

@media screen and (max-width: 1080px) {
    .product_image {
        width: 12em;
    }
}
@media screen and (max-width: 820px) {
    .product_header {
        flex-flow: column nowrap;
        gap: 1em;
    }
    .product_image {
        flex: none;
        width: 100%;
        aspect-ratio: 2 / 1;
        object-fit: contain;
    }
    .product_headerData {
        flex: none;
    }
}

.product_manufacturer {
    text-transform: uppercase;
    font-size: 1.35em;
    color: var(--color-gray2);
}
.product_title {
    font-size: 2.5em;
    font-weight: bold;

    /* Undo styles applied by h1. */
    font-family: inherit;
    letter-spacing: inherit;
    text-transform: none;
}
.product_certifications {
    color: var(--color-gray2);
    margin: 1em 0;
}
.product_price > .price {
    font-size: 3em;
}
.product_priceWithVat {
    color: var(--color-gray2);
    font-size: 1.2em;
    font-weight: 500;
    font-family: 'IBM Plex Sans', sans-serif;
}
.product_pricePerUnit {
    color: var(--color-gray2);
}

.product_availability--available::before {
    content: '●';
    color: var(--color-green);
    margin-right: 0.5em;
}
.product_availability--unavailable::before {
    content: '●';
    color: var(--color-amber);
    margin-right: 0.5em;
}

.product_attributesTitle {
    font-size: 1.2em;
}
.product_attributes {
    width: 100%;
    border-collapse: collapse;
}
@media screen and (max-width: 560px) {
    .product_attributes {
        font-size: 0.8em;
    }
}
.product_attributes th, .product_attributes td {
    padding: 0.25em 0.75em;
}
.product_attributes th {
    text-align: left;
    font-weight: 400;
    color: var(--color-gray3);
}
.product_attributes tr:nth-child(2n + 1) th, .product_attributes tr:nth-child(2n + 1) td {
    background-color: var(--color-gray03);
}
.product_attributes tr:hover th, .product_attributes tr:hover td {
    background-color: var(--color-gray05);
}

.product_relatedCard {
    border: 1px solid var(--color-gray1);
    border-radius: 0.5em;

    padding: 0.5em 1em;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 1.5em;
}
.prc_image {
    aspect-ratio: 1;
    flex: 0 0 6em;
    max-width: 6em;
}
.prc_relatedData {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
}
.prc_category {
    text-transform: uppercase;
    color: var(--color-gray2);
    font-size: 0.8em;
}
.prc_title {
    font-weight: 600;
    font-size: 1.2em;
}
.prc_price {
    font-size: 1.75em;
}
.prc_pricePerUnit {
    font-size: 0.8em;
    color: var(--color-gray2);
}

