/* gilroy-regular - latin */
@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(""), url("/themes/my-junior/assets/fonts/Gilroy-Medium.ttf") format("truetype");
}

/* gilroy-700 - latin */
@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(""), url("/themes/my-junior/assets/fonts/gilroy-bold.ttf") format("truetype");
}

@font-face {
    font-family: "Abhaya Libre";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(""), url("/themes/my-junior/assets/fonts/AbhayaLibre-Regular.woff2") format("woff2");
}

html {
    min-height: 100% !important;
    height: auto !important;
    overflow-x: hidden;
}

body {
    display: block !important;
    font-family: "Gilroy", sans-serif;
    min-height: 100% !important;
    height: auto !important;
    line-height: 1.5rem !important;
    color: #3d3e3e;
    overflow-x: hidden;
}

.charity a > img {
    width: 100px;
    height: auto;
}

.td-green {
    background-color: #97a926;
    color: white;
    font-weight: bold;
}

.zoom:hover {
    transform: scale(1.1);
}

.zoom {
    transition: all 0.2s ease-in-out;
}

#cart {
    margin-right: 2em;
}

@media (max-width: 768px) {
    #cart {
        margin-right: 0;
    }
}

.num {
    background-color: white;
    display: inline-block;
    padding: 2px 8px;
    font-weight: bold;
    margin: 5px;
}

.block-slider .slide {
    box-shadow: 1px 1px 6px lightgrey;
    border-radius: 5px;
}

footer {
    background-color: #e6e1da;
}

.footer-row {
    background-color: #e6e1da;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-row > div {
    flex: 0 0 32%;
}

@media (max-width: 500px) {
    .footer-row > div {
        flex: 0 0 100%;
        margin-bottom: 3em;
    }
}

.social-row {
    font-size: 2em;
    background-color: rgb(249, 249, 249);
}

.social-row a {
    margin: 0.3em;
    display: inline-block !important;
}

.white-box-wrapper {
    padding: 0.5em;
    z-index: 2;
    max-width: 450px;
    height: 100%;
}

.white-box-icon-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    justify-content: space-between;
    padding-left: 1em;
}

.slide {
    padding: 1em 0;
    margin: 0 auto;
    max-width: 400px;
}

@media (max-width: 500px) {
    .slide {
        max-width: 90%;
        padding-bottom: 1em;
        margin: 0.5em auto;
    }
}

.icon-slider {
    padding-top: 0.6em;
    height: 9em;
    background-color: white;
    opacity: 0;
}

.icon-slider img {
    width: 4em;
    height: 4em;
}

.white-box {
    background-color: white;
    padding: 1.5em 1.5em 1.5em 1.5em;
    z-index: 2;
    min-height: 100%;
    box-shadow: 1px 1px 6px lightgrey;
    border-radius: 5px;
}

#columns {
    overflow: hidden;
}

.zammad-chat {
    z-index: 1050 !important;
    left: 0 !important;
}

.auto-hyphens {
    hyphens: auto;
}

.body-overlay {
    position: relative;
    z-index: 3;
}

.body-overlay:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

.stmt-box {
    position: absolute;
    top: 11%;
    left: 0;
    background-color: rgba(241, 247, 248, 0.85);
    padding: 2em 2em 1em 2em;
}

.stmt-box h1 {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #3d3e3e;
    font-size: calc(2.5rem + ((1vw - 3px) * 0.8642));
    padding-bottom: 10px;
}

.stmt-box p {
    font-size: calc(1rem + ((1vw - 3px) * 0.8642));
    padding-top: 0.5em;
    line-height: 1.3em;
}

.img-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    left: 2em;
    top: 1em;
    padding: 0.5em;
    background-color: #fefefe;
    border-radius: 5px;
}

@media (min-width: 300px) and (max-width: 768px) {
    .img-box {
        position: static;
    }

    .stmt-box {
        position: static;
        background: transparent;
        padding: 1em 1em 0 1em;
        text-align: center;
    }

    .stmt-box h1 {
        font-size: 1.5em;
        padding-bottom: 7px;
    }

    .stmt-box p {
        font-size: 1em;
    }
}

.product-container:hover {
    box-shadow: #e0e0e0 1px 2px 3px;
}

.brand-border {
    border-color: #3d3e3e;
}

.brand-border-bottom {
    border-bottom: 1px solid #3d3e3e;
}

.brand-border-top {
    border-top: 1px solid #3d3e3e;
}

.brand-bordered {
    border: 2px solid #3d3e3e;
    border-radius: 5px;
}

.brand-bordered-img {
    border-bottom: 0.5em solid #3d3e3e;
}

.brand-heading {
    width: 60%;
    border-bottom: 1px solid #3d3e3e;
    font-size: calc(19px + (34 - 18) * ((100vw - 300px) / (2500 - 300))) !important;
    margin: 0.5em auto;
    padding-bottom: 0.3em;
    text-align: center;
    font-weight: bold;
    line-height: 1.2em;
}

.brand-heading.thin {
    font-weight: normal;
}

.thin {
    font-weight: normal;
}

@media (max-width: 500px) {
    .brand-heading {
        position: relative;
        width: 80%;
        display: block;
        margin: 0.5em auto;
        text-align: center;
        border: none;
    }

    .brand-heading:after {
        position: absolute;
        left: 0;
        width: 100%;
        margin-top: 0.5em;
        content: "";
        height: 1em;
        border-bottom: 1px solid #3d3e3e;
    }
}

.btn-brand,
.btn-brand:active,
.btn-brand:focus {
    z-index: 3;
    position: relative;
    padding-top: 5px;
    padding-right: 10px;
    border: 2px solid #97a926;
    min-width: 10em;
    color: white;
    background-color: #97a926;
    outline: none;
}

.btn-brand:hover {
    box-shadow: 1px 1px 5px lightgrey;
    color: white;
}

.w80-md {
    width: 80%;
}

.w60-md {
    width: 60%;
}

.w30-md {
    width: 30%;
}

.w50-md {
    width: 49.999999%;
}

.w25-md {
    width: 24.9999999%;
}

@media (max-width: 500px) {
    .w60-md {
        width: 95%;
    }

    .w80-md {
        width: 95%;
    }

    .w25-md {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .btn-brand:hover {
        box-shadow: none;
        color: white;
    }

    .w100-sm {
        width: 100%;
    }

    .w30-md {
        width: 98%;
        margin-bottom: 1em;
    }

    .ml-1 {
        margin-left: 0.5em !important;
    }
}

.btn-brand.darker {
    background-color: #748222;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.text-uppercase {
    text-transform: uppercase;
}

a.white {
    text-decoration: none;
    position: relative;
    color: white !important;
    background-size: 18px 18px;
    padding-left: 25px;
    line-height: 30px;
    text-shadow: 1px 2px 3px grey;
}

a.white:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 22px;
    width: 0;
    border-bottom: 2px solid white;
    transition: 0.4s;
}

a.white:hover:after {
    width: calc(100% - 22px);
}

.full-width-bxslider img {
    width: 100%;
    height: auto;
    display: block;
}

ul.white-disk,
ul.black-disk {
    padding-left: 1.3em;
}

ul.white-disk li {
    color: white;
    list-style-type: disc;
}

ul.black-disk li {
    list-style-type: disc;
}

li.attribute_radio {
    box-shadow: none;
    border: 1px solid grey;
}

li.btn.active.attribute_radio {
    box-shadow: none;
    background-color: #333;
    color: white;
}

.btn {
    margin: 0;
}

.btn:active {
    transform: translateY(2px);
}

.slider-description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    font-size: 14px;
}

.slider-description p {
    line-height: 1.2em;
}

.feature-wrapper-transparent {
    background-color: transparent !important;
    padding: 1em;
    margin-top: 0 !important;
}

.feature-wrapper-dimmed {
    background-color: rgba(255, 255, 255, 0.7) !important;
    padding: 1em;
    margin-top: 0 !important;
}

@media screen and (min-width: 1400px) {
    .slider-description {
        font-size: 20px;
    }

    #miyo-package {
        font-size: 20px;
    }

    .feature-wrapper {
        font-size: 1.4em;
        background-color: transparent;
    }
}

.slider-description-left {
    left: 2.4vw;
}

.slider-description-right {
    right: 2.4vw;
}

.slider-description-top {
    width: 100%;
    top: 4vw;
    text-align: center;
    right: 0;
    left: 0;
}

.mj-plus {
    background-size: 25px 25px;
    padding-top: 1.3em;
    font-weight: normal;
    text-align: left;
}

.mj-plus-bordered {
    background: url("/img/cms/svg/plus.svg") left no-repeat;
    background-size: 25px 25px;
    padding-left: 20px;
    padding-top: 1.3em;
    font-weight: normal;
    text-align: left;
}

.mj-plus-bordered > span {
    border-bottom: 1px solid #97a926;
    padding-right: 1em;
}

.equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.equal-height > [class*="col-"] {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
}

.aligner {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.aligner-item,
.aligner-item-top,
.aligner-item-bottom {
    max-width: 100%;
}

.aligner-item-top {
    align-self: flex-start;
}

.aligner-item-bottom {
    align-self: flex-end;
}

.brand-color {
    color: #3d3e3e;
}

.brand-grey {
    color: #3d3e3e !important;
}

.brand-blue {
    color: rgb(30, 56, 73);
}

.brand-bg {
    background-color: #3d3e3e;
    color: white;
}

.heart {
    color: #98a926;
    position: relative;
    top: 2px;
    width: 20px;
    animation: pulse 2s ease infinite;
}

.pulsation {
    animation: pulse 2s ease infinite;
}

.rotation {
    animation: rotation 2s linear infinite;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.nogap {
    padding: 0 !important;
    margin: 0 !important;
}

.cdpcp-compare-btn {
    color: #3d3e3e;
    background-color: white;
    font-weight: bold;
    border-radius: 15px;
    border: 1px solid #3d3e3e !important;
    display: inline-block !important;
    width: auto !important;
    cursor: pointer;
}

.cdpcp-compare-btn.cdpcp-compare-btn--remove {
    color: white !important;
    background-color: #3d3e3e !important;
}

.cdpcp-compare-btn:focus {
    outline: none;
}

.btn-mj-xs {
    background-color: #1a1a1a !important;
    color: white !important;
    font-weight: bold;
    border-radius: 15px !important;
    border: 1px solid #3d3e3e !important;
    display: inline-block !important;
    width: auto !important;
    font-size: 10px;
    cursor: pointer;
}

.cdpcp-compare-btn:hover,
.cdpcp-compare-btn:active {
    background-color: white;
    outline: none;
}

.el-rel {
    position: relative;
}

.p1 {
    padding: 1em;
}

.pt0 {
    padding-top: 0;
}

.mb-1 {
    margin-bottom: 1em;
}

.ml-1 {
    margin-left: 1rem;
}

.pt-xs {
    padding-top: 2%;
}

.mb-xs {
    margin-bottom: 2em;
}

.mb-lg {
    margin-bottom: 6em;
}

.ml-lg {
    margin-left: 10%;
}

.mr-lg {
    margin-right: 10%;
}

.feature-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 2em;
}

ul.plus-list {
    list-style: none;
    padding: 0;
}

ul.plus-list-black {
    color: black;
}

ul.plus-list > li:before {
    content: "\f067";
    font-family: "FontAwesome", sans-serif;
    display: inline-block;
    width: 1.3em;
    color: #97a926;
}

@media (min-width: 300px) and (max-width: 767px) {
    .equal-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    .cat-heading {
        position: static;
        padding: 1em;
        background-color: rgba(241, 247, 248, 0.85);
        color: black;
    }

    .feature-wrapper {
        position: static;
        padding: 1em;
        margin-top: -12em;
    }

    .text-center-xs {
        text-align: center;
    }

    .ph-1 {
        padding-left: 1em;
        padding-right: 1em;
    }

    .aligner-item,
    .aligner-item-top,
    .aligner-item-bottom {
        max-width: 100%;
    }

    .aligner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    .mb-xs {
        margin-bottom: 1em;
    }

    .mb-lg {
        margin-bottom: 3em;
    }

    .mj-flexbox > div.mj-flexbox-el {
        flex-basis: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .feature-wrapper {
        position: static;
        margin-top: -20em;
        padding: 1em;
        width: 100%;
        font-size: 1.3em;
    }

    #leo-megamenu .navbar-nav > li > a {
        font-size: 12px;
        padding: 31px 10px;
    }

    #cart .title-cart {
        margin: 5px 15px 0 10px;
    }
}

/* CMS */

.cmsSelf {
    position: relative;
}

.footerHR {
    border: none;
    border-top: 5px solid #c3c6bb;
    color: white;
}

.ppadding {
    padding-top: 20px;
}

.swap {
    margin: 0 0 20px;
    font-size: 17px;
}

.swap-link {
    color: #8a8a8a;
}

.swap-link:link {
    color: #8a8a8a;
}

.swap-link:visited {
    color: #8a8a8a;
}

.swap-link:active {
    color: #8a8a8a;
}

.swap-link:hover {
    color: #9cd200;
}

.img-div {
    width: 100%;
    position: relative;
    text-align: center;
}

.img-div img {
    margin: 0 auto;
}

.txt-div {
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.txt-div p {
    max-width: 95%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.txt-div p,
.txt-div .h3 {
    color: #272727;
    font-weight: 300;
    text-transform: none;
}

.txt-div .h3 {
    font-size: 16px;
}

@media screen and (max-width: 700px) {
    .slider-description {
        position: static;
        width: 98%;
        transform: none;
        text-align: center;
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .txt-div .h3,
    .txt-div p {
        font-size: 12px;
    }

    .slider-description {
        position: static;
        width: 98%;
        transform: none;
        text-align: center;
        font-size: 14px;
    }

    .slider-description p {
        padding: 0 1em;
    }
}

@media screen and (min-width: 568px) {
    .txt-div .h3 {
        font-size: 1.6em;
        line-height: 1.8em;
        text-transform: none;
        font-weight: 300;
        opacity: 0.9;
    }

    .txt-div:before {
        content: "";
        padding-top: 30%;
        vertical-align: middle;
        display: inline-block;
    }

    .txt-div p {
        font-size: 1.3em;
        font-weight: 300;
        opacity: 0.9;
    }
}

.form-wrapper {
    background-color: #97a926;
    padding: 2em 3em 2em 1.5em;
    z-index: 5;
}

.form-wrapper label {
    color: white;
}

.bold {
    font-weight: bold;
}

.mj-flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mj-flex-el-1-3 {
    flex-basis: 32%;
}

@media (max-width: 768px) {
    .mj-flex-el-1-3 {
        flex: 100%;
    }
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.mj-flexbox > div.mj-flexbox-el {
    flex-basis: 20%;
}

.mj-flexbox-stretched {
    align-items: stretch;
}

.mj-flexbox-centered {
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .wrap-sm {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .mj-flexbox > div.mj-flexbox-el {
        flex-basis: 48%;
        margin-top: 1em;
    }
}

@media (max-width: 992px) {
    .mj-flexbox > div.mj-flexbox-el-1-2 {
        flex-basis: 50%;
        margin-top: 1.5em;
        padding-left: 0.5em;
    }
}

@media (max-width: 767px) {
    .mj-flexbox > div.mj-flexbox-el {
        flex-basis: 100%;
        margin-top: 1em;
    }
}

.carefree-wrapper {
    display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
    .carefree-wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .carefree-wrapper {
        display: block;
    }
}

ol.numbered {
    display: inline-block;
    list-style-type: none;
    text-indent: 0;
    margin-left: 0;
    padding-left: 0;
    counter-reset: section;
}

ol.numbered li {
    text-align: left;
    counter-increment: section;
    display: grid;
    grid-template-columns: 2.2em 1fr;
    column-gap: 0.6em;
    align-items: start;
    hyphens: auto;
    margin: 0.5em 0;
}

ol.numbered li:before {
    margin-right: 0;
    margin-bottom: 0;
    content: counter(section);
    background: #e8e8e8;
    border-radius: 100%;
    color: #3d3e3e;
    width: 2em;
    height: 2em;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border: 1px solid #3d3e3e;
}

ol.numbered.columned {
    height: 170px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    ol.numbered.columned {
        height: inherit;
    }
}

img.dimmed {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s linear;
}

a.dimmed {
    opacity: 0.5;
}

#attributes-list-wrapper {
    flex-basis: 10%;
}

#compared-attributes-wrapper {
    flex-basis: 75%;
    max-width: 820px;
}

#attributes-list-wrapper ul#attributes-list li:hover {
    cursor: pointer;
}

#compared-attributes-wrapper img {
    border: 1px solid rgb(229, 232, 205);
    height: auto;
}

#compared-attributes-wrapper.big img {
    width: 10vh;
    height: auto;
}

#weight-attribute-navi img {
    border: none;
}

@media (max-width: 557px) {
    #compared-attributes-wrapper {
        flex-basis: 100%;
    }

    #attributes-list-wrapper {
        flex-basis: 0;
    }
}

.timeline-step {
    display: block;
    margin: 0;
    padding: 0;
}

.timeline-step img {
    overflow: hidden;
}

.timeline-step img.left {
    float: left;
    padding-right: 2em;
    width: calc(50% - 1px);
}

.timeline-step img.right {
    float: right;
    padding-left: 2em;
    width: 50%;
}

.timeline-step p {
    padding-top: 1em;
    overflow: hidden;
    margin: 0;
    padding-bottom: 3em;
    min-height: 15em;
}

.timeline-step p.left {
    border-right: 1px solid #3e3f3f;
    padding-right: 2em;
    width: 50%;
}

.timeline-step p.right {
    border-left: 1px solid #3e3f3f;
    padding-left: 2em;
    width: 50%;
}

.timeline-step .heading-wrapper-left {
    border-right: 1px solid #3e3f3f;
    border-bottom: 1px solid #3e3f3f;
    overflow: hidden;
    padding-right: 2em;
    width: 50%;
}

.timeline-step .heading-wrapper-right {
    border-left: 1px solid #3e3f3f;
    border-bottom: 1px solid #3e3f3f;
    overflow: hidden;
    padding-left: 2em;
    width: 50%;
}

.earth {
    height: 50px;
}

.timeline-step-bg {
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: 0.5;
    bottom: -10px;
    right: -5px;
}

@media (max-width: 557px) {
    .timeline-step {
        display: flex;
        flex-direction: column;
    }

    .timeline-step .heading-wrapper-right,
    .timeline-step .heading-wrapper-left {
        order: 1;
        margin-left: 1em;
        padding-left: 1em;
        width: 100%;
        border-left: 1px solid #3e3f3f;
        border-bottom: none;
    }

    .timeline-step .h3 {
        margin-top: 0;
    }

    .timeline-step img,
    .timeline-step img.left,
    .timeline-step img.right {
        order: 2;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .timeline-step p,
    .timeline-step p.left,
    .timeline-step p.right {
        order: 3;
        margin-left: 1em;
        padding-left: 1em;
        width: 90%;
        min-height: 10em;
        padding-bottom: 1em;
    }

    .timeline-step p.left {
        border-left: 1px solid #3e3f3f;
        border-right: none;
        padding-right: 2em;
        width: 90%;
    }

    .earth {
        position: absolute;
        left: 0;
        transform: translate(-50%, 0);
    }

    .timeline-step-bg {
        position: absolute;
        width: 50px;
        height: 50px;
        opacity: 0.5;
        bottom: -0%;
        right: -44%;
    }
}

/* Baby Carrier Category start */

#carrier-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 2em auto;
}

#carrier-details > div {
    flex-basis: 30%;
    padding: 0.5em;
}

@media (max-width: 500px) {
    #carrier-details > div {
        flex-basis: 50%;
    }
}

#carrier-details img {
    width: 10em;
    margin: 0 auto;
    border-bottom: 1px solid #3d3e3e;
}

.carrier-compare > .white-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 1em;
    margin-bottom: 2em;
    align-items: center;
}

.carrier-compare > .white-box > div:first-child {
    flex-basis: 30%;
    margin-right: 1em;
}

.carrier-compare > .white-box > div {
    flex-basis: 69%;
}

#conclusion {
    margin: 0 auto;
}

/* Baby Carrier Category end */

/* LUVA ProduktSeite start */

.benefit {
    position: relative;
    margin-bottom: 1em;
    min-height: 14em;
}

.benefit-heading {
    background-color: #f7f7f7;
    border-bottom: 2px solid #3d3e3e;
    padding: 3em 1em 0 0.5em;
}

.benefit img {
    width: 12em;
    position: absolute;
    right: 4em;
    top: 0;
    transform: translateY(0.5em);
    z-index: 3;
}

.benefit p {
    width: 70%;
    padding-left: 1em;
}

@media (max-width: 500px) {
    .benefit {
        padding: 0;
    }

    .benefit-heading {
        padding-top: 9em;
        text-align: center;
    }

    .benefit img {
        top: 0;
        left: 0;
        transform: translateY(2em) translateX(2em);
        width: 7em;
        margin: 0 auto;
    }

    .benefit p {
        width: 100%;
    }
}

.ico-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.ico-row > div {
    flex-basis: 30%;
    text-align: center;
}

.ico-row img {
    margin-bottom: 1.5em;
}

.show-video.active img {
    border-bottom: 1px solid grey;
    background-color: #fafafa;
    transition: background-color 500ms linear;
}

.technical-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.technical-details > div {
    flex-basis: 50%;
}

.technical-details-luva > div {
    flex-basis: 28% !important;
    padding: 1em;
}

.technical-details img {
    width: 12em;
}

@media (max-width: 579px) {
    .technical-details img {
        width: 15em;
    }

    .technical-details-luva > div {
        flex-basis: 48% !important;
        padding: 1em;
    }
}

@media (min-width: 768px) {
    .technical-details > div {
        flex-basis: 25%;
    }
}

/* LUVA ProduktSeite end */

.lazy-slider {
    display: none;
}

@media (max-width: 500px) {
    .mobile-first {
        order: 1;
    }

    .mobile-second {
        order: 2;
    }
}

/*about us page*/

.section-heading {
    background-color: #3d3e3e;
    color: white;
    padding: 0.2em 0;
}

.emotion p {
    position: static;
}

.arrow-down {
    position: relative;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #3d3e3e;
    z-index: 10;
    margin-bottom: -20px;
}

@media (max-width: 500px) {
    .section-heading {
        margin-bottom: 0 !important;
    }

    .container.full-width-xs {
        padding-left: 0;
        padding-right: 0;
    }

    .container.full-width-xs p {
        padding-left: 1em;
        padding-right: 1em;
    }

    .emotion p {
        position: absolute;
        bottom: 0;
        left: 1em;
        right: 1em;
        background: rgba(255, 255, 255, 0.8);
    }
}

#accept-cookie-div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #3d3e3e;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #efefef;
    z-index: 2000;
    border-top: 1px solid #efefef;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

#reboarder-technical-data {
    width: 50%;
    margin: 0 auto 3vh auto;
}

@media (max-width: 500px) {
    #reboarder-technical-data {
        width: 95%;
    }
}

.visible-xlg-inline {
    display: none;
}

@media (min-width: 1500px) {
    .visible-xlg-inline {
        display: inline;
    }
}

.img-rounded {
    border-radius: 50% !important;
    border: 1px solid #97a926;
}

#footer-container-main {
    background-color: #e6e1da;
}

#footer-container-main a {
    display: block;
}

.elementor-element-populated {
    padding: 0 !important;
}

section#wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

#iqitmegamenu-mobile .mm-expand {
    width: 3rem;
    height: 2em;
    line-height: 2em;
    position: absolute;
    right: 0;
    top: 0.5em;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

.header-top a.header-cart-btn:not(:hover) {
    color: #777777;
}

.slick-track {
    display: flex !important;
}

.slick-track .slick-slide {
    height: auto !important;
}

.slick-track .slick-slide > div {
    height: 100%;
}

.slick-dots {
    bottom: -35px !important;
    left: 0;
    right: 0;
}

#mj-product-carousel figcaption {
    opacity: 0;
}

#mj-product-carousel .slick-current.slick-active figcaption {
    opacity: 1;
    transition: opacity 1s ease-out;
}

button[data-button-action="add-to-cart"] {
    font-weight: bold;
}

.product-variants .color,
.product-variants .input-color {
    width: 3rem;
    height: 3rem;
    line-height: 2rem;
    border-radius: 1.5rem;
    border: 1px solid #efefef;
}

.product-variants .input-radio:hover + span,
.product-variants .input-color:hover + span,
.product-variants .input-color:checked + span,
.product-variants .input-radio:checked + span {
    border: 2px solid #3d3e3e;
    line-height: calc(2em - 4px);
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.5);
}

li[data-container=".product-variants"] > span {
    outline: none !important;
}

.cart-products-count-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    font-weight: 700;
    opacity: 0;
    animation: fadeIn 1.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.cbp-tab-title {
    font-size: 0.85rem !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

a:not(.btn):not(.nav-link):not(.slick-arrow),
a:link:not(.nav-link):not(.btn),
a:visited:not(.nav-link):not(.btn):not(.slick-arrow),
a:hover:not(.btn):not(.nav-link):not(.slick-arrow) {
    color: #3d3e3e;
    text-decoration: underline;
}

a:has(h1, h2, h3, h4, h5, h6),
a.product-overlay-link,
a[role="button"],
:is(h1, h2, h3, h4, h5, h6):has(a),
.my-account-side-links a,
.embed-youtube a {
    text-decoration: none !important;
}

.cbp-hrmenu .cbp-hrsub-inner a.btn:hover {
    color: #ffffff !important;
}

#footer-container-main a {
    margin-bottom: 0.6rem;
    text-decoration: none;
}

ul.nav-links a,
.h3.product-title > a,
a > span.product-price,
.product-price-and-shipping a {
    text-align: center !important;
    color: #3d3e3e !important;
    text-decoration: none !important;
}

.breadcrumb a,
.facet a,
.pagination a,
.products-selection a {
    text-decoration: none !important;
}

.product-title {
    text-align: center;
    border: none !important;
    margin: 0 !important;
    padding: 1em 0 0.5em 0 !important;
    width: 100% !important;
    font-weight: 400;
    font-size: 1.5em;
    font-family: Gilroy, sans-serif !important;
}

h3.product-title {
    text-align: center;
    border: none !important;
    margin: 0 !important;
    padding: 0.2em 0 !important;
    width: 100% !important;
    font-weight: 400;
    font-size: 15px;
}

.product_header_container {
    border: none !important;
}

.product_header_container {
    margin: 0 !important;
}

.cart-grid-right.col-12.col-lg-4 #payWithAmazonMainDiv {
    display: none;
}

span#payWithAmazonLayerCartDiv {
    display: none;
}

.badge {
    border-radius: 1em !important;
}

.cart-grid #_s-plugin-box {
    display: none !important;
}

@media (max-width: 579px) {
    ._s-popup {
        display: none;
        border-radius: 5px;
        font-size: 13px;
        width: 80% !important;
        position: fixed;
        background: #f0f0f0;
        top: 5%;
        left: 10%;
        z-index: 9999;
        zoom: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }

    ._s-product-info-left,
    ._s-product-info-right {
        width: 50%;
        display: inline-block;
        margin: 0;
        min-height: 5em !important;
        position: relative;
        overflow: hidden;
    }

    ._s-clearfix {
        clear: both;
        overflow: unset !important;
    }
}

#conditions-to-approve span.text-warning {
    color: black !important;
}

.blockreassurance_product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blockreassurance_product > div {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    border-bottom: solid 1px #e3e3e3;
}

.product-cover:hover .product-flags {
    opacity: 1 !important;
    visibility: visible !important;
}

.product-flags {
    top: 1em !important;
    right: 0 !important;
    left: auto !important;
}

#category li.product-flag.discount {
    background-color: transparent !important;
    box-shadow: none;
}

li.product-flag.on-sale {
    background: transparent !important;
    box-shadow: none;
}

.discount {
    background: transparent !important;
}

#reviews-flex > .iqitreviews-simple {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}

#stroller-reassuarance-icons > div {
    margin: 0.3em;
    border-radius: 5px;
    padding: 1em;
}

#stroller-reassuarance-icons img {
    width: 4em !important;
    margin-right: 0.5em;
}

@media (max-width: 579px) {
    #stroller-reassuarance-icons * {
        font-size: 0.92em !important;
    }

    #stroller-reassuarance-icons > div {
        width: 48%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    #stroller-reassuarance-icons img {
        width: 5em !important;
    }
}

@media (min-width: 580px) and (max-width: 992px) {
    #stroller-reassuarance-icons > div {
        width: 30%;
        margin-left: 10% !important;
        margin-top: 2%;
        margin-bottom: 2%;
    }
}

.ma5menu__btn--enter:hover {
    color: #000;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org…06L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22%2F%3E%3C%2Fsvg%3E) !important;
}

.ma5menu__alert {
    display: none !important;
}

#index #wrapper,
#module-iqitelementor-Preview.elementor-landing-body #wrapper {
    padding-top: 0 !important;
}

.slick-arrow {
    background: transparent;
    color: #3d3e3e !important;
    text-shadow: none;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
}

.slick-next {
    right: -20px;
}

.slick-prev {
    left: -20px;
}

.product-miniature:hover {
    box-shadow: none;
    outline: none;
}

#stroller-tests img {
    max-width: 300px;
    height: auto;
    display: blocK;
    margin: 0 auto;
}

.cbp-horizontal .cbp-tab-title {
    line-height: 5.5em;
}

#conditions-to-approve .custom-checkbox input[type="checkbox"] + span:not(.color) {
    border: 2px solid black;
}

.h1.page-title {
    text-align: center !important;
    color: #3d3e3e !important;
    margin-bottom: 0 !important;
}

@media (max-width: 514px) {
    #iqitcookielaw-accept {
        float: right;
    }
}

#cdproductcomparisonplus {
    background-color: #97a926;
    height: 3.5rem;
    width: 3.5rem;
    background-position: center;
    position: fixed;
    bottom: 3.5rem !important;
    right: 5rem;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.65);
    z-index: 1000;
    border-radius: 4px;
    padding: 5px;
}

.cdpcp-compare-now {
    margin: 0 !important;
}

.dilricn2nw {
    margin: -6px 0 0;
    padding: 0.2em !important;
    background: #02bf47;
    border-radius: 4px !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.65) !important;
    cursor: pointer;
    float: right;
    line-height: 40px;
    text-align: center;
    width: 2.5rem !important;
    height: 2.5rem !important;
    z-index: 1000;
    position: fixed;
    right: 1rem !important;
    bottom: 3.5rem !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.dilricn2nw > img {
    width: 30px !important;
    height: 30px !important;
}

@media (min-width: 645px) {
    .dilricn2nw {
        right: 8rem !important;
        bottom: 3.5rem !important;
    }

    #cdproductcomparisonplus {
        right: 8rem !important;
        bottom: 10rem !important;
    }
}

#mobile-header-sticky.stuck-up.visible-stuck-up.visible-stuck-up-scroll {
    background-color: white !important;
}

#mobile-header-sticky.stuck-down,
#mobile-header-sticky.stuck-up.visible-stuck-up {
    background-color: white;
}

img:not([src]) {
    visibility: hidden;
}

.stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    letter-spacing: 2px;
}

.stars-outer::before {
    content: "\f006 \f006 \f006 \f006 \f006";
    color: #ffdc0f;
}

.stars-outer.grey::before {
    color: #3d3e3e;
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #ffdc0f;
    width: 0;
}

.stars-inner.grey::before {
    color: #3d3e3e;
}

.justify-content-space-evenly {
    justify-content: space-evenly !important;
}

#stroller-reassuarance-icons > div {
    cursor: pointer;
}

.flex-even {
    flex: 1 1 48%;
}

.swp-lnk {
    cursor: pointer;
}

#functional-design > img {
    width: 7em;
    height: 7em;
    margin: 2em;
}

@media (max-width: 579px) {
    #functional-design > img {
        width: 5em;
        height: 5em;
        margin: 0.2em;
    }
}

/*Safari grid bug*/
.row:before,
.row:after {
    display: none !important;
}

.etrusted-badge-container.etrusted-badge-container--left.etrusted-badge-container--visible {
    z-index: 0 !important;
    bottom: 50px !important;
}

button.add-to-cart {
    border-radius: 15px;
}

.btn {
    border-radius: 10px !important;
}

.btn-cms {
    background-color: #e8e8e8 !important;
    border: 1px solid #3d3e3e !important;
    color: #3d3e3e !important;
    font-weight: bold;
}

#mobile-header .row-mobile-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.product-cover .expander {
    width: 2em;
    height: 2em;
    bottom: 0;
    right: 0;
}

.card {
    border: none;
    box-shadow: 1px 1px 6px lightgrey;
    border-radius: 15px;
}

#facets_search_wrapper {
    margin-top: 0.9em;
}

ul.facet-type-checkbox {
    max-height: 500px !important;
    overflow-x: auto;
}

.price-percent-reduction {
    transform: rotate(-40deg);
    position: absolute;
    color: red;
    font-size: 2em;
    top: 2em;
    font-weight: bold;
    left: 1em;
}

.cart-item .product-line-info-secondary {
    line-height: 1.4em;
}

.blockreassurance_product .block-title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.blockreassurance_product .item-product {
    height: 40px !important;
    width: 40px !important;
    padding-top: 0 !important;
}

#product-slider-nav .slick-arrow {
    opacity: 1 !important;
    visibility: visible !important;
    color: #3d3e3e;
}

#product-slider-nav a.cover-prev {
    color: #3d3e3e;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#product-slider-nav a.cover-next {
    color: #3d3e3e;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#enlarge-product {
    color: #3d3e3e;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.5em;
    padding-right: 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5em;
    height: 2.5em;
}

#enlarge-product > i {
    font-size: 1em !important;
}

.current-price > #savings {
    color: #eba53d !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*Klaro consent*/

.klaro .cookie-modal,
.klaro .cookie-notice {
    /* The switch - the box around the slider */
    font-size: 14px;
}

.klaro .cookie-modal .cm-switch-container,
.klaro .cookie-notice .cm-switch-container {
    display: block;
    position: relative;
    padding: 10px;
    padding-left: 66px;
    line-height: 20px;
    vertical-align: middle;
    min-height: 40px;
    border-bottom: 1px solid #ccc;
}

.klaro .cookie-modal .cm-switch-container:last-child,
.klaro .cookie-notice .cm-switch-container:last-child {
    border-bottom: 0;
}

.klaro .cookie-modal .cm-switch-container:first-child,
.klaro .cookie-notice .cm-switch-container:first-child {
    margin-top: 0;
}

.klaro .cookie-modal .cm-switch-container p,
.klaro .cookie-modal .cm-switch-container p {
    margin-top: 0;
}

.klaro .cookie-modal .cm-switch,
.klaro .cookie-notice .cm-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
    background-color: #3d3e3e;
}

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
    opacity: 0.6;
    background-color: #3d3d3e;
}

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
    opacity: 0.8;
    background-color: #3d3e3e;
}

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
    opacity: 0.8;
    background-color: #3d3e3e;
    cursor: not-allowed;
}

.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal .cm-list-input,
.klaro .cookie-notice .cm-list-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 50px;
    height: 30px;
}

.klaro .cookie-modal .cm-list-title,
.klaro .cookie-notice .cm-list-title {
    font-size: 14px;
    font-weight: 600;
}

.klaro .cookie-modal .cm-list-description,
.klaro .cookie-notice .cm-list-description {
    font-size: 14px;
    padding-top: 4px;
    color: #666;
}

.klaro .cookie-modal .cm-list-label,
.klaro .cookie-notice .cm-list-label {
    /* The slider */
    /* Rounded sliders */
}

.klaro .cookie-modal .cm-list-label .cm-switch,
.klaro .cookie-notice .cm-list-label .cm-switch {
    position: absolute;
    left: 0;
}

.klaro .cookie-modal .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    width: 50px;
    display: inline-block;
}

.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 5px;
    background-color: #fff;
    transition: 0.4s;
}

.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .cookie-notice .cm-list-label .slider.round {
    border-radius: 30px;
}

.klaro .cookie-modal .cm-list-label .slider.round::before,
.klaro .cookie-notice .cm-list-label .slider.round::before {
    border-radius: 50%;
}

.klaro .cookie-modal .cm-list-label input:focus + .slider,
.klaro .cookie-notice .cm-list-label input:focus + .slider {
    box-shadow: 0 0 1px #48dfb2;
}

.klaro .cookie-modal .cm-list-label input:checked + .slider::before,
.klaro .cookie-notice .cm-list-label input:checked + .slider::before {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
    box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal a,
.klaro .cookie-notice a {
    color: #3d3e3e;
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
    color: #3d3e3e;
}

.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 0.7em;
}

.klaro .cookie-modal .cm-link,
.klaro .cookie-notice .cm-link {
    margin-right: 0.5em;
    vertical-align: middle;
}

.klaro .cookie-modal .cm-btn,
.klaro .cookie-notice .cm-btn {
    background: #555;
    color: #eee;
    border-radius: 6px;
    border: 0;
    padding: 0.4em;
    font-size: 1em;
}

.klaro .cookie-modal .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
    opacity: 0.5;
}

.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
    background: #aaa;
    color: #000;
}

.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
    background: #1a936f;
}

.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
    background: #2581c4;
}

.klaro .cookie-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1000;
}

.klaro .cookie-modal.cm-embedded {
    position: relative;
    height: inherit;
    width: inherit;
    left: inherit;
    right: inherit;
    z-index: 0;
}

.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
    position: relative;
    -ms-transform: none;
    transform: none;
}

.klaro .cookie-modal .cm-bg {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
    z-index: 1001;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-height: 98%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    overflow: auto;
    background: whitesmoke;
    color: #3d3e3e;
}

@media (min-width: 660px) {
    .klaro .cookie-modal .cm-modal.cm-klaro {
        border-radius: 4px;
        position: relative;
        margin: 0 auto;
        max-width: 640px;
        height: auto;
        width: auto;
    }
}

.klaro .cookie-modal .cm-modal .hide {
    border-style: none;
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.klaro .cookie-modal .cm-modal .hide svg {
    stroke: #eee;
}

.klaro .cookie-modal .cm-modal .cm-footer {
    padding: 1em;
    border-top: 1px solid #cecece;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
    display: flex;
    flex-direction: column !important;
    flex-flow: row-reverse;
    gap: 1em;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
    font-size: 0.8em;
    padding-top: 4px;
    text-align: right;
    padding-right: 8px;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
    color: #999;
}

.klaro .cookie-modal .cm-modal .cm-header {
    padding: 1em;
    padding-right: 24px;
    border-bottom: 1px solid #cecece;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
    margin: 0;
    font-size: 2em;
    display: block;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
    padding-right: 20px;
}

.klaro .cookie-modal .cm-modal .cm-body {
    padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul {
    display: block;
}

.klaro .cookie-modal .cm-modal .cm-body span {
    display: inline-block;
    width: auto;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
    padding: 0;
    margin: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-caret {
    color: #888;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-content {
    margin-left: -40px;
    display: none;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-content.expanded {
    margin-top: 10px;
    display: block;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
    position: relative;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 60px;
    min-height: 40px;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
    margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
    margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
    font-size: 0.8em;
    color: #3d3e3e;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
    padding-top: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
    font-weight: 600;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
    padding-left: 0.2em;
    font-size: 0.8em;
    color: #3d3e3e;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
    background: #333;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
}

@media (min-width: 1024px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) {
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
        border-radius: 4px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        max-width: 400px;
    }
}

@media (max-width: 1023px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) {
        border-style: none;
        border-radius: 0;
    }
}

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
    position: relative;
    height: inherit;
    width: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    z-index: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
    padding-top: 0.5em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
    margin-bottom: 0;
    margin-right: 0;
    bottom: 0;
    padding: 1em;
    padding-top: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
    margin-bottom: 0.5em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
    text-decoration: underline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
    display: inline-block;
    flex-grow: 1;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    display: inline-block;
    margin-top: -0.5em;
}

@media (max-width: 384px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
        width: 100%;
    }
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    margin-top: 0.5em;
}

@media (max-width: 384px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
        width: calc(50% - 0.5em);
    }
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
    margin-top: -0.5em;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: right;
    align-items: baseline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
    margin-top: 0.5em;
}

.klaro .cookie-modal-notice {
    z-index: 1001;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-height: 98%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    overflow: auto;
    background: #333;
    color: #eee;
    padding: 1em;
    padding-top: 0.2em;
}

@media (min-width: 400px) {
    .klaro .cookie-modal-notice {
        border-radius: 4px;
        position: relative;
        margin: 0 auto;
        max-width: 400px;
        height: auto;
        width: auto;
    }
}

.klaro .cookie-modal-notice .cn-ok {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
}

.klaro .cookie-notice-hidden {
    display: none !important;
}

a#cm-details {
    text-decoration: underline !important;
}

.cm-powered-by {
    display: none !important;
}

.cm-body {
    display: none;
}

.cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept {
    display: none;
}

.cm-btn.cm-btn-success.cm-btn-accept-all {
    display: block;
    background-color: #e8e8e8 !important;
    color: #3d3e3e !important;
    border: 1px solid #3d3e3e !important;
    width: 100% !important;
    font-weight: bold;
    cursor: pointer;
}

/* CMS 14 (Datenschutz): keep Klaro hidden by default */
body.cms-id-14 .cookie-modal,
body.cms-id-14 .cookie-notice {
    display: none !important;
}

.cm-btn.cm-btn-decline.cm-btn-danger.cn-decline {
    background-color: lightgrey;
    color: #3d3e3e;
    cursor: pointer;
}

.cm-header div.title {
    display: none !important;
}

.cm-purpose.cm-toggle-all {
    display: none !important;
}

label img[src*="paypalcredit"] {
    display: none;
}

.delivery-options img {
    border-radius: 50%;
}

#mobile-header .mobile-main-bar {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.cbp-hrmenu > ul > li {
    float: none !important;
}

.icon-shadowed {
    border-radius: 50% !important;
    box-shadow: 0 3px 5px lightgrey !important;
    padding: 5px !important;
}

@media (max-width: 479px) {
    .position-xs-absolute {
        position: absolute;
    }

    .position-xs-static {
        position: static;
    }
}

@media (min-width: 479px) and (max-width: 768px) {
    .position-sm-absolute {
        position: absolute;
    }

    .position-sm-static {
        position: static;
    }
}

@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute;
    }

    .position-md-static {
        position: static;
    }
}

.modal-title {
    color: #3d3e3e;
}

@media (max-width: 991px) {
    .ps-shoppingcart.dropdown #blockcart-content {
        left: 0 !important;
    }
}

a.pp__text-primary {
    display: none;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
}

.stroller-variant-link {
    display: inline-block;
    text-decoration: none;
}

.stroller-variant-link img {
    display: block;
    width: 100px;
    /* Adjust as necessary */
    height: auto;
    border: 2px solid transparent;
    /* Default border, transparent */
    transition: border 0.3s;
}

.stroller-variant-link.active img {
    border: 2px solid black;
    /* Active state border */
}

.page-title {
    margin-top: 0.5em;
    color: #3d3e3e !important;
}

.modal-body {
    overflow: auto;
    max-height: calc(100% - 120px);
}

.modal-content {
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px 10px 10px 10px;
}

.form-group {
    position: relative;
}

.form-group > label {
    position: absolute;
    top: -0.7em;
    left: 1em;
    z-index: 5;
    height: 1em;
    font-size: 0.8em !important;
    background-color: white;
    padding: 0 0.2em;
}

.radio-buttons {
    border: 1px solid #e3e3e3;
    padding-left: 1em;
}

.page-header {
    margin-top: 1em;
    margin-bottom: 1em;
}

h1 {
    margin: 0.5em auto;
    padding-bottom: 0.3em;
    text-align: center;
    font-weight: bold;
}

#module-payolution-processor .cart_navigation .standard-checkout {
    padding: 9px;
}

.cart-summary-line.cart-total {
    font-size: 1rem;
}

.cart-grid-body button[name="payolution_interest_calculator_button"] {
    display: none !important;
}

body#checkout section.checkout-step {
    padding: 0;
}

body#checkout section.checkout-step.-current .step-title {
    border-bottom: 1px solid hsla(0, 0%, 63%, 0.25);
    margin-bottom: 0;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding: 0 0.5rem 0.5rem;
}

body#checkout section.checkout-step .step-title {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 1rem !important;
}

@media (max-width: 767px) {
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: right;
        margin-top: 0;
    }
}

.input-group > button {
    border-radius: 0;
}

#personal-information-step-login {
    background-color: white !important;
}

.cart-item,
.cart-item-header {
    padding: 0.5rem 0;
}

#ui-datepicker-div {
    z-index: 10 !important;
}

body#checkout .additional-information {
    margin-left: 0;
    margin-right: 0;
    padding: 1em;
    margin-bottom: 2em;
}

.heidelpayChoices__inner {
    background-color: white !important;
}

.heidelpayChoices__list {
    background-color: white !important;
}

form[data-method-name="directdebitssepa"] label {
    display: none;
}

form[data-method-name="creditcard"] .form-group label {
    position: static !important;
}

.btn-primary:disabled,
.btn-primary.disabled:hover {
    background-color: rgb(108, 108, 108) !important;
    cursor: not-allowed !important;
}

:disabled {
    cursor: not-allowed !important;
}

.nav-tabs {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

.nav-tabs .nav-item {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.nav-tabs .nav-link {
    padding-left: 1em;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0 !important;
    color: #3d3e3e;
    opacity: 0.9;
}

.tab-content {
    border: 1px solid #3d3e3e;
    border-radius: 0.5em;
    padding: 1em;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    color: #3d3e3e;
    border: 1px solid #3d3e3e;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
    background-color: white;
}

.regular-price {
    color: grey !important;
}

.product-prices .discount,
.cart-item .discount,
.product-price-and-shipping .discount {
    color: #eba53d !important;
    margin-left: 0.3em;
}

/*slick slider zoom bug*/

#product-modal-body.slick-slider {
    touch-action: auto !important;
}

.images-container,
.product-cover,
.product_header_container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.iqitreviews-simple {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    display: block !important;
}

.product-miniature .iqitreviews-nb {
    display: inline-block !important;
    font-size: 10px;
}

.iqitreviews-simple {
    padding-bottom: 0 !important;
}

.variant-name {
    font-size: 80%;
    font-weight: 700;
}

@media (max-width: 500px) {
    ul#group_8 {
        overflow-x: auto;
    }

    ul#group_8::-webkit-scrollbar {
        display: none;
    }
}

#main-product-wrapper .h1.page-title {
    border: none !important;
}

#personal-information-step-login {
    padding: 0 !important;
}

section.checkout-step {
    border: none !important;
}

/*margin bottom for paypal box on the card page*/

.checkout.cart-detailed-actions.card-body a.btn {
    margin-bottom: 1em;
}

.full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw !important;
    position: relative;
    right: 50%;
    width: 100vw;
}

.youtube-container-100 {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0 13px 14px 0 rgba(50, 50, 50, 0.4);
}

.youtube-container-100 iframe,
.youtube-container-100 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rounded-slide {
    border: 1px solid rgb(222, 224, 211) !important;
    border-radius: 15px !important;
    box-shadow: 1px 1px 6px gray !important;
}

.rounded-slide-caption {
    text-shadow: 0 0 0 darkgray;
    bottom: 1em;
    left: 0;
    right: 0;
    background-color: rgba(237, 237, 237, 0.8);
    font-size: 1.2em;
    font-weight: bold;
}

#mpm_faqs_form_container {
    font-family: "Gilroy", sans-serif;
    color: #3d3e3e;
}

#mpm_faqs_form_container > header {
    height: auto !important;
    background-color: white;
}

#mpm_faqs_form_header_content > h1 {
    color: #3d3e3e;
    padding-bottom: 0 !important;
}

#mpm_faqs_form_close_button {
    color: #3d3e3e;
}

.mpm-faqs-form-button {
    background-color: #3d3e3e;
}

#mpm_faqs_form_submit_button.disabled-submit-btn,
#mpm_faqs_form_submit_button.disabled-submit-btn:hover {
    background: #3d3e3e !important;
}

#mpm_faqs_select_wrapper .content {
    background: white !important;
    color: #3d3e3e;
    padding-left: 1em;
}

#mpm_faqs_select_wrapper .content .list span {
    background: white;
}

#mpm_faqs_select_wrapper .content .list span:hover {
    background: lightgray;
}

#mpm_faqs_select_wrapper .content .list {
    border: none !important;
    box-shadow: 5px -5px 8px lightgrey;
    border-radius: 7px;
}

.paypal-marks {
    display: none !important;
}

.paypal-mark > img {
    display: none !important;
}

div[data-container-express-checkout],
div[data-container-bnpl] {
    text-align: center;
    margin: 0 auto;
}

.ma5menu-back {
    position: sticky !important;
    top: 0;
    background-color: white;
    z-index: 1;
}

#conditions-to-approve > ul > li .custom-checkbox input[type="checkbox"] + span:not(.color) {
    border-color: #8cad2d !important;
    border-radius: 5px;
}

#payment-confirmation button {
    font-size: 1.2em;
    padding: 0.3em;
    font-weight: bold;
    box-shadow: 1px 3px 5px #afafad;
}

.payment-option:has(input:checked) {
    color: black !important;
}

a[role="button"] {
    cursor: pointer;
}

#fmeStorePage {
    display: none;
}

.thumbnail-container {
    min-height: auto !important;
}

#cart-subtotal-shipping {
    display: none;
}

#iqitpopup {
    height: 530px !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

#iqitpopup .iqitpopup-close {
    top: 0 !important;
}

#iqitpopup .iqit-close-popup {
    width: 30px;
    height: 30px;
}

#order-confirmation div#trustcard-container {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    visibility: hidden !important;
}

#order-confirmation div[id^="minimized-trustbadge"] {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    visibility: hidden !important;
}

.counter.banner {
    margin: 0 0 1em 0 !important;
    color: white !important;
}

.counter-value-label {
    text-shadow: none !important;
    font-weight: bold;
}

.counter-value {
    text-shadow: none !important;
    font-weight: bold;
}

#mj-product-carousel figcaption[data-legend=""] {
    display: none;
}

#mj-product-previews .thumb-container .thumb {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    box-shadow: 1px 1px 5px lightgrey;
    cursor: pointer;
}

#mj-product-previews .slick-current .thumb-container > .thumb {
    border: 1px solid #3d3e3e;
}

.cat-btn.has-badge::after {
    position: absolute;
    content: attr(data-badge);
    background-color: #97a926;
    color: white;
    padding: 0.1em 0.5em;
    border-radius: 1em;
    left: 12.5em;
    top: 1.5em;
    font-size: 0.7em;
    font-weight: bold;
}

div.product-variants-item-10 > div.custom-select2 > select {
    width: 100%;
    border-radius: 15px !important;
}

@media (max-width: 767px) {
    div.product-variants-item-10 > div.custom-select2 {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    div.product-variants-item-10 > div.custom-select2 {
        width: 50% !important;
        max-width: 50% !important;
    }
}

ul#group_8 > li.bestseller:after,
ul#group_17 > li.bestseller:after,
ul#group_11 > li.bestseller:after {
    content: "beliebt";
    color: rgb(28, 28, 28);
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 10px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    text-shadow: 1px 1px 1px white;
    font-weight: bold;
}

.overflowed-review:not(.open) {
    position: relative;
    min-height: 4.8em;
    max-height: 4.8em;
    transition: max-height 0.5s ease-in-out;
    overflow-y: hidden;
}

.overflowed-review.open {
    overflow-y: auto;
    transition: max-height 0.5s ease-in-out;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.overflowed-review:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2em;
    background: linear-gradient(rgba(255, 255, 255, 0), white);
}

.overflowed-review > a.open {
    position: sticky;
    display: block;
    bottom: 0;
    height: 1.6em;
    background-color: transparent;
    z-index: 1;
}

.overflowed-review > a.open > i {
    background-color: white;
    border-radius: 50%;
    padding: 0.2em;
    box-shadow: 1px 1px 5px lightgrey;
}

.overflowed-review.open::-webkit-scrollbar {
    display: none;
}

.category-id-26 ul.category-top-menu {
    display: none;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: 0 !important;
}

#active-search-filters {
    margin-bottom: 1rem;
}

li.filter-block .btn-sm i {
    vertical-align: baseline;
}

body#index #header {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: -90px;
    background-color: transparent;
}

body#index #mobile-header-sticky {
    background: transparent;
}

body#index #mobile-header-sticky.stuck-down,
#mobile-header-sticky.stuck-up.visible-stuck-up {
    background-color: transparent;
}

body#index #header .header-top {
    background-color: transparent;
}

#header svg {
    width: 100%;
    height: 100%;
}

.delivery-options-list .delivery-option.js-delivery-option,
.delivery-options-list .delivery-option.js-delivery-option + .carrier-extra-content {
    border: 1px solid transparent;
    transition: border-color 0.3s ease, border-width 0.3s ease;
}

.delivery-options-list .delivery-option.js-delivery-option:has(input[type="radio"]:checked) {
    border: 1px solid #9f9f9f; /* dark border */
    border-bottom: 0; /* remove top border */
}

.delivery-options-list .delivery-option.js-delivery-option:has(input[type="radio"]:checked) + .carrier-extra-content {
    border: 1px solid #9f9f9f; /* dark border */
    border-top: 0; /* remove top border */
}

#table_box {
    padding: 0 !important;
}

.cart-item-983 .qty {
    pointer-events: none !important;
    visibility: hidden !important;
}

.cart-item-983 .cart-line-product-actions {
    visibility: hidden !important;
    pointer-events: none !important;
}
