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

/* Product List Slider with Filter widget */
.vitaminka-product-list-slider .qodef-m-filter-item[data-filter="*"] {
    display: none;
}

.qodef-woo-product-list .qodef-woo-product-title {
    font-size: 18px;
}

.vitaminka-product-list-slider .qodef-m-filter {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.vitaminka-product-list-slider .qodef-m-filter-items {
    column-gap: 30px;
    border-bottom: 5px solid #F7ECEA;
    flex-direction: row !important;
}

.vitaminka-product-list-slider .qodef-m-filter-items a {
    position: relative;
    margin: 0;
    padding-bottom: 20px;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.vitaminka-product-list-slider .qodef-m-filter-items a.qodef--active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    border-bottom: 5px solid var(--primary-color);
    border-radius: 100px;
}

.vitaminka-see-all-products {
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 40px;
    border-bottom: 1px solid #191919;
    color: #191919;
}

.vitaminka-product-list-slider .qodef-grid>.qodef-grid-inner {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .vitaminka-product-list-slider .qodef-grid.qodef--no-bottom-space,
    .life-balance-slider .qodef-grid.qodef-gutter--small.qodef--no-bottom-space {
        overflow: visible !important;
        display: block;
        width: 80%;
    }

    .vitaminka-product-list-slider .qodef-m-filter-items {
        column-gap: 20px;
    }

    .vitaminka-product-list-slider .qodef-m-filter-items a {
        font-size: 14px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

/* End Product List Slider with Filter widget */

/* Health List */
.health-marquee {
    overflow: hidden;
    max-width: 2056px;
    margin: 0 auto;
}

.health-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: max-content;
    animation: health-marquee 40s linear infinite;
}

.health-list li {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-right: 30px;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    white-space: nowrap;
}

.health-list li::before {
    content: '';
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    background-image: url("../images/logo-icon.avif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* 6n pattern so duplicated items keep their colors */
.health-list li:nth-child(6n+1) { color: #516C6B; }
.health-list li:nth-child(6n+2) { color: #B4788F; }
.health-list li:nth-child(6n+3) { color: #5A5656; }
.health-list li:nth-child(6n+4) { color: #BA7B66; }
.health-list li:nth-child(6n+5) { color: #B897BC; }
.health-list li:nth-child(6n)   { color: #CF8377; }

@keyframes health-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .health-list { animation: none; }
}
/* End Health List */

/* Shop by Brand */

.shop-by-brand-carousel .qodef-image-carousel-holder .qodef-owl-slider .owl-stage-outer {
    overflow: visible;
}

.shop-by-brand-carousel .qodef-image-carousel-holder .qodef-ic-item:hover:after {
    display: none;
}

.shop-by-brand-carousel .qodef-image-carousel-holder .qodef-ic-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    margin: 0;
    padding: 5px 16px;
    background: #fff;
    border: 1px solid #E9EDE9;
    border-radius: 4px;
    box-sizing: border-box;
}

.shop-by-brand-carousel .qodef-image-carousel-holder .qodef-ic-item a,
.shop-by-brand-carousel .qodef-image-carousel-holder .qodef-pc-item-image,
.shop-by-brand-carousel .qodef-image-carousel-holder .qodef-pc-item-actual-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.shop-by-brand-carousel .qodef-image-carousel-holder .qodef-pc-item-actual-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.shop-by-brand-carousel .qodef-image-carousel-holder .owl-nav,
.shop-by-brand-carousel .qodef-image-carousel-holder .owl-dots {
    display: none !important;
}
/* End Shop by Brand */