﻿@charset "UTF-8";

.section__in {
    max-width: 75rem;
    margin: auto;
    box-sizing: content-box;
    padding: 1rem
}

.product-feature-banner img {
    max-width: 100%;
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-feature-banner small {
    font-size: 80%
}

.product-feature-banner sup,
.product-feature-banner sub {
    font-size: 50%;
    line-height: 0;
    position: relative;
    margin: 0 .25em
}

.product-feature-banner sup {
    bottom: .33em
}

.product-feature-banner sub {
    bottom: -.33em
}


.product-feature-banner {
    font-size: 1rem;
    padding-block: 1rem;
    background: #11837c;
    color: #fff
}

.product-feature-banner::selection,
.product-feature-banner ::selection {
    background: #fff;
    color: #11837c
}

.product-feature-banner a:focus,
.product-feature-banner button:focus,
.product-feature-banner [tabindex="0"]:focus {
    outline-color: #fff
}

.product-feature-banner__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
    margin: -.5rem;
    overflow: initial;
    align-items: center
}

.product-feature-banner__group>* {
    flex: 0 1 auto
}

.product-feature-banner__group>* {
    margin: .5rem
}

@supports (gap:.5rem) {
    .product-feature-banner__group {
        gap: .5rem;
        margin: -0;
    }

    .product-feature-banner__group>* {
        margin: 0;
    }
}

.product-feature-banner__image-text {
    flex-basis: 47ch;
    text-align: center;
    --base-number: 1.125;
    --base-font-size: calc(var(--base-number, 1)* 1em);
    font-size: var(--base-font-size)
}

.product-feature-banner__image-text>p {
    max-width: 33ch;
    margin-inline: auto;
    margin-block: .5rem -2rem;
    position: relative
}

.product-feature-banner__text-list {
    flex-basis: 71ch
}

.product-feature-banner__text-list ul {
    margin-left: 0;
    list-style: none;
    align-items: flex-start;
    font-style: normal;
    font-weight: bold;
    font-size: calc(1.75em/var(--base-number, 1));
    line-height: 1.1;
    margin-block: 2rem
}

.product-feature-banner__text-list ul>* {
    break-inside: avoid;
    padding: 0
}

@supports (display:flex) {
    .product-feature-banner__text-list ul>* {
        display: flex;
    }
}

.product-feature-banner__text-list ul>*:not(:last-child) {
    margin-bottom: 1rem
}

.product-feature-banner__text-list ul>*::before {
    display: inline-block;
    content: "";
    margin-left: -1em;
    width: 1em;
    height: 1em;
    flex: 0 0 1em;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("images/checkmark.svg");
    background-size: 100%;
    margin-left: 0;
    margin-right: .5em;
    transform: translateY(10%) scale(1.25)
}

.product-feature-banner__title {
    /*font-family: trade-gothic-next-compressed, sans-serif;*/
    font-size: clamp(2.1875em/var(--base-number, 1), 10vw, 4.6875em/var(--base-number, 1));
    line-height: .85
}

@media all and (max-width:56.25rem) {
    .product-feature-banner {
        font-size: clamp(.5rem, 2.5vw, 1rem)
    }
}

.product-feature-banner--deep-clean {
    text-align: center;
    background: linear-gradient(350deg, #02837b 50%, #d2a00d 70%)
}

.product-feature-banner--deep-clean .product-feature-banner__group {
    justify-content: center;
    align-items: center;
    gap: 2em 6em
}

.product-feature-banner--deep-clean .product-feature-banner__text-suffix {
    --base-number: 1.5;
    --base-font-size: calc(var(--base-number, 1)* 1em);
    font-size: var(--base-font-size);
    line-height: 1.2;
    display: flex;
    flex-direction: column
}

.product-feature-banner--deep-clean .product-feature-banner__title {
    font-size: calc(4em/var(--base-number, 1));
    line-height: .95;
    /*font-family: trade-gothic-next-condensed, trade-gothic-next, sans-serif;*/
    margin-bottom: .25em
}

.product-feature-banner--deep-clean .product-feature-banner__button-prefix {
    display: inline-flex;
    background: #f47c00;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: .34em .75em;
    font-size: calc(1.25em/var(--base-number, 1))
}

.product-feature-banner--deep-clean .product-feature-banner__text-list {
    flex-basis: 70ch
}

.product-feature-banner--deep-clean .product-feature-banner__text-list ul {
    font-size: calc(1.5em/var(--base-number, 1));
    font-style: normal;
    text-align: left;
    margin-block: 1em 2.5em
}

.product-feature-banner--deep-clean .product-feature-banner__image-text {
    flex-basis: calc(55.3125em/var(--base-number, 1));
    margin-left: -20em;
    margin-top: -8.5em
}

@media all and (min-width:65.625rem) {
    .product-feature-banner--deep-clean .product-feature-banner__text-list {
        font-size: .875em
    }
}

@media all and (max-width:78.125rem) {
    .product-feature-banner--deep-clean .product-feature-banner__image-text {
        margin-left: -50vw
    }
}

@media all and (max-width:65.625rem) {
    .product-feature-banner--deep-clean .product-feature-banner__group {
        max-width: 55ch;
        margin-inline: auto;
        gap: 2em
    }

    .product-feature-banner--deep-clean .product-feature-banner__image-text {
        margin-left: -85%;
        font-size: .75em
    }
}