:root {
    --pageNarrow: 700px;
    --pageWidthPadding: 40px;
    --indexSectionPadding: 60px;
    --typeBaseSize: 16px;
}

@media screen and (max-width: 768px) {
    :root {
        --pageNarrow: 330px;
        --pageWidthPadding: 17px;
        --indexSectionPadding: 40px;
        --typeBaseSize: 14px;
    }
}

/* Reset styles for svg-mask */
.svg-mask {
    background: transparent !important;
    background-color: transparent !important;
    padding-bottom: 100% !important;
    position: relative !important;
}

.svg-mask img,
.svg-mask svg {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 100% !important;
    position: absolute !important;
    object-fit: cover !important;
}

.svg-mask--square {
    padding-bottom: 100% !important;
}

/* Improve clarity of image-wrap styles */
.image-wrap {
    position: relative;
}

.image-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
}

/* Simplify text alignment classes */
.text-left {
    text-align: left !important;
}

/* Simplify transition-body styles */
.transition-body {
    position: relative;
    z-index: 2;
}

/* Simplify page-width styles */
.page-width {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 var(--pageWidthPadding);
}

.main-content {
    display: block;
    min-height: 300px;
    box-shadow: 0 0 #ffffff;
}

/* Simplify base styles */
button {
    letter-spacing: 0.05em;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeSpeed;
    background: none;
    border: none;
    display: inline-block;
    overflow: visible;
    color: currentColor;
}

/* Simplify button styles */
button[disabled] {
    cursor: default;
}

/* Simplify image styles */
img {
    border: 0 none;
}

svg:not(:root) {
    overflow: hidden;
}

iframe,
img {
    max-width: 100%;
}

img[data-sizes=auto] {
    display: block;
    width: 100%;
}

/* Simplify image-wrap styles */
.image-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

/* Simplify video-wrapper styles */
.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 48.25% !important;
    height: 0;
    height: auto;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 36% !important;
    width: 27% !important;
    height: 100%;
}

/* Simplify icon styles */
.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
}

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit;
}

.icon-chevron-down circle,
.icon-chevron-down ellipse,
.icon-chevron-down g,
.icon-chevron-down line,
.icon-chevron-down path,
.icon-chevron-down polygon,
.icon-chevron-down polyline,
.icon-chevron-down rect {
    fill: none !important;
    stroke-width: 5px;
    stroke: currentColor !important;
    stroke-linecap: miter;
    stroke-linejoin: miter;
}

/* Simplify image-wrap styles */
.image-wrap {
    background: #ffffff;
    overflow: hidden;
}

.image-wrap img:not([role=presentation]) {
    display: block;
}

/* Simplify rte styles */
.rte:after {
    content: "";
    display: table;
    clear: both;
}

.rte {
    margin-bottom: 7.5px;
}

.rte:last-child {
    margin-bottom: 0;
}

.rte+.rte {
    margin-top: 30px;
}

.rte p {
    margin-bottom: 15px;
}

.rte p:last-child {
    margin-bottom: 0;
}

.rte meta:first-child+h1,
.rte meta:first-child+h2,
.rte meta:first-child+h3,
.rte meta:first-child+h4,
.rte meta:first-child+h5,
.rte meta:first-child+h6 {
    margin-top: 0;
}

.rte>div {
    margin-bottom: 15px;
}

.rte>div:last-child {
    margin-bottom: 0;
}

/* Simplify index-section styles */
.index-section {
    margin: 60px 0;
}

.index-section:not(.index-section--sub-product):first-child {
    margin-top: 0;
    padding-top: 60px;
    padding-top: var(--indexSectionPadding);
}

.index-section+.index-section,
.index-section+.index-section--hidden,
.main-content+.index-section {
    margin-top: 0;
}

.page-width .index-section .page-width {
    padding-left: 0;
    padding-right: 0;
}

/* Simplify feature-row-wrapper styles */
.feature-row-wrapper {
    overflow: hidden;
    direction: ltr;
}

/* Simplify feature-row styles */
.feature-row {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Simplify feature-row__item styles */
.feature-row__item {
    flex: 0 1 57%;
    margin: 0 auto;
}

/* Simplify feature-row__image styles */
.feature-row__image {
    display: block;
    margin: 0 auto;
    order: 1;
}

/* Simplify feature-row__text styles */
.feature-row__text {
    padding: 0;
}

.feature-row__text .rte {
    margin: 0;
}

.feature-row-text {
    line-height: 25px;
    font-size: 20px;
}

/* Simplify color-scheme-2 styles */
.color-scheme-2 {
    color: #ffffff;
    background-color: #ae2f34;
}

@media (--widescreen) {
    .feature-row {
        margin: 0 6%;
    }
}

@media (max-width: 768.98px) {
    .pdp-trust-builder .embedsocial-reviews-pdp {
        right: -60px !important;
        bottom: -35px !important;
    }

    .pdp-trust-builder .yotpowidget-pdp {
        bottom: -53px !important;
    }

    .pdp-trust-builder .trustedshop-pdp {
        padding-left: 0 !important;
    }

    .rte {
        margin-bottom: 15px;
    }

    .rte p {
        margin-bottom: 25px;
    }

    .main-content {
        min-height: 700px;
    }

    .feature-row__image {
        order: 2;
    }

    .feature-row__text--right {
        padding-right: 60px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 959px) {
    .feature-row--small-none {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .feature-row__text {
        order: 2;
        margin-top: 0;
        padding: 30px 20px;
    }

    .feature-row__item {
        flex: 1 1 auto;
        max-width: 100%;
        min-width: 100%;
    }

    .feature-row {
        flex-direction: column;
        margin: 0;
    }

    .video-wrapper {
        padding-bottom: 83.25% !important;
    }

    .video-wrapper iframe {
        left: 24% !important;
        width: 47% !important;
    }

    .feature-row__text {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}