.vallox-products,
.vallox-products-hero,
.vallox-product-detail {
    background: #f7f9fb;
    color: #102033;
    font-family: var(--font-primary, proxima-nova, Arial, sans-serif);
}

.vallox-products--global-landing {
    overflow: visible;
    background: #ffffff;
    color: #000000;
}

.vallox-products--source-category {
    background: #ffffff;
}

.vallox-products--source-category + .vallox-footer {
    margin-top: 0;
}

.vallox-products--source-air-handling + .vallox-footer {
    margin-top: 0;
}

body.post-type-archive-vallox_product #header {
    position: relative;
    z-index: 30;
}

@media (min-width: 1280px) {
    body.post-type-archive-vallox_product .MainNavigation {
        background-color: transparent;
    }

    body.post-type-archive-vallox_product .MainNavigation .nav-item.current-menu-item,
    body.post-type-archive-vallox_product .MainNavigation .nav-item.current-menu-parent,
    body.post-type-archive-vallox_product .MainNavigation .current-menu-item > a,
    body.post-type-archive-vallox_product .MainNavigation .menu-item-inner-page.current-menu-item > a {
        background-color: transparent;
    }

    body.post-type-archive-vallox_product .MainNavigation ul.menu > li > a > div > p,
    body.post-type-archive-vallox_product .MainNavigation .active-main,
    body.post-type-archive-vallox_product .MainNavigation .current-menu-item > a p {
        color: #ffffff;
    }

    body.post-type-archive-vallox_product .MainNavigation .menu > li > a:hover,
    body.post-type-archive-vallox_product .MainNavigation .current-menu-item > a:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    body.post-type-archive-vallox_product .MainNavigation .nav-child p,
    body.post-type-archive-vallox_product .MainNavigation .nav-child .p-navigation {
        color: #000000;
    }
}

.vallox-products--global-landing .article-content {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
}

.vallox-products--global-landing .article-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.vallox-products-landing-hero-wrap {
    width: calc(100% + 2rem);
    max-width: 1838px;
    margin: 0 0 72px;
    align-self: center;
}

.vallox-products-landing-hero {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
    min-height: calc(100vh - 6.5rem);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    overflow: visible;
    background: transparent;
}

.vallox-products-landing-hero__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 0 0 70px 0;
}

.vallox-products-landing-hero__media picture,
.vallox-products-landing-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.vallox-products-landing-hero__media img {
    object-fit: cover;
}

.vallox-products-landing-hero .Title {
    position: relative;
    z-index: 20;
    width: 75%;
    margin: 0 0 32px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}

.vallox-products-landing-hero__cta-wrap {
    position: relative;
    z-index: 20;
    display: flex;
    width: 100%;
    justify-content: center;
}

.vallox-products-landing-hero .HeroTall__cta {
    margin-top: 12px;
    padding: 16px 32px;
    background: #0033a0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    text-decoration: none;
}

.vallox-products-landing-hero .HeroTall__cta:hover,
.vallox-products-landing-hero .HeroTall__cta:focus {
    background: #000000;
    color: #ffffff;
}

.vallox-products-landing-cards {
    width: 100%;
    margin: 0 0 32px;
}

.vallox-products-landing-cards .bg-custom-gray-blueish-light {
    width: auto;
    margin-right: -16px;
    margin-left: -16px;
    padding: 64px 0;
    background: #e6ecef;
}

.vallox-products-landing-cards .wrap {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
}

.vallox-products-landing-cards .Ttitle {
    width: 100%;
    margin: 0 0 32px;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.vallox-products-landing-cards__grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.vallox-products-landing-cards .element {
    width: 100%;
    margin: 0 0 24px;
    overflow: hidden;
}

.vallox-products-landing-cards .element-inner {
    display: block;
    height: 100%;
    margin: 0;
    background: #ffffff;
}

.vallox-products-landing-cards .image {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 40 / 25;
    background: #d0dbe0;
}

.vallox-products-landing-cards__image-inner {
    position: absolute;
    inset: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.vallox-products-landing-cards .image img {
    width: auto;
    height: 66.6667%;
    object-fit: contain;
}

.vallox-products-landing-cards .texts {
    display: flex;
    min-height: 118.4px;
    flex-direction: column;
    justify-content: center;
    padding: 32px 24px;
}

.vallox-products-landing-cards .title {
    margin: 0;
    color: #000000;
    font-size: 19.2px;
    font-weight: 700;
    line-height: 27.2px;
}

@media (min-width: 640px) {
    .vallox-products-landing-hero-wrap {
        width: calc(100% + 7rem);
    }

    .vallox-products-landing-cards .element {
        width: 50%;
        margin-bottom: 24px;
    }

    .vallox-products-landing-cards .element-inner {
        margin: 0 8px;
    }
}

@media (min-width: 1024px) {
    .vallox-products-landing-hero-wrap {
        width: calc(100% + 10rem);
    }

    .vallox-products-landing-cards .element {
        width: 25%;
        margin-bottom: 16px;
    }
}

@media (min-width: 1280px) {
    .vallox-products--global-landing .article-content {
        width: min(1280px, calc(100% - 10rem));
    }

    .vallox-products-landing-hero-wrap {
        width: calc(100% + 5rem);
        margin-top: -96px;
        margin-bottom: 32px;
    }

    .vallox-products-landing-hero {
        min-height: auto;
        aspect-ratio: 2 / 1;
    }

    .vallox-products-landing-hero__media {
        border-radius: 200px 0 200px;
    }

    .vallox-products-landing-hero .Title {
        width: 66.6667%;
        font-size: 48px;
        line-height: 48px;
    }

    .vallox-products-landing-hero .HeroTall__cta {
        font-size: 18px;
        line-height: 28px;
    }

    .vallox-products-landing-cards .bg-custom-gray-blueish-light {
        margin-right: calc((100vw - 1280px) / -2);
        margin-left: calc((100vw - 1280px) / -2);
    }
}

@media (min-width: 1536px) {
    .vallox-products-landing-hero-wrap {
        width: calc(100% + 11rem);
    }

    .vallox-products-landing-hero .Title {
        font-size: 60px;
        line-height: 65px;
    }
}

@media (min-width: 1921px) {
    .vallox-products-landing-hero-wrap {
        width: 1838px;
    }
}

.vallox-product-detail {
    background: #ffffff;
}

.vallox-products__container,
.vallox-product-detail__article {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

@media (min-width: 1280px) {
    .vallox-products__container {
        width: min(1280px, calc(100% - 10rem));
    }

    .vallox-products-hero .vallox-products__container {
        width: min(1280px, calc(100% - 5rem));
    }
}

.vallox-products--source-ventilation .vallox-products__container {
    width: min(1838px, calc(100% - 10rem));
}

.vallox-products--source-ventilation .vallox-products-hero .vallox-products__container {
    width: min(1280px, calc(100% - 5rem));
}

.vallox-products-hero {
    position: relative;
    width: 100%;
    max-width: 1838px;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 0 58px;
    background: #0033a0;
    border-radius: 0 0 70px 0;
    overflow: hidden;
}

@media (min-width: 1280px) {
    .vallox-products-hero {
        width: calc(100% - 5rem);
    }

    .vallox-products-hero--source-detail {
        min-height: 292px;
        margin-top: -96px;
        padding-top: 144px;
        padding-bottom: 63px;
        border-radius: 100px 0 70px 0;
    }

    .vallox-products--source-category .vallox-products-hero {
        z-index: 0;
        min-height: 292px;
        margin-top: -96px;
        padding-top: 144px;
        padding-bottom: 63px;
        border-radius: 100px 0 70px;
        background: #0033a0;
    }
}

@media (min-width: 1280px) {
    .vallox-products--source-category .vallox-products-hero::after {
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        left: 0;
        height: 96px;
        background: #a5b9c4;
        content: "";
    }

    .vallox-products--source-category .vallox-products-hero .vallox-products__container {
        position: relative;
        z-index: 1;
    }
}

.vallox-products-hero__eyebrow,
.vallox-product-card__eyebrow,
.vallox-product-detail__eyebrow {
    margin: 0 0 12px;
    color: #0062a8;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* eyebrow inside blue hero → white */
.vallox-products-hero .vallox-products-hero__eyebrow {
    color: rgba(255, 255, 255, 0.75);
}

.vallox-products-hero__title,
.vallox-product-detail__title {
    max-width: 840px;
    margin: 0;
    color: #08233f;
    font-size: clamp(2.25rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.08;
}

/* title inside blue hero → white */
.vallox-products-hero .vallox-products-hero__title {
    color: #ffffff;
}

@media (min-width: 1280px) {
    .vallox-products-hero--source-detail .vallox-products__container {
        width: min(1280px, calc(100% - 5rem));
    }

    .vallox-products-hero--source-detail .vallox-product-breadcrumbs {
        margin-bottom: 16px;
    }

    .vallox-products-hero--source-detail .vallox-products-hero__title {
        width: 100%;
        max-width: none;
        font-size: 48px;
        font-weight: 600;
        line-height: 48px;
    }

    .vallox-products--source-category .vallox-products-hero__title {
        width: 100%;
        max-width: none;
        font-size: 48px;
        font-weight: 600;
        line-height: 48px;
    }

    .vallox-products--source-category .vallox-products-hero .vallox-product-breadcrumbs {
        margin-bottom: 16px;
    }
}

.vallox-products-hero__text,
.vallox-product-detail__lead {
    max-width: 720px;
    margin: 22px 0 0;
    color: #4e5d6b;
    font-size: 1.1rem;
    line-height: 1.65;
}

/* description inside blue hero → light */
.vallox-products-hero .vallox-products-hero__text {
    color: rgba(255, 255, 255, 0.85);
}

.vallox-product-listing {
    padding: 54px 0 80px;
}

.vallox-products--source-category .vallox-product-listing {
    background: #ffffff;
}

.vallox-products--source-air-handling .vallox-product-listing {
    padding-top: 32px;
    padding-bottom: 0;
}

.vallox-products--source-filtered-category .vallox-product-listing {
    padding-top: 32px;
}

.vallox-product-listing__intro-row {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 44px;
}

.vallox-product-listing__intro {
    max-width: 650px;
    color: #4e5d6b;
    font-size: 1.05rem;
    line-height: 1.65;
}

.vallox-product-listing__intro > * + * {
    margin-top: 1rem;
}

.vallox-product-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.vallox-product-filters__item {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid #cfdae4;
    border-radius: 6px;
    background: #ffffff;
    color: #1b3550;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.vallox-product-filters__item:hover,
.vallox-product-filters__item.is-active {
    border-color: #0062a8;
    background: #0062a8;
    color: #ffffff;
}

.vallox-product-filters__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    margin-left: 6px;
    padding: 0 6px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.08);
    font-size: 0.78rem;
    font-weight: 700;
}

.vallox-product-filters__item.is-active .vallox-product-filters__count {
    background: rgba(255, 255, 255, 0.22);
}

.vallox-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 28px;
}

.vallox-products--source-ventilation .vallox-product-listing__intro-row {
    justify-content: flex-end;
    min-height: 43px;
    margin-bottom: 52px;
}

.vallox-product-source-intro {
    display: flex;
    width: 100%;
    min-height: 147.2px;
    padding: 16px 0 48px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}

.vallox-product-source-intro__text {
    width: 50%;
}

.vallox-product-source-intro__filters {
    display: flex;
    width: 50%;
    margin-left: -16px;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end;
}

.vallox-product-source-intro--filters-only {
    min-height: 120.8px;
}

.vallox-product-source-intro--filters-only .vallox-product-source-intro__filters {
    width: 100%;
}

.vallox-product-source-intro__filter {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    margin-left: 16px;
    padding: 8px 16px;
    border: 2px solid #000000;
    border-radius: 9999px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-primary, proxima-nova, Arial, sans-serif);
    line-height: 20.8px;
    text-decoration: none;
}

.vallox-product-source-intro__filter:hover,
.vallox-product-source-intro__filter:focus-visible {
    border-color: #0033a0;
    background: #e6ecef;
    color: #0033a0;
}

.vallox-product-featured-row {
    display: flex;
    justify-content: center;
    margin: 0 0 16px;
    padding: 0;
}

.vallox-products--source-ventilation .vallox-product-grid {
    gap: 16px;
}

.vallox-products--source-air-handling .vallox-product-grid {
    min-height: 606px;
    margin-bottom: 0;
    padding-left: 154px;
    padding-bottom: 16px;
    grid-template-columns: repeat(3, 308px);
    gap: 16px;
    justify-content: start;
}

.vallox-products--source-filtered-category .vallox-product-grid {
    grid-template-columns: repeat(4, 308px);
    gap: 16px;
}

.vallox-products--source-filtered-category .vallox-product-card {
    min-height: 339px;
}

.vallox-products--source-air-handling .vallox-product-card {
    width: 308px;
    min-height: 287px;
    padding: 0;
}

.vallox-products--source-air-handling .vallox-product-card:nth-child(4) {
    grid-column: 2;
}

.vallox-products--source-air-handling .vallox-product-card__media {
    width: 75%;
    height: 231px;
    margin-bottom: 16px;
    overflow: hidden;
    flex: 0 0 231px;
}

.vallox-products--source-air-handling .vallox-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.vallox-products--source-air-handling .vallox-product-card__body {
    flex: 0 0 auto;
    padding: 0 0 16px;
}

.vallox-products--source-air-handling .vallox-product-card__title {
    font-size: 20px;
    line-height: 24px;
}

.vallox-product-source-spacer {
    height: 32px;
}

@media (min-width: 1280px) {
    .vallox-products--source-air-handling .FiftyFiftyVisualWrapper {
        height: 500px;
        margin-bottom: 0;
    }

    .vallox-products--source-air-handling .FiftyFiftyVisual {
        position: relative;
        display: flex;
        width: 100%;
        height: 500px;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .vallox-products--source-air-handling .FiftyFiftyVisual > div:not(.ImgWrap) {
        position: static;
        z-index: 10;
        width: 41.666667%;
        min-height: 0;
        padding-top: 80px;
        padding-left: 32px;
    }

    .vallox-products--source-air-handling .FiftyFiftyVisual .bgElement-left {
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        background: rgba(165, 185, 196, 0.3);
        border-radius: 12px 0 0 0;
    }

    .vallox-products--source-air-handling .FiftyFiftyVisual .Title-right,
    .vallox-products--source-air-handling .FiftyFiftyVisual .Content-right {
        padding-left: 0;
    }

    .vallox-products--source-air-handling .FiftyFiftyVisual .Title-right {
        width: 100%;
        margin: 0 0 16px;
        color: #000000;
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
    }

    .vallox-products--source-air-handling .FiftyFiftyVisual .Content-right {
        width: 100%;
        min-height: 255.2px;
        color: #646463;
        font-size: 16px;
        line-height: 20.8px;
    }

    .vallox-products--source-air-handling .FiftyFiftyVisual__button {
        padding-left: 32px;
    }

    .vallox-products--source-air-handling .FiftyFiftyVisual .ImgWrap-left {
        width: 58.333333%;
        max-width: 950px;
        height: auto;
        margin-top: 80px;
        margin-left: 0;
        overflow: hidden;
        border-radius: 80px 0;
        aspect-ratio: 16 / 9;
    }

    .vallox-products--source-air-handling .FiftyFiftyVisual .ImgWrap-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.vallox-products--source-ventilation .vallox-product-featured-row .vallox-product-card {
    flex: 0 0 calc((100% - 48px) / 4);
    max-width: 400px;
    margin: 0 16px 16px 0;
}

.vallox-products--source-ventilation .vallox-product-card {
    min-height: 343.5px;
    padding: 16px;
}

.vallox-products--source-ventilation .vallox-product-card--featured-family {
    min-height: 291.5px;
    padding: 0;
}

.vallox-products--source-ventilation .vallox-product-card__media {
    position: relative;
    width: 75%;
    height: auto;
    margin-bottom: 16px;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
}

.vallox-products--source-filtered-category .vallox-product-card__media {
    width: 207px;
    height: 207px;
    overflow: hidden;
    aspect-ratio: auto;
    flex: 0 0 207px;
}

.vallox-products--source-filtered-category .vallox-product-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (min-width: 1700px) {
    .vallox-products--source-filtered-category .vallox-products__container {
        width: min(1838px, calc(100% - 10rem));
    }

    .vallox-products--source-filtered-category .vallox-product-grid {
        grid-template-columns: repeat(4, 400px);
        justify-content: center;
    }

    .vallox-products--source-filtered-category .vallox-product-card {
        min-height: 408px;
    }

    .vallox-products--source-filtered-category .vallox-product-card__media {
        width: 75%;
        height: auto;
        aspect-ratio: 1 / 1;
        flex: 0 0 auto;
    }
}

.vallox-products--source-ventilation .vallox-product-card--featured-family .vallox-product-card__media {
    width: 75%;
}

.vallox-products--source-ventilation .vallox-product-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.vallox-products--source-ventilation .vallox-product-card__body {
    flex: 0 0 auto;
    padding: 0;
}

.vallox-products--source-ventilation .vallox-product-card--featured-family .vallox-product-card__body {
    padding-bottom: 16px;
}

.vallox-products--source-ventilation .vallox-product-card__title {
    font-size: 20px;
    line-height: 24px;
}

.vallox-products--source-ventilation .vallox-product-grid .vallox-product-card__title {
    min-height: 48px;
}

.vallox-products--source-ventilation .vallox-product-card__eyebrow {
    margin: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

@media (min-width: 1700px) {
    .vallox-products--source-ventilation .vallox-product-grid {
        grid-template-columns: repeat(4, 400px);
        justify-content: center;
    }
}

.vallox-product-card {
    display: flex;
    min-height: 100%;
    overflow: hidden;
    padding: 16px;
    border: 0;
    border-radius: 0;
    background: #f8f8f8;
    box-shadow: none;
    flex-direction: column;
    align-items: center;
    transition: background-color 180ms ease;
}

.vallox-product-card:hover {
    background: #f2f2f2;
}

.vallox-products--source-ventilation .vallox-product-card--source-family + .vallox-product-card:not(.vallox-product-card--source-family) {
    grid-column: 1;
}

.vallox-product-card__media {
    display: block;
    width: min(100%, 75%);
    aspect-ratio: 1 / 1;
    background: transparent;
}

.vallox-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}

.vallox-product-card__body {
    display: flex;
    width: 100%;
    flex: 1;
    min-height: auto;
    padding: 8px 0 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.vallox-product-card__title {
    margin: 0;
    color: #08233f;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.28;
}

.vallox-product-card__title a {
    color: inherit;
    text-decoration: none;
}

.vallox-product-card__title a:hover {
    color: #0062a8;
}

.vallox-product-card__title a::after {
    display: inline-block;
    margin-left: 7px;
    color: currentColor;
    content: '\2192';
}

.vallox-product-card__code {
    margin: 10px 0 0;
    color: #6a7886;
    font-size: 0.95rem;
    font-weight: 700;
}

.vallox-product-card__description {
    margin: 16px 0 0;
    color: #4e5d6b;
    font-size: 1rem;
    line-height: 1.55;
}

.vallox-product-card__link {
    margin-top: auto;
    padding-top: 22px;
    color: #0062a8;
    font-weight: 700;
    text-decoration: none;
}

.vallox-product-card__code,
.vallox-product-card__description,
.vallox-product-card__link {
    display: none;
}

.vallox-product-card__eyebrow {
    margin: auto 0 0;
    color: #000000;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
}

.vallox-product-card__link:hover {
    color: #003f70;
    text-decoration: underline;
}

.vallox-products-pagination {
    margin-top: 40px;
}

.vallox-products-empty {
    padding: 32px;
    border: 1px solid #dfe7ee;
    border-radius: 8px;
    background: #ffffff;
    color: #4e5d6b;
}

.vallox-product-detail__article {
    padding: 56px 0 88px;
}

.vallox-product-detail-page.vallox-product-detail__article {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.vallox-product-detail__hero {
    display: grid;
    gap: 48px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 46%);
}

.vallox-product-detail__hero-media {
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(10, 36, 64, 0.12);
}

.vallox-product-detail__hero-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.vallox-product-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 30px;
}

.vallox-product-detail__button,
.vallox-product-detail__link {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
}

.vallox-product-detail__button {
    padding: 12px 20px;
    background: #0062a8;
    color: #ffffff;
}

.vallox-product-detail__button:hover {
    background: #003f70;
}

.vallox-product-detail__button:focus-visible,
.vallox-product-detail__link:focus-visible {
    outline: 3px solid #f39200;
    outline-offset: 3px;
}

.vallox-product-detail__link {
    color: #0062a8;
}

.vallox-product-detail__link:hover {
    color: #003f70;
    text-decoration: underline;
}

.vallox-product-detail__content {
    display: grid;
    gap: 32px;
    margin-top: 56px;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) 320px;
}

.vallox-product-detail__main,
.vallox-product-detail__meta {
    border: 1px solid #dfe7ee;
    border-radius: 8px;
    background: #ffffff;
}

.vallox-product-detail__main {
    padding: 34px;
}

.vallox-product-detail__copy {
    color: #33495f;
    font-size: 1.05rem;
    line-height: 1.7;
}

.vallox-product-detail__section {
    margin-top: 34px;
}

.vallox-product-detail__section h2 {
    margin: 0 0 18px;
    color: #08233f;
    font-size: 1.5rem;
    font-weight: 700;
}

.vallox-product-detail__highlights,
.vallox-product-detail__downloads {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vallox-product-detail__highlights li {
    position: relative;
    padding-left: 24px;
    color: #33495f;
    list-style: none;
}

.vallox-product-detail__highlights li::marker {
    content: "";
}

.vallox-product-detail__highlights li::before {
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #00a3c7;
    content: "";
}

.vallox-product-detail__downloads a {
    color: #0062a8;
    font-weight: 700;
}

.vallox-product-detail__meta {
    padding: 24px;
}

.vallox-product-detail__meta-item + .vallox-product-detail__meta-item {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #dfe7ee;
}

.vallox-product-detail__meta-item span {
    display: block;
    color: #6a7886;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.vallox-product-detail__meta-item strong {
    display: block;
    margin-top: 6px;
    color: #08233f;
    font-size: 1rem;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .vallox-product-grid,
    .vallox-product-detail__hero,
    .vallox-product-detail__content {
        grid-template-columns: 1fr;
    }

    .vallox-product-listing__intro-row {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .vallox-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vallox-products--source-air-handling .vallox-product-listing {
        padding-top: 54px;
    }

    .vallox-products--source-filtered-category .vallox-product-listing {
        padding-top: 54px;
    }

    .vallox-product-source-intro {
        padding-bottom: 32px;
        flex-direction: column;
        gap: 24px;
    }

    .vallox-product-source-intro__text,
    .vallox-product-source-intro__filters {
        width: 100%;
    }

    .vallox-products--source-air-handling .vallox-product-grid {
        min-height: auto;
        padding-left: 0;
        padding-bottom: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 28px;
    }

    .vallox-products--source-filtered-category .vallox-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 28px;
    }

    .vallox-products--source-air-handling .vallox-product-card {
        width: auto;
        min-height: 100%;
        padding: 16px;
    }

    .vallox-products--source-filtered-category .vallox-product-card {
        min-height: 100%;
    }

    .vallox-products--source-air-handling .vallox-product-card:nth-child(4) {
        grid-column: auto;
    }

    .vallox-product-source-spacer {
        height: 24px;
    }

    .vallox-product-detail__hero {
        gap: 28px;
    }
}

@media (max-width: 640px) {
    .vallox-products-hero__title,
    .vallox-product-detail__title {
        font-size: 2.15rem;
    }

    .vallox-products__container,
    .vallox-product-detail__article {
        width: min(100% - 24px, 1180px);
    }

    .vallox-products-hero {
        padding: 42px 0 46px;
    }

    .vallox-products--source-air-handling .vallox-product-grid {
        grid-template-columns: 1fr;
    }

    .vallox-products--source-filtered-category .vallox-product-grid {
        grid-template-columns: 1fr;
    }

    .vallox-product-listing,
    .vallox-product-detail__article {
        padding-bottom: 56px;
    }

    .vallox-product-detail__main,
    .vallox-product-detail__meta {
        padding: 22px;
    }

    .vallox-product-card__body {
        padding: 14px 4px 0;
    }
}

/* Product stats badges */
.vallox-product-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.vallox-product-stats__item {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef4f8;
    color: #1b3550;
    font-size: 0.88rem;
    font-weight: 700;
}

.vallox-product-stats__label {
    color: #6a7886;
    font-size: 0.78rem;
    font-weight: 600;
}

.vallox-product-card .vallox-product-stats {
    display: grid;
    width: 100%;
    min-height: 44px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 14px 0 0;
}

.vallox-product-card .vallox-product-stats__item {
    justify-content: center;
    gap: 4px;
    min-width: 0;
    padding: 10px 8px;
    border-radius: 10px 0 10px 0;
    background: #0033a0;
    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.15;
}

.vallox-product-card .vallox-product-stats__label {
    color: #ffffff;
    font-size: inherit;
    font-weight: 600;
}

.vallox-products--source-ventilation .vallox-product-card .vallox-product-stats {
    min-height: 44px;
    margin: 0;
    padding-top: 8px;
    gap: 8px;
}

.vallox-products--source-ventilation .vallox-product-card .vallox-product-stats__item {
    min-height: 36px;
    padding: 8px;
    border-radius: 8px 0 8px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.vallox-products--source-ventilation .vallox-product-card .vallox-product-stats__label {
    font-size: inherit;
    font-weight: 400;
}

/* Family page */
.vallox-product-family__container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 56px 0 88px;
}

.vallox-product-family__header {
    margin-bottom: 32px;
}

.vallox-product-family__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.vallox-product-family__tab {
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid #cfdae4;
    border-radius: 6px;
    background: #ffffff;
    color: #1b3550;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.vallox-product-family__tab.is-active,
.vallox-product-family__tab:hover {
    border-color: #0062a8;
    background: #0062a8;
    color: #ffffff;
}

.vallox-product-family__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.vallox-product-variant-card {
    display: flex;
    overflow: hidden;
    border: 1px solid #dfe7ee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(10, 36, 64, 0.08);
    flex-direction: column;
}

.vallox-product-variant-card__media {
    display: block;
    aspect-ratio: 4 / 3;
    background: #eef4f8;
}

.vallox-product-variant-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
}

.vallox-product-variant-card__body {
    padding: 18px;
}

.vallox-product-variant-card__title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.25;
}

.vallox-product-variant-card__title a {
    color: #08233f;
    text-decoration: none;
}

.vallox-product-variant-card__family {
    margin: 8px 0 0;
    color: #6a7886;
    font-size: 0.88rem;
    font-weight: 600;
}

.vallox-product-family__copy {
    margin-top: 40px;
    color: #33495f;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Detail page layout */
.vallox-product-detail-page__layout {
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(280px, 34%) minmax(390px, 1fr) minmax(240px, 280px);
    align-items: start;
}

.vallox-product-gallery__main {
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.vallox-product-gallery__main img {
    display: block;
    width: 100%;
    max-height: 520px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 0;
    background: transparent;
}

.vallox-product-gallery__controls {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 14px;
    align-items: center;
    margin-top: 18px;
}

.vallox-product-gallery__arrow {
    color: #8a969f;
    font-size: 1.8rem;
    line-height: 1;
}

.vallox-product-gallery__arrow--next {
    color: #000000;
    text-align: right;
}

.vallox-product-gallery__thumbs {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: thin;
}

.vallox-product-gallery__thumb {
    width: 72px;
    height: 72px;
    padding: 0;
    flex: 0 0 72px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #ffffff;
    cursor: pointer;
    overflow: hidden;
}

.vallox-product-gallery__thumb.is-active {
    border-color: #0033a0;
}

.vallox-product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vallox-product-detail-page__premises {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.vallox-product-detail-page__premises li {
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef4f8;
    color: #1b3550;
    font-size: 0.85rem;
    font-weight: 600;
}

.vallox-product-detail__title--intro {
    max-width: none;
    color: #000000;
    font-size: clamp(1.35rem, 1.9vw, 1.55rem);
    font-weight: 700;
    line-height: 1.2;
}

.vallox-product-detail-page__intro-copy {
    margin-top: 30px;
    max-width: 540px;
    color: #646463;
    font-size: 1rem;
    line-height: 1.42;
}

.vallox-product-detail-page__intro-copy > * + * {
    margin-top: 1.05rem;
}

.vallox-product-detail-page__code {
    margin: 18px 0 0;
    color: #4e5d6b;
    font-size: 0.95rem;
    line-height: 1.6;
}

.vallox-product-detail-page__facts {
    display: grid;
    gap: 18px;
    margin: 24px 0 0;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.vallox-product-detail-page__fact {
    display: grid;
    gap: 4px;
    padding-top: 14px;
    border-top: 1px solid #dfe7ee;
}

.vallox-product-detail-page__fact dt {
    color: #6a7886;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.vallox-product-detail-page__fact dd {
    margin: 0;
    color: #102033;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.45;
}

.vallox-product-detail-page__container {
    width: min(1280px, calc(100% - 80px));
    margin: 0 auto;
    padding: 36px 0 88px;
}

.vallox-product-detail--source .vallox-product-detail-page__container {
    padding-top: 32px;
}

.vallox-product-detail-page__intro .vallox-product-detail__eyebrow,
.vallox-product-detail-page__intro .vallox-product-detail-page__premises,
.vallox-product-detail-page__intro .vallox-product-detail-page__code,
.vallox-product-detail-page__intro .vallox-product-detail-page__facts,
.vallox-product-detail-page__intro .vallox-product-stats,
.vallox-product-detail-page__intro .vallox-product-detail__actions {
    display: none;
}

.vallox-product-detail-page__side {
    padding-top: 4px;
}

.vallox-product-detail-page__info-list {
    margin: 0;
    padding: 0;
}

.vallox-product-detail-page__info-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid #646463;
}

.vallox-product-detail-page__info-item dt,
.vallox-product-detail-page__info-item dd {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
}

.vallox-product-detail-page__info-item dt {
    color: #000000;
}

.vallox-product-detail-page__info-item dd {
    min-width: 68px;
    color: #40a535;
    text-align: right;
}

.vallox-product-detail-page__applications {
    margin-top: 30px;
}

.vallox-product-detail-page__applications h3 {
    margin: 0 0 16px;
    color: #000000;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
}

.vallox-product-detail-page__applications ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vallox-product-detail-page__applications li {
    display: grid;
    width: 92px;
    min-height: 82px;
    gap: 4px;
    place-items: center;
    padding: 7px;
    background: #b0b0a9;
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.08;
    text-align: center;
    word-break: normal;
}

.vallox-product-detail-page__application-icon {
    display: block;
    width: 34px;
    height: 34px;
}

.vallox-product-detail-page__application-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.vallox-product-detail-page__category {
    margin: 24px 0 0 calc(34% + 44px);
    color: #646463;
    font-size: 0.96rem;
    line-height: 1.35;
}

.vallox-product-detail-page__category strong {
    color: #000000;
}

.vallox-product-breadcrumbs {
    margin-bottom: 20px;
}

.vallox-product-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #4e5d6b;
    font-size: 0.88rem;
}

.vallox-product-breadcrumbs__item:not(:last-child)::after {
    margin-left: 8px;
    color: #94a3b8;
    content: '>';
}

.vallox-product-breadcrumbs__item a {
    color: #0062a8;
    font-weight: 600;
    text-decoration: none;
}

.vallox-product-breadcrumbs__item a:hover {
    text-decoration: underline;
}

.vallox-product-breadcrumbs__item span {
    color: #08233f;
    font-weight: 700;
}

/* breadcrumbs inside blue hero → white */
.vallox-products-hero .vallox-product-breadcrumbs__list {
    color: rgba(255, 255, 255, 0.75);
}

.vallox-products-hero .vallox-product-breadcrumbs__item:not(:last-child)::after {
    color: rgba(255, 255, 255, 0.45);
}

.vallox-products-hero .vallox-product-breadcrumbs__item a {
    color: rgba(255, 255, 255, 0.85);
}

.vallox-products-hero .vallox-product-breadcrumbs__item a:hover {
    color: #ffffff;
}

.vallox-products-hero .vallox-product-breadcrumbs__item span {
    color: #ffffff;
}


.vallox-product-detail-page__content {
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.vallox-product-detail-page__section-head h3 {
    margin: 0;
    color: #08233f;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.15;
}

.vallox-product-detail-page__model-chooser {
    margin-top: 48px;
    padding: 28px;
    border: 1px solid #dfe7ee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(10, 36, 64, 0.07);
}

.vallox-product-detail-page__model-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.vallox-product-detail-page__model-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #cfdae4;
    border-radius: 6px;
    background: #ffffff;
    color: #1b3550;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

.vallox-product-detail-page__model-link:hover,
.vallox-product-detail-page__model-link.is-current {
    border-color: #0062a8;
    background: #0062a8;
    color: #ffffff;
}

.vallox-product-detail-tabs .vallox-product-detail__highlights {
    margin-top: 24px;
}

.vallox-product-detail-tabs {
    margin-top: 64px;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.vallox-product-detail-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 0;
    background: #f2f2f2;
}

.vallox-product-detail-tabs__trigger {
    padding: 22px 28px;
    border: 0;
    border-bottom: 0;
    background: transparent;
    color: #000000;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.vallox-product-detail-tabs__trigger:focus {
    outline: none;
}

.vallox-product-detail-tabs__trigger:focus-visible {
    position: relative;
    z-index: 1;
    outline: 3px solid #f39200;
    outline-offset: -3px;
}

.vallox-product-detail-tabs__trigger.is-active {
    color: #000000;
    background: #ffffff;
}

.vallox-product-detail-tabs__single-title {
    margin: 0;
    color: #000000;
    font-size: 1.5rem;
    line-height: 1.2;
}

.vallox-product-detail-tabs__panel {
    display: none;
    padding: 32px 0 0;
}

.vallox-product-detail-tabs__panel.is-active {
    display: block;
}

.vallox-product-technical-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.vallox-product-technical-list__column {
    min-width: 0;
}

.vallox-product-technical-list__item {
    display: flex;
    min-height: 56px;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-bottom: 8px;
    padding: 12px 16px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.vallox-product-technical-list__item:hover {
    background: #f8f8f8;
}

.vallox-product-technical-list__label {
    color: #000000;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
}

.vallox-product-technical-list__value {
    color: #343638;
    font-size: 0.95rem;
    line-height: 1.3;
    text-align: right;
}

.vallox-product-download-grid,
.vallox-product-number-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.vallox-product-download-card {
    display: flex;
    min-height: 68px;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 16px 28px 16px 16px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.vallox-product-download-card:hover {
    background: #f8f8f8;
}

.vallox-product-download-card__title {
    color: #000000;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

.vallox-product-download-card__title:hover {
    color: #0033a0;
}

.vallox-product-download-card__meta {
    display: flex;
    flex: 0 0 auto;
    gap: 28px;
    align-items: center;
}

.vallox-product-download-card__extension {
    min-width: 52px;
    padding: 4px 14px;
    border-radius: 999px;
    background: #e6ecef;
    color: #0033a0;
    font-size: 0.83rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.vallox-product-download-card__icon {
    display: block;
    width: 24px;
    height: 24px;
    color: #000000;
}

.vallox-product-download-card__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.vallox-product-detail-tabs__guide-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
    color: #0033a0;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

.vallox-product-detail-tabs__guide-link:hover {
    color: #002066;
}

.vallox-product-detail-support {
    max-width: 760px;
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid #d9d9d9;
}

.vallox-product-detail-support h2 {
    margin: 0;
    color: #000000;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
}

.vallox-product-detail-support p {
    max-width: 680px;
    margin: 16px 0 0;
    color: #343638;
    font-size: 1rem;
    line-height: 1.55;
}

@media (min-width: 1280px) {
    .vallox-product-detail--source .vallox-product-detail-page__layout {
        grid-template-columns: 427px 427px 320px;
        gap: 53px;
    }

    .vallox-product-detail--source .vallox-product-gallery__main img {
        width: 427px;
        height: 427px;
        max-height: none;
    }

    .vallox-product-detail--source .vallox-product-gallery__controls {
        display: block;
        margin-top: 0;
        padding: 0 64px;
    }

    .vallox-product-detail--source .vallox-product-gallery__arrow {
        display: none;
    }

    .vallox-product-detail--source .vallox-product-gallery__thumbs {
        gap: 20px;
        height: 86px;
        padding-bottom: 0;
    }

    .vallox-product-detail--source .vallox-product-gallery__thumb {
        width: 86px;
        height: 86px;
        flex-basis: 86px;
    }

    .vallox-product-detail--source .vallox-product-gallery__thumb img {
        object-fit: contain;
    }

    .vallox-product-detail--source .vallox-product-detail__title--intro {
        margin: 0 0 32px;
        color: #000000;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }

    .vallox-product-detail--source .vallox-product-detail-page__intro-copy {
        max-width: none;
        margin-top: 0;
        color: #646463;
        font-size: 16px;
        line-height: 20.8px;
    }

    .vallox-product-detail--source .vallox-product-detail-page__side {
        display: block;
        padding-top: 0;
    }

    .vallox-product-detail--source .vallox-product-detail-page__info-list {
        width: 267px;
        margin-left: 53px;
    }

    .vallox-product-detail--source .vallox-product-detail-page__info-item {
        margin: 0 16px;
        padding: 16px 0;
        border-bottom-color: #646463;
    }

    .vallox-product-detail--source .vallox-product-detail-page__category {
        display: none;
    }

    .vallox-product-detail--source .vallox-product-detail-tabs {
        position: relative;
        margin-top: 32px;
        padding-top: 32px;
    }

    .vallox-product-detail--source .vallox-product-detail-tabs::before {
        position: absolute;
        z-index: 0;
        top: 0;
        right: calc((100vw - 1280px) / -2);
        bottom: 0;
        left: calc((100vw - 1280px) / -2);
        background: #e6ecef;
        content: '';
    }

    .vallox-product-detail--source .vallox-product-detail-tabs > * {
        position: relative;
        z-index: 1;
    }

    .vallox-product-detail--source .vallox-product-detail-tabs__nav {
        min-height: 67px;
        background: transparent;
    }

    .vallox-product-detail--source .vallox-product-detail-tabs__trigger {
        padding: 24px;
        color: #000000;
        font-size: 14.4px;
        font-weight: 700;
        line-height: 19.2px;
    }

    .vallox-product-detail--source .vallox-product-detail-tabs__trigger.is-active {
        color: #0033a0;
        background: #ffffff;
    }

    .vallox-product-detail--source .vallox-product-detail-tabs__panels {
        background: #ffffff;
    }

    .vallox-product-detail--source .vallox-product-detail-tabs__panel {
        padding: 32px;
    }

}

.vallox-product-spec-table {
    width: 100%;
    border-collapse: collapse;
}

.vallox-product-spec-table th,
.vallox-product-spec-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #e8eef3;
    text-align: left;
    vertical-align: top;
}

.vallox-product-spec-table th {
    width: 42%;
    color: #1b3550;
    font-weight: 700;
}

.vallox-product-spec-table td {
    color: #33495f;
}

.vallox-product-number-block + .vallox-product-number-block {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e8eef3;
}

.vallox-product-number-grid .vallox-product-number-block + .vallox-product-number-block {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.vallox-product-number-block {
    padding: 18px 20px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.vallox-product-number-block h3 {
    margin: 0 0 10px;
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.vallox-product-number-block p {
    margin: 6px 0 0;
    color: #343638;
    font-size: 0.92rem;
    line-height: 1.35;
}

.vallox-product-detail-page__back {
    margin-top: 32px;
}

/* Listing airflow filter */
.vallox-product-airflow-filter {
    display: flex;
    width: min(100%, 440px);
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.vallox-product-airflow-filter__field {
    display: grid;
    gap: 7px;
    width: min(100%, 160px);
    padding: 8px;
}

.vallox-product-airflow-filter__heading {
    color: #000000;
    font-size: 1rem;
    line-height: 1.2;
    white-space: nowrap;
}

.vallox-product-airflow-filter__field label,
.vallox-product-airflow-filter__label {
    color: #08233f;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.2;
}

.vallox-product-airflow-filter__field select {
    width: 100%;
    min-height: 40px;
    padding: 8px 36px 8px 10px;
    border: 1px solid #ccd7df;
    border-radius: 4px;
    background-color: #ffffff;
    color: #1b3550;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #0062a8 50%),
        linear-gradient(135deg, #0062a8 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 18px,
        calc(100% - 12px) 18px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.vallox-products--source-ventilation .vallox-product-airflow-filter {
    width: auto;
    margin-right: 8px;
    gap: 16px;
}

.vallox-products--source-ventilation .vallox-product-airflow-filter__field {
    width: 144px;
    padding: 0;
}

.vallox-products--source-ventilation .vallox-product-airflow-filter__field select {
    height: 43px;
    min-height: 43px;
    padding: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    appearance: auto;
    background-image: none;
}

.vallox-product-airflow-filter__units,
.vallox-product-airflow-filter__ranges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vallox-product-airflow-filter__unit,
.vallox-product-airflow-filter__range {
    min-height: 36px;
    padding: 8px 13px;
    border: 1px solid #ccd7df;
    border-radius: 6px;
    background: #ffffff;
    color: #1b3550;
    font-size: 0.86rem;
    font-weight: 600;
    cursor: pointer;
}

.vallox-product-airflow-filter__unit.is-active,
.vallox-product-airflow-filter__range.is-active,
.vallox-product-airflow-filter__unit:hover,
.vallox-product-airflow-filter__range:hover {
    border-color: #0062a8;
    background: #0062a8;
    color: #ffffff;
}

.js-vallox-listing-card[hidden],
.vallox-product-variant-card[hidden] {
    display: none !important;
}

.vallox-product-featured-row[hidden] {
    display: none !important;
}

@media (max-width: 900px) {
    .vallox-product-featured-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .vallox-products--source-ventilation .vallox-product-featured-row .vallox-product-card {
        max-width: none;
        margin: 0;
    }

    .vallox-product-family__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vallox-product-detail-page__layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .vallox-product-detail-page__section-head h3 {
        font-size: 1.5rem;
    }

    .vallox-product-detail-page__container {
        width: min(100% - 32px, 1280px);
        padding-bottom: 56px;
    }

    .vallox-product-detail-page__category {
        margin-left: 0;
    }

    .vallox-product-detail-page__info-item {
        grid-template-columns: minmax(0, 1fr) minmax(68px, auto);
    }

    .vallox-product-download-grid,
    .vallox-product-number-grid,
    .vallox-product-technical-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .vallox-products--source-ventilation .vallox-products__container,
    .vallox-products--source-ventilation .vallox-products-hero .vallox-products__container {
        width: min(100% - 24px, 1180px);
    }

    .vallox-product-featured-row {
        grid-template-columns: 1fr;
    }

    .vallox-products--source-ventilation .vallox-product-listing__intro-row {
        align-items: stretch;
        margin-bottom: 32px;
    }

    .vallox-product-grid {
        grid-template-columns: 1fr;
        gap: 28px 18px;
    }

    .vallox-product-airflow-filter {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .vallox-product-airflow-filter__field {
        width: 100%;
    }

    .vallox-product-family__grid {
        grid-template-columns: 1fr;
    }

    .vallox-product-family__container {
        width: min(100% - 24px, 1180px);
        padding-bottom: 56px;
    }

    .vallox-product-detail-page__facts,
    .vallox-product-detail-page__model-chooser,
    .vallox-product-detail-tabs__panel {
        padding: 22px;
    }

    .vallox-product-detail-tabs__panel {
        padding-right: 0;
        padding-left: 0;
    }

    .vallox-product-detail-tabs__trigger {
        flex: 1 1 100%;
        padding: 18px 16px;
        text-align: left;
    }

    .vallox-product-gallery__controls {
        grid-template-columns: 28px minmax(0, 1fr) 28px;
        gap: 10px;
    }

    .vallox-product-gallery__thumb {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .vallox-product-technical-list__item,
    .vallox-product-download-card {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .vallox-product-technical-list__value {
        text-align: left;
    }

    .vallox-product-download-card__meta {
        justify-content: space-between;
        width: 100%;
    }
}
