:root {
    --mv-primary: #111111;
    --mv-accent: #ffd600;
    --mv-radius: 18px;
    --bs-primary: #FD358F;
    --bs-primary-rgb: 253,53,143;
    --mv-pill-pink: #F22996;
    --mv-pill-pink-soft: #FDE7F3;
    --mv-pill-pink-text: #C91578;
    --mv-pill-aqua: #11CDC8;
    --mv-pill-aqua-soft: #E5FAFA;
    --mv-pill-aqua-text: #087E80;
    --mv-pill-blue: #28B8F5;
    --mv-pill-blue-soft: #E9F7FF;
    --mv-pill-blue-text: #0875A8;
    --mv-pill-purple: #8B5CF6;
    --mv-pill-purple-soft: #F2EDFF;
    --mv-pill-purple-text: #6840D9;
    --mv-pill-orange: #FF8A3D;
    --mv-pill-orange-soft: #FFF1E6;
    --mv-pill-orange-text: #C85A17;
    --mv-pill-yellow: #FFD84D;
    --mv-pill-yellow-soft: #FFF8D6;
    --mv-pill-yellow-text: #8A6400;
    --mv-navy: #07152A
}

.btn-primary,.product-miniature__inner {
    border-radius: var(--mv-radius)
}

.header-top__right {
    flex-direction: row-reverse
}

@media (min-width:768px) {
    .d-md-flex {
        margin: 0!important
    }
}

div#_desktop_ps_shoppingcart {
    margin-left: auto!important
}

body#index .carousel-caption {
    bottom: 20.125rem;
    left: 60%;
    right: 10%
}

body#index .ps-imageslider__figcaption {
    background-color: inherit;
    color: #000
}

.section-title {
    font-size: xx-large;
    font-weight: 800;
    line-height: 1.3em;
    text-align: center
}

@layer utilities {
    body#index section.ps-imageslider .ps-imageslider__figcaption>h2.h1.text-uppercase {
        text-transform: none!important;
        font-size: xxx-large;
        font-weight: 900
    }
}

.section-title,body,div,p,span {
    font-family: "Roboto",sans-serif
}

body#index .ps-imageslider,body#index .ps-imageslider #ps_imageslider,body#index .ps-imageslider .carousel-inner,body#index .ps-imageslider .carousel-item,body#index .ps-imageslider .ps-imageslider__figure {
    position: relative;
    overflow: hidden
}

body#index .ps-imageslider__figure {
    margin: 0
}

body#index .ps-imageslider .ps-imageslider__figcaption {
    position: absolute;
    left: auto!important;
    right: clamp(24px,7vw,150px)!important;
    top: clamp(25px,7vw,90px)!important;
    bottom: auto!important;
    width: clamp(360px,35vw,650px);
    max-width: calc(100vw - 48px);
    padding: 0!important;
    margin: 0!important;
    transform: none!important;
    text-align: left;
    z-index: 20
}

body#index .ps-imageslider .ps-imageslider__figcaption h2 {
    margin: 0 0 14px;
    color: #000;
    font-size: clamp(32px,3.2vw,64px);
    line-height: 1.05;
    font-weight: 800;
    text-align: left
}

@layer utilities {
    body#index .ps-imageslider .ps-imageslider__figcaption h2.text-uppercase {
        text-transform: none!important
    }
}

body#index .ps-imageslider .ps-imageslider__figcaption p {
    margin: 0 0 12px;
    max-width: 100%;
    color: #404040;
    font-size: clamp(14px,1.05vw,20px);
    line-height: 1.45;
    text-align: left
}

body#index .ps-imageslider .ps-imageslider__figcaption p span {
    background: 0 0!important;
    font-size: inherit!important;
    line-height: inherit!important
}

body#index .ps-imageslider .miami-hero-extra {
    position: relative!important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(20px,2.2vw,50px);
    width: 100%;
    margin-top: 8px
}

body#index .ps-imageslider .miami-hero-cta {
    position: static!important;
    top: auto!important;
    right: auto!important;
    bottom: auto!important;
    left: auto!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: clamp(230px,17vw,335px);
    min-height: clamp(58px,4.4vw,86px);
    padding: clamp(14px,1.3vw,22px) clamp(24px,2vw,42px);
    background: #ff35ad;
    color: #fff!important;
    border: 4px solid #fff;
    border-radius: 4px;
    font-size: clamp(17px,1.2vw,24px);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none!important;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    z-index: 30
}

body#index .ps-imageslider .miami-video-card {
    position: relative!important;
    top: auto!important;
    right: auto!important;
    bottom: auto!important;
    left: auto!important;
    width: clamp(330px,34vw,640px);
    max-width: 100%;
    margin: 0!important;
    overflow: visible;
    z-index: 25
}

body#index .ps-imageslider .miami-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 14px;
    background: #111;
    box-shadow: 0 24px 60px rgba(0,0,0,.3)
}

body#index .ps-imageslider .miami-video-player {
    display: block;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    border: 0
}

body#index .ps-imageslider .miami-video-expand {
    position: absolute;
    left: 50%;
    bottom: clamp(-34px,-2vw,-24px);
    z-index: 35;
    width: clamp(58px,4.3vw,76px);
    height: clamp(58px,4.3vw,76px);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.22);
    text-decoration: none!important
}

body#index .ps-imageslider .miami-video-expand img {
    display: block;
    width: clamp(52px,4vw,70px);
    height: clamp(52px,4vw,70px);
    object-fit: contain;
    border-radius: 50%
}

@media (max-width:1399.98px) {
    body#index .ps-imageslider .ps-imageslider__figcaption {
        right: clamp(20px,5vw,80px)!important;
        top: clamp(18px,5vw,60px)!important;
        width: clamp(340px,38vw,520px)
    }

    body#index .ps-imageslider .ps-imageslider__figcaption h2 {
        font-size: clamp(30px,3vw,50px)
    }

    body#index .ps-imageslider .miami-video-card {
        width: clamp(330px,36vw,510px)
    }
}

@media (max-width:1199.98px) {
    body#index .ps-imageslider .ps-imageslider__figcaption {
        right: 24px!important;
        top: 24px!important;
        width: 38vw
    }

    body#index .ps-imageslider .ps-imageslider__figcaption h2 {
        font-size: clamp(28px,3vw,40px);
        line-height: 1.08
    }

    body#index .ps-imageslider .ps-imageslider__figcaption p {
        font-size: 14px;
        line-height: 1.35
    }

    body#index .ps-imageslider .miami-hero-extra {
        gap: 18px
    }

    body#index .ps-imageslider .miami-hero-cta {
        min-width: 220px;
        min-height: 54px;
        padding: 12px 24px;
        font-size: 17px
    }

    body#index .ps-imageslider .miami-video-card {
        width: 34vw;
        min-width: 300px
    }
}

@media (max-width:991.98px) {
    body#index .ps-imageslider .ps-imageslider__figcaption {
        display: none!important
    }
}

body#index .ps-featuredproducts {
    padding: 0px 0 55px;
    background: #fff
}

body#index .ps-featuredproducts .module-products.container {
    width: 100%;
    max-width: 1710px;
    padding-left: 48px;
    padding-right: 48px
}

body#index .ps-featuredproducts .section-title {
    margin: 0 0 45px;
    text-align: center;
    color: #000;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em
}

body#index .ps-featuredproducts .products {
    display: grid!important;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 54px 32px;
    align-items: stretch
}

body#index .ps-featuredproducts .product-miniature {
    width: 100%!important;
    max-width: none!important;
    margin: 0!important;
    padding: 0!important
}

body#index .ps-featuredproducts .product-miniature__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: 0 0!important;
    border: 0!important;
    box-shadow: none!important;
    padding: 0!important
}

body#index .ps-featuredproducts .product-miniature__top {
    position: relative;
    background: 0 0!important;
    border: 0!important;
    overflow: visible!important;
    margin-bottom: 28px
}

body#index .ps-featuredproducts .product-miniature__image-container,body#index .ps-featuredproducts .product-miniature__image-link,body#index .ps-featuredproducts .thumbnail-container {
    display: block;
    width: 100%;
    background: 0 0!important;
    border: 0!important;
    border-radius: 0!important;
    overflow: visible!important
}

body#index .ps-featuredproducts .product-miniature__image {
    display: block;
    width: 100%!important;
    height: 340px!important;
    object-fit: contain!important;
    object-position: center center;
    background: 0 0!important;
    transform: none!important
}

body#index .ps-featuredproducts .product-flags .badge.new,body#index .ps-featuredproducts .product-miniature__quickview-button,body#index .ps-featuredproducts .product-miniature__quickview-touch {
    display: none!important
}

body#index .ps-featuredproducts .product-flags {
    display: flex;
    flex-direction: row;
    gap: 5px
}

body#index .ps-featuredproducts .product-flags .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    padding: 5px 10px;
    background: #11cec9!important;
    color: #fff!important;
    border: 0!important;
    border-radius: 0!important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}

body#index .ps-featuredproducts .product-miniature__bottom {
    background: 0 0!important
}

body#index .ps-featuredproducts .product-miniature__bottom,body#index .ps-featuredproducts .product-miniature__infos {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0!important
}

body#index .ps-featuredproducts .product-miniature__title {
    display: block;
    min-height: 48px;
    margin: 0 0 8px;
    color: #000!important;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none!important
}

body#index .ps-featuredproducts .product-miniature__title:hover {
    color: #000!important;
    text-decoration: none!important
}

body#index .ps-featuredproducts .product-miniature__variants {
    display: none!important
}

body#index .ps-featuredproducts .product-list-review::after {
    content: "";
    display: block;
    height: 1px;
    background: #d9d9d9;
    flex: 1;
    margin-left: 12px
}

body#index .ps-featuredproducts .product-miniature__prices {
    order: 3;
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 0 0 22px;
    color: #000
}

body#index .ps-featuredproducts .product-miniature__price {
    color: #000!important;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2
}

body#index .ps-featuredproducts .product-miniature__regular-price {
    color: #777!important;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through
}

body#index .ps-featuredproducts .product-miniature__discount-price {
    display: inline-flex
}

body#index .ps-featuredproducts .product-miniature__actions {
    padding: 0!important
}

body#index .ps-featuredproducts .product-miniature__form {
    width: 100%
}

body#index .ps-featuredproducts .product-miniature__add {
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 100%!important;
    height: 42px;
    min-height: 42px;
    padding: 0 22px;
    background: #11cec9!important;
    color: #fff!important;
    border: 0!important;
    border-radius: 999px!important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none!important;
    box-shadow: none!important
}

body#index .ps-featuredproducts .product-miniature__add:focus,body#index .ps-featuredproducts .product-miniature__add:hover {
    background: #0fb8b4!important;
    color: #fff!important
}

body#index .ps-featuredproducts .product-miniature__add-text {
    display: inline!important;
    color: #fff!important
}

body#index .ps-featuredproducts .module-products__buttons,body#index .ps-featuredproducts .product-miniature__add .material-icons {
    display: none!important
}

@media (max-width:1399.98px) {
    body#index .ps-featuredproducts .module-products.container {
        padding-left: 32px;
        padding-right: 32px
    }

    body#index .ps-featuredproducts .products {
        gap: 46px 28px
    }

    body#index .ps-featuredproducts .product-miniature__image {
        height: 310px!important
    }

    body#index .ps-featuredproducts .product-miniature__title {
        font-size: 18px
    }
}

@media (max-width:1199.98px) {
    body#index .ps-featuredproducts .products {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    body#index .ps-featuredproducts .product-miniature__image {
        height: 300px!important
    }
}

@media (max-width:991.98px) {
    body#index .ps-featuredproducts {
        padding: 0px 0 40px
    }

    body#index .ps-featuredproducts .products {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 42px 24px
    }

    body#index .ps-featuredproducts .product-miniature__image {
        height: 260px!important
    }
}

@media (max-width:575.98px) {
    body#index .ps-featuredproducts .module-products.container {
        padding-left: 18px;
        padding-right: 18px
    }

    body#index .ps-featuredproducts .section-title {
        margin-bottom: 32px;
        font-size: 24px
    }

    body#index .ps-featuredproducts .products {
        grid-template-columns: 1fr;
        gap: 42px
    }

    body#index .ps-featuredproducts .product-miniature__image {
        height: 300px!important
    }

    body#index .ps-featuredproducts .product-miniature__title {
        min-height: auto;
        font-size: 18px
    }
}

.engagements-section {
    width: 100%;
    background: #fff;
    padding: 70px 20px 42px;
    box-sizing: border-box
}

.engagements-container {
    max-width: 1740px;
    margin: 0 auto
}

.engagement-card h3,.engagements-title {
    font-weight: 800;
    text-transform: uppercase
}

.bloghometitle .products-section-title,.engagements-title {
    margin: 0 0 42px;
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    color: #000
}

.engagements-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px
}

.engagement-card {
    background: #11cec9;
    min-height: 225px;
    padding: 48px 55px 35px;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.engagement-card h3 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.25
}

.engagement-card p {
    margin: 0;
    font-size: 20px;
    line-height: 1.38;
    font-weight: 400
}

.hha-home-hero {
    margin-top: -2.5rem
}

@media (max-width:1024px) {
    .engagements-section {
        padding: 55px 20px 35px
    }

    .engagements-title {
        font-size: 32px;
        margin-bottom: 35px
    }

    .engagements-grid {
        gap: 25px
    }

    .engagement-card {
        padding: 38px 28px 32px;
        min-height: 220px
    }

    .engagement-card h3 {
        font-size: 22px
    }

    .engagement-card p {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .engagements-section {
        padding: 42px 15px 30px
    }

    .engagements-title {
        font-size: 28px;
        margin-bottom: 28px
    }

    .engagements-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .engagement-card {
        min-height: auto;
        padding: 35px 24px
    }

    .engagement-card h3 {
        font-size: 21px
    }

    .engagement-card p {
        font-size: 17px;
        line-height: 1.45
    }
}

@media (max-width:420px) {
    .engagements-title {
        font-size: 24px
    }

    .engagement-card {
        padding: 30px 18px
    }

    .engagement-card h3 {
        font-size: 20px
    }

    .engagement-card p {
        font-size: 16px
    }
}

.mv-reviews,.mv-reviews * {
    box-sizing: border-box
}

.mv-reviews {
    width: 100%;
    min-height: 850px;
    padding: 14px 20px 175px;
    font-family: "Roboto",Arial,sans-serif;
    background-image: url(https://miamivibes24.eu/wp-content/uploads/2025/11/miamivibes-eu-reviews-background.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.bloghometitle .products-section-title {
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px
}

.mv-reviews-title {
    margin: 0 0 96px;
    text-align: center;
    color: #000;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700
}

.mv-reviews-grid {
    width: 100%;
    max-width: 945px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 30px;
    row-gap: 78px
}

.mv-review-card {
    position: relative;
    min-height: 216px;
    padding: 64px 30px 48px;
    text-align: center;
    color: #333;
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    box-shadow: 0 0 25px -5px rgba(21,21,21,.1);
    backdrop-filter: blur(3px)
}

.mv-review-photo {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 94px;
    height: 94px;
    transform: translateX(-50%);
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff
}

.mv-review-name {
    margin: 2px 0 22px;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase
}

.mv-review-name span {
    color: #10cfc9
}

.mv-review-text {
    max-width: 390px;
    margin: 0 auto;
    color: #3f3f3f;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 400
}

.mv-review-stars {
    position: absolute;
    left: 50%;
    bottom: -17px;
    width: 198px;
    height: auto;
    transform: translateX(-50%)
}

@media (max-width:1024px) {
    .mv-reviews {
        min-height: auto;
        padding: 35px 20px 150px;
        background-size: cover
    }

    .mv-reviews-title {
        margin-bottom: 85px;
        font-size: 28px
    }

    .mv-reviews-grid {
        max-width: 900px;
        column-gap: 24px
    }

    .mv-review-card {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width:767px) {
    .mv-reviews {
        padding: 35px 20px 120px;
        background-size: cover
    }

    .mv-reviews-title {
        margin-bottom: 80px;
        font-size: 24px
    }

    .mv-reviews-grid {
        max-width: 430px;
        grid-template-columns: 1fr;
        row-gap: 82px
    }

    .mv-review-card {
        min-height: auto;
        padding: 62px 22px 46px
    }

    .mv-review-photo {
        width: 88px;
        height: 88px;
        top: -42px
    }

    .mv-review-name {
        font-size: 14px;
        margin-bottom: 18px
    }

    .mv-review-text {
        font-size: 12px;
        line-height: 1.55
    }

    .mv-review-stars {
        width: 190px
    }
}

@media (max-width:420px) {
    .mv-reviews {
        padding-left: 15px;
        padding-right: 15px
    }

    .mv-review-card {
        padding-left: 18px;
        padding-right: 18px
    }

    .mv-review-stars {
        width: 175px
    }
}

.bloghometitle {
    width: 100%;
    margin: 40px 0 35px;
    text-align: center;
    display: block
}

.bloghome h3.everpsblog.article-content a,.bloghometitle a {
    color: #000;
    text-decoration: none
}

.bloghome {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto 60px;
    padding: 0 38px;
    box-sizing: border-box
}

.bloghome .carousel-inner {
    display: grid!important;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 32px;
    width: 100%;
    overflow: visible
}

.bloghome .article.everpsblog {
    width: 100%!important;
    max-width: none!important;
    padding: 0!important;
    margin: 0!important;
    display: flex!important;
    flex-direction: column;
    float: none!important;
    background: #fff3d6;
    box-sizing: border-box
}

.bloghome .article-img {
    width: 100%;
    padding: 0!important;
    margin: 0;
    overflow: hidden
}

.bloghome .article-img img {
    width: 100%!important;
    height: 228px;
    padding: 0!important;
    margin: 0;
    display: block;
    object-fit: cover;
    object-position: center
}

.bloghome .article.everpsblog>.col-12:not(.article-img) {
    width: 100%;
    padding: 38px 40px 42px!important;
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box
}

.bloghome h3.everpsblog.article-content {
    margin: 0 0 14px;
    padding: 0;
    min-height: 58px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    color: #000
}

.bloghome .everpsblogcontent {
    margin: 0 0 4px;
    padding: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400
}

.bloghome .article.everpsblog .btn.btn-primary {
    display: inline-block;
    width: fit-content;
    margin-top: 26px;
    padding: 0;
    border: 0;
    background: 0 0;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: underline;
    box-shadow: none
}

.bloghome .article.everpsblog .btn.btn-primary:focus,.bloghome .article.everpsblog .btn.btn-primary:hover {
    background: 0 0;
    color: #000;
    text-decoration: underline;
    box-shadow: none
}

.bloghome .col-12,.bloghome .col-md-3,.bloghome .col-xs-12 {
    box-sizing: border-box
}

@media (max-width:1199px) {
    .bloghome {
        padding: 0 24px
    }

    .bloghome .carousel-inner {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 28px
    }

    .bloghome .article-img img {
        height: 250px
    }
}

@media (max-width:767px) {
    .bloghometitle {
        margin: 35px 0 28px
    }

    .bloghometitle .products-section-title {
        font-size: 24px
    }

    .bloghome {
        padding: 0 16px;
        margin-bottom: 40px
    }

    .bloghome .carousel-inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .bloghome .article-img img {
        height: 220px
    }

    .bloghome .article.everpsblog>.col-12:not(.article-img) {
        padding: 28px 26px 34px!important
    }

    .bloghome h3.everpsblog.article-content {
        min-height: auto;
        font-size: 19px
    }

    .bloghome .everpsblogcontent {
        font-size: 15px
    }

    .bloghome .article.everpsblog .btn.btn-primary {
        margin-top: 22px;
        font-size: 15px
    }
}

.post-featured-image.featured-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    margin: 0 auto 30px
}

@media (min-width:768px) {
    .post-featured-image.featured-image {
        max-height: 520px;
        object-fit: cover
    }
}

@layer utilities {
@    media (min-width:768px) {
        .header-bottom__row>#_desktop_ps_searchbar.order-2,.header-bottom__row>*,.header-bottom__row>.order-2{order: 0!important
    }
}}

@media (min-width:768px) {
    .header-bottom__row {
        display: flex!important;
        align-items: stretch!important
    }

    .header-bottom__row>#_desktop_ps_customersignin,.header-bottom__row>#_desktop_ps_searchbar,.header-bottom__row>#_desktop_ps_shoppingcart,.header-bottom__row>.header-bottom__logo {
        flex: 1 1 0!important;
        width: 25%!important;
        max-width: 25%!important;
        min-width: 0!important;
        margin-left: 0!important;
        margin-right: 0!important;
        display: flex!important;
        align-items: center!important
    }

    .header-bottom__row>.header-bottom__logo {
        justify-content: flex-start!important
    }

    .header-bottom__row>#_desktop_ps_searchbar {
        justify-content: center!important
    }

    .header-bottom__row>#_desktop_ps_customersignin,.header-bottom__row>#_desktop_ps_shoppingcart {
        justify-content: flex-end!important
    }

    #_desktop_ps_searchbar #ps_searchbar,#_desktop_ps_searchbar .ps-searchbar,#_desktop_ps_searchbar .ps-searchbar__form {
        width: 100%!important
    }

    .header-bottom__logo .header-bottom__h1,.header-bottom__logo .navbar-brand {
        margin: 0!important
    }

    .header-bottom__logo img.logo {
        max-height: 70px!important;
        width: auto!important
    }
}

@layer utilities {
@    media (min-width:768px) {
        .header-bottom__row>#_desktop_ps_searchbar.order-2,.header-bottom__row>*,.header-bottom__row>.order-2{order: 0!important
    }
}}

@media (min-width:768px) {
    .header-bottom__row {
        display: flex!important;
        flex-wrap: nowrap!important;
        align-items: center!important;
        gap: 14px!important
    }

    .header-bottom__row>#_desktop_ps_searchbar,.header-bottom__row>.me-auto,.header-bottom__row>.me-md-0,.header-bottom__row>.ms-auto {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .header-bottom__row>#_desktop_ps_searchbar {
        flex: 1 1 auto!important;
        width: auto!important;
        max-width: none!important;
        min-width: 260px!important;
        padding-left: 14px!important;
        padding-right: 14px!important;
        display: flex!important;
        align-items: center!important;
        justify-content: center!important
    }

    .header-bottom__row>#_desktop_ps_searchbar>#ps_searchbar {
        width: 100%!important;
        max-width: 760px!important;
        margin-left: auto!important;
        margin-right: auto!important
    }

    .header-bottom__row>#_desktop_ps_customersignin,.header-bottom__row>#_desktop_ps_shoppingcart,.header-bottom__row>.header-bottom__logo {
        flex: 0 0 auto!important;
        width: max-content!important;
        max-width: max-content!important;
        min-width: 0!important;
        margin-left: 0!important;
        margin-right: 0!important;
        display: flex!important;
        align-items: center!important
    }
}

#ps_searchbar.ps-searchbar {
    width: 100%!important;
    max-width: 760px!important;
    position: relative!important
}

#ps_searchbar .ps-searchbar__form {
    position: relative!important;
    width: 100%!important;
    height: 60px!important;
    display: flex!important;
    align-items: center!important;
    padding: 7px 74px 7px 14px!important;
    border: 1px solid rgba(17,206,201,.55)!important;
    border-radius: 30px!important;
    backdrop-filter: blur(10px) saturate(135%)!important;
    -webkit-backdrop-filter: blur(10px) saturate(135%)!important;
    overflow: visible!important
}

#ps_searchbar .ps-searchbar__form:focus-within {
    border-color: rgba(17,206,201,.8)!important;
    box-shadow: inset 0 1px 2px rgba(255,255,255,.9),inset 0-8px 18px rgba(17,206,201,.16),0 3px 0 rgba(242,59,180,.42),0 12px 28px rgba(17,206,201,.18)!important
}

#ps_searchbar .ps-searchbar__form::before {
    content: ""!important;
    position: absolute!important;
    left: 16px!important;
    right: 74px!important;
    top: 9px!important;
    bottom: 9px!important;
    background: rgba(255,255,255,.9)!important;
    border: 1px solid rgba(17,206,201,.18)!important;
    border-radius: 999px!important;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.95),0 4px 12px rgba(41,35,127,.07)!important;
    z-index: 1!important
}

#ps_searchbar .ps-searchbar__form::after,#ps_searchbar .ps-searchbar__magnifier {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    line-height: 1!important
}

#ps_searchbar .ps-searchbar__form::after {
    content: ""!important;
    font-family: "Material Icons"!important;
    position: absolute!important;
    right: 7px!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    width: 48px!important;
    height: 48px!important;
    background: #f8f9fa!important;
    color: #ff3fb4!important;
    border-radius: 50%!important;
    font-size: 26px!important;
    z-index: 3!important;
    pointer-events: none!important
}

#ps_searchbar .ps-searchbar__magnifier {
    position: relative!important;
    z-index: 2!important;
    flex: 0 0 52px!important;
    width: 52px!important;
    height: 42px!important;
    color: rgba(242,59,180,.82)!important;
    font-size: 31px!important;
    margin: 0!important
}

#ps_searchbar .ps-searchbar__input {
    position: relative!important;
    z-index: 2!important;
    flex: 1 1 auto!important;
    height: 42px!important;
    padding: 0 16px 0 0!important;
    border: 0!important;
    outline: 0!important;
    box-shadow: none!important;
    background: 0 0!important;
    color: #29237f!important;
    font-size: 17px!important;
    font-weight: 500!important;
    margin-left: 25px
}

#ps_searchbar .ps-searchbar__input::placeholder {
    color: rgba(41,35,127,.45)!important;
    opacity: 1!important
}

#ps_searchbar .ps-searchbar__clear {
    position: relative!important;
    z-index: 4!important;
    width: 32px!important;
    height: 32px!important;
    min-width: 32px!important;
    padding: 0!important;
    margin-right: 6px!important;
    border: 0!important;
    border-radius: 50%!important;
    background: rgba(242,59,180,.1)!important;
    color: rgba(242,59,180,.8)!important
}

#ps_searchbar .ps-searchbar__dropdown {
    position: absolute!important;
    top: calc(100% 10px)!important;
    left: 18px!important;
    right: 78px!important;
    z-index: 9999!important;
    background: rgba(255,255,255,.96)!important;
    border: 1px solid rgba(17,206,201,.35)!important;
    border-radius: 18px!important;
    box-shadow: 0 18px 38px rgba(41,35,127,.12)!important;
    backdrop-filter: blur(8px)!important;
    -webkit-backdrop-filter: blur(8px)!important;
    overflow: hidden!important
}

#ps_searchbar .ps-searchbar__results {
    max-height: 360px!important;
    overflow-y: auto!important
}

@media (max-width:767px) {
    #ps_searchbar.ps-searchbar {
        max-width: 100%!important
    }

    #ps_searchbar .ps-searchbar__form {
        height: 52px!important;
        padding: 6px 62px 6px 10px!important;
        border-radius: 999px!important
    }

    #ps_searchbar .ps-searchbar__form::before {
        left: 12px!important;
        right: 62px!important;
        top: 7px!important;
        bottom: 7px!important
    }

    #ps_searchbar .ps-searchbar__form::after {
        right: 6px!important;
        width: 42px!important;
        height: 42px!important;
        font-size: 23px!important
    }

    #ps_searchbar .ps-searchbar__magnifier {
        flex-basis: 44px!important;
        width: 44px!important;
        height: 38px!important;
        font-size: 27px!important
    }

    #ps_searchbar .ps-searchbar__input {
        height: 38px!important;
        font-size: 15px!important
    }

    #ps_searchbar .ps-searchbar__dropdown {
        left: 12px!important;
        right: 64px!important
    }
}

#ps_searchbar .ps-searchbar__magnifier,.mv-card .mv-icon svg,.mv-feature .mv-icon svg,body#cms.cms-id-4 #content>h1,body#cms.cms-id-4 #main>h1,body#cms.cms-id-4 .breadcrumb,body#cms.cms-id-4 .breadcrumb-wrapper,body#cms.cms-id-4 .page-header,body#cms.cms-id-4 .page-title {
    display: none!important
}

@media (min-width:992px) {
    .ets_mm_megamenu .mm_columns_ul {
        width: 100%!important;
        max-width: 1440px!important;
        margin: 0 auto!important;
        padding: 34px 40px!important;
        display: flex!important;
        flex-wrap: nowrap!important;
        align-items: stretch!important;
        gap: 24px!important;
        background: #fff!important;
        border: 1px solid #e5e7eb!important;
        border-radius: 0 0 18px 18px!important;
        box-shadow: 0 18px 45px rgb(15 23 42/.12)!important;
        font-size: 14px!important
    }

    .ets_mm_megamenu .mm_columns_ul>.mm_columns_li {
        max-width: none!important;
        padding: 0!important;
        margin: 0!important;
        float: none!important;
        display: block!important
    }

    .ets_mm_megamenu .mm_columns_ul>.column_size_1 {
        width: 8.333333%!important
    }

    .ets_mm_megamenu .mm_columns_ul>.column_size_2 {
        width: 16.666667%!important
    }

    .ets_mm_megamenu .mm_columns_ul>.column_size_3 {
        width: 25%!important
    }

    .ets_mm_megamenu .mm_columns_ul>.column_size_4 {
        width: 33.333333%!important
    }

    .ets_mm_megamenu .mm_columns_ul>.column_size_5 {
        width: 41.666667%!important
    }

    .ets_mm_megamenu .mm_columns_ul>.column_size_6 {
        width: 50%!important
    }

    .ets_mm_megamenu .mm_columns_ul>.column_size_7 {
        width: 58.333333%!important
    }

    .ets_mm_megamenu .mm_columns_ul>.column_size_8 {
        width: 66.666667%!important
    }

    .ets_mm_megamenu .mm_columns_ul>.column_size_9 {
        width: 75%!important
    }

    .ets_mm_megamenu .mm_columns_ul>.column_size_10 {
        width: 83.333333%!important
    }

    .ets_mm_megamenu .mm_columns_ul>.column_size_11 {
        width: 91.666667%!important
    }

    .ets_mm_megamenu .mm_columns_ul>.column_size_12 {
        width: 100%!important
    }

    .ets_mm_megamenu .mm_columns_ul .mm_blocks_li,.ets_mm_megamenu .mm_columns_ul .mm_blocks_ul {
        width: 100%!important;
        height: 100%!important;
        padding: 0!important;
        margin: 0!important;
        list-style: none!important
    }

    .ets_mm_megamenu .mm_block_type_category {
        height: 100%!important;
        padding: 0!important
    }

    .ets_mm_megamenu .mm_block_type_category>.h4,.ets_mm_megamenu .mm_block_type_category>.h4 a {
        display: block!important;
        margin: 0 0 14px!important;
        color: #111827!important;
        font-size: 15px!important;
        font-weight: 800!important;
        line-height: 1.25!important;
        text-transform: uppercase!important;
        text-decoration: none!important
    }

    .ets_mm_megamenu .mm_block_type_category .ets_mm_block_content {
        padding: 0!important
    }

    .ets_mm_megamenu .mm_block_type_category .ets_mm_categories {
        margin: 0!important;
        padding: 0!important;
        list-style: none!important
    }

    .ets_mm_megamenu .mm_block_type_category .ets_mm_categories li {
        margin: 0!important;
        padding: 0!important
    }

    .ets_mm_megamenu .mm_block_type_category .ets_mm_categories a.ets_mm_url {
        display: inline-block!important;
        color: #4b5563!important;
        font-size: 14px!important;
        font-weight: 400!important;
        line-height: 1.4!important;
        text-decoration: none!important
    }

    .ets_mm_megamenu .mm_block_type_category .ets_mm_categories a.ets_mm_url:hover {
        color: #11cec9!important
    }

    .ets_mm_megamenu .mm_block_type_html .ets_mm_block_content {
        height: 100%!important;
        min-height: 245px!important;
        display: flex!important;
        flex-direction: column!important;
        align-items: flex-start!important;
        padding: 16px 14px!important;
        background: #fff!important;
        border: 1px solid #e5e7eb!important;
        border-radius: 16px!important;
        box-shadow: 0 8px 24px rgb(15 23 42/.04)!important;
        transition: all .22s ease!important
    }

    .ets_mm_megamenu .mm_block_type_html .ets_mm_block_content:hover {
        transform: translateY(-3px)!important;
        border-color: rgb(17 206 201/.55)!important;
        box-shadow: 0 14px 32px rgb(17 206 201/.14)!important
    }

    .ets_mm_megamenu .mm_block_type_html .ets_mm_block_content img {
        width: 48px!important;
        height: 48px!important;
        object-fit: contain!important;
        padding: 9px!important;
        margin-bottom: 22px!important;
        background: rgb(17 206 201/.1)!important;
        border-radius: 50%!important;
        border: 1px solid rgb(17 206 201/.22)!important
    }

    .ets_mm_megamenu .mm_block_type_html .ets_mm_block_content>a.ets_mm_url:first-of-type {
        display: block!important;
        margin-bottom: 12px!important;
        color: #111827!important;
        font-size: 19px!important;
        font-weight: 800!important;
        line-height: 1.2!important;
        text-transform: uppercase!important;
        text-decoration: none!important
    }

    .ets_mm_megamenu .mm_block_type_html .ets_mm_block_content>span {
        display: -webkit-box!important;
        -webkit-line-clamp: 3!important;
        -webkit-box-orient: vertical!important;
        min-height: 66px!important;
        max-height: 66px!important;
        overflow: hidden!important;
        text-overflow: ellipsis!important;
        color: #4b5563!important;
        font-size: 14px!important;
        line-height: 22px!important;
        font-weight: 400!important;
        margin-bottom: 0!important
    }

    .ets_mm_megamenu .mm_block_type_html .ets_mm_block_content>a.ets_mm_url:last-of-type {
        margin-top: auto!important;
        display: inline-flex!important;
        align-items: center!important;
        gap: 8px!important;
        color: #11cec9!important;
        font-size: 15px!important;
        font-weight: 800!important;
        text-decoration: none!important
    }

    .ets_mm_megamenu .mm_block_type_html .ets_mm_block_content>a.ets_mm_url:last-of-type::after {
        content: "→"!important;
        font-size: 20px!important;
        line-height: 1!important
    }

    .ets_mm_megamenu .mm_columns_ul>.mm_columns_li:last-child {
        padding-left: 28px!important;
        border-left: 1px solid rgba(17,206,201,.35)!important
    }

    .ets_mm_megamenu .mm_block_type_image,.ets_mm_megamenu .mm_block_type_image .ets_mm_block_content,.ets_mm_megamenu .mm_block_type_image .ets_mm_block_content>a,.ets_mm_megamenu .mm_block_type_image .mm_img_content {
        width: 100%!important;
        height: 100%!important;
        display: flex!important;
        align-items: center!important;
        justify-content: center!important
    }

    .ets_mm_megamenu .mm_block_type_image .mm_img_content {
        overflow: hidden!important;
        border-radius: 16px!important
    }

    .ets_mm_megamenu .mm_block_type_image .mm_img_content img {
        width: auto!important;
        height: auto!important;
        max-width: 100%!important;
        max-height: 17rem!important;
        object-fit: contain!important;
        object-position: center!important;
        display: block!important;
        margin: auto!important;
        border-radius: 16px!important;
        transition: transform .25s ease!important
    }

    .ets_mm_megamenu .mm_columns_ul .clearfix {
        display: none!important
    }
}

.mv-about-page {
    --mv-bg: #f3f3f3;
    --mv-white: #ffffff;
    --mv-text: #222222;
    --mv-muted: #666666;
    --mv-soft: #dff5f5;
    --mv-pink: #ff4db8;
    --mv-pink-dark: #ef33aa;
    --mv-cyan: #20d6db;
    --mv-max: 1180px;
    background: var(--mv-bg);
    color: var(--mv-text);
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.55;
    padding: 0 0 50px
}

.mv-about-page * {
    box-sizing: border-box
}

.mv-about-page img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px
}

.mv-container {
    max-width: var(--mv-max);
    margin: 0 auto;
    padding: 0 20px
}

.mv-section {
    margin-top: 54px
}

.mv-btn {
    display: inline-block;
    background: var(--mv-pink);
    color: #fff!important;
    text-decoration: none!important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(255,77,184,.35);
    transition: all .2s ease
}

.mv-btn:hover {
    background: var(--mv-pink-dark);
    color: #fff!important;
    transform: translateY(-1px)
}

.mv-hero {
    margin-top: 0
}

.mv-hero-banner {
    min-height: 245px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 40px 52px;
    background: linear-gradient(90deg,rgba(255,255,255,.95)0,rgba(255,255,255,.86) 30%,rgba(255,255,255,.25) 65%,rgba(255,255,255,0) 100%),url(https://www.mvnutrition.fr/themes/mv_hummingbird_child/assets/img/miamivibes-eu-about-us-hero.webp)center center/cover no-repeat,linear-gradient(135deg,#dff8fb 0,#fff 45%,#ffe8f6 100%);
    position: relative
}

.mv-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 50%,rgba(95,220,230,.2),transparent 28%),repeating-radial-gradient(circle at 34% 48%,rgba(32,214,219,.08)0 2px,transparent 2px 16px);
    pointer-events: none
}

.mv-hero-title {
    position: relative;
    z-index: 2;
    font-size: 56px;
    line-height: 1.05;
    font-weight: 800;
    margin: 0;
    color: #111
}

.mv-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px;
    align-items: center
}

.mv-image-box img {
    border-radius: 10px
}

.mv-text-box h2 {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: #111
}

.mv-text-box p {
    margin: 0 0 14px;
    color: var(--mv-muted);
    font-size: 14px
}

.mv-text-box .mv-btn {
    margin-top: 10px
}

.mv-center-intro {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 38px
}

.mv-card h3,.mv-feature h3 {
    margin: 0 0 10px;
    color: #111
}

.mv-center-intro h2 {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.2
}

.mv-center-intro h2,.mv-cta-box h2,.mv-soft-head h2 {
    font-weight: 800;
    color: #111
}

.mv-feature h3 {
    line-height: 1.2
}

.mv-soft-head h2 {
    font-size: 26px;
    line-height: 1.2
}

.mv-card p,.mv-center-intro p,.mv-feature p {
    margin: 0;
    color: var(--mv-muted);
    font-size: 14px
}

.mv-features-3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 34px;
    text-align: center;
    margin-top: 12px
}

.mv-feature {
    padding: 10px 12px
}

.mv-icon {
    width: 58px;
    margin: 0 auto 14px
}

.mv-card h3,.mv-feature h3 {
    font-size: 18px;
    font-weight: 700
}

.mv-center-btn {
    text-align: center;
    margin-top: 30px
}

.mv-soft-section {
    background: #dcf4f4;
    margin-top: 58px;
    padding: 64px 0
}

.mv-soft-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px
}

.mv-cta-box h2,.mv-soft-head h2 {
    margin: 0
}

.mv-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.mv-card {
    background: #fff;
    border-radius: 10px;
    padding: 28px 26px;
    box-shadow: 0 4px 10px rgba(0,0,0,.04);
    min-height: 214px
}

.mv-card .mv-icon {
    margin: 0 0 14px
}

.mv-card h3 {
    line-height: 1.25
}

.mv-cta-wrap {
    margin-top: 54px
}

.mv-cta-box {
    background: linear-gradient(90deg,#dff7f7 0,#f7d8ea 100%);
    border-radius: 14px;
    padding: 34px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.mv-cta-box h2 {
    font-size: 24px;
    line-height: 1.3;
    max-width: 700px
}

@media (max-width:991px) {
    .mv-grid-2 {
        gap: 26px
    }

    .mv-cards,.mv-features-3,.mv-grid-2 {
        grid-template-columns: 1fr
    }

    .mv-cta-box,.mv-soft-head {
        flex-direction: column;
        align-items: flex-start
    }

    .mv-hero-title {
        font-size: 40px
    }

    .mv-hero-banner {
        min-height: 180px;
        padding: 30px
    }
}

@media (max-width:640px) {
    .mv-about-page {
        padding-bottom: 36px
    }

    .mv-cta-wrap,.mv-section,.mv-soft-section {
        margin-top: 36px
    }

    .mv-center-intro h2,.mv-cta-box h2,.mv-soft-head h2,.mv-text-box h2 {
        font-size: 22px
    }

    .mv-hero-title {
        font-size: 32px
    }

    .mv-card {
        min-height: auto
    }
}

.page-cms .mv-about-page,body#cms .mv-about-page {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.mv-about-page .mv-container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

.mv-about-page {
    background: #f3f3f3
}

.mv-card .mv-icon,.mv-feature .mv-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.mv-feature .mv-icon {
    margin-left: auto;
    margin-right: auto
}

.mv-card .mv-icon {
    margin-left: 0;
    margin-right: 0
}

.mv-feature:nth-child(1) .mv-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M32 48V28' stroke='%2320D6DB' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M32 30C24 18 14 18 10 18C11 28 20 36 32 30Z' stroke='%23FF4DB8' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32 30C40 18 50 18 54 18C53 28 44 36 32 30Z' stroke='%2320D6DB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 52H44' stroke='%23FF4DB8' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E")
}

.mv-feature:nth-child(2) .mv-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M25 10V24L13 47C12 50 14 54 18 54H46C50 54 52 50 51 47L39 24V10' stroke='%23FF4DB8' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 24H42' stroke='%2320D6DB' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='26' cy='41' r='3' fill='%2320D6DB'/%3E%3Ccircle cx='34' cy='45' r='3' fill='%23FF4DB8'/%3E%3Ccircle cx='40' cy='38' r='3' fill='%2320D6DB'/%3E%3C/svg%3E")
}

.mv-feature:nth-child(3) .mv-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Ccircle cx='28' cy='28' r='15' stroke='%2320D6DB' stroke-width='4'/%3E%3Cpath d='M39 39L52 52' stroke='%23FF4DB8' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M22 28H34' stroke='%23FF4DB8' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E")
}

.mv-card:nth-child(1) .mv-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M32 8C23 8 16 15 16 24C16 30 19 35 24 38V44H40V38C45 35 48 30 48 24C48 15 41 8 32 8Z' stroke='%23FF4DB8' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26 50H38' stroke='%2320D6DB' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M28 56H36' stroke='%23FF4DB8' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E")
}

.mv-card:nth-child(2) .mv-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M32 8L50 17V30C50 43 42 53 32 57C22 53 14 43 14 30V17L32 8Z' stroke='%23FF4DB8' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 32L30 38L42 25' stroke='%2320D6DB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.mv-card:nth-child(3) .mv-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Crect x='10' y='10' width='16' height='16' rx='3' stroke='%2320D6DB' stroke-width='4'/%3E%3Crect x='38' y='10' width='16' height='16' rx='3' stroke='%23FF4DB8' stroke-width='4'/%3E%3Crect x='10' y='38' width='16' height='16' rx='3' stroke='%23FF4DB8' stroke-width='4'/%3E%3Crect x='38' y='38' width='16' height='16' rx='3' stroke='%2320D6DB' stroke-width='4'/%3E%3Cpath d='M26 18H38M18 26V38M46 26V38M26 46H38' stroke='%2320D6DB' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E")
}

.mv-card:nth-child(4) .mv-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M14 36L24 26C27 23 31 23 34 26L38 30C40 32 43 32 45 30L52 23' stroke='%23FF4DB8' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 45C23 51 28 54 35 54C42 54 47 51 51 45' stroke='%2320D6DB' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E")
}

body#cms .breadcrumb,body#cms .breadcrumb-container,body#cms .breadcrumb-section,body#cms .breadcrumb-wrapper,body#cms .h1,body#cms .page-header,body#cms .page-title,body#cms h1.page-title,body#cms nav.breadcrumb {
    display: none!important
}

body#cms #content,body#cms #content-wrapper,body#cms #main,body#cms #wrapper,body#cms .cms-page,body#cms .container,body#cms .container-fluid,body#cms .mv-about-page,body#cms .mv-container.mv-hero,body#cms .mv-hero,body#cms .page-cms,body#cms .page-content,body#cms.cms-id-4 #content-wrapper,body#cms.cms-id-4 #main,body#cms.cms-id-4 #wrapper,body#cms.cms-id-4 .page-content {
    padding-top: 0!important;
    margin-top: 0!important
}

body#cms .mv-about-page {
    display: block
}

body#cms #content,body#cms #content-wrapper,body#cms #main,body#cms #wrapper,body#cms .page-content {
    background: #f3f3f3!important
}

body#cms .mv-about-page {
    position: relative!important;
    top: -40px!important;
    margin-bottom: -40px!important
}

body#cms .mv-about-page .mv-container.mv-hero,body#cms .mv-about-page .mv-hero {
    margin-top: 0!important;
    padding-top: 0!important
}

body#cms .mv-container.mv-hero {
    width: 100vw!important;
    max-width: 100vw!important;
    margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
    padding-left: 0!important;
    padding-right: 0!important
}

body#cms .mv-hero-banner {
    width: 100%!important;
    max-width: 100%!important;
    border-radius: 0!important;
    min-height: 300px;
    padding-left: max(40px,calc((100vw - 1180px)/2 20px))!important;
    padding-right: max(40px,calc((100vw - 1180px)/2 20px))!important;
    background-size: cover!important;
    background-position: center center!important
}

@media (max-width:768px) {
    body#cms .mv-hero-banner {
        min-height: 220px;
        padding-left: 24px!important;
        padding-right: 24px!important
    }
}

.mv-action {
    width: 100%;
    padding: 0 24px 55px;
    background: #fff;
    overflow: hidden
}

.mv-action,.mv-action * {
    box-sizing: border-box
}

.mv-action__inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    margin-top: 2rem
}

.mv-action .section-title {
    margin: 0 0 22px;
    padding: 0;
    color: #050505;
    font-size: clamp(32px,3vw,44px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    text-align: center
}

.mv-action__description {
    max-width: 760px;
    margin: 0 auto 42px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    text-align: center
}

.mv-action__description strong {
    font-weight: 700
}

.mv-action__video {
    position: relative;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 14px;
    background: #000;
    box-shadow: 0 5px 18px rgba(0,0,0,.08);
    aspect-ratio: 16/9
}

.mv-action__video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}

.mv-action__certifications {
    width: 100%;
    max-width: 940px;
    margin: 42px auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(90px,1fr));
    align-items: center;
    justify-content: center;
    gap: 24px
}

.mv-action__certifications img {
    display: block;
    width: 100%;
    max-width: 105px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    transition: transform .25s ease,opacity .25s ease
}

.mv-action__certifications img:hover {
    transform: translateY(-4px);
    opacity: .85
}

@media screen and (max-width:991px) {
    .mv-action {
        padding-right: 20px;
        padding-bottom: 45px;
        padding-left: 20px
    }

    .mv-action .section-title {
        margin-bottom: 18px;
        font-size: 34px
    }

    .mv-action__description {
        max-width: 680px;
        margin-bottom: 32px
    }

    .mv-action__video {
        border-radius: 12px
    }

    .mv-action__certifications {
        margin-top: 34px;
        grid-template-columns: repeat(3,minmax(80px,1fr));
        gap: 24px 18px
    }

    .mv-action__certifications img {
        max-width: 95px
    }
}

@media screen and (max-width:575px) {
    .mv-action {
        padding-right: 14px;
        padding-bottom: 35px;
        padding-left: 14px
    }

    .mv-action .section-title {
        margin-bottom: 15px;
        font-size: 27px;
        line-height: 1.2;
        letter-spacing: -.5px
    }

    .mv-action__description {
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 1.55
    }

    .mv-action__description br {
        display: none
    }

    .mv-action__video {
        border-radius: 9px
    }

    .mv-action__certifications {
        margin-top: 26px;
        grid-template-columns: repeat(3,1fr);
        gap: 20px 12px
    }

    .mv-action__certifications img {
        max-width: 76px
    }
}

@media screen and (max-width:360px) {
    .mv-action__certifications {
        grid-template-columns: repeat(2,1fr)
    }

    .mv-action__certifications img {
        max-width: 82px
    }
}

body#index .ps-imageslider .miami-mobile-title {
    display: none
}

@media (max-width:991.98px) {
    body#index .ps-imageslider,body#index .ps-imageslider #ps_imageslider,body#index .ps-imageslider .carousel-inner,body#index .ps-imageslider .carousel-item,body#index .ps-imageslider .carousel-item.active,body#index .ps-imageslider .ps-imageslider__figure,body#index .ps-imageslider .ps-imageslider__link {
        height: auto!important;
        min-height: 0!important;
        max-height: none!important;
        overflow: visible!important;
	margin-top: 1.5rem;
    }

    body#index .ps-imageslider .ps-imageslider__figure {
        position: relative!important;
        display: flex!important;
        flex-direction: column!important;
        width: 100%!important;
        margin: 0!important;
        padding: 0!important
    }

    body#index .ps-imageslider .ps-imageslider__figure>img {
        position: relative!important;
        z-index: 1!important;
        display: block!important;
        width: 100%!important;
        max-width: 100%!important;
        margin: 0!important;
        padding: 0!important;
        object-fit: cover!important;
        object-position: center center!important
    }

    body#index .ps-imageslider .ps-imageslider__figcaption-mobile>h2 {
        display: none!important
    }

    body#index .ps-imageslider .ps-imageslider__figcaption-mobile,body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-video-card {
        position: relative!important;
        display: block!important;
        height: auto!important;
        overflow: visible!important;
        opacity: 1!important;
        visibility: visible!important;
        transform: none!important
    }

    body#index .ps-imageslider .ps-imageslider__figcaption-mobile {
        width: 100%!important;
        min-height: 0!important;
        max-height: none!important;
        margin: 0!important;
        padding: 0 18px 40px!important;
        color: #000!important;
        text-align: center!important;
        background: #fff!important
    }

    body#index .ps-imageslider .ps-imageslider__figcaption-mobile-description {
        position: relative!important;
        display: flex!important;
        flex-direction: column!important;
        align-items: center!important;
        width: 100%!important;
        height: auto!important;
        min-height: 0!important;
        max-height: none!important;
        margin: 0!important;
        padding: 0!important;
        overflow: visible!important
    }

    body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-video-card {
        z-index: 5!important;
        order: 1!important;
        width: calc(100vw - 46px)!important;
        max-width: 340px!important;
        margin: -25px auto 42px!important;
        padding: 0!important
    }

    body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-video-frame {
        position: relative!important;
        display: block!important;
        width: 100%!important;
        height: auto!important;
        aspect-ratio: 16/9!important;
        margin: 0!important;
        padding: 0!important;
        overflow: hidden!important;
        border-radius: 11px!important;
        box-shadow: 0 7px 20px rgba(0,0,0,.18)!important
    }

    body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-video-player {
        display: block!important;
        width: 100%!important;
        height: 100%!important;
        margin: 0!important;
        padding: 0!important;
        object-fit: cover!important;
        object-position: center center!important
    }

    body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-mobile-title {
        order: 2!important;
        display: block!important;
        max-width: 330px!important;
        margin: 0 auto 18px!important;
        color: #000!important;
        font-size: 24px!important;
        font-weight: 700!important;
        line-height: 1.12!important;
        letter-spacing: -.3px!important;
        text-transform: uppercase!important
    }

    body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-caption-actions,body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-caption-text,body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-mobile-title {
        position: static!important;
        width: 100%!important;
        padding: 0!important;
        text-align: center!important;
        opacity: 1!important;
        visibility: visible!important;
        transform: none!important
    }

    body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-caption-text {
        order: 3!important;
        max-width: 310px!important;
        margin: 0 auto 22px!important;
        color: #222!important;
        font-size: 13px!important;
        font-weight: 400!important;
        line-height: 1.6!important
    }

    body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-caption-actions {
        order: 4!important;
        margin: 0!important
    }

    body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-hero-cta {
        position: static!important;
        display: inline-flex!important;
        align-items: center!important;
        justify-content: center!important;
        min-width: 170px!important;
        min-height: 44px!important;
        margin: 0 auto!important;
        padding: 11px 20px!important;
        border: 0!important;
        border-radius: 0!important;
        color: #fff!important;
        font-size: 13px!important;
        font-weight: 700!important;
        line-height: 1.2!important;
        text-decoration: none!important;
        background: #ff3ca6!important;
        box-shadow: 0 2px 9px rgba(0,0,0,.22)!important;
        opacity: 1!important;
        visibility: visible!important;
        transform: none!important
    }
}

@media (max-width:575.98px) {
    body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-video-card {
        width: calc(100vw - 46px)!important;
        max-width: 340px!important;
        margin-top: -25px!important;
        margin-bottom: 42px!important
    }

    body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-mobile-title {
        max-width: 315px!important;
        font-size: 23px!important
    }
}

@media (max-width:767.98px) {
    body .header-bottom__row {
        display: flex!important;
        flex-direction: row!important;
        flex-wrap: nowrap!important;
        align-items: center!important;
        justify-content: flex-start!important;
        width: 100%!important;
        max-width: 100%!important;
        margin: 0!important;
        padding: 0!important;
        --bs-gutter-x: 0!important
    }

    body .header-bottom__row>.header-bottom__logo {
        order: 1!important;
        display: flex!important;
        align-items: center!important;
        flex: 0 1 auto!important;
        width: auto!important;
        min-width: 0!important;
        max-width: none!important;
        margin: 0 auto 0 0!important;
        padding: 0!important
    }

    body .header-bottom__logo .header-bottom__h1,body .header-bottom__logo .navbar-brand {
        display: block!important;
        width: auto!important;
        max-width: 100%!important;
        margin: 0!important;
        padding: 0!important
    }

    body .header-bottom__logo .logo {
        display: block!important;
        width: auto!important;
        max-width: 80px!important;
        height: auto!important;
        max-height: 64px!important;
        margin: 0!important
    }

    body .header-bottom__row>#_desktop_ps_customersignin,body .header-bottom__row>#_desktop_ps_searchbar,body .header-bottom__row>#_desktop_ps_shoppingcart {
        display: none!important
    }

    body .header-bottom__row>#_mobile_ps_customersignin,body .header-bottom__row>#_mobile_ps_shoppingcart,body .header-bottom__row>.ps-searchbar--mobile {
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
        flex: 0 0 auto!important;
        width: auto!important;
        min-width: 0!important;
        max-width: none!important;
        margin: 0!important;
        padding: 0 4px!important
    }

    body .header-bottom__row>.ps-searchbar--mobile {
        order: 2!important
    }

    body .header-bottom__row>#_mobile_ps_customersignin {
        order: 3!important
    }

    body .header-bottom__row>#_mobile_ps_shoppingcart {
        order: 4!important
    }

    body .header-bottom__row #_mobile_ps_customersignin .header-block,body .header-bottom__row #_mobile_ps_customersignin .ps-customersignin,body .header-bottom__row #_mobile_ps_shoppingcart .header-block,body .header-bottom__row #_mobile_ps_shoppingcart .ps-shoppingcart,body .header-bottom__row .ps-searchbar--mobile .header-block {
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
        width: auto!important;
        min-width: 0!important;
        height: auto!important;
        margin: 0!important;
        padding: 0!important
    }

    body .header-bottom__row .header-block__action-btn,body .header-bottom__row .ps-searchbar--mobile .header-block__icon {
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
        margin: 0!important;
        line-height: 1!important
    }

    body .header-bottom__row .header-block__action-btn {
        position: relative!important;
        flex: 0 0 auto!important;
        width: 42px!important;
        min-width: 42px!important;
        height: 42px!important;
        padding: 6px!important;
        text-decoration: none!important
    }

    body .header-bottom__row .ps-searchbar--mobile .header-block__icon {
        width: 30px!important;
        height: 30px!important;
        font-size: 30px!important
    }

    body .header-bottom__row .header-block__icon-img {
        display: block!important;
        width: 30px!important;
        max-width: 30px!important;
        height: 30px!important;
        margin: 0!important;
        object-fit: contain!important
    }

    body .header-bottom__row .header-block__badge {
        position: absolute!important;
        z-index: 2!important;
        top: 0!important;
        right: 0!important;
        margin: 0!important
    }

    body #header .header-bottom__row {
        position: relative!important;
        min-height: 64px!important;
        padding-left: 54px!important
    }

    body #header .header-nav-full-width {
        position: relative!important;
        z-index: 1000!important;
        height: 0!important;
        min-height: 0!important;
        border: 0!important
    }

    body #header .header-nav-full-width .ets_mm_megamenu {
        border: 0!important
    }

    body #header .header-nav-full-width,body #header .header-nav-full-width .ets_mm_megamenu,body #header .header-nav-full-width .ets_mm_megamenu_content {
        width: 100%!important;
        margin: 0!important;
        padding: 0!important;
        background: 0 0!important;
        overflow: visible!important
    }

    body #header .header-nav-full-width .ets_mm_megamenu_content>.container {
        max-width: 100%!important
    }

    body #header .header-nav-full-width .ets_mm_megamenu_content>.container,body #header .header-nav-full-width .ets_mm_megamenu_content_content {
        position: relative!important;
        width: 100%!important;
        margin: 0!important;
        padding: 0!important;
        overflow: visible!important
    }

    body #header .header-nav-full-width .ybc-menu-button-toggle_icon,body #header .header-nav-full-width .ybc-menu-toggle {
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
        margin: 0!important;
        transform: none!important
    }

    body #header .header-nav-full-width .ybc-menu-toggle {
        position: absolute!important;
        z-index: 1001!important;
        top: -57px!important;
        right: auto!important;
        bottom: auto!important;
        left: 24px!important;
        width: 42px!important;
        min-width: 42px!important;
        max-width: 42px!important;
        height: 42px!important;
        min-height: 42px!important;
        padding: 8px!important;
        border: 0!important;
        font-size: 0!important;
        line-height: 0!important;
        background: 0 0!important;
        cursor: pointer!important
    }

    body #header .header-nav-full-width .ybc-menu-button-toggle_icon {
        position: static!important;
        flex-direction: column!important;
        gap: 4px!important;
        width: 24px!important;
        height: 24px!important;
        padding: 0!important
    }

    body #header .header-nav-full-width .ybc-menu-button-toggle_icon .icon-bar {
        position: static!important;
        display: block!important;
        width: 22px!important;
        height: 2px!important;
        margin: 0!important;
        padding: 0!important;
        opacity: 1!important;
        visibility: visible!important
    }

    body #header .header-bottom__row>.header-bottom__logo {
        order: 1!important;
        margin-right: auto!important;
        margin-left: 0!important
    }

    body #header .header-nav-full-width .mm_menus_ul {
        width: 100%!important;
        max-width: 100vw!important
    }

    html body {
        padding-top: 0!important
    }

    html body #header,html body #header.fixed,html body #header.header--sticky,html body #header.header-sticky,html body #header.is-fixed,html body #header.is-sticky,html body #header.js-sticky-header,html body #header.sticky {
        position: fixed!important;
        z-index: 9999!important;
        top: 0!important;
        right: auto!important;
        bottom: auto!important;
        left: auto!important;
        width: 100%!important;
        height: auto!important;
        min-height: 0!important;
        max-height: none!important;
        margin: 0!important;
        padding: 0!important;
        opacity: 1!important;
        visibility: visible!important;
        background: #fff!important;
        transform: none!important;
        -webkit-transform: none!important;
        translate: none!important;
        transition: none!important;
        animation: none!important;
        will-change: auto!important;
        backface-visibility: visible!important;
        -webkit-backface-visibility: visible!important
    }

    html body #header .header-bottom {
        position: relative!important;
        display: block!important;
        width: 100%!important;
        margin: 0!important;
        padding: 0!important;
        opacity: 1!important;
        visibility: visible!important;
        background: #fff!important;
        border-bottom: 2px solid rgb(17 205 200)!important
    }

    html body #header .header-bottom,html body #header .header-bottom__container,html body #header .header-bottom__row {
        height: auto!important;
        min-height: 64px!important;
        max-height: none!important;
        transform: none!important;
        transition: none!important;
        animation: none!important
    }

    html body #header .header-bottom__container {
        margin: 5px auto!important
    }

    html body #header .header-bottom__row {
        margin-top: 0!important;
        margin-bottom: 0!important;
        opacity: 1!important;
        visibility: visible!important
    }

    html body #header #_mobile_ps_customersignin,html body #header #_mobile_ps_shoppingcart,html body #header .ets_mm_megamenu,html body #header .ets_mm_megamenu_content,html body #header .ets_mm_megamenu_content_content,html body #header .header-block,html body #header .header-block__action-btn,html body #header .header-bottom__logo,html body #header .header-nav-full-width,html body #header .logo,html body #header .navbar-brand,html body #header .ps-searchbar--mobile,html body #header .ybc-menu-toggle {
        transition: none!important;
        animation: none!important;
        transform: none!important
    }
}

@media (max-width:991.98px) {
    .hidden-in-mobile {
        display: none!important
    }

    .mm_blocks_li {
        margin: 0!important
    }
}

.mv-howto {
    padding: 28px 20px;
    background: #fff
}

.mv-howto h2 {
    margin: 0 0 26px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #111827
}

.mv-howto-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px;
    text-align: center
}

.mv-howto-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.mv-icon,.mv-step {
    display: flex;
    align-items: center;
    justify-content: center
}

.mv-step {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #24b9c7;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 2px 5px rgba(36,185,199,.25)
}

.mv-icon {
    height: 58px;
    margin-bottom: 14px
}

.mv-icon svg {
    width: 58px;
    height: 58px;
    fill: none;
    stroke: #515a6b;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.mv-howto-item p,.mv-product-target-content li {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #20283a
}

.mv-howto-item span {
    font-weight: 600;
    color: #374151
}

@media (max-width:768px) {
    .mv-howto {
        padding: 24px 16px
    }

    .mv-howto h2 {
        font-size: 22px;
        text-align: left
    }

    .mv-howto-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 26px 18px
    }

    .mv-icon svg {
        width: 50px;
        height: 50px
    }

    .mv-howto-item p {
        font-size: 14px
    }
}

@media (max-width:420px) {
    .mv-howto-grid {
        grid-template-columns: 1fr;
        text-align: left
    }

    .mv-howto-item {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 14px
    }

    .mv-icon,.mv-step {
        margin-bottom: 0
    }

    .mv-step {
        flex: 0 0 28px
    }

    .mv-icon {
        height: auto;
        flex: 0 0 46px
    }

    .mv-icon svg {
        width: 42px;
        height: 42px
    }
}

.mv-product-benefits {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0;
    width: 100%;
    margin: 18px 0 22px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(17,24,39,.06)
}

.mv-benefit-item {
    min-width: 0;
    border-right: 1px solid #edf0f5
}

.mv-product-benefits .mv-benefit-icon svg {
    fill: none;
    stroke: url(#mv-gradient);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mv-benefits-bar .mv-benefit-icon svg {
    display: block;
    overflow: visible;
}

.mv-benefits-bar .mv-benefit-icon svg g,
.mv-benefits-bar .mv-benefit-icon svg path {
    stroke: none;
}

.mv-product-benefits svg {
    overflow: visible
}

.mv-product-benefits svg::before {
    content: ""
}

.mv-product-benefits .mv-benefit-icon svg {
    stroke: #ff4b8b
}

.mv-icon-fire svg {
    stroke: #ff7a00
}

.mv-icon-molecule svg {
    stroke: #ff2f86
}

.mv-icon-pot svg {
    stroke: #ff5a5f
}

.mv-icon-drink svg {
    stroke: #12bcd6
}

@media (max-width:991px) {
    .mv-product-benefits {
        grid-template-columns: repeat(2,1fr);
        padding: 16px
    }

    .mv-benefit-item {
        padding: 12px;
        border-right: 0;
        border-bottom: 1px solid #edf0f5
    }

    .mv-benefit-item:nth-child(3),.mv-benefit-item:nth-child(4) {
        border-bottom: 0
    }
}

@media (max-width:575px) {
    .mv-product-benefits {
        grid-template-columns: 1fr;
        padding: 14px;
        border-radius: 14px
    }

    .mv-benefit-item {
        padding: 12px 4px;
        border-bottom: 1px solid #edf0f5
    }

    .mv-benefit-item:nth-child(3) {
        border-bottom: 1px solid #edf0f5
    }

    .mv-benefit-item:last-child {
        border-bottom: 0
    }

    .mv-benefit-icon {
        flex-basis: 38px
    }

    .mv-benefit-icon,.mv-benefit-icon svg {
        width: 38px;
        height: 38px
    }

    .mv-benefit-text {
        font-size: 14px
    }
}

.mv-sub-banner {
    position: relative;
    display: grid;
    align-items: center;
    width: 100%;
    margin: 24px 0;
    overflow: hidden;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(100deg,#ec1b8d 0,#ff3a73 48%,#ff8f2f 100%);
    box-shadow: 0 10px 26px rgba(255,70,90,.18)
}

.mv-sub-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 50%,rgba(255,255,255,.1)0,rgba(255,255,255,0) 35%),linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,255,255,0) 30%);
    pointer-events: none;
    z-index: 0
}

.mv-sub-action,.mv-sub-content,.mv-sub-icon-wrap {
    position: relative;
    z-index: 1
}

.mv-sub-icon-wrap {
    display: flex;
    align-items: center
}

.mv-sub-main-icon,.mv-sub-small-icon svg {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round
}

.mv-sub-main-icon {
    stroke: rgba(255,255,255,.92);
    stroke-width: 5.8
}

.mv-sub-content {
    min-width: 0
}

.mv-sub-title {
    text-align: center
}

.mv-sub-title h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.02em
}

.mv-sub-title p {
    margin: 0;
    color: rgba(255,255,255,.96);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25
}

.mv-sub-benefit,.mv-sub-small-icon {
    display: flex;
    align-items: center;
    color: #fff
}

.mv-sub-benefit {
    flex-direction: column;
    gap: 6px;
    text-align: center;
    font-weight: 800
}

.mv-sub-small-icon {
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 2px solid rgba(255,255,255,.72);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 900;
    line-height: 1
}

.mv-sub-small-icon svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    stroke-width: 2.3
}

.mv-sub-action {
    display: flex
}

.mv-sub-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 22px;
    border-radius: 8px;
    background: #102b43;
    color: #fff!important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-decoration: none!important;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: inset 0-2px 0 rgba(0,0,0,.22),0 7px 15px rgba(0,0,0,.18);
    transition: transform .18s ease,background .18s ease
}

.mv-sub-button:hover {
    background: #0b2134;
    color: #fff!important;
    transform: translateY(-1px)
}

@media (max-width:991px) {
    .mv-sub-banner {
        grid-template-columns: 100px 1fr;
        gap: 18px;
        padding: 18px 18px 20px
    }

    .mv-sub-action {
        grid-column: 1/-1;
        margin-top: 10px
    }

    .mv-sub-benefits {
        grid-template-columns: repeat(2,1fr);
        gap: 14px 10px
    }

    .mv-sub-main-icon {
        width: 76px;
        height: 76px
    }

    .mv-sub-banner::after {
        width: 120px;
        height: 120px;
        right: 4px;
        opacity: .14
    }
}

@media (max-width:575px) {
    .mv-sub-banner {
        display: block;
        padding: 18px 14px;
        text-align: center
    }

    .mv-sub-icon-wrap {
        margin-bottom: 10px
    }

    .mv-sub-main-icon {
        width: 68px;
        height: 68px
    }

    .mv-sub-title h3 {
        font-size: 20px
    }

    .mv-sub-title p {
        font-size: 13px
    }

    .mv-sub-benefits {
        grid-template-columns: 1fr 1fr;
        gap: 12px 8px
    }

    .mv-sub-benefit {
        font-size: 12px
    }

    .mv-sub-action {
        margin-top: 16px
    }

    .mv-sub-button {
        max-width: none;
        width: 100%
    }

    .mv-sub-banner::after {
        width: 95px;
        height: 95px;
        right: 2px;
        top: 18px;
        transform: none;
        opacity: .12
    }
}

.mv-sub-banner {
    grid-template-columns: 185px 1fr 340px!important
}

.mv-sub-banner::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    right: 0!important;
    bottom: -2px!important;
    top: 0!important;
    width: 185px!important;
    height: 100%!important;
    background-image: url(/themes/mv_hummingbird_child/assets/img/palm1.png)!important;
    background-repeat: no-repeat!important;
    background-position: right bottom!important;
    background-size: auto 100%!important;
    opacity: .3!important;
    filter: grayscale(1) brightness(1.02) contrast(.96)!important;
    transform: none!important
}

.mv-sub-icon-wrap {
    justify-content: center!important
}

.mv-sub-title {
    margin-bottom: 13px!important
}

.mv-sub-benefit {
    font-size: 12.5px!important;
    line-height: 1.15!important
}

.mv-sub-banner {
    grid-template-columns: 185px minmax(720px,1fr) 340px!important;
    gap: 18px!important;
    min-height: 168px!important;
    padding: 18px 26px!important
}

.mv-sub-icon-wrap {
    transform: translate(55px,0)!important
}

.mv-sub-main-icon {
    width: 112px!important;
    height: 112px!important
}

.mv-sub-benefits {
    display: flex!important;
    justify-content: center!important;
    align-items: flex-start!important;
    gap: 56px!important;
    max-width: 920px!important;
    margin: 0 auto!important
}

.mv-sub-benefit {
    flex: 0 0 145px!important;
    max-width: 145px!important
}

.mv-sub-action {
    justify-content: flex-start!important;
    align-items: center!important;
    padding: 0!important;
    transform: translate(-55px,28px)!important
}

.mv-sub-button {
    max-width: 275px!important;
    min-height: 52px!important
}

@media (max-width:1399px) {
    .mv-sub-banner {
        grid-template-columns: 150px minmax(560px,1fr) 295px!important;
        gap: 16px!important;
        min-height: 160px!important;
        padding: 18px 22px!important
    }

    .mv-sub-icon-wrap {
        transform: translate(34px,0)!important
    }

    .mv-sub-main-icon {
        width: 102px!important;
        height: 102px!important
    }

    .mv-sub-benefits {
        gap: 32px!important;
        max-width: 690px!important
    }

    .mv-sub-benefit {
        flex: 0 0 128px!important;
        max-width: 128px!important;
        font-size: 12px!important
    }

    .mv-sub-action {
        transform: translate(-25px,26px)!important
    }

    .mv-sub-button {
        max-width: 255px!important;
        min-height: 52px!important;
        font-size: 13.5px!important
    }

    .mv-sub-banner::after {
        width: 170px!important;
        opacity: .28!important
    }
}

@media (max-width:1420px) {
    .mv-sub-banner {
        grid-template-columns: 135px 1fr!important;
        grid-template-areas: "icon content""button button"!important;
        gap: 10px 18px!important;
        min-height: auto!important;
        padding: 18px 22px 20px!important
    }

    .mv-sub-icon-wrap {
        grid-area: icon!important;
        transform: translate(12px,0)!important
    }

    .mv-sub-main-icon {
        width: 96px!important;
        height: 96px!important
    }

    .mv-sub-content {
        grid-area: content!important
    }

    .mv-sub-title {
        margin-bottom: 12px!important
    }

    .mv-sub-title h3 {
        font-size: 22px!important
    }

    .mv-sub-benefits {
        gap: 26px!important;
        max-width: 720px!important
    }

    .mv-sub-benefit {
        flex: 0 0 130px!important;
        max-width: 130px!important;
        font-size: 12px!important
    }

    .mv-sub-action {
        grid-area: button!important;
        justify-content: center!important;
        transform: none!important;
        margin-top: 8px!important
    }

    .mv-sub-button {
        max-width: 310px!important;
        width: 310px!important
    }

    .mv-sub-banner::after {
        width: 160px!important;
        opacity: .24!important
    }
}

@media (max-width:1080px) {
    .mv-sub-banner {
        display: block!important;
        text-align: center!important;
        padding: 20px 16px!important
    }

    .mv-sub-icon-wrap {
        transform: none!important;
        margin-bottom: 10px!important
    }

    .mv-sub-main-icon {
        width: 82px!important;
        height: 82px!important
    }

    .mv-sub-benefits {
        display: grid!important;
        grid-template-columns: repeat(2,minmax(0,1fr))!important;
        gap: 16px 18px!important;
        max-width: 420px!important;
        margin: 0 auto!important
    }

    .mv-sub-benefit {
        flex: none!important;
        max-width: none!important;
        width: auto!important;
        font-size: 12px!important
    }

    .mv-sub-action {
        margin-top: 18px!important
    }

    .mv-sub-button {
        width: 100%!important;
        max-width: 360px!important
    }

    .mv-sub-banner::after {
        width: 130px!important;
        opacity: .18!important
    }
}

@media (max-width:1420px) and (min-width:1080px) {
    .mv-sub-banner {
        display: grid!important;
        grid-template-columns: 120px 1fr 120px!important;
        grid-template-areas: "icon content spacer"". button ."!important;
        align-items: center!important;
        gap: 8px 18px!important;
        padding: 18px 22px 20px!important
    }

    .mv-sub-icon-wrap {
        grid-area: icon!important;
        transform: translate(18px,0)!important;
        justify-content: center!important
    }

    .mv-sub-main-icon {
        width: 92px!important;
        height: 92px!important
    }

    .mv-sub-content {
        grid-area: content!important;
        transform: none!important;
        width: 100%!important
    }

    .mv-sub-title {
        text-align: center!important;
        margin-bottom: 12px!important
    }

    .mv-sub-benefits {
        display: flex!important;
        justify-content: center!important;
        align-items: flex-start!important;
        gap: 34px!important;
        max-width: 720px!important;
        margin: 0 auto!important
    }

    .mv-sub-benefit {
        flex: 0 0 130px!important;
        max-width: 130px!important
    }

    .mv-sub-action {
        grid-area: button!important;
        justify-content: center!important;
        align-items: center!important;
        transform: none!important;
        margin-top: 8px!important;
        padding: 0!important
    }

    .mv-sub-button {
        width: 340px!important;
        max-width: 340px!important
    }

    .mv-sub-banner::after {
        width: 165px!important;
        height: 100%!important;
        right: 0!important;
        bottom: -2px!important;
        top: 0!important;
        background-position: right bottom!important;
        background-size: auto 100%!important;
        opacity: .28!important
    }
}

@media (min-width:1421px) {
    .mv-sub-banner {
        grid-template-columns: 185px minmax(720px,1fr) 360px!important
    }

    .mv-sub-content {
        min-width: 0!important;
        padding-right: 20px!important
    }

    .mv-sub-action {
        justify-content: flex-start!important;
        align-items: center!important;
        padding: 0!important;
        transform: translate(clamp(-5px,-2.2vw,-20px),28px)!important
    }

    .mv-sub-button {
        width: 275px!important;
        max-width: 275px!important;
        min-height: 52px!important
    }
}

@media (min-width:1200px) {
    .mv-sub-banner {
        grid-template-columns: clamp(135px,10vw,185px) minmax(720px,1fr) 360px!important
    }

    .mv-sub-icon-wrap {
        width: 100%!important;
        height: 100%!important;
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
        transform: none!important;
        margin: 0!important;
        padding: 0!important
    }

    .mv-sub-main-icon {
        width: clamp(88px,6.2vw,112px)!important;
        height: clamp(88px,6.2vw,112px)!important
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .mv-sub-banner {
        grid-template-columns: clamp(105px,13vw,135px) 1fr clamp(105px,13vw,135px)!important
    }

    .mv-sub-icon-wrap {
        grid-area: icon!important;
        width: 100%!important;
        height: 100%!important;
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
        transform: none!important;
        margin: 0!important;
        padding: 0!important
    }

    .mv-sub-main-icon {
        width: clamp(74px,9vw,96px)!important;
        height: clamp(74px,9vw,96px)!important
    }
}

@media (max-width:767px) {
    .mv-sub-icon-wrap {
        display: flex!important;
        justify-content: center!important;
        align-items: center!important;
        transform: none!important;
        margin: 0 0 10px!important;
        padding: 0!important
    }

    .mv-sub-main-icon {
        width: clamp(68px,22vw,84px)!important;
        height: clamp(68px,22vw,84px)!important
    }
}

@media (min-width:1200px) {
    .mv-sub-banner {
        --mv-left-icon-col: clamp(140px,11vw,190px);
        grid-template-columns: var(--mv-left-icon-col) minmax(720px,1fr) 360px!important
    }

    .mv-sub-icon-wrap {
        width: 100%!important;
        height: 100%!important;
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
        transform: none!important;
        margin: 0!important;
        padding: 0!important
    }

    .mv-sub-main-icon {
        width: 68%!important;
        max-width: 122px!important;
        min-width: 86px!important;
        height: auto!important;
        aspect-ratio: 1/1!important
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .mv-sub-banner {
        --mv-left-icon-col: clamp(105px,13vw,135px);
        grid-template-columns: var(--mv-left-icon-col) 1fr var(--mv-left-icon-col)!important
    }

    .mv-sub-icon-wrap {
        width: 100%!important;
        height: 100%!important;
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
        transform: none!important;
        margin: 0!important;
        padding: 0!important
    }

    .mv-sub-main-icon {
        width: 72%!important;
        max-width: 96px!important;
        min-width: 72px!important;
        height: auto!important;
        aspect-ratio: 1/1!important
    }
}

.mv-product-target {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    width: 100%;
    margin: 22px 0;
    padding: 4px 0;
    color: #19213d;
    font-family: "Roboto",Arial,sans-serif
}

.mv-product-target-icon {
    width: 34px;
    height: 34px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17b7c3
}

.mv-product-target-icon svg {
    width: 34px;
    height: 34px;
    fill: currentColor
}

.mv-product-target-content h3 {
    margin: 0 0 10px;
    color: #19213d;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900
}

.mv-product-target-content p {
    margin: 0 0 18px;
    color: #27304d;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600
}

.mv-product-target-content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mv-product-target-content li {
    position: relative;
    margin: 0 0 14px;
    padding-left: 32px;
    color: #27304d;
    font-size: 15px
}

.mv-product-target-content li:last-child {
    margin-bottom: 0
}

.mv-product-target-content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #17b7c3;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    line-height: 1
}

@media (max-width:575px) {
    .mv-product-target {
        grid-template-columns: 34px 1fr;
        gap: 12px;
        margin: 18px 0
    }

    .mv-product-target-icon,.mv-product-target-icon svg {
        width: 30px;
        height: 30px
    }

    .mv-product-target-content h3 {
        font-size: 20px
    }

    .mv-product-target-content li,.mv-product-target-content p {
        font-size: 14px
    }

    .mv-product-target-content li {
        padding-left: 28px
    }
}

.mv-product-info-row {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(360px,.9fr) minmax(620px,1.45fr);
    gap: 24px;
    align-items: stretch;
    margin: 24px 0
}

.mv-product-info-card {
    width: 100%;
    background: #fff;
    border: 1px solid #e5eaf2;
    border-radius: 12px;
    padding: 24px 28px;
    box-sizing: border-box;
    box-shadow: 0 8px 22px rgba(17,24,39,.035)
}

.mv-product-info-card-howto,.mv-product-info-card-pourqui {
    min-width: 0
}

@media (max-width:991px) {
    .mv-product-info-row {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .mv-product-info-card {
        padding: 22px 20px
    }
}

.mv-howto-item .mv-icon svg {
    fill: none;
    stroke: #22314d;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round
}

#extra_0 .accordion-button,#extra_1 .accordion-button,#extra_2 .accordion-button,#extra_3 .accordion-button,#product_accordion .accordion-button,#product_description .accordion-button,#product_details .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding-left: 58px!important;
    padding-right: 46px!important;
    font-weight: 800;
    color: #121b35
}

#extra_0 .accordion-button::before,#extra_1 .accordion-button::before,#extra_2 .accordion-button::before,#extra_3 .accordion-button::before,#product_accordion .accordion-button::before,#product_description .accordion-button::before,#product_details .accordion-button::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-color: #ff2d8d;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain
}

#extra_0 .accordion-button::after,#extra_1 .accordion-button::after,#extra_2 .accordion-button::after,#extra_3 .accordion-button::after,#product_accordion .accordion-button::after,#product_description .accordion-button::after,#product_details .accordion-button::after {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0!important
}

#extra_0 .accordion-button:not(.collapsed)::after,#extra_1 .accordion-button:not(.collapsed)::after,#extra_2 .accordion-button:not(.collapsed)::after,#extra_3 .accordion-button:not(.collapsed)::after,#product_accordion .accordion-button:not(.collapsed)::after,#product_description .accordion-button:not(.collapsed)::after,#product_details .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg)
}

#product_description .accordion-button::before,#product_details .accordion-button::before {
    -webkit-mask-image: url(/themes/mv_hummingbird_child/assets/img/product-icons/details_du_produit.svg);
    mask-image: url(/themes/mv_hummingbird_child/assets/img/product-icons/details_du_produit.svg)
}

#extra_0 .accordion-button::before {
    -webkit-mask-image: url(/themes/mv_hummingbird_child/assets/img/product-icons/composition.svg);
    mask-image: url(/themes/mv_hummingbird_child/assets/img/product-icons/composition.svg)
}

#extra_1 .accordion-button::before {
    -webkit-mask-image: url(/themes/mv_hummingbird_child/assets/img/product-icons/informations_nutritionnelles.svg);
    mask-image: url(/themes/mv_hummingbird_child/assets/img/product-icons/informations_nutritionnelles.svg)
}

#extra_2 .accordion-button::before {
    -webkit-mask-image: url(/themes/mv_hummingbird_child/assets/img/product-icons/conseils_utilisation.svg);
    mask-image: url(/themes/mv_hummingbird_child/assets/img/product-icons/conseils_utilisation.svg)
}

#extra_3 .accordion-button::before {
    -webkit-mask-image: url(/themes/mv_hummingbird_child/assets/img/product-icons/precautions_emploi.svg);
    mask-image: url(/themes/mv_hummingbird_child/assets/img/product-icons/precautions_emploi.svg)
}

.page-product .product__bottom {
    display: flex!important;
    flex-direction: column!important;
    gap: 2rem!important;
    grid-template-columns: none!important;
    margin-block-start: 1.5rem!important
}

.page-product .product__bottom-left,.page-product .product__bottom-right {
    width: 100%!important;
    max-width: 100%!important;
    flex: 0 0 auto!important
}

.mv-product-knowledge {
    background: #fff;
    border: 1px solid #e7ebf2;
    border-radius: 18px;
    padding: 16px 18px 8px;
    margin: 24px 0;
    overflow: hidden
}

.mv-product-knowledge-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 0 14px;
    text-align: center
}

.mv-product-knowledge-title::after,.mv-product-knowledge-title::before {
    background: #ff2d8d
}

.mv-product-knowledge-title span {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #12203a
}

.mv-product-knowledge .accordion-item {
    border-left: 0!important;
    border-right: 0!important
}

.mv-product-knowledge .accordion-item:first-child {
    border-top: 1px solid #eef2f7!important
}

.mv-product-knowledge .accordion-item:last-child {
    border-bottom: 1px solid #eef2f7!important
}

@media (max-width:767.98px) {
    .mv-product-knowledge {
        padding: 14px 14px 6px;
        border-radius: 14px
    }

    .mv-product-knowledge-title {
        gap: 12px;
        margin-bottom: 12px
    }

    .mv-product-knowledge-title::after,.mv-product-knowledge-title::before {
        width: 42px;
        max-width: none;
        height: 2px
    }

    .mv-product-knowledge-title span {
        font-size: 1.35rem
    }
}

.mv-product-knowledge-title::after,.mv-product-knowledge-title::before {
    content: "";
    display: block;
    width: 90px;
    max-width: 18%;
    height: 3px;
    background: linear-gradient(90deg,rgba(255,45,141,0)0,#ff2d8d 35%,#ff2d8d 100%);
    border-radius: 999px;
    flex: 0 0 auto
}

.mv-product-knowledge-title::after {
    transform: scaleX(-1)
}

.mv-benefits-bar {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    align-items: center;
    justify-items: center;
    gap: 24px;
    width: 100%;
    padding: 16px 36px;
    background: #fff;
    border: 1px solid #e7edf4;
    border-radius: 14px;
    box-sizing: border-box
}

.mv-benefit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-width: 0;
    width: max-content;
    max-width: 100%
}

.mv-benefit-icon {
    display: inline-flex
}

.mv-benefit-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 42px;
    max-height: 42px
}

.mv-benefit-text {
    margin: 0;
    color: #061846;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.01em;
    white-space: nowrap
}

@media (max-width:980px) {
    .mv-benefits-bar {
        grid-template-columns: repeat(2,minmax(0,1fr));
        justify-items: start;
        gap: 18px 24px;
        padding: 18px 24px
    }

    .mv-benefit {
        width: auto
    }
}

@media (max-width:560px) {
    .mv-benefits-bar {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px 18px
    }

    .mv-benefit-text {
        font-size: 14px;
        white-space: normal
    }

    .mv-benefit-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px
    }
}

body#product .product-images,body#product .product__images {
    position: relative
}

body#product .product-cover,body#product .product__cover,body#product .product__image {
    background-image: url(/themes/mv_hummingbird_child/assets/img/fond_produit.webp)
}

body#product .product-cover picture,body#product .product__cover picture,body#product .product__image picture {
    display: block;
    background: 0 0!important
}

body#product .product-images img:first-child,body#product .product__images img:first-child {
    background-image: linear-gradient(rgba(255,255,255,.35),rgba(255,255,255,.35)),var(--mv-product-bg,url("/themes/mv_hummingbird_child/assets/img/fond_produit.webp"));
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    border-radius: 18px
}

body#product .js-thumb,body#product .product-thumbnails img,body#product .product__thumbnails img,body#product .thumb-container img {
    border-radius: 10px;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important
}

body#product .mv-benefits-bar {
    min-height: 112px!important;
    padding: 24px 34px!important;
    border-radius: 18px!important
}

body#product .mv-benefits-bar .mv-benefit {
    gap: 20px!important;
    padding: 0 24px!important
}

body#product .mv-benefits-bar .mv-benefit-icon {
    width: 66px!important;
    height: 66px!important;
    flex: 0 0 66px!important
}

body#product .mv-benefits-bar .mv-benefit-icon svg {
    width: 66px!important;
    height: 66px!important;
    max-width: 66px!important;
    max-height: 66px!important
}

body#product .mv-benefits-bar .mv-benefit-text {
    font-size: 18px!important;
    line-height: 1.22!important;
    font-weight: 950!important;
    color: #061846!important
}

body#product .mv-benefits-bar .mv-benefit:not(:last-child)::after {
    height: 52px!important
}

@media (max-width:980px) {
    body#product .mv-benefits-bar {
        padding: 20px 22px!important
    }

    body#product .mv-benefits-bar .mv-benefit {
        padding: 16px 18px!important
    }

    body#product .mv-benefits-bar .mv-benefit-icon,body#product .mv-benefits-bar .mv-benefit-icon svg {
        width: 58px!important;
        height: 58px!important;
        flex-basis: 58px!important
    }

    body#product .mv-benefits-bar .mv-benefit-text {
        font-size: 17px!important
    }
}

@media (max-width:560px) {
    body#product .mv-benefits-bar {
        padding: 16px 18px!important
    }

    body#product .mv-benefits-bar .mv-benefit {
        gap: 16px!important
    }

    body#product .mv-benefits-bar .mv-benefit-icon,body#product .mv-benefits-bar .mv-benefit-icon svg {
        width: 52px!important;
        height: 52px!important;
        flex-basis: 52px!important
    }

    body#product .mv-benefits-bar .mv-benefit-text {
        font-size: 16px!important
    }
}

.mv-category-extra {
    width: 100%;
    margin: 32px auto 0;
    color: #111827
}

.mv-choice-block {
    width: 100%;
    border: 1px solid rgba(17,24,39,.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15,23,42,.05);
    overflow: hidden
}

.mv-choice-benefits {
    padding: 18px 26px 20px;
    margin-bottom: 18px
}

.mv-choice-title {
    margin: 0 0 18px;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #101828
}

.mv-choice-title span {
    color: #f22996
}

.mv-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0
}

.mv-benefit-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 26px;
    min-height: 82px;
    border-right: 1px solid rgba(17,24,39,.12)
}

.mv-benefit-item:last-child {
    border-right: 0
}

.mv-benefit-icon {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    line-height: 1;
    font-weight: 800
}

.mv-icon-yellow {
    color: #ffd23f
}

.mv-icon-turquoise {
    color: #17c5c3
}

.mv-benefit-item h3 {
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
    color: #101828
}

.mv-benefit-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    color: #344054
}

.mv-guide-block {
    position: relative;
    padding: 18px 26px;
    background: linear-gradient(100deg,rgba(28,210,205,.2)0,rgba(255,255,255,.92) 47%,rgba(242,41,150,.18) 100%)
}

.mv-guide-title {
    margin: 0 0 14px;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 800;
    color: #101828
}

.mv-guide-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    align-items: center;
    gap: 0
}

.mv-guide-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 28px 0 0;
    margin-right: 28px;
    min-height: 90px;
    border-right: 1px solid rgba(17,24,39,.2)
}

.mv-guide-item:nth-child(3) {
    border-right: 0;
    margin-right: 20px
}

.mv-guide-icon {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    line-height: 1;
    color: #16bbb9
}

.mv-guide-icon-pink,.mv-newsletter__text h2 span {
    color: #f22996
}

.mv-guide-item h3 {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    color: #101828
}

.mv-guide-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.32;
    font-weight: 500;
    color: #344054
}

.mv-guide-item p strong {
    display: inline-block;
    font-size: 18px;
    color: #101828
}

.mv-guide-cta-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.mv-guide-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 12px;
    background: #f22996;
    color: #fff!important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none!important;
    box-shadow: 0 8px 18px rgba(242,41,150,.28);
    transition: transform .18s ease,box-shadow .18s ease,background .18s ease
}

.mv-guide-cta:hover {
    background: #db1f85;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(242,41,150,.34)
}

@media (max-width:991px) {
    .mv-choice-title {
        font-size: 21px
    }

    .mv-benefits-grid {
        grid-template-columns: 1fr
    }

    .mv-benefit-item {
        border-right: 0;
        border-bottom: 1px solid rgba(17,24,39,.1);
        padding: 18px 0
    }

    .mv-benefit-item:last-child {
        border-bottom: 0
    }

    .mv-guide-content {
        grid-template-columns: 1fr
    }

    .mv-guide-item {
        border-right: 0;
        border-bottom: 1px solid rgba(17,24,39,.12);
        margin-right: 0;
        padding: 16px 0
    }

    .mv-guide-item:nth-child(3) {
        border-bottom: 0;
        margin-right: 0
    }

    .mv-guide-cta-wrap {
        justify-content: flex-start;
        margin-top: 18px
    }
}

@media (max-width:575px) {
    .mv-category-extra {
        margin-top: 24px
    }

    .mv-choice-benefits,.mv-guide-block {
        padding: 18px;
        border-radius: 16px
    }

    .mv-choice-title,.mv-guide-title {
        text-align: left;
        font-size: 20px
    }

    .mv-benefit-item,.mv-guide-item {
        align-items: flex-start;
        gap: 14px
    }

    .mv-benefit-icon,.mv-guide-icon {
        width: 42px;
        height: 42px;
        font-size: 32px
    }

    .mv-benefit-item h3,.mv-guide-item h3 {
        font-size: 15px
    }

    .mv-benefit-item p,.mv-guide-item p {
        font-size: 13px
    }

    .mv-guide-item p strong {
        font-size: 16px
    }

    .mv-guide-cta {
        width: 100%;
        min-width: 0
    }
}

.mvseo-category-bottom,.mvseo-category-bottom * {
    box-sizing: border-box!important
}

.mvseo-category-bottom {
    width: 100%!important;
    margin: 36px auto 0!important;
    color: #071326!important
}

.mvseo-card {
    width: 100%!important;
    border: 1px solid rgba(15,23,42,.12)!important;
    border-radius: 18px!important;
    background: #fff!important;
    box-shadow: 0 10px 28px rgba(15,23,42,.06)!important;
    overflow: hidden!important
}

.mvseo-benefits-card {
    padding: 18px 28px 22px!important;
    margin-bottom: 18px!important
}

.mvseo-main-title {
    margin: 0 0 20px!important;
    text-align: center!important;
    font-size: 24px!important;
    line-height: 1.22!important;
    font-weight: 800!important;
    color: #071326!important
}

.mvseo-main-title span {
    color: #f22996!important
}

.mvseo-benefits-grid {
    display: grid!important;
    grid-template-columns: repeat(3,minmax(0,1fr))!important;
    gap: 0!important
}

.mvseo-benefit {
    display: grid!important;
    grid-template-columns: 68px 1fr!important;
    align-items: center!important;
    gap: 18px!important;
    min-height: 92px!important;
    padding: 0 30px!important;
    border-right: 1px solid rgba(15,23,42,.12)!important
}

.mvseo-benefit:first-child {
    padding-left: 8px!important
}

.mvseo-benefit:last-child {
    border-right: 0!important;
    padding-right: 8px!important
}

.mvseo-benefit-text h3,.mvseo-guide-text h3 {
    margin: 0 0 5px!important;
    font-size: 17px!important;
    line-height: 1.2!important;
    font-weight: 800!important;
    color: #071326!important
}

.mvseo-benefit-text p,.mvseo-guide-text p {
    margin: 0!important;
    font-size: 14px!important;
    line-height: 1.38!important;
    font-weight: 500!important;
    color: #344054!important
}

.mvseo-guide-card {
    position: relative!important;
    padding: 20px 28px 24px!important;
    background-color: #fff!important;
    background-image: linear-gradient(90deg,rgba(45,211,214,.2)0,rgba(255,255,255,.92) 48%,rgba(242,41,150,.18) 100%),url(/img/cms/mv-guide-bg-turquoise.webp),url(/img/cms/mv-guide-bg-rose.webp)!important;
    background-repeat: no-repeat,no-repeat,no-repeat!important;
    background-position: center center,left center,right center!important;
    background-size: 100% 100%,55% 100%,55% 100%!important
}

.mvseo-guide-title {
    margin: 0 0 16px!important;
    font-size: 23px!important;
    line-height: 1.25!important;
    font-weight: 800!important;
    color: #071326!important
}

.mvseo-guide-grid,.mvseo-guide-item {
    display: grid!important;
    grid-template-columns: 1fr 1fr 1fr 260px!important;
    align-items: center!important;
    gap: 0!important
}

.mvseo-guide-item {
    grid-template-columns: 72px 1fr!important;
    gap: 18px!important;
    min-height: 92px!important;
    padding-right: 30px!important;
    margin-right: 30px!important;
    border-right: 1px solid rgba(15,23,42,.2)!important
}

.mvseo-guide-item:nth-child(3) {
    border-right: 0!important;
    margin-right: 20px!important
}

.mvseo-guide-product {
    margin: 0 0 2px!important;
    font-size: 19px!important;
    line-height: 1.15!important;
    font-weight: 800!important;
    color: #071326!important
}

.mvseo-guide-action {
    display: flex!important;
    align-items: center!important;
    justify-content: flex-end!important
}

.mvseo-guide-button,.mvseo-guide-button:hover {
    color: #fff!important;
    text-decoration: none!important
}

.mvseo-guide-button {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    min-width: 230px!important;
    min-height: 52px!important;
    padding: 13px 24px!important;
    border-radius: 13px!important;
    background: #f22996!important;
    font-size: 15px!important;
    line-height: 1.2!important;
    font-weight: 800!important;
    box-shadow: 0 10px 24px rgba(242,41,150,.3)!important;
    transition: transform .18s ease,box-shadow .18s ease,background .18s ease!important
}

.mvseo-guide-button:hover {
    background: #dc1f86!important;
    transform: translateY(-1px)!important;
    box-shadow: 0 12px 28px rgba(242,41,150,.38)!important
}

.mvseo-icon {
    display: block!important;
    width: 56px!important;
    height: 56px!important;
    background-color: currentColor!important;
    -webkit-mask: var(--mvseo-icon) center/contain no-repeat!important;
    mask: var(--mvseo-icon) center/contain no-repeat!important
}

.mvseo-yellow {
    color: #ffd23f!important
}

.mvseo-turquoise {
    color: #18c5c3!important
}

.mvseo-pink {
    color: #f22996!important
}

.mvseo-icon-flash {
    --mvseo-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2064%2064'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M37%202L10%2037h20l-5%2025%2029-38H35L37%202z'/%3E%3C/svg%3E")
}

.mvseo-icon-plus {
    --mvseo-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2064%2064'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M26%206h12v20h20v12H38v20H26V38H6V26h20V6z'/%3E%3C/svg%3E")
}

.mvseo-icon-target {
    --mvseo-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2064%2064'%20xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle%20cx='32'%20cy='32'%20r='25'%20fill='none'%20stroke='black'%20stroke-width='6'/%3E%3Ccircle%20cx='32'%20cy='32'%20r='14'%20fill='none'%20stroke='black'%20stroke-width='6'/%3E%3Ccircle%20cx='32'%20cy='32'%20r='5'/%3E%3C/svg%3E")
}

.mvseo-icon-strength {
    --mvseo-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2064%2064'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M8%2025h7v14H8V25zm10-7h9v28h-9V18zm12%2010h4v8h-4v-8zm7-10h9v28h-9V18zm12%207h7v14h-7V25z'/%3E%3C/svg%3E")
}

.mvseo-icon-run {
    --mvseo-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2064%2064'%20xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle%20cx='40'%20cy='10'%20r='6'/%3E%3Cpath%20d='M34%2020L25%2031l13%208%209-14M25%2031l-10%204M38%2039l-9%2017M38%2039l15%2010'%20fill='none'%20stroke='black'%20stroke-width='7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E")
}

@media (max-width:991px) {
    .mvseo-benefits-card,.mvseo-guide-card {
        padding: 20px!important
    }

    .mvseo-guide-title,.mvseo-main-title {
        font-size: 21px!important
    }

    .mvseo-benefits-grid {
        grid-template-columns: 1fr!important
    }

    .mvseo-benefit {
        grid-template-columns: 58px 1fr!important;
        padding: 18px 0!important;
        border-right: 0!important;
        border-bottom: 1px solid rgba(15,23,42,.12)!important
    }

    .mvseo-benefit:last-child {
        border-bottom: 0!important
    }

    .mvseo-guide-grid {
        grid-template-columns: 1fr!important
    }

    .mvseo-guide-item {
        grid-template-columns: 58px 1fr!important;
        padding: 18px 0!important;
        margin: 0!important;
        border-right: 0!important;
        border-bottom: 1px solid rgba(15,23,42,.14)!important
    }

    .mvseo-guide-item:nth-child(3) {
        margin: 0!important;
        border-bottom: 0!important
    }

    .mvseo-guide-action {
        justify-content: flex-start!important;
        margin-top: 20px!important
    }
}

@media (max-width:575px) {
    .mvseo-category-bottom {
        margin-top: 26px!important
    }

    .mvseo-card {
        border-radius: 16px!important
    }

    .mvseo-benefits-card,.mvseo-guide-card {
        padding: 18px!important
    }

    .mvseo-guide-title,.mvseo-main-title {
        text-align: left!important;
        font-size: 20px!important
    }

    .mvseo-benefit,.mvseo-guide-item {
        grid-template-columns: 46px 1fr!important;
        gap: 14px!important
    }

    .mvseo-icon {
        width: 42px!important;
        height: 42px!important
    }

    .mvseo-benefit-text h3,.mvseo-guide-text h3 {
        font-size: 15px!important
    }

    .mvseo-benefit-text p,.mvseo-guide-text p {
        font-size: 13px!important
    }

    .mvseo-guide-product {
        font-size: 17px!important
    }

    .mvseo-guide-button {
        width: 100%!important;
        min-width: 0!important
    }
}

@media (min-width:1200px) {
    .page-product .product__container {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: 40% minmax(0,1fr)
    }
}

.btn-outline-primary,.btn-primary {
    --bs-btn-border-color: #fa0972;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-border-color: #fa0972
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fa0972;
    --bs-btn-hover-bg: #d50861;
    --bs-btn-hover-border-color: #c8075b;
    --bs-btn-focus-shadow-rgb: 251,46,135;
    --bs-btn-active-bg: #c8075b;
    --bs-btn-active-border-color: #bc0756;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fa0972
}

.btn-outline-primary {
    --bs-btn-color: #fa0972;
    --bs-btn-hover-bg: #fa0972;
    --bs-btn-hover-border-color: #fa0972;
    --bs-btn-focus-shadow-rgb: 250,9,114;
    --bs-btn-active-bg: #fa0972;
    --bs-btn-active-border-color: #fa0972;
    --bs-btn-disabled-color: #fa0972;
    --bs-btn-disabled-bg: transparent;
    --bs-gradient: none
}

@media (min-width:768px) {
    .page-product .product__variants {
        display: flex;
        flex-direction: row
    }

    .page-product .product__variants fieldset {
        width: 35%
    }

    .page-product .product__add-to-cart button {
        display: block!important;
        width: inherit!important
    }

    #add_to_cart_custom .add-to-cart-btn {
        display: none
    }

    body#product #add_to_cart_custom {
        width: 100%;
        order: 0;
        flex-direction: row
    }

    body#product .product__add-to-cart {
        width: 68%;
        order: 2
    }

    .product-actions__quantity.product__quantity.quantity-button.js-quantity-button {
        order: 1
    }

    #add_to_cart_custom h4 {
        line-height: .9;
        margin-bottom: .5rem!important
    }

    #add_to_cart_custom ul.rec-reassurence {
        margin-bottom: 0
    }
}

#add_to_cart_custom input[type=radio]:checked+.option-card label .custom-radio {
    border-color: #ccc;
    background: #fa0972
}

#add_to_cart_custom input[type=radio]:checked+.option-card {
    border-color: #fa0972
}

#recurring_options .content,#recurring_options h4 {
    color: #212529!important
}

ul.rec-reassurence li.rec-option::before {
    content: "✔";
    color: #fa0972
}

#add_to_cart_custom .discount-badge {
    background: #fa0972
}

body#product .abonnement_product_price {
    font-family: "Manrope",arial,helvetica,sans-serif!important;
    font-size: large;
    font-weight: 700
}

.page-product .product__prices-block {
    flex-direction: row!important
}

button.product__add-to-cart-button.btn.btn-primary {
    border-radius: 5px
}

.blockreassurance img {
    width: 35px;
    height: auto;
    margin-right: .8rem
}

.blockreassurance .reassurance__image{
    height: auto;
}

.mv-sub-banner {
    margin-top: 0
}

@layer ps-modules {
    .blockreassurance .reassurance,.blockreassurance.blockreassurance--product {
        gap: 0
    }@media (min-width:768px) {
        .blockreassurance .reassurance__image{height: fit-content;
        width: auto
    }
}}

@media (min-width:1200px) {
    .page-product .product__actions,.page-product .product__add-to-cart-container,.page-product .product__availability,.page-product .product__customization,.page-product .product__description-short,.page-product .product__discounts,.page-product .product__manufacturer,.page-product .product__minimal-quantity,.page-product .product__name,.page-product .product__pack,.page-product .product__prices,.page-product .product__variants {
        margin-block-end: .6rem!important
    }

    .page-product .product__bottom-left,.page-product .product__bottom-right {
        margin-block-end: 0
    }
}

body#category .columns-container.container,body.page-category .columns-container.container {
    width: min(1440px,calc(100% - 56px))!important;
    max-width: 1440px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-left: 0!important;
    padding-right: 0!important
}

body#category .columns-container>.row,body.page-category .columns-container>.row {
    --bs-gutter-x: 42px;
    align-items: flex-start
}

@media (min-width:992px) {
    body#category #left-column,body.page-category #left-column {
        flex: 0 0 285px!important;
        max-width: 285px!important
    }

    body#category #center-column,body.page-category #center-column {
        flex: 1 1 calc(100% - 285px)!important;
        max-width: calc(100% - 285px)!important
    }
}

body#category #js-product-list-header,body#category .page-title-section,body.page-category #js-product-list-header,body.page-category .page-title-section {
    display: none!important
}

body#category .mv-category-hero,body.page-category .mv-category-hero {
    position: relative!important;
    isolation: isolate!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 100%!important;
    aspect-ratio: 2400/700!important;
    min-height: 0!important;
    margin: 24px 0 30px!important;
    padding: 0!important;
    overflow: hidden!important;
    border-radius: 18px!important;
    background: 0 0!important;
    box-shadow: 0 16px 40px rgba(15,23,42,.08)!important
}

body#category .mv-category-hero::before,body.page-category .mv-category-hero::before {
    content: ""!important;
    position: absolute!important;
    inset: 0!important;
    z-index: 0!important;
    background-image: var(--mv-category-hero-bg,linear-gradient(135deg,#dff8fb 0%,#ffffff 50%,#ffe8f6 100%))!important;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    transform: none!important;
    pointer-events: none!important
}

body#category .mv-category-hero::after,body#category .mv-category-hero__content::before,body.page-category .mv-category-hero::after,body.page-category .mv-category-hero__content::before {
    content: none!important;
    display: none!important
}

body#category .mv-category-hero__content,body.page-category .mv-category-hero__content {
    position: relative!important;
    z-index: 2!important;
    width: min(860px,calc(100% - 80px))!important;
    padding: 0 20px!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;
    text-align: center!important;
    font-family: "Manrope","Inter","Roboto",Arial,sans-serif!important;
    background: 0 0!important;
    border: 0!important;
    box-shadow: none!important
}

body#category .mv-category-hero__title,body.page-category .mv-category-hero__title {
    display: none!important
}

body#category .mv-category-hero__description,body.page-category .mv-category-hero__description {
    display: contents!important
}

body#category .mv-cat-intro,body.page-category .mv-cat-intro {
    order: 1!important;
    width: 100%!important;
    max-width: 820px!important;
    margin: 0 auto!important;
    text-align: center!important
}

body#category .mv-cat-intro h1,body#category .mv-cat-intro h2,body.page-category .mv-cat-intro h1,body.page-category .mv-cat-intro h2 {
    display: table!important;
    margin: 0 auto 14px!important;
    padding: 4px 24px 6px!important;
    border-radius: 999px!important;
    color: var(--mv-navy)!important;
    font-family: "Manrope","Inter","Roboto",Arial,sans-serif!important;
    font-size: clamp(32px,2.8vw,46px)!important;
    line-height: 1.08!important;
    font-weight: 900!important;
    letter-spacing: -.035em!important;
    background: radial-gradient(ellipse at center,rgba(255,255,255,.92)0,rgba(255,255,255,.78) 48%,rgba(255,255,255,.34) 76%,rgba(255,255,255,0) 100%)!important;
    box-shadow: 0 0 26px 12px rgba(255,255,255,.38),0 2px 10px rgba(15,23,42,.04)!important;
    text-shadow: 0 1px 2px rgba(255,255,255,.76)!important
}

body#category .mv-cat-intro p,body.page-category .mv-cat-intro p {
    display: inline!important;
    max-width: 760px!important;
    margin: 0 auto!important;
    padding: .08em .62em!important;
    border-radius: 999px!important;
    color: #071326!important;
    font-family: "Manrope","Inter","Roboto",Arial,sans-serif!important;
    font-size: clamp(16px,1.18vw,20px)!important;
    line-height: 1.42!important;
    font-weight: 500!important;
    background: linear-gradient(90deg,rgba(255,255,255,0)0,rgba(255,255,255,.78) 10%,rgba(255,255,255,.86) 50%,rgba(255,255,255,.78) 90%,rgba(255,255,255,0) 100%)!important;
    -webkit-box-decoration-break: clone!important;
    box-decoration-break: clone!important;
    box-shadow: 0 0 20px 8px rgba(255,255,255,.3)!important;
    text-shadow: 0 1px 2px rgba(255,255,255,.72)!important
}

body#category .mv-category-hero__chips,body.page-category .mv-category-hero__chips {
    order: 2!important;
    position: relative!important;
    z-index: 2!important;
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: center!important;
    gap: 14px!important;
    margin-top: 24px!important
}

body#category .mv-category-hero__chips::before,body.page-category .mv-category-hero__chips::before {
    content: ""!important;
    position: absolute!important;
    inset: -8px -18px!important;
    z-index: -1!important;
    border-radius: 999px!important;
    background: radial-gradient(ellipse at center,rgba(255,255,255,.52)0,rgba(255,255,255,.28) 58%,rgba(255,255,255,0) 100%)!important;
    filter: blur(8px)!important;
    pointer-events: none!important
}

body#category .mv-category-hero__chip,body.page-category .mv-category-hero__chip {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    min-height: 40px!important;
    padding: 9px 26px!important;
    border: 1.5px solid var(--mv-pill-aqua)!important;
    border-radius: 999px!important;
    background: var(--mv-pill-aqua-soft)!important;
    color: var(--mv-pill-aqua-text)!important;
    font-family: "Manrope","Inter","Roboto",Arial,sans-serif!important;
    font-size: 14px!important;
    line-height: 1!important;
    font-weight: 850!important;
    text-decoration: none!important;
    box-shadow: 0 8px 18px rgba(15,23,42,.05)!important;
    transition: transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease!important
}

body#category .mv-category-hero__chip:nth-child(6n+1),body.page-category .mv-category-hero__chip:nth-child(6n+1) {
    border-color: var(--mv-pill-aqua)!important;
    background: var(--mv-pill-aqua-soft)!important;
    color: var(--mv-pill-aqua-text)!important
}

body#category .mv-category-hero__chip:nth-child(6n+2),body.page-category .mv-category-hero__chip:nth-child(6n+2) {
    border-color: var(--mv-pill-pink)!important;
    background: var(--mv-pill-pink-soft)!important;
    color: var(--mv-pill-pink-text)!important
}

body#category .mv-category-hero__chip:nth-child(6n+3),body.page-category .mv-category-hero__chip:nth-child(6n+3) {
    border-color: var(--mv-pill-orange)!important;
    background: var(--mv-pill-orange-soft)!important;
    color: var(--mv-pill-orange-text)!important
}

body#category .mv-category-hero__chip:nth-child(6n+4),body.page-category .mv-category-hero__chip:nth-child(6n+4) {
    border-color: var(--mv-pill-blue)!important;
    background: var(--mv-pill-blue-soft)!important;
    color: var(--mv-pill-blue-text)!important
}

body#category .mv-category-hero__chip:nth-child(6n+5),body.page-category .mv-category-hero__chip:nth-child(6n+5) {
    border-color: var(--mv-pill-purple)!important;
    background: var(--mv-pill-purple-soft)!important;
    color: var(--mv-pill-purple-text)!important
}

body#category .mv-category-hero__chip:nth-child(6n+6),body.page-category .mv-category-hero__chip:nth-child(6n+6) {
    border-color: var(--mv-pill-yellow)!important;
    background: var(--mv-pill-yellow-soft)!important;
    color: var(--mv-pill-yellow-text)!important
}

body#category .mv-category-hero__chip:hover,body.page-category .mv-category-hero__chip:hover {
    transform: translateY(-1px)!important;
    box-shadow: 0 10px 22px rgba(15,23,42,.1)!important
}

body#category .mv-category-hero__chip:nth-child(6n+1):hover,body.page-category .mv-category-hero__chip:nth-child(6n+1):hover {
    background: var(--mv-pill-aqua)!important;
    color: var(--mv-navy)!important
}

body#category .mv-category-hero__chip:nth-child(6n+2):hover,body.page-category .mv-category-hero__chip:nth-child(6n+2):hover {
    background: var(--mv-pill-pink)!important;
    color: #fff!important
}

body#category .mv-category-hero__chip:nth-child(6n+3):hover,body.page-category .mv-category-hero__chip:nth-child(6n+3):hover {
    background: var(--mv-pill-orange)!important;
    color: var(--mv-navy)!important
}

body#category .mv-category-hero__chip:nth-child(6n+4):hover,body.page-category .mv-category-hero__chip:nth-child(6n+4):hover {
    background: var(--mv-pill-blue)!important;
    color: var(--mv-navy)!important
}

body#category .mv-category-hero__chip:nth-child(6n+5):hover,body.page-category .mv-category-hero__chip:nth-child(6n+5):hover {
    background: var(--mv-pill-purple)!important;
    color: #fff!important
}

body#category .mv-category-hero__chip:nth-child(6n+6):hover,body.page-category .mv-category-hero__chip:nth-child(6n+6):hover {
    background: var(--mv-pill-yellow)!important;
    color: var(--mv-navy)!important
}

body#category .mv-cat-highlights,body.page-category .mv-cat-highlights {
    order: 3!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    width: min(760px,100%)!important;
    margin: 24px auto 0!important;
    padding: 0!important;
    border: 0!important;
    gap: 18px!important
}

body#category .mv-cat-highlight,body.page-category .mv-cat-highlight {
    flex: 0 1 auto!important;
    min-width: 185px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 12px!important;
    padding: 8px 16px!important;
    border: 0!important;
    border-radius: 999px!important;
    color: var(--mv-navy)!important;
    background: linear-gradient(90deg,rgba(255,255,255,.34)0,rgba(255,255,255,.62) 50%,rgba(255,255,255,.34) 100%)!important;
    box-shadow: 0 0 22px 8px rgba(255,255,255,.24)!important;
    backdrop-filter: blur(4px) saturate(115%)!important;
    -webkit-backdrop-filter: blur(4px) saturate(115%)!important
}

body#category .mv-cat-highlight-icon,body.page-category .mv-cat-highlight-icon {
    flex: 0 0 auto!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    color: #17c5c3!important
}

body#category .mv-cat-highlight-icon img,body.page-category .mv-cat-highlight-icon img {
    display: block!important;
    width: 38px!important;
    height: 38px!important;
    object-fit: contain!important
}

body#category .mv-cat-highlight strong,body.page-category .mv-cat-highlight strong {
    display: block!important;
    color: var(--mv-navy)!important;
    font-family: "Manrope","Inter","Roboto",Arial,sans-serif!important;
    font-size: 14px!important;
    line-height: 1.12!important;
    font-weight: 900!important
}

body#category .mv-cat-highlight small,body.page-category .mv-cat-highlight small {
    display: block!important;
    margin-top: 2px!important;
    color: #1f2937!important;
    font-family: "Manrope","Inter","Roboto",Arial,sans-serif!important;
    font-size: 11.5px!important;
    line-height: 1.15!important;
    font-weight: 700!important
}

body#category #left-column #search_filters,body#category #left-column .block-facets,body#category #left-column .facetedsearch,body.page-category #left-column #search_filters,body.page-category #left-column .block-facets,body.page-category #left-column .facetedsearch {
    background: #fff!important;
    border: 1px solid rgba(15,23,42,.1)!important;
    border-radius: 16px!important;
    padding: 22px 20px!important;
    box-shadow: 0 10px 28px rgba(15,23,42,.06)!important
}

body#category .mv-category-extra,body#category .mvseo-category-bottom,body.page-category .mv-category-extra,body.page-category .mvseo-category-bottom {
    width: 100%!important;
    max-width: 100%!important
}

body#category .mvseo-imgicon,body.page-category .mvseo-imgicon {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 56px!important;
    height: 56px!important;
    flex: 0 0 56px!important
}

body#category .mvseo-imgicon img,body.page-category .mvseo-imgicon img {
    display: block!important;
    width: 56px!important;
    height: 56px!important;
    object-fit: contain!important
}

@media (min-width:768px) and (max-width:991.98px) {
    body#category .columns-container.container,body.page-category .columns-container.container {
        width: min(100% - 36px,1440px)!important
    }

    body#category #center-column,body#category #left-column,body.page-category #center-column,body.page-category #left-column {
        flex: 0 0 100%!important;
        max-width: 100%!important
    }

    body#category .mv-category-hero,body.page-category .mv-category-hero {
        margin: 18px 0 26px!important
    }

    body#category .mv-category-hero__content,body.page-category .mv-category-hero__content {
        width: min(760px,calc(100% - 56px))!important;
        padding: 0 12px!important
    }

    body#category .mv-cat-intro h1,body#category .mv-cat-intro h2,body.page-category .mv-cat-intro h1,body.page-category .mv-cat-intro h2 {
        padding-left: 18px!important;
        padding-right: 18px!important;
        font-size: clamp(30px,4.2vw,40px)!important
    }

    body#category .mv-cat-intro p,body.page-category .mv-cat-intro p {
        max-width: 680px!important;
        font-size: 16px!important
    }

    body#category .mv-category-hero__chip,body.page-category .mv-category-hero__chip {
        min-height: 38px!important;
        padding: 8px 22px!important;
        font-size: 13px!important
    }

    body#category .mv-cat-highlights,body.page-category .mv-cat-highlights {
        gap: 12px!important;
        margin-top: 20px!important
    }

    body#category .mv-cat-highlight,body.page-category .mv-cat-highlight {
        min-width: 160px!important;
        padding: 7px 12px!important;
        gap: 10px!important
    }

    body#category .mv-cat-highlight-icon img,body.page-category .mv-cat-highlight-icon img {
        width: 34px!important;
        height: 34px!important
    }
}

@media (max-width:767.98px) {
    body#category .columns-container.container,body.page-category .columns-container.container {
        width: calc(100% - 24px)!important
    }

    body#category #center-column,body#category #left-column,body.page-category #center-column,body.page-category #left-column {
        flex: 0 0 100%!important;
        max-width: 100%!important
    }

    body#category .mv-category-hero,body.page-category .mv-category-hero {
        aspect-ratio: auto!important;
        min-height: 330px!important;
        margin: 0 0 22px!important;
        border-radius: 16px!important
    }

    body#category .mv-category-hero__content,body.page-category .mv-category-hero__content {
        width: 100%!important;
        padding: 18px 14px!important
    }

    body#category .mv-cat-intro h1,body#category .mv-cat-intro h2,body.page-category .mv-cat-intro h1,body.page-category .mv-cat-intro h2 {
        padding: 3px 16px 5px!important;
        font-size: 26px!important
    }

    body#category .mv-cat-intro p,body.page-category .mv-cat-intro p {
        font-size: 14px!important;
        line-height: 1.4!important
    }

    body#category .mv-category-hero__chips,body.page-category .mv-category-hero__chips {
        gap: 9px!important;
        margin-top: 18px!important
    }

    body#category .mv-category-hero__chip,body.page-category .mv-category-hero__chip {
        min-height: 34px!important;
        padding: 7px 15px!important;
        font-size: 13px!important
    }

    body#category .mv-cat-highlights,body.page-category .mv-cat-highlights {
        width: 100%!important;
        gap: 8px!important;
        margin-top: 18px!important
    }

    body#category .mv-cat-highlight,body.page-category .mv-cat-highlight {
        min-width: 0!important;
        flex: 1 1 0!important;
        padding: 6px 8px!important;
        gap: 6px!important
    }

    body#category .mv-cat-highlight-icon img,body.page-category .mv-cat-highlight-icon img {
        width: 30px!important;
        height: 30px!important
    }

    body#category .mv-cat-highlight strong,body.page-category .mv-cat-highlight strong {
        font-size: 12px!important
    }

    body#category .mv-cat-highlight small,body.page-category .mv-cat-highlight small {
        font-size: 10.5px!important
    }

    body#category .mvseo-imgicon,body#category .mvseo-imgicon img,body.page-category .mvseo-imgicon,body.page-category .mvseo-imgicon img {
        width: 42px!important;
        height: 42px!important;
        flex-basis: 42px!important
    }
}

.mv-newsletter {
    width: 100%;
    background: #f7f9fc;
    padding: 0;
    overflow: hidden
}

.mv-newsletter__inner {
    width: min(1440px,calc(100% - 56px));
    min-height: 112px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr minmax(420px,560px);
    align-items: center;
    gap: 40px
}

.mv-newsletter__left {
    display: flex;
    align-items: center;
    gap: 28px;
    min-width: 0
}

.mv-newsletter__palms {
    flex: 0 0 auto;
    width: 120px;
    height: auto;
    display: block
}

.mv-newsletter__text h2 {
    margin: 0 0 8px;
    color: #071326;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900
}

.mv-newsletter__text p {
    margin: 0;
    color: #344054;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600
}

.mv-newsletter__row {
    display: flex;
    align-items: center;
    gap: 14px
}

.mv-newsletter__input {
    flex: 1 1 auto;
    height: 46px;
    padding: 0 22px;
    border: 1px solid #d0d7e2;
    border-radius: 8px;
    background: #fff;
    color: #071326;
    font-size: 15px;
    font-weight: 600;
    outline: 0
}

.mv-newsletter__input::placeholder {
    color: #8a94a6
}

.mv-newsletter__button {
    flex: 0 0 auto;
    height: 46px;
    min-width: 150px;
    padding: 0 26px;
    border: 0;
    border-radius: 8px;
    background: #f22996;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(242,41,150,.22)
}

.mv-newsletter__button:hover {
    background: #dc1f86
}

.mv-newsletter__note {
    margin: 8px 0 0;
    text-align: center;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600
}

.mv-newsletter__message {
    margin-top: 8px!important;
    font-size: 13px!important;
    font-weight: 700!important
}

.mv-newsletter__message--success {
    color: #159947!important
}

.mv-newsletter__message--error {
    color: #d92d20!important
}

@media (max-width:991.98px) {
    .mv-newsletter__inner {
        width: calc(100% - 36px);
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px 0 22px
    }

    .mv-newsletter__left {
        justify-content: center;
        text-align: left
    }

    .mv-newsletter__form {
        max-width: 620px;
        width: 100%;
        margin: 0 auto
    }
}

@media (max-width:575.98px) {
    .mv-newsletter__inner {
        width: calc(100% - 24px)
    }

    .mv-newsletter__left {
        align-items: flex-start;
        gap: 16px
    }

    .mv-newsletter__palms {
        width: 76px
    }

    .mv-newsletter__text h2 {
        font-size: 23px
    }

    .mv-newsletter__text p {
        font-size: 14px
    }

    .mv-newsletter__row {
        flex-direction: column;
        gap: 10px
    }

    .mv-newsletter__button,.mv-newsletter__input {
        width: 100%
    }
}

body#category .product-miniature__quickview-button,body#category .product-miniature__quickview-touch,body.page-category .product-miniature__quickview-button,body.page-category .product-miniature__quickview-touch {
    display: none!important
}

body#category .product-miniature__bottom,body#category .product-miniature__infos,body.page-category .product-miniature__bottom,body.page-category .product-miniature__infos {
    color: var(--mv-navy)!important;
    font-family: "Manrope","Inter","Roboto",Arial,sans-serif!important
}

body#category .product-miniature__title,body#category .product-miniature__title a,body.page-category .product-miniature__title,body.page-category .product-miniature__title a {
    color: var(--mv-navy)!important;
    font-size: 22px!important;
    line-height: 1.15!important;
    font-weight: 900!important;
    text-decoration: none!important
}

body#category .product-miniature__title a:hover,body#category .product-miniature__title:hover,body.page-category .product-miniature__title a:hover,body.page-category .product-miniature__title:hover {
    color: #f22996!important
}

body#category .product-miniature__description,body#category .product-miniature__short-description,body.page-category .product-miniature__description,body.page-category .product-miniature__short-description {
    margin-top: 8px!important;
    color: #27304d!important;
    font-size: 15px!important;
    line-height: 1.35!important;
    font-weight: 600!important
}

body#category .product-miniature__bottom p,body#category .product-miniature__infos p,body.page-category .product-miniature__bottom p,body.page-category .product-miniature__infos p {
    color: #27304d!important;
    font-size: 15px!important;
    line-height: 1.35!important;
    font-weight: 600!important
}

body#category .product-miniature__bottom p,body#category .product-miniature__description p,body#category .product-miniature__infos p,body#category .product-miniature__short-description p,body.page-category .product-miniature__bottom p,body.page-category .product-miniature__description p,body.page-category .product-miniature__infos p,body.page-category .product-miniature__short-description p {
    margin: 0 0 10px!important
}

body#category .product-miniature__bottom ul,body#category .product-miniature__description ul,body#category .product-miniature__infos ul,body#category .product-miniature__short-description ul,body.page-category .product-miniature__bottom ul,body.page-category .product-miniature__description ul,body.page-category .product-miniature__infos ul,body.page-category .product-miniature__short-description ul {
    margin: 10px 0 0!important;
    padding: 0!important;
    list-style: none!important
}

body#category .product-miniature__bottom li,body#category .product-miniature__description li,body#category .product-miniature__infos li,body#category .product-miniature__short-description li,body.page-category .product-miniature__bottom li,body.page-category .product-miniature__description li,body.page-category .product-miniature__infos li,body.page-category .product-miniature__short-description li {
    position: relative!important;
    margin: 0 0 7px!important;
    padding-left: 26px!important;
    color: #27304d!important;
    font-size: 15px!important;
    line-height: 1.35!important;
    font-weight: 700!important;
    list-style: none!important
}

body#category .product-miniature__bottom li::before,body#category .product-miniature__description li::before,body#category .product-miniature__infos li::before,body#category .product-miniature__short-description li::before,body.page-category .product-miniature__bottom li::before,body.page-category .product-miniature__description li::before,body.page-category .product-miniature__infos li::before,body.page-category .product-miniature__short-description li::before {
    content: ""!important;
    position: absolute!important;
    left: 0!important;
    top: 3px!important;
    width: 16px!important;
    height: 16px!important;
    background-image: url(/img/cms/puces_turquoise.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: contain!important
}

body#category .product-miniature__price,body#category .product-miniature__prices,body.page-category .product-miniature__price,body.page-category .product-miniature__prices {
    color: var(--mv-navy)!important;
    font-size: 20px!important;
    font-weight: 900!important
}

body#category .product-miniature__top,body.page-category .product-miniature__top {
    position: relative!important;
    margin-bottom: 18px!important;
    padding: 18px 16px 14px!important;
    border-radius: 18px!important;
    background-image: var(--mv-card-product-bg)!important;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    overflow: hidden!important;
    box-shadow: 0 10px 26px rgba(15,23,42,.06)!important
}

body#category .product-miniature__top::before,body.page-category .product-miniature__top::before {
    content: ""!important;
    position: absolute!important;
    inset: 0!important;
    z-index: 1!important;
    background: rgba(255,255,255,.35)!important;
    pointer-events: none!important
}

body#category .product-miniature__image,body#category .product-miniature__image-container,body#category .product-miniature__image-link,body.page-category .product-miniature__image,body.page-category .product-miniature__image-container,body.page-category .product-miniature__image-link {
    position: relative!important;
    z-index: 2!important
}

body#category .product-flags,body.page-category .product-flags {
    z-index: 5!important
}

@media (min-width:992px) {
    .mv-sticky-tools {
        display: none!important
    }

    .ets_mm_megamenu.scroll_heading {
        background: #fff!important;
        overflow: visible!important;
        border-bottom: 0!important
    }

    .ets_mm_megamenu.scroll_heading::after {
        content: ""!important;
        position: absolute!important;
        left: 0!important;
        right: 0!important;
        bottom: -1px!important;
        height: 6px!important;
        background: #11cdc8!important;
        z-index: 9999!important;
        pointer-events: none!important
    }

    .ets_mm_megamenu.scroll_heading .ets_mm_megamenu_content,.ets_mm_megamenu.scroll_heading .ets_mm_megamenu_content>.container {
        height: 74px!important;
        min-height: 74px!important;
        max-height: 74px!important;
        margin: 0 auto!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
        transition: none!important;
        animation: none!important
    }

    .ets_mm_megamenu.scroll_heading,.ets_mm_megamenu.scroll_heading .ets_mm_megamenu_content_content {
        height: 74px!important;
        min-height: 74px!important;
        max-height: 74px!important;
        transition: none!important;
        animation: none!important;
        position: relative!important
    }

    .ets_mm_megamenu.scroll_heading .ets_mm_megamenu_content_content {
        margin: 0 auto!important;
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
        padding: 0 115px!important
    }

    .ets_mm_megamenu.scroll_heading .ybc-menu-toggle {
        display: none!important
    }

    .ets_mm_megamenu.scroll_heading .mv-sticky-tools {
        position: absolute!important;
        inset: 0!important;
        z-index: 10!important;
        display: block!important;
        pointer-events: none!important
    }

    .ets_mm_megamenu.scroll_heading .mv-sticky-tools__left,.ets_mm_megamenu.scroll_heading .mv-sticky-tools__right {
        position: absolute!important;
        top: 0!important;
        height: 74px!important;
        display: flex!important;
        align-items: center!important;
        pointer-events: auto!important
    }

    .ets_mm_megamenu.scroll_heading .mv-sticky-tools__left {
        left: 0!important
    }

    .ets_mm_megamenu.scroll_heading .mv-sticky-tools__right {
        right: 0!important;
        gap: 14px!important
    }

    .ets_mm_megamenu.scroll_heading .mv-sticky-icon,.ets_mm_megamenu.scroll_heading .mv-sticky-logo {
        display: flex!important;
        align-items: center!important;
        height: 74px!important;
        text-decoration: none!important
    }

    .ets_mm_megamenu.scroll_heading .mv-sticky-logo img {
        display: block!important;
        width: auto!important;
        max-width: 66px!important;
        max-height: 54px!important;
        object-fit: contain!important
    }

    .ets_mm_megamenu.scroll_heading .mv-sticky-icon {
        position: relative!important;
        width: 36px!important;
        justify-content: center!important
    }

    .ets_mm_megamenu.scroll_heading .mv-sticky-icon img {
        display: block!important;
        width: 30px!important;
        height: 30px!important;
        object-fit: contain!important
    }

    .ets_mm_megamenu.scroll_heading .mv-sticky-cart-count {
        position: absolute!important;
        top: 13px!important;
        right: -5px!important;
        min-width: 17px!important;
        height: 17px!important;
        padding: 0 5px!important;
        display: inline-flex!important;
        align-items: center!important;
        justify-content: center!important;
        border-radius: 999px!important;
        background: #f22996!important;
        color: #fff!important;
        font-size: 11px!important;
        font-weight: 900!important;
        line-height: 1!important
    }

    .ets_mm_megamenu.scroll_heading .mm_menus_li,.ets_mm_megamenu.scroll_heading .mm_menus_ul {
        position: static!important;
        display: flex!important;
        align-items: center!important;
        height: 74px!important;
        white-space: nowrap!important
    }

    .ets_mm_megamenu.scroll_heading .mm_menus_ul {
        z-index: 20!important;
        flex-wrap: nowrap!important;
        justify-content: center!important;
        min-height: 74px!important;
        max-height: 74px!important;
        width: 100%!important;
        max-width: 100%!important;
        margin: 0 auto!important;
        padding: 0 115px!important;
        overflow: visible!important;
        box-sizing: border-box!important
    }

    .ets_mm_megamenu.scroll_heading .mm_menus_li {
        float: none!important;
        margin: 0!important;
        padding: 0!important;
        border-bottom: 0!important;
        box-shadow: none!important
    }

    .ets_mm_megamenu.scroll_heading .mm_columns_ul {
        position: absolute!important;
        top: 74px!important;
        left: 50%!important;
        right: auto!important;
        width: min(1440px,calc(100vw - 104px))!important;
        max-width: min(1440px,calc(100vw - 104px))!important;
        margin: 0!important;
        transform: translateX(-50%)!important;
        z-index: 50000!important;
        background: #fff!important;
        opacity: 0!important;
        visibility: hidden!important;
        pointer-events: none!important;
        filter: none!important;
        backdrop-filter: none!important;
        -webkit-backdrop-filter: none!important
    }

    .ets_mm_megamenu.scroll_heading .mm_menus_li:focus-within>.mm_columns_ul,.ets_mm_megamenu.scroll_heading .mm_menus_li:hover>.mm_columns_ul {
        opacity: 1!important;
        visibility: visible!important;
        pointer-events: auto!important;
        z-index: 50000!important
    }

    .ets_mm_megamenu.scroll_heading .mm_menus_li>.ets_mm_url {
        display: flex!important;
        align-items: center!important;
        height: 74px!important;
        padding: 0 10px!important;
        border-bottom: 0!important;
        box-shadow: none!important;
        background-image: none!important
    }

    .ets_mm_megamenu.scroll_heading .mm_menu_content_title {
        display: flex!important;
        align-items: center!important;
        white-space: nowrap!important;
        line-height: 1.1!important
    }

    .ets_mm_megamenu.scroll_heading,.ets_mm_megamenu.scroll_heading * {
        transition-duration: 0s!important
    }
}

@media (max-width:991.98px) {
    .ets_mm_megamenu.mv-sticky-active::after,.mv-sticky-tools {
        display: none!important
    }

    .ets_mm_megamenu.mv-sticky-active {
        height: auto!important;
        min-height: 0!important;
        max-height: none!important
    }
}



@media (max-width:575.98px) {
    .layout-left-column .products,.layout-right-column .products {
        grid-template-columns: repeat(1,minmax(0,1fr))
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    body#category .mv-category-hero,body.page-category .mv-category-hero {
        border-radius: 16px!important;
        background: 0 0!important;
        background-position: center center!important;
        background-repeat: no-repeat!important;
        box-shadow: 0 16px 40px rgba(15,23,42,.08)
    }
}

@media (max-width:991.98px) {
    .ets_mm_megamenu.mv-sticky-active::after,.mv-sticky-tools {
        display: none!important
    }

    .ets_mm_megamenu.mv-sticky-active {
        height: auto!important;
        min-height: 0!important;
        max-height: none!important
    }

    .ets_mm_megamenu.mv-sticky-active .ybc-menu-toggle {
        display: flex!important
    }
}

@media (min-width:992px) {
    .ets_mm_megamenu .mm_columns_ul {
        transition: none!important;
        animation: none!important
    }

    .ets_mm_megamenu .mm_menus_li:not(:hover)>.mm_columns_ul {
        opacity: 0!important;
        visibility: hidden!important;
        pointer-events: none!important;
        transform: none!important;
        transition: none!important;
        animation: none!important
    }

    .ets_mm_megamenu .mm_menus_li:hover>.mm_columns_ul {
        opacity: 1!important;
        visibility: visible!important;
        pointer-events: auto!important;
        transition: none!important;
        animation: none!important
    }
}

body#product #product-description-short ul,body#product .product-description-short ul,body#product .product-information ul,body#product .product__description-short ul {
    list-style: none!important;
    padding-left: 0!important;
    margin: 14px 0 18px
}

body#product #product-description-short li,body#product .product-description-short li,body#product .product-information li,body#product .product__description-short li {
    position: relative;
    list-style: none!important;
    padding-left: 26px;
    margin-bottom: 7px;
    line-height: 1.45;
    font-weight: 600
}

body#product #product-description-short li::before,body#product .product-description-short li::before,body#product .product-information li::before,body#product .product__description-short li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #18b8c8;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 17px;
    text-align: center
}

@media (min-width:992px) {
    .ets_mm_megamenu.scroll_heading .mm_columns_ul,.ets_mm_megamenu.scroll_heading .mm_columns_ul * {
        white-space: normal!important
    }

    .ets_mm_megamenu.scroll_heading .mm_columns_ul>.mm_columns_li {
        min-width: 0!important;
        box-sizing: border-box!important
    }

    .ets_mm_megamenu.scroll_heading .mm_block_type_html,.ets_mm_megamenu.scroll_heading .mm_block_type_html .ets_mm_block_content {
        width: 100%!important;
        max-width: 100%!important;
        min-width: 0!important;
        box-sizing: border-box!important;
        overflow: hidden!important
    }

    .ets_mm_megamenu.scroll_heading .mm_block_type_html .ets_mm_block_content>a.ets_mm_url:first-of-type {
        display: block!important;
        max-width: 100%!important;
        white-space: normal!important;
        overflow-wrap: normal!important;
        word-break: normal!important;
        line-height: 1.18!important
    }

    .ets_mm_megamenu.scroll_heading .mm_block_type_html .ets_mm_block_content>span {
        display: -webkit-box!important;
        max-width: 100%!important;
        white-space: normal!important;
        overflow: hidden!important;
        text-overflow: ellipsis!important;
        -webkit-line-clamp: 3!important;
        -webkit-box-orient: vertical!important;
        line-height: 22px!important
    }

    .ets_mm_megamenu.scroll_heading .mm_block_type_html .ets_mm_block_content>a.ets_mm_url:last-of-type {
        white-space: nowrap!important
    }
}

body#new-products .columns-container.container,body#new_products .columns-container.container,body#prices-drop .columns-container.container,body#prices_drop .columns-container.container,body.page-new-products .columns-container.container,body.page-new_products .columns-container.container,body.page-prices-drop .columns-container.container,body.page-prices_drop .columns-container.container {
    width: min(1440px,calc(100% - 56px))!important;
    max-width: 1440px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-left: 0!important;
    padding-right: 0!important
}

body#new-products .columns-container>.row,body#new_products .columns-container>.row,body#prices-drop .columns-container>.row,body#prices_drop .columns-container>.row,body.page-new-products .columns-container>.row,body.page-new_products .columns-container>.row,body.page-prices-drop .columns-container>.row,body.page-prices_drop .columns-container>.row {
    --bs-gutter-x: 42px;
    align-items: flex-start
}

@media (min-width:992px) {
    body#new-products #left-column,body#new_products #left-column,body#prices-drop #left-column,body#prices_drop #left-column,body.page-new-products #left-column,body.page-new_products #left-column,body.page-prices-drop #left-column,body.page-prices_drop #left-column {
        flex: 0 0 285px!important;
        max-width: 285px!important
    }

    body#new-products #center-column,body#new_products #center-column,body#prices-drop #center-column,body#prices_drop #center-column,body.page-new-products #center-column,body.page-new_products #center-column,body.page-prices-drop #center-column,body.page-prices_drop #center-column {
        flex: 1 1 calc(100% - 285px)!important;
        max-width: calc(100% - 285px)!important
    }
}

body#new-products #js-product-list-header,body#new-products .page-title-section,body#new_products #js-product-list-header,body#new_products .page-title-section,body#prices-drop #js-product-list-header,body#prices-drop .page-title-section,body#prices_drop #js-product-list-header,body#prices_drop .page-title-section,body.page-new-products #js-product-list-header,body.page-new-products .page-title-section,body.page-new_products #js-product-list-header,body.page-new_products .page-title-section,body.page-prices-drop #js-product-list-header,body.page-prices-drop .page-title-section,body.page-prices_drop #js-product-list-header,body.page-prices_drop .page-title-section {
    display: none!important
}

body#new-products .mv-category-hero,body#new_products .mv-category-hero,body#prices-drop .mv-category-hero,body#prices_drop .mv-category-hero,body.page-new-products .mv-category-hero,body.page-new_products .mv-category-hero,body.page-prices-drop .mv-category-hero,body.page-prices_drop .mv-category-hero {
    position: relative;
    width: 100%;
    min-height: 285px;
    margin: 24px 0 30px;
    padding: 34px clamp(32px,5vw,82px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 18px;
    background-image: var(--mv-category-hero-bg,linear-gradient(135deg,#dff8fb 0%,#ffffff 50%,#ffe8f6 100%));
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 16px 40px rgba(15,23,42,.08)
}

body#new-products .mv-category-hero__content,body#new_products .mv-category-hero__content,body#prices-drop .mv-category-hero__content,body#prices_drop .mv-category-hero__content,body.page-new-products .mv-category-hero__content,body.page-new_products .mv-category-hero__content,body.page-prices-drop .mv-category-hero__content,body.page-prices_drop .mv-category-hero__content {
    position: relative;
    z-index: 2;
    width: min(720px,100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "Manrope","Inter","Roboto",Arial,sans-serif
}

body#new-products .mv-category-hero__description,body#new_products .mv-category-hero__description,body#prices-drop .mv-category-hero__description,body#prices_drop .mv-category-hero__description,body.page-new-products .mv-category-hero__description,body.page-new_products .mv-category-hero__description,body.page-prices-drop .mv-category-hero__description,body.page-prices_drop .mv-category-hero__description {
    display: contents
}

body#new-products .mv-cat-intro,body#new_products .mv-cat-intro,body#prices-drop .mv-cat-intro,body#prices_drop .mv-cat-intro,body.page-new-products .mv-cat-intro,body.page-new_products .mv-cat-intro,body.page-prices-drop .mv-cat-intro,body.page-prices_drop .mv-cat-intro {
    order: 1;
    max-width: 720px;
    margin: 0 auto;
    text-align: center
}

body#new-products .mv-cat-intro h1,body#new-products .mv-cat-intro h2,body#new_products .mv-cat-intro h1,body#new_products .mv-cat-intro h2,body#prices-drop .mv-cat-intro h1,body#prices-drop .mv-cat-intro h2,body#prices_drop .mv-cat-intro h1,body#prices_drop .mv-cat-intro h2,body.page-new-products .mv-cat-intro h1,body.page-new-products .mv-cat-intro h2,body.page-new_products .mv-cat-intro h1,body.page-new_products .mv-cat-intro h2,body.page-prices-drop .mv-cat-intro h1,body.page-prices-drop .mv-cat-intro h2,body.page-prices_drop .mv-cat-intro h1,body.page-prices_drop .mv-cat-intro h2 {
    margin: 0 0 18px;
    color: #071326;
    font-family: "Manrope","Inter","Roboto",Arial,sans-serif;
    font-size: clamp(42px,4vw,60px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -.045em
}

body#new-products .mv-cat-intro p,body#new_products .mv-cat-intro p,body#prices-drop .mv-cat-intro p,body#prices_drop .mv-cat-intro p,body.page-new-products .mv-cat-intro p,body.page-new_products .mv-cat-intro p,body.page-prices-drop .mv-cat-intro p,body.page-prices_drop .mv-cat-intro p {
    margin: 0;
    color: #101828;
    font-family: "Manrope","Inter","Roboto",Arial,sans-serif;
    font-size: clamp(17px,1.25vw,21px);
    line-height: 1.42;
    font-weight: 500
}

body#new-products .mv-cat-highlights,body#new_products .mv-cat-highlights,body#prices-drop .mv-cat-highlights,body#prices_drop .mv-cat-highlights,body.page-new-products .mv-cat-highlights,body.page-new_products .mv-cat-highlights,body.page-prices-drop .mv-cat-highlights,body.page-prices_drop .mv-cat-highlights {
    order: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(760px,100%);
    margin: 26px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(15,23,42,.16)
}

body#new-products .mv-cat-highlight,body#new_products .mv-cat-highlight,body#prices-drop .mv-cat-highlight,body#prices_drop .mv-cat-highlight,body.page-new-products .mv-cat-highlight,body.page-new_products .mv-cat-highlight,body.page-prices-drop .mv-cat-highlight,body.page-prices_drop .mv-cat-highlight {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 0;
    padding: 0 22px;
    border-right: 1px solid rgba(15,23,42,.15);
    color: #071326
}

body#new-products .mv-cat-highlight:last-child,body#new_products .mv-cat-highlight:last-child,body#prices-drop .mv-cat-highlight:last-child,body#prices_drop .mv-cat-highlight:last-child,body.page-new-products .mv-cat-highlight:last-child,body.page-new_products .mv-cat-highlight:last-child,body.page-prices-drop .mv-cat-highlight:last-child,body.page-prices_drop .mv-cat-highlight:last-child {
    border-right: 0
}

body#new-products .mv-cat-highlight-icon,body#new_products .mv-cat-highlight-icon,body#prices-drop .mv-cat-highlight-icon,body#prices_drop .mv-cat-highlight-icon,body.page-new-products .mv-cat-highlight-icon,body.page-new_products .mv-cat-highlight-icon,body.page-prices-drop .mv-cat-highlight-icon,body.page-prices_drop .mv-cat-highlight-icon {
    flex: 0 0 auto;
    color: #17c5c3;
    font-size: 34px;
    line-height: 1
}

body#new-products .mv-cat-highlight-icon img,body#new_products .mv-cat-highlight-icon img,body#prices-drop .mv-cat-highlight-icon img,body#prices_drop .mv-cat-highlight-icon img,body.page-new-products .mv-cat-highlight-icon img,body.page-new_products .mv-cat-highlight-icon img,body.page-prices-drop .mv-cat-highlight-icon img,body.page-prices_drop .mv-cat-highlight-icon img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain
}

body#new-products .mv-cat-highlight strong,body#new_products .mv-cat-highlight strong,body#prices-drop .mv-cat-highlight strong,body#prices_drop .mv-cat-highlight strong,body.page-new-products .mv-cat-highlight strong,body.page-new_products .mv-cat-highlight strong,body.page-prices-drop .mv-cat-highlight strong,body.page-prices_drop .mv-cat-highlight strong {
    display: block;
    color: #071326;
    font-family: "Manrope","Inter","Roboto",Arial,sans-serif;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 900
}

body#new-products .mv-cat-highlight small,body#new_products .mv-cat-highlight small,body#prices-drop .mv-cat-highlight small,body#prices_drop .mv-cat-highlight small,body.page-new-products .mv-cat-highlight small,body.page-new_products .mv-cat-highlight small,body.page-prices-drop .mv-cat-highlight small,body.page-prices_drop .mv-cat-highlight small {
    display: block;
    margin-top: 4px;
    color: #1f2937;
    font-family: "Manrope","Inter","Roboto",Arial,sans-serif;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 700
}

body#new-products #left-column #search_filters,body#new-products #left-column .block-facets,body#new-products #left-column .facetedsearch,body#prices-drop #left-column #search_filters,body#prices-drop #left-column .block-facets,body#prices-drop #left-column .facetedsearch,body.page-new-products #left-column #search_filters,body.page-new-products #left-column .block-facets,body.page-new-products #left-column .facetedsearch,body.page-prices-drop #left-column #search_filters,body.page-prices-drop #left-column .block-facets,body.page-prices-drop #left-column .facetedsearch {
    background: #fff;
    border: 1px solid rgba(15,23,42,.1);
    border-radius: 16px;
    padding: 22px 20px;
    box-shadow: 0 10px 28px rgba(15,23,42,.06)
}

body#new-products .mvseo-category-bottom,body#new_products .mvseo-category-bottom,body#prices-drop .mvseo-category-bottom,body#prices_drop .mvseo-category-bottom,body.page-new-products .mvseo-category-bottom,body.page-new_products .mvseo-category-bottom,body.page-prices-drop .mvseo-category-bottom,body.page-prices_drop .mvseo-category-bottom {
    width: 100%!important;
    max-width: 100%!important
}

body#new-products .mvseo-imgicon,body#new_products .mvseo-imgicon,body#prices-drop .mvseo-imgicon,body#prices_drop .mvseo-imgicon,body.page-new-products .mvseo-imgicon,body.page-new_products .mvseo-imgicon,body.page-prices-drop .mvseo-imgicon,body.page-prices_drop .mvseo-imgicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    flex: 0 0 56px
}

body#new-products .mvseo-imgicon img,body#new_products .mvseo-imgicon img,body#prices-drop .mvseo-imgicon img,body#prices_drop .mvseo-imgicon img,body.page-new-products .mvseo-imgicon img,body.page-new_products .mvseo-imgicon img,body.page-prices-drop .mvseo-imgicon img,body.page-prices_drop .mvseo-imgicon img {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: contain
}

body#new-products .product-miniature__quickview-button,body#new-products .product-miniature__quickview-touch,body#prices-drop .product-miniature__quickview-button,body#prices-drop .product-miniature__quickview-touch,body.page-new-products .product-miniature__quickview-button,body.page-new-products .product-miniature__quickview-touch,body.page-prices-drop .product-miniature__quickview-button,body.page-prices-drop .product-miniature__quickview-touch {
    display: none!important
}

body#new-products .product-miniature__title,body#new-products .product-miniature__title a,body#prices-drop .product-miniature__title,body#prices-drop .product-miniature__title a,body.page-new-products .product-miniature__title,body.page-new-products .product-miniature__title a,body.page-prices-drop .product-miniature__title,body.page-prices-drop .product-miniature__title a {
    color: #071326!important;
    font-size: 22px!important;
    line-height: 1.15!important;
    font-weight: 900!important;
    text-decoration: none!important
}

body#new-products .product-miniature__bottom p,body#new-products .product-miniature__infos p,body#prices-drop .product-miniature__bottom p,body#prices-drop .product-miniature__infos p,body.page-new-products .product-miniature__bottom p,body.page-new-products .product-miniature__infos p,body.page-prices-drop .product-miniature__bottom p,body.page-prices-drop .product-miniature__infos p {
    margin: 0 0 10px!important;
    color: #071326!important;
    font-size: 17px!important;
    line-height: 1.35!important;
    font-weight: 500!important
}

body#new-products .product-miniature__bottom ul,body#new-products .product-miniature__infos ul,body#prices-drop .product-miniature__bottom ul,body#prices-drop .product-miniature__infos ul,body.page-new-products .product-miniature__bottom ul,body.page-new-products .product-miniature__infos ul,body.page-prices-drop .product-miniature__bottom ul,body.page-prices-drop .product-miniature__infos ul {
    margin: 12px 0 0!important;
    padding: 0!important;
    list-style: none!important
}

body#new-products .product-miniature__bottom li,body#new-products .product-miniature__infos li,body#prices-drop .product-miniature__bottom li,body#prices-drop .product-miniature__infos li,body.page-new-products .product-miniature__bottom li,body.page-new-products .product-miniature__infos li,body.page-prices-drop .product-miniature__bottom li,body.page-prices-drop .product-miniature__infos li {
    position: relative!important;
    margin: 0 0 8px!important;
    padding-left: 28px!important;
    color: #071326!important;
    font-size: 17px!important;
    line-height: 1.28!important;
    font-weight: 600!important;
    list-style: none!important
}

body#new-products .product-miniature__bottom li::before,body#new-products .product-miniature__infos li::before,body#prices-drop .product-miniature__bottom li::before,body#prices-drop .product-miniature__infos li::before,body.page-new-products .product-miniature__bottom li::before,body.page-new-products .product-miniature__infos li::before,body.page-prices-drop .product-miniature__bottom li::before,body.page-prices-drop .product-miniature__infos li::before {
    content: ""!important;
    position: absolute!important;
    left: 0!important;
    top: 50%!important;
    width: 25px!important;
    height: 25px!important;
    transform: translateY(-50%)!important;
    background-image: url(/img/cms/puces_turquoise.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: contain!important
}

body#new-products .product-miniature__price,body#new-products .product-miniature__prices,body#prices-drop .product-miniature__price,body#prices-drop .product-miniature__prices,body.page-new-products .product-miniature__price,body.page-new-products .product-miniature__prices,body.page-prices-drop .product-miniature__price,body.page-prices-drop .product-miniature__prices {
    color: #071326!important;
    font-size: 20px!important;
    font-weight: 900!important
}

body#new-products .product-miniature__actions .btn,body#new-products .product-miniature__actions a,body#prices-drop .product-miniature__actions .btn,body#prices-drop .product-miniature__actions a,body.page-new-products .product-miniature__actions .btn,body.page-new-products .product-miniature__actions a,body.page-prices-drop .product-miniature__actions .btn,body.page-prices-drop .product-miniature__actions a {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 100%!important;
    min-height: 48px!important;
    margin-top: 14px!important;
    padding: 0 22px!important;
    border: 0!important;
    border-radius: 8px!important;
    background: #f22996!important;
    color: #fff!important;
    font-size: 17px!important;
    line-height: 1!important;
    font-weight: 900!important;
    text-align: center!important;
    text-decoration: none!important;
    box-shadow: 0 10px 24px rgba(242,41,150,.28)!important
}

body#new-products .product-miniature__top,body#prices-drop .product-miniature__top,body.page-new-products .product-miniature__top,body.page-prices-drop .product-miniature__top {
    position: relative!important;
    margin-bottom: 18px!important;
    padding: 18px 16px 14px!important;
    border-radius: 18px!important;
    background-image: var(--mv-card-product-bg)!important;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    overflow: hidden!important;
    box-shadow: 0 10px 26px rgba(15,23,42,.06)!important
}

body#new-products .product-miniature__image,body#new-products .product-miniature__image-container,body#new-products .product-miniature__image-link,body#prices-drop .product-miniature__image,body#prices-drop .product-miniature__image-container,body#prices-drop .product-miniature__image-link,body.page-new-products .product-miniature__image,body.page-new-products .product-miniature__image-container,body.page-new-products .product-miniature__image-link,body.page-prices-drop .product-miniature__image,body.page-prices-drop .product-miniature__image-container,body.page-prices-drop .product-miniature__image-link {
    position: relative!important;
    z-index: 2!important
}

body#new-products .product-flags,body#prices-drop .product-flags,body.page-new-products .product-flags,body.page-prices-drop .product-flags {
    z-index: 5!important
}

body#new-products .product-miniature__top::before,body#prices-drop .product-miniature__top::before,body.page-new-products .product-miniature__top::before,body.page-prices-drop .product-miniature__top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.35);
    z-index: 1
}

@media (max-width:991.98px) {
    body#new-products .columns-container.container,body#prices-drop .columns-container.container,body.page-new-products .columns-container.container,body.page-prices-drop .columns-container.container {
        width: min(100% - 36px,1440px)!important
    }

    body#new-products #center-column,body#new-products #left-column,body#prices-drop #center-column,body#prices-drop #left-column,body.page-new-products #center-column,body.page-new-products #left-column,body.page-prices-drop #center-column,body.page-prices-drop #left-column {
        flex: 0 0 100%!important;
        max-width: 100%!important
    }

    body#new-products .mv-category-hero,body#prices-drop .mv-category-hero,body.page-new-products .mv-category-hero,body.page-prices-drop .mv-category-hero {
        min-height: 260px;
        padding: 0!important
    }

    body#new-products .mv-cat-intro h1,body#new-products .mv-cat-intro h2,body#prices-drop .mv-cat-intro h1,body#prices-drop .mv-cat-intro h2,body.page-new-products .mv-cat-intro h1,body.page-new-products .mv-cat-intro h2,body.page-prices-drop .mv-cat-intro h1,body.page-prices-drop .mv-cat-intro h2 {
        font-size: clamp(34px,6vw,46px)
    }
}

@media (max-width:767.98px) {
    body#new-products .mv-category-hero,body#prices-drop .mv-category-hero,body.page-new-products .mv-category-hero,body.page-prices-drop .mv-category-hero {
        min-height: auto;
        padding: 12px 22px;
        border-radius: 16px;
        background-image: none!important;
        background-color: #f7fbfd
    }

    body#new-products .mv-category-hero .mv-cat-intro,body#prices-drop .mv-category-hero .mv-cat-intro,body.page-new-products .mv-category-hero .mv-cat-intro,body.page-prices-drop .mv-category-hero .mv-cat-intro {
        position: relative;
        width: calc(100% 44px)!important;
        max-width: none!important;
        margin-top: -24px!important;
        margin-right: -22px!important;
        margin-left: -22px!important;
        padding: 24px 22px 30px;
        background-image: var(--mv-category-hero-bg)!important;
        background-size: cover!important;
        background-position: center center!important;
        background-repeat: no-repeat!important;
        border-radius: 18px 18px 0 0;
        box-sizing: border-box;
        overflow: hidden
    }

    body#new-products .mv-cat-intro h1,body#new-products .mv-cat-intro h2,body#prices-drop .mv-cat-intro h1,body#prices-drop .mv-cat-intro h2,body.page-new-products .mv-cat-intro h1,body.page-new-products .mv-cat-intro h2,body.page-prices-drop .mv-cat-intro h1,body.page-prices-drop .mv-cat-intro h2 {
        font-size: x-large
    }

    body#new-products .mv-cat-intro p,body#prices-drop .mv-cat-intro p,body.page-new-products .mv-cat-intro p,body.page-prices-drop .mv-cat-intro p {
        padding: 0 14vw;
        font-size: 14px
    }

    body#new-products .mv-cat-highlights,body#prices-drop .mv-cat-highlights,body.page-new-products .mv-cat-highlights,body.page-prices-drop .mv-cat-highlights {
        flex-direction: row;
        width: 100%;
        gap: 0;
        margin-top: 22px;
        padding-top: 18px
    }

    body#new-products .mv-cat-highlight,body#prices-drop .mv-cat-highlight,body.page-new-products .mv-cat-highlight,body.page-prices-drop .mv-cat-highlight {
        gap: 0;
        padding: 0
    }

    body#new-products .mv-cat-highlight-icon img,body#prices-drop .mv-cat-highlight-icon img,body.page-new-products .mv-cat-highlight-icon img,body.page-prices-drop .mv-cat-highlight-icon img {
        width: 34px;
        height: 34px
    }
}

body#index .ps-featuredproducts .product-miniature__image {
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #fff!important;
    border-radius: 18px!important
}

body#best-sales .product-miniature__actions a.btn:not(.product-miniature__add),body#category .product-miniature__actions a.btn:not(.product-miniature__add),body#index .ps-featuredproducts .product-miniature__actions a.btn:not(.product-miniature__add),body#manufacturer .product-miniature__actions a.btn:not(.product-miniature__add),body#new-products .product-miniature__actions a.btn:not(.product-miniature__add),body#prices-drop .product-miniature__actions a.btn:not(.product-miniature__add),body#search .product-miniature__actions a.btn:not(.product-miniature__add),body#supplier .product-miniature__actions a.btn:not(.product-miniature__add) {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 100%!important;
    min-height: 50px!important;
    padding: 0 22px!important;
    background: #f72593!important;
    color: #fff!important;
    border: 0!important;
    border-radius: 8px!important;
    font-size: 16px!important;
    font-weight: 900!important;
    line-height: 1!important;
    text-align: center!important;
    text-decoration: none!important;
    box-shadow: 0 10px 22px rgba(247,37,147,.22)!important
}

body#best-sales .product-miniature__actions a.btn:not(.product-miniature__add):hover,body#category .product-miniature__actions a.btn:not(.product-miniature__add):hover,body#index .ps-featuredproducts .product-miniature__actions a.btn:not(.product-miniature__add):hover,body#manufacturer .product-miniature__actions a.btn:not(.product-miniature__add):hover,body#new-products .product-miniature__actions a.btn:not(.product-miniature__add):hover,body#prices-drop .product-miniature__actions a.btn:not(.product-miniature__add):hover,body#search .product-miniature__actions a.btn:not(.product-miniature__add):hover,body#supplier .product-miniature__actions a.btn:not(.product-miniature__add):hover {
    background: #e91b86!important;
    color: #fff!important;
    transform: translateY(-1px)
}

body#best-sales .product-miniature__actions,body#category .product-miniature__actions,body#index .ps-featuredproducts .product-miniature__actions,body#manufacturer .product-miniature__actions,body#new-products .product-miniature__actions,body#prices-drop .product-miniature__actions,body#search .product-miniature__actions,body#supplier .product-miniature__actions {
    width: 100%!important;
    margin-top: auto!important
}

body#best-sales .mv-view-product-button,body#category .mv-view-product-button,body#index .ps-featuredproducts .mv-view-product-button,body#manufacturer .mv-view-product-button,body#new-products .mv-view-product-button,body#prices-drop .mv-view-product-button,body#search .mv-view-product-button,body#supplier .mv-view-product-button {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 100%!important;
    min-height: 50px!important;
    margin-top: 18px!important;
    padding: 0 22px!important;
    background: #f72593!important;
    color: #fff!important;
    border: 0!important;
    border-radius: 8px!important;
    font-size: 16px!important;
    font-weight: 900!important;
    line-height: 1!important;
    text-align: center!important;
    text-decoration: none!important;
    box-shadow: 0 10px 22px rgba(247,37,147,.22)!important
}

body#best-sales .mv-view-product-button:hover,body#category .mv-view-product-button:hover,body#index .ps-featuredproducts .mv-view-product-button:hover,body#manufacturer .mv-view-product-button:hover,body#new-products .mv-view-product-button:hover,body#prices-drop .mv-view-product-button:hover,body#search .mv-view-product-button:hover,body#supplier .mv-view-product-button:hover {
    background: #e91b86!important;
    color: #fff!important;
    transform: translateY(-1px)
}

body#best-sales .product-miniature__form,body#best-sales .quantity-button,body#best-sales .quantity-button__group,body#category .product-miniature__form,body#category .quantity-button,body#category .quantity-button__group,body#index .ps-featuredproducts .product-miniature__form,body#index .ps-featuredproducts .quantity-button,body#index .ps-featuredproducts .quantity-button__group,body#new-products .product-miniature__form,body#new-products .quantity-button,body#new-products .quantity-button__group,body#prices-drop .product-miniature__form,body#prices-drop .quantity-button,body#prices-drop .quantity-button__group,body#search .product-miniature__form,body#search .quantity-button,body#search .quantity-button__group {
    display: none!important
}

.product-miniature .product-miniature__top {
    position: relative!important
}

.product-miniature .product-flags,body#index .ps-featuredproducts .product-flags {
    position: absolute!important;
    top: 10px!important;
    left: 10px!important;
    right: 10px!important;
    z-index: 20!important;
    display: grid!important;
    grid-template-columns: auto auto!important;
    align-items: start!important;
    justify-content: space-between!important;
    column-gap: 10px!important;
    width: auto!important;
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    pointer-events: none!important
}

.product-miniature .product-flags>li.badge,body#index .ps-featuredproducts .product-flags>li.badge {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    min-height: 24px!important;
    padding: 5px 9px!important;
    border: 0!important;
    border-radius: 4px!important;
    color: #fff!important;
    font-size: 13px!important;
    font-weight: 800!important;
    line-height: 1!important;
    text-transform: none!important;
    white-space: nowrap!important;
    box-shadow: none!important
}

.product-miniature .product-flags>li.badge:first-child,body#index .ps-featuredproducts .product-flags>li.badge:first-child {
    justify-self: start!important;
    background-color: #f72593!important;
    background: #f72593!important;
    color: #fff!important
}

.product-miniature .product-flags>li.badge:nth-child(n+2),body#index .ps-featuredproducts .product-flags>li.badge:nth-child(n+2) {
    justify-self: end!important;
    margin-left: 0!important;
    background-color: #11cec9!important;
    background: #11cec9!important;
    color: #fff!important;
    max-width: 100%!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important
}

.product-miniature .product-flags>li.badge.new:nth-child(n+2),body#index .ps-featuredproducts .product-flags>li.badge.new:nth-child(n+2) {
    background-color: #11cec9!important;
    background: #11cec9!important;
    color: #fff!important
}

.product-miniature .product-flags>:first-child,body#category .product-flags>:first-child,body#index .ps-featuredproducts .product-flags>:first-child {
    --bs-primary: #f72593!important;
    --bs-primary-rgb: 247,37,147!important;
    background: #f72593!important;
    background-color: #f72593!important;
    background-image: none!important;
    color: #fff!important
}

.product-miniature .product-flags>:last-child:not(:first-child),.product-miniature .product-flags>:nth-child(2),body#category .product-flags>:last-child:not(:first-child),body#category .product-flags>:nth-child(2),body#index .ps-featuredproducts .product-flags>:last-child:not(:first-child),body#index .ps-featuredproducts .product-flags>:nth-child(2) {
    --bs-primary: #11cec9!important;
    --bs-primary-rgb: 17,206,201!important;
    background: #11cec9!important;
    background-color: #11cec9!important;
    background-image: none!important;
    color: #fff!important
}

.product-miniature .product-flags>.badge.new:nth-child(2),.product-miniature .product-flags>.badge:nth-child(2),.product-miniature .product-flags>.new:nth-child(2),body#category .product-flags>.badge.new:nth-child(2),body#category .product-flags>.badge:nth-child(2),body#category .product-flags>.new:nth-child(2),body#index .ps-featuredproducts .product-flags>.badge.new:nth-child(2),body#index .ps-featuredproducts .product-flags>.badge:nth-child(2),body#index .ps-featuredproducts .product-flags>.new:nth-child(2) {
    --bs-primary: #11cec9!important;
    --bs-primary-rgb: 17,206,201!important;
    background: #11cec9!important;
    background-color: #11cec9!important;
    background-image: none!important;
    color: #fff!important
}

body#product .images-container .product__cover,body#product .js-images-container .product__cover,body#product .product-cover,body#product .product__cover,body#product .product__image {
    background-image: linear-gradient(rgba(255,255,255,.55),rgba(255,255,255,.55)),var(--mv-product-bg,url("/themes/mv_hummingbird_child/assets/img/fond_produit1.webp"))!important;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-color: #fff!important;
    border-radius: 18px!important;
    overflow: hidden!important
}

body#product .images-container .product__cover img,body#product .js-images-container .product__cover img,body#product .product-cover img,body#product .product__cover img,body#product .product__image img {
    display: block!important;
    width: 100%!important;
    height: auto!important;
    object-fit: contain!important;
    background: 0 0!important;
    opacity: 1!important;
    border-radius: 18px!important
}

body#product .product-images img:first-child,body#product .product__images img:first-child {
    opacity: 1!important
}

body#product .product__images .carousel-inner,body#product .product__images .carousel-item,body#product .product__images .js-product-carousel {
    border-radius: 18px!important;
    overflow: hidden!important
}

body#product .product__images .carousel-item {
    background-image: linear-gradient(rgba(255,255,255,.55),rgba(255,255,255,.55)),var(--mv-product-bg,url("/themes/mv_hummingbird_child/assets/img/fond_produit1.webp"))!important;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-color: #fff!important
}

body#product .product__images .carousel-item picture {
    display: block!important;
    background: 0 0!important
}

body#product .product__images .carousel-item img {
    display: block!important;
    width: 100%!important;
    height: auto!important;
    object-fit: contain!important;
    background: 0 0!important;
    opacity: 1!important
}

body#product .ps-categoryproducts .product-miniature__top,body#product .ps-viewedproduct .product-miniature__top {
    position: relative!important;
    margin-bottom: 18px!important;
    padding: 18px 16px 14px!important;
    border-radius: 18px!important;
    overflow: hidden!important;
    background-image: linear-gradient(rgba(255,255,255,.35),rgba(255,255,255,.35)),var(--mv-card-product-bg,url("/themes/mv_hummingbird_child/assets/img/fond_produit1.webp"))!important;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-color: #fff!important;
    box-shadow: 0 10px 26px rgba(15,23,42,.06)!important
}

body#product .ps-categoryproducts .product-miniature__image,body#product .ps-categoryproducts .product-miniature__image-container,body#product .ps-categoryproducts .product-miniature__image-link,body#product .ps-viewedproduct .product-miniature__image,body#product .ps-viewedproduct .product-miniature__image-container,body#product .ps-viewedproduct .product-miniature__image-link {
    position: relative!important;
    z-index: 2!important;
    background: 0 0!important
}

body#product .ps-categoryproducts .product-flags,body#product .ps-viewedproduct .product-flags {
    z-index: 5!important
}

body#product .ps-categoryproducts .product-miniature__quickview-button,body#product .ps-categoryproducts .product-miniature__quickview-touch,body#product .ps-viewedproduct .product-miniature__quickview-button,body#product .ps-viewedproduct .product-miniature__quickview-touch {
    display: none!important
}

body#product .ps-categoryproducts .product-miniature__actions,body#product .ps-viewedproduct .product-miniature__actions {
    width: 100%!important;
    margin-top: auto!important;
    padding-top: 14px!important
}

body#product .ps-categoryproducts .mv-view-product-button,body#product .ps-categoryproducts .product-miniature__actions a.btn,body#product .ps-categoryproducts .product-miniature__details,body#product .ps-viewedproduct .mv-view-product-button,body#product .ps-viewedproduct .product-miniature__actions a.btn,body#product .ps-viewedproduct .product-miniature__details {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 100%!important;
    min-height: 50px!important;
    padding: 0 22px!important;
    background: #f72593!important;
    color: #fff!important;
    border: 0!important;
    border-radius: 8px!important;
    font-size: 16px!important;
    font-weight: 900!important;
    line-height: 1!important;
    text-align: center!important;
    text-decoration: none!important;
    box-shadow: 0 10px 22px rgba(247,37,147,.22)!important
}

body#product .ps-categoryproducts .mv-view-product-button:hover,body#product .ps-categoryproducts .product-miniature__actions a.btn:hover,body#product .ps-categoryproducts .product-miniature__details:hover,body#product .ps-product-accessories .mv-view-product-button:hover,body#product .ps-product-accessories .product-miniature__actions a.btn:hover,body#product .ps-product-accessories .product-miniature__details:hover,body#product .ps-viewedproduct .mv-view-product-button:hover,body#product .ps-viewedproduct .product-miniature__actions a.btn:hover,body#product .ps-viewedproduct .product-miniature__details:hover {
    background: #e91b86!important;
    color: #fff!important;
    border-color: #e91b86!important;
    transform: translateY(-1px)
}

body#product .ps-categoryproducts .add-to-cart-or-refresh,body#product .ps-categoryproducts .product-add-to-cart,body#product .ps-categoryproducts .product-miniature__add,body#product .ps-categoryproducts .product-miniature__form,body#product .ps-categoryproducts .quantity-button,body#product .ps-categoryproducts .quantity-button__group,body#product .ps-viewedproduct .add-to-cart-or-refresh,body#product .ps-viewedproduct .product-add-to-cart,body#product .ps-viewedproduct .product-miniature__add,body#product .ps-viewedproduct .product-miniature__form,body#product .ps-viewedproduct .quantity-button,body#product .ps-viewedproduct .quantity-button__group {
    display: none!important
}

body#product .ps-product-accessories .product-miniature__top {
    position: relative!important;
    margin-bottom: 18px!important;
    padding: 18px 16px 14px!important;
    border-radius: 18px!important;
    overflow: hidden!important;
    background-image: linear-gradient(rgba(255,255,255,.35),rgba(255,255,255,.35)),var(--mv-card-product-bg,url("/themes/mv_hummingbird_child/assets/img/fond_produit1.webp"))!important;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-color: #fff!important;
    box-shadow: 0 10px 26px rgba(15,23,42,.06)!important
}

body#product .ps-product-accessories .product-miniature__image,body#product .ps-product-accessories .product-miniature__image-container,body#product .ps-product-accessories .product-miniature__image-link {
    position: relative!important;
    z-index: 2!important;
    background: 0 0!important
}

body#product .ps-product-accessories .product-miniature__actions {
    width: 100%!important;
    margin-top: auto!important;
    padding-top: 14px!important
}

body#product .ps-product-accessories .mv-view-product-button,body#product .ps-product-accessories .product-miniature__actions a.btn,body#product .ps-product-accessories .product-miniature__details {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 100%!important;
    min-height: 50px!important;
    padding: 0 22px!important;
    background: #f72593!important;
    color: #fff!important;
    border: 0!important;
    border-radius: 8px!important;
    font-size: 16px!important;
    font-weight: 900!important;
    line-height: 1!important;
    text-align: center!important;
    text-decoration: none!important;
    box-shadow: 0 10px 22px rgba(247,37,147,.22)!important
}

body#product .ps-product-accessories .add-to-cart-or-refresh,body#product .ps-product-accessories .product-add-to-cart,body#product .ps-product-accessories .product-miniature__add,body#product .ps-product-accessories .product-miniature__form,body#product .ps-product-accessories .product-miniature__quickview-button,body#product .ps-product-accessories .product-miniature__quickview-touch,body#product .ps-product-accessories .quantity-button,body#product .ps-product-accessories .quantity-button__group {
    display: none!important
}

/* =========================================================
   MV CATEGORY HERO — VOILE BLANC DIFFUS LIÉ AU CONTENU
   PC + TABLETTE
   ========================================================= */

@media (min-width: 768px) {

  body#category .mv-category-hero,
  body.page-category .mv-category-hero {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
  }

  /* On laisse l'image de fond normale, sans voile fixe dessus */
  body#category .mv-category-hero::after,
  body.page-category .mv-category-hero::after {
    content: none !important;
    display: none !important;
  }

  /* Zone de contenu : le voile sera attaché ici */
  body#category .mv-category-hero__content,
  body.page-category .mv-category-hero__content {
    position: relative !important;
    z-index: 2 !important;
    isolation: isolate !important;

    width: min(860px, calc(100% - 80px)) !important;
    padding: 18px 34px 16px !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Le vrai voile : il suit exactement la zone occupée par le contenu */
  body#category .mv-category-hero__content::before,
  body.page-category .mv-category-hero__content::before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    pointer-events: none !important;

    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;

    width: calc(100% + 120px) !important;
    height: calc(100% + 90px) !important;

    background:
      radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.98) 0%,
        rgba(255,255,255,0.96) 24%,
        rgba(255,255,255,0.88) 44%,
        rgba(255,255,255,0.76) 62%,
        rgba(255,255,255,0.48) 78%,
        rgba(255,255,255,0.12) 90%,
        rgba(255,255,255,0) 100%
      ) !important;

    filter: blur(8px) !important;
  }

  /* Tous les éléments du contenu passent au-dessus du voile */
  body#category .mv-category-hero__content > *,
  body.page-category .mv-category-hero__content > * {
    position: relative !important;
    z-index: 2 !important;
  }

  /* On neutralise les anciens halos individuels */
  body#category .mv-cat-intro h1::before,
  body.page-category .mv-cat-intro h1::before,
  body#category .mv-cat-intro h2::before,
  body.page-category .mv-cat-intro h2::before,
  body#category .mv-cat-intro p::before,
  body.page-category .mv-cat-intro p::before,
  body#category .mv-category-hero__chips::before,
  body.page-category .mv-category-hero__chips::before,
  body#category .mv-cat-highlight::before,
  body.page-category .mv-cat-highlight::before {
    content: none !important;
    display: none !important;
  }

  /* Nettoyage des fonds parasites */
  body#category .mv-cat-intro,
  body.page-category .mv-cat-intro,
  body#category .mv-category-hero__chips,
  body.page-category .mv-category-hero__chips,
  body#category .mv-cat-highlights,
  body.page-category .mv-cat-highlights,
  body#category .mv-cat-highlight,
  body.page-category .mv-cat-highlight {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  /* Lisibilité du texte */
  body#category .mv-cat-intro h1,
  body.page-category .mv-cat-intro h1,
  body#category .mv-cat-intro h2,
  body.page-category .mv-cat-intro h2 {
    text-shadow:
      0 1px 0 rgba(255,255,255,1),
      0 0 10px rgba(255,255,255,0.96),
      0 0 24px rgba(255,255,255,0.82) !important;
  }

  body#category .mv-cat-intro p,
  body.page-category .mv-cat-intro p,
  body#category .mv-cat-highlight strong,
  body.page-category .mv-cat-highlight strong,
  body#category .mv-cat-highlight small,
  body.page-category .mv-cat-highlight small {
    text-shadow:
      0 1px 0 rgba(255,255,255,1),
      0 0 8px rgba(255,255,255,0.94),
      0 0 20px rgba(255,255,255,0.78) !important;
  }
}

/* Tablette : voile un peu moins large */
@media (min-width: 768px) and (max-width: 991.98px) {

  body#category .mv-category-hero__content,
  body.page-category .mv-category-hero__content {
    width: min(780px, calc(100% - 56px)) !important;
    padding: 16px 26px 14px !important;
  }

  body#category .mv-category-hero__content::before,
  body.page-category .mv-category-hero__content::before {
    width: calc(100% + 80px) !important;
    height: calc(100% + 70px) !important;
    filter: blur(7px) !important;
  }
}

/* =========================================================
   MV CATEGORY HERO — ADAPTATION TABLETTE
   Empêche le débordement du contenu dans l'image
   ========================================================= */

@media (min-width: 768px) and (max-width: 991.98px) {

  body#category .mv-category-hero,
  body.page-category .mv-category-hero {
    aspect-ratio: auto !important;
    min-height: 315px !important;
    height: auto !important;
    margin: 18px 0 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body#category .mv-category-hero__content,
  body.page-category .mv-category-hero__content {
    width: min(720px, calc(100% - 48px)) !important;
    padding: 12px 22px 14px !important;
  }

  body#category .mv-category-hero__content::before,
  body.page-category .mv-category-hero__content::before {
    width: calc(100% + 70px) !important;
    height: calc(100% + 58px) !important;
    filter: blur(7px) !important;
  }

  body#category .mv-cat-intro h1,
  body.page-category .mv-cat-intro h1,
  body#category .mv-cat-intro h2,
  body.page-category .mv-cat-intro h2 {
    margin-bottom: 8px !important;
    font-size: clamp(25px, 3.4vw, 32px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.035em !important;
  }

  body#category .mv-cat-intro p,
  body.page-category .mv-cat-intro p {
    max-width: 660px !important;
    font-size: 14.5px !important;
    line-height: 1.32 !important;
  }

  body#category .mv-category-hero__chips,
  body.page-category .mv-category-hero__chips {
    gap: 10px !important;
    margin-top: 16px !important;
  }

  body#category .mv-category-hero__chip,
  body.page-category .mv-category-hero__chip {
    min-height: 35px !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
  }

  body#category .mv-cat-highlights,
  body.page-category .mv-cat-highlights {
    width: min(680px, 100%) !important;
    margin-top: 18px !important;
    gap: 14px !important;
  }

  body#category .mv-cat-highlight,
  body.page-category .mv-cat-highlight {
    gap: 9px !important;
    padding: 0 10px !important;
  }

  body#category .mv-cat-highlight-icon img,
  body.page-category .mv-cat-highlight-icon img {
    width: 30px !important;
    height: 30px !important;
  }

  body#category .mv-cat-highlight strong,
  body.page-category .mv-cat-highlight strong {
    font-size: 12.5px !important;
    line-height: 1.08 !important;
  }

  body#category .mv-cat-highlight small,
  body.page-category .mv-cat-highlight small {
    font-size: 10.5px !important;
    line-height: 1.08 !important;
  }
}

/* =========================================================
   MV CATEGORY HERO — MOBILE PROPRE
   Image mobile adaptative + panneau auto-ajusté
   Nécessite le JS mvBuildCategoryHeroMobilePanel
   ========================================================= */

/* Desktop/tablette : le wrapper JS ne change rien */
@media (min-width: 768px) {
  body#category .mv-category-hero__visual,
  body.page-category .mv-category-hero__visual,
  body#category .mv-category-hero__mobile-panel,
  body.page-category .mv-category-hero__mobile-panel {
    display: contents !important;
  }
}

@media (max-width: 767.98px) {

  body#category .mv-category-hero,
  body.page-category .mv-category-hero {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    margin: 12px 0 20px !important;
    padding: 0 !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    isolation: isolate !important;
  }

  /* On neutralise les anciens pseudo-éléments */
  body#category .mv-category-hero::before,
  body.page-category .mv-category-hero::before,
  body#category .mv-category-hero::after,
  body.page-category .mv-category-hero::after,
  body#category .mv-category-hero__content::before,
  body.page-category .mv-category-hero__content::before,
  body#category .mv-category-hero__content::after,
  body.page-category .mv-category-hero__content::after,
  body#category .mv-cat-intro::before,
  body.page-category .mv-cat-intro::before,
  body#category .mv-cat-intro::after,
  body.page-category .mv-cat-intro::after,
  body#category .mv-category-hero__chips::before,
  body.page-category .mv-category-hero__chips::before,
  body#category .mv-category-hero__chips::after,
  body.page-category .mv-category-hero__chips::after {
    content: none !important;
    display: none !important;
  }

  body#category .mv-category-hero__content,
  body.page-category .mv-category-hero__content {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body#category .mv-category-hero__description,
  body.page-category .mv-category-hero__description {
    display: contents !important;
  }

  /* Image mobile : elle s'adapte à la hauteur du panneau */
  body#category .mv-category-hero__visual,
  body.page-category .mv-category-hero__visual {
    position: relative !important;
    z-index: 1 !important;

    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 16px 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 16px !important;
    overflow: hidden !important;

    background-image: var(--mv-category-hero-bg-mobile, var(--mv-category-hero-bg)) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08) !important;
    box-sizing: border-box !important;
  }

  /* Vrai panneau blanc : hauteur automatique */
  body#category .mv-category-hero__mobile-panel,
  body.page-category .mv-category-hero__mobile-panel {
    position: relative !important;
    z-index: 2 !important;

    width: min(82%, 390px) !important;
    max-width: 390px !important;
    margin: 0 auto !important;
    padding: 20px 16px 16px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    text-align: center !important;
    box-sizing: border-box !important;

    background: rgba(255, 255, 255, 0.82) !important;
    border: 1px solid rgba(255, 255, 255, 0.76) !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08) !important;

    backdrop-filter: blur(8px) saturate(120%) !important;
    -webkit-backdrop-filter: blur(8px) saturate(120%) !important;
  }

  body#category .mv-cat-intro,
  body.page-category .mv-cat-intro {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;

    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body#category .mv-cat-intro h1,
  body.page-category .mv-cat-intro h1,
  body#category .mv-cat-intro h2,
  body.page-category .mv-cat-intro h2 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 auto 8px !important;
    padding: 0 !important;

    color: var(--mv-navy) !important;
    text-align: center !important;
    font-size: clamp(20px, 5.5vw, 27px) !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    letter-spacing: -0.035em !important;
    white-space: normal !important;

    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.95) !important;
  }

  body#category .mv-cat-intro p,
  body.page-category .mv-cat-intro p {
    display: block !important;
    width: 100% !important;
    max-width: 315px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    color: var(--mv-navy) !important;
    text-align: center !important;
    font-size: clamp(11.5px, 3vw, 13.5px) !important;
    line-height: 1.28 !important;
    font-weight: 500 !important;

    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;

    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.90) !important;
  }

  body#category .mv-category-hero__chips,
  body.page-category .mv-category-hero__chips {
    width: 100% !important;
    max-width: 100% !important;
    margin: 13px auto 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;

    text-align: center !important;
    box-sizing: border-box !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body#category .mv-category-hero__chip,
  body.page-category .mv-category-hero__chip {
    min-height: 32px !important;
    padding: 7px 14px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
    border-width: 1.5px !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05) !important;
  }

  /* Highlights sous l'image */
  body#category .mv-cat-highlights,
  body.page-category .mv-cat-highlights {
    position: relative !important;
    z-index: 2 !important;

    width: 100% !important;
    margin: 10px 0 0 !important;
    padding: 13px 8px !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 0 !important;

    background: #ffffff !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08) !important;
  }

  body#category .mv-cat-highlight,
  body.page-category .mv-cat-highlight {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    padding: 0 8px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    text-align: center !important;

    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-right: 1px solid rgba(15, 23, 42, 0.10) !important;
  }

  body#category .mv-cat-highlight:last-child,
  body.page-category .mv-cat-highlight:last-child {
    border-right: 0 !important;
  }

  body#category .mv-cat-highlight-icon,
  body.page-category .mv-cat-highlight-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
  }

  body#category .mv-cat-highlight-icon img,
  body.page-category .mv-cat-highlight-icon img {
    width: 34px !important;
    height: 34px !important;
    object-fit: contain !important;
  }

  body#category .mv-cat-highlight strong,
  body.page-category .mv-cat-highlight strong {
    display: block !important;
    color: var(--mv-navy) !important;
    font-size: 11.5px !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
  }

  body#category .mv-cat-highlight small,
  body.page-category .mv-cat-highlight small {
    display: block !important;
    margin-top: 2px !important;
    color: #344054 !important;
    font-size: 10px !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
  }
}

/* Ajustement très petites largeurs */
@media (max-width: 380px) {
  body#category .mv-category-hero__mobile-panel,
  body.page-category .mv-category-hero__mobile-panel {
    width: min(82%, 330px) !important;
    padding: 18px 14px 14px !important;
  }

  body#category .mv-cat-intro h1,
  body.page-category .mv-cat-intro h1,
  body#category .mv-cat-intro h2,
  body.page-category .mv-cat-intro h2 {
    font-size: 21px !important;
  }

  body#category .mv-cat-intro p,
  body.page-category .mv-cat-intro p {
    font-size: 11.5px !important;
  }

  body#category .mv-category-hero__chip,
  body.page-category .mv-category-hero__chip {
    padding: 7px 13px !important;
    font-size: 11.5px !important;
  }
}

/* =========================================================
   HEADER TABLETTE
   - même structure que le mobile
   - recherche complète et responsive
   - menu sandwich conservé en sticky
   ========================================================= */

@media (min-width: 768px) and (max-width: 1199.98px) {

    html body #header {
        --tablet-header-height: 64px;
        --tablet-tool-size: 42px;
        --tablet-search-height: 52px;
        --tablet-header-gap: clamp(6px, 1.2vw, 14px);
    }

    html body {
        padding-top: 0 !important;
    }

    html body #header .header-top {
        display: none !important;
    }

    /* -----------------------------------------------------
       HEADER NORMAL ET STICKY
       ----------------------------------------------------- */

    html body #header,
    html body #header.fixed,
    html body #header.header--sticky,
    html body #header.header-sticky,
    html body #header.is-fixed,
    html body #header.is-sticky,
    html body #header.js-sticky-header,
    html body #header.sticky {
        position: fixed !important;

        z-index: 9999 !important;
        top: 0 !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        margin: 0 !important;
        padding: 0 !important;

        opacity: 1 !important;
        visibility: visible !important;
        background: #fff !important;

        transform: none !important;
        transition: none !important;
        animation: none !important;
        will-change: auto !important;

        backface-visibility: visible !important;
        -webkit-backface-visibility: visible !important;
    }

    html body #header .header-bottom {
        position: relative !important;
        display: block !important;

        width: 100% !important;
        height: auto !important;
        min-height: var(--tablet-header-height) !important;
        max-height: none !important;

        margin: 0 !important;
        padding: 0 !important;

        opacity: 1 !important;
        visibility: visible !important;

        background: #fff !important;
        border-bottom: 2px solid #11cdc8 !important;

        transform: none !important;
        transition: none !important;
        animation: none !important;
    }

    html body #header .header-bottom__container {
        position: relative !important;

        width: 100% !important;
        max-width: 100% !important;
        min-height: var(--tablet-header-height) !important;

        margin: 5px auto !important;
        padding: 0 12px !important;

        transform: none !important;
        transition: none !important;
        animation: none !important;
    }

    /* -----------------------------------------------------
       ORGANISATION RESPONSIVE DU HEADER

       menu | logo | recherche | connexion | panier
       ----------------------------------------------------- */

    html body #header .header-bottom__row {
        position: relative !important;

        display: grid !important;
        grid-template-columns:
            auto
            minmax(0, 1fr)
            max-content
            max-content !important;

        align-items: center !important;
        justify-content: stretch !important;

        column-gap: var(--tablet-header-gap) !important;
        row-gap: 0 !important;

        width: 100% !important;
        max-width: 100% !important;
        min-height: var(--tablet-header-height) !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 8px 0 54px !important;

        opacity: 1 !important;
        visibility: visible !important;

        --bs-gutter-x: 0 !important;

        transform: none !important;
        transition: none !important;
        animation: none !important;
    }

    /* -----------------------------------------------------
       LOGO
       ----------------------------------------------------- */

    html body #header
    .header-bottom__row > .header-bottom__logo {
        grid-column: 1 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;

        width: auto !important;
        min-width: 0 !important;
        max-width: 80px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    html body #header
    .header-bottom__logo .header-bottom__h1,
    html body #header
    .header-bottom__logo .navbar-brand {
        display: block !important;

        width: auto !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    html body #header
    .header-bottom__logo img.logo,
    html body #header
    .header-bottom__logo .logo {
        display: block !important;

        width: auto !important;
        max-width: 80px !important;
        height: auto !important;
        max-height: var(--tablet-header-height) !important;

        margin: 0 !important;
        object-fit: contain !important;
    }

    /* -----------------------------------------------------
       MASQUER LES EMPLACEMENTS MOBILES VIDES

       Sur tablette, PrestaShop utilise les emplacements
       desktop.
       ----------------------------------------------------- */

    html body #header #_mobile_ps_searchbar,
    html body #header #_mobile_ps_customersignin,
    html body #header #_mobile_ps_shoppingcart {
        display: none !important;
    }

    /* -----------------------------------------------------
       BARRE DE RECHERCHE RESPONSIVE
       ----------------------------------------------------- */

    html body #header #_desktop_ps_searchbar {
        grid-column: 2 !important;

        display: block !important;

        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: visible !important;
    }

    html body #header #_desktop_ps_searchbar #ps_searchbar,
    html body #header #_desktop_ps_searchbar .ps-searchbar {
        position: relative !important;

        display: block !important;

        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: visible !important;
    }

    html body #header
    #_desktop_ps_searchbar
    .ps-searchbar__form {
        position: relative !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;

        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: var(--tablet-search-height) !important;

        margin: 0 !important;
        padding: 6px 58px 6px 10px !important;

        background: transparent !important;
        border: 1px solid rgb(17 206 201 / 55%) !important;
        border-radius: 999px !important;

        box-shadow:
            inset 0 1px 2px rgb(255 255 255 / 90%),
            0 4px 14px rgb(41 35 127 / 8%) !important;

        overflow: visible !important;
    }

    html body #header
    #_desktop_ps_searchbar
    .ps-searchbar__form::before {
        content: "" !important;

        position: absolute !important;
        z-index: 1 !important;

        display: block !important;

        top: 7px !important;
        right: 58px !important;
        bottom: 7px !important;
        left: 12px !important;

        background: rgb(255 255 255 / 90%) !important;
        border: 1px solid rgb(17 206 201 / 18%) !important;
        border-radius: 999px !important;

        box-shadow:
            inset 0 1px 1px rgb(255 255 255 / 95%),
            0 4px 12px rgb(41 35 127 / 7%) !important;
    }

    html body #header
    #_desktop_ps_searchbar
    .ps-searchbar__input {
        position: relative !important;
        z-index: 2 !important;

        display: block !important;

        flex: 1 1 auto !important;

        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 38px !important;

        margin: 0 0 0 14px !important;
        padding: 0 10px 0 0 !important;

        color: #29237f !important;
        background: transparent !important;

        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;

        font-size: 15px !important;
        font-weight: 500 !important;
    }

    html body #header
    #_desktop_ps_searchbar
    .ps-searchbar__input::placeholder {
        color: rgb(41 35 127 / 45%) !important;
        opacity: 1 !important;
    }

    /* Cercle de recherche */

    html body #header
    #_desktop_ps_searchbar
    .ps-searchbar__form::after {
        position: absolute !important;
        z-index: 3 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        top: 50% !important;
        right: 5px !important;
        bottom: auto !important;
        left: auto !important;

        width: var(--tablet-tool-size) !important;
        height: var(--tablet-tool-size) !important;

        color: #ff3fb4 !important;
        background: #f8f9fa !important;
        border-radius: 50% !important;

        font-size: 23px !important;
        line-height: 1 !important;

        transform: translateY(-50%) !important;
        pointer-events: none !important;
    }

    html body #header
    #_desktop_ps_searchbar
    .ps-searchbar__magnifier {
        position: absolute !important;
        z-index: 5 !important;

        display: block !important;

        inset: auto !important;
        top: 50% !important;
        right: 5px !important;

        width: var(--tablet-tool-size) !important;
        min-width: var(--tablet-tool-size) !important;
        height: var(--tablet-tool-size) !important;

        margin: 0 !important;
        padding: 0 !important;

        opacity: 0 !important;

        transform: translateY(-50%) !important;
        cursor: pointer !important;
    }

    html body #header
    #_desktop_ps_searchbar
    .ps-searchbar__clear {
        position: relative !important;
        z-index: 4 !important;

        flex: 0 0 30px !important;

        width: 30px !important;
        min-width: 30px !important;
        height: 30px !important;

        margin: 0 2px 0 0 !important;
        padding: 0 !important;

        color: rgb(242 59 180 / 80%) !important;
        background: rgb(242 59 180 / 10%) !important;

        border: 0 !important;
        border-radius: 50% !important;
    }

    html body #header
    #_desktop_ps_searchbar
    .ps-searchbar__clear:not(.d-none) {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    html body #header
    #_desktop_ps_searchbar
    .ps-searchbar__dropdown {
        top: calc(100% + 10px) !important;
        right: 0 !important;
        left: 0 !important;

        width: 100% !important;
        max-width: none !important;

        background: rgb(255 255 255 / 98%) !important;
        border: 1px solid rgb(17 206 201 / 35%) !important;
        border-radius: 18px !important;

        box-shadow: 0 18px 38px rgb(41 35 127 / 12%) !important;

        overflow: hidden !important;
    }

    html body #header
    #_desktop_ps_searchbar
    .ps-searchbar__dropdown:not(.d-none):not([hidden]) {
        display: block !important;
    }

    /* -----------------------------------------------------
       CONNEXION ET PANIER
       ----------------------------------------------------- */

    html body #header #_desktop_ps_customersignin {
        grid-column: 3 !important;
    }

    html body #header #_desktop_ps_shoppingcart {
        grid-column: 4 !important;
    }

    html body #header #_desktop_ps_customersignin,
    html body #header #_desktop_ps_shoppingcart {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: visible !important;
    }

    html body #header
    #_desktop_ps_customersignin .header-block,
    html body #header
    #_desktop_ps_customersignin .ps-customersignin,
    html body #header
    #_desktop_ps_shoppingcart .header-block,
    html body #header
    #_desktop_ps_shoppingcart .ps-shoppingcart {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: auto !important;
        min-width: 0 !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    html body #header
    #_desktop_ps_customersignin .header-block__action-btn,
    html body #header
    #_desktop_ps_shoppingcart .header-block__action-btn {
        position: relative !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
        height: var(--tablet-tool-size) !important;

        margin: 0 !important;
        padding: 4px !important;

        line-height: 1 !important;
        text-decoration: none !important;
    }

    html body #header .header-block__icon-img,
    html body #header #_desktop_ps_customersignin img,
    html body #header #_desktop_ps_shoppingcart img {
        display: block !important;

        width: 30px !important;
        max-width: 30px !important;
        height: 30px !important;

        margin: 0 !important;
        object-fit: contain !important;
    }

    html body #header .header-block__icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 30px !important;
        height: 30px !important;

        margin: 0 !important;

        font-size: 30px !important;
        line-height: 1 !important;
    }

    html body #header
    #_desktop_ps_shoppingcart
    .header-block__badge {
        position: absolute !important;
        z-index: 2 !important;

        top: 0 !important;
        right: 0 !important;

        min-width: 16px !important;
        height: 16px !important;

        margin: 0 !important;
        padding: 0 4px !important;

        font-size: 10px !important;
        line-height: 16px !important;
    }

    /* -----------------------------------------------------
       NEUTRALISER LE STICKY DESKTOP DU MÉGAMENU

       Le header principal reste sticky, mais le mégamenu
       ne crée pas une deuxième barre sticky de 74px.
       ----------------------------------------------------- */

    html body #header .header-nav-full-width,
    html body #header .ets_mm_megamenu,
    html body #header .ets_mm_megamenu.scroll_heading,
    html body #header .ets_mm_megamenu_content,
    html body #header
    .ets_mm_megamenu.scroll_heading
    .ets_mm_megamenu_content,
    html body #header
    .ets_mm_megamenu_content > .container,
    html body #header
    .ets_mm_megamenu.scroll_heading
    .ets_mm_megamenu_content > .container,
    html body #header .ets_mm_megamenu_content_content,
    html body #header
    .ets_mm_megamenu.scroll_heading
    .ets_mm_megamenu_content_content {
        position: relative !important;

        display: block !important;

        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        width: 100% !important;
        max-width: 100% !important;

        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        opacity: 1 !important;
        visibility: visible !important;

        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;

        overflow: visible !important;

        transform: none !important;
        transition: none !important;
        animation: none !important;
    }

    /* Masquer les outils sticky réservés au desktop */

    html body #header .mv-sticky-tools,
    html body #header
    .ets_mm_megamenu.scroll_heading
    .mv-sticky-tools {
        display: none !important;
    }

    /* -----------------------------------------------------
       MENU SANDWICH TOUJOURS VISIBLE
       NORMAL + STICKY + SCROLL_HEADING
       ----------------------------------------------------- */

    html body #header
    .header-nav-full-width
    .ybc-menu-toggle,
    html body #header
    .ets_mm_megamenu.scroll_heading
    .ybc-menu-toggle,
    html body #header
    .ets_mm_megamenu.mv-sticky-active
    .ybc-menu-toggle {
        position: absolute !important;
        z-index: 10050 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        top: -57px !important;
        right: auto !important;
        bottom: auto !important;
        left: 12px !important;

        width: var(--tablet-tool-size) !important;
        min-width: var(--tablet-tool-size) !important;
        max-width: var(--tablet-tool-size) !important;

        height: var(--tablet-tool-size) !important;
        min-height: var(--tablet-tool-size) !important;
        max-height: var(--tablet-tool-size) !important;

        margin: 0 !important;
        padding: 8px !important;

        opacity: 1 !important;
        visibility: visible !important;

        color: #333 !important;
        background: transparent !important;

        border: 0 !important;
        box-shadow: none !important;

        font-size: 0 !important;
        line-height: 0 !important;

        transform: none !important;
        transition: none !important;
        animation: none !important;

        pointer-events: auto !important;
        cursor: pointer !important;
    }

    html body #header
    .ybc-menu-button-toggle_icon {
        position: static !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 4px !important;

        width: 24px !important;
        height: 24px !important;

        margin: 0 !important;
        padding: 0 !important;

        opacity: 1 !important;
        visibility: visible !important;

        transform: none !important;
    }

    html body #header
    .ybc-menu-button-toggle_icon
    .icon-bar {
        position: static !important;

        display: block !important;

        width: 22px !important;
        height: 2px !important;

        margin: 0 !important;
        padding: 0 !important;

        opacity: 1 !important;
        visibility: visible !important;

        background: #333 !important;
        border-radius: 2px !important;
    }
    .mm_menus_ul.active {
      z-index: 10060 !important;
      pointer-events: auto !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ps-imageslider{
      margin-top: 5.5rem;
    }
    .mm_menus_ul{
      display: flex;
    }
}
@media (min-width:768px) and (max-width:1199.98px){
    .breadcrumb__wrapper {
      margin-bottom: 3.5rem;
    }
}
@media (max-width:767.98px){
    .breadcrumb__wrapper {
      margin-bottom: 5rem;
    }
}

body#product .mv-benefits-bar .mv-benefit:first-child .mv-benefit-icon,
body#product .mv-benefits-bar .mv-benefit:first-child .mv-benefit-icon svg {
  width: 66px !important;
  height: 66px !important;
  min-width: 66px !important;
  max-width: 66px !important;
  max-height: 66px !important;
}

body#product .mv-benefits-bar .mv-benefit:first-child .mv-benefit-icon svg {
  display: block !important;
  overflow: visible !important;
}

body#product .mv-benefits-bar .mv-benefit:first-child .mv-benefit-icon svg path {
  stroke: none !important;
}


/* =========================================================
   MV PRODUCT CARDS — UNIFORMISATION GLOBALE HORS ACCUEIL
   Catégories, recherche, nouveautés, promotions, meilleures
   ventes, fabricants, fournisseurs, suggérés et déjà vus.
   ========================================================= */

body:not(#index) .mv-product-card {
    width: 100%!important;
    height: 100%!important;
}

body:not(#index) .mv-product-card .product-miniature__inner {
    display: flex!important;
    flex-direction: column!important;
    height: 100%!important;
    background: transparent!important;
    border: 0!important;
    box-shadow: none!important;
}

body:not(#index) .mv-product-card .product-miniature__top {
    position: relative!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 100%!important;
    aspect-ratio: 1/1!important;
    min-height: 0!important;
    margin: 0 0 18px!important;
    padding: 18px 16px 14px!important;
    overflow: hidden!important;
    border-radius: 18px!important;
    background-color: #fff!important;
    background-image:
        linear-gradient(rgba(255,255,255,.35),rgba(255,255,255,.35)),
        var(--mv-card-product-bg,url("/themes/mv_hummingbird_child/assets/img/fond_produit1.webp"))!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
    box-shadow: 0 10px 26px rgba(15,23,42,.08)!important;
}

/* Évite le double voile créé par les anciennes règles page par page. */
body:not(#index) .mv-product-card .product-miniature__top::before {
    content: none!important;
    display: none!important;
}

body:not(#index) .mv-product-card .product-miniature__image-container,
body:not(#index) .mv-product-card .product-miniature__image-link,
body:not(#index) .mv-product-card .thumbnail-container {
    position: relative!important;
    z-index: 2!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 100%!important;
    height: 100%!important;
    margin: 0!important;
    padding: 0!important;
    background: transparent!important;
    border: 0!important;
    overflow: visible!important;
}

body:not(#index) .mv-product-card .product-miniature__image {
    position: relative!important;
    z-index: 2!important;
    display: block!important;
    width: 100%!important;
    height: 100%!important;
    max-height: 100%!important;
    margin: 0 auto!important;
    object-fit: contain!important;
    object-position: center center!important;
    background: transparent!important;
    transform: none!important;
}

body:not(#index) .mv-product-card .product-miniature__quickview-button,
body:not(#index) .mv-product-card .product-miniature__quickview-touch {
    display: none!important;
}

body:not(#index) .mv-product-card .product-miniature__bottom,
body:not(#index) .mv-product-card .product-miniature__infos {
    display: flex!important;
    flex-direction: column!important;
    flex: 1 1 auto!important;
    min-width: 0!important;
    padding: 0!important;
    color: var(--mv-navy,#07152a)!important;
    font-family: "Manrope","Inter","Roboto",Arial,sans-serif!important;
}

body:not(#index) .mv-product-card .product-miniature__title {
    display: block!important;
    margin: 0 0 8px!important;
    color: var(--mv-navy,#07152a)!important;
    font-size: clamp(17px,1.35vw,22px)!important;
    line-height: 1.22!important;
    font-weight: 900!important;
    text-decoration: none!important;
}

body:not(#index) .mv-product-card .product-miniature__title:hover {
    color: #f22996!important;
}

body:not(#index) .mv-product-card .product-miniature__benefits,
body:not(#index) .mv-product-card .product-miniature__description,
body:not(#index) .mv-product-card .product-miniature__short-description {
    margin: 0!important;
    color: #27304d!important;
    font-size: 15px!important;
    line-height: 1.38!important;
    font-weight: 600!important;
}

body:not(#index) .mv-product-card .product-miniature__benefits p,
body:not(#index) .mv-product-card .product-miniature__description p,
body:not(#index) .mv-product-card .product-miniature__short-description p {
    margin: 0 0 10px!important;
    color: #27304d!important;
    font-size: inherit!important;
    line-height: inherit!important;
    font-weight: 600!important;
}

body:not(#index) .mv-product-card .product-miniature__benefits ul,
body:not(#index) .mv-product-card .product-miniature__description ul,
body:not(#index) .mv-product-card .product-miniature__short-description ul {
    margin: 10px 0 0!important;
    padding: 0!important;
    list-style: none!important;
}

body:not(#index) .mv-product-card .product-miniature__benefits li,
body:not(#index) .mv-product-card .product-miniature__description li,
body:not(#index) .mv-product-card .product-miniature__short-description li {
    position: relative!important;
    margin: 0 0 7px!important;
    padding-left: 28px!important;
    color: #27304d!important;
    font-size: 15px!important;
    line-height: 1.35!important;
    font-weight: 700!important;
    list-style: none!important;
}

body:not(#index) .mv-product-card .product-miniature__benefits li::before,
body:not(#index) .mv-product-card .product-miniature__description li::before,
body:not(#index) .mv-product-card .product-miniature__short-description li::before {
    content: ""!important;
    position: absolute!important;
    left: 0!important;
    top: .18em!important;
    width: 17px!important;
    height: 17px!important;
    background-image: url(/img/cms/puces_turquoise.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: contain!important;
}

body:not(#index) .mv-product-card .product-miniature__prices {
    margin-top: auto!important;
    padding-top: 16px!important;
    color: var(--mv-navy,#07152a)!important;
}

body:not(#index) .mv-product-card .product-miniature__price {
    color: var(--mv-navy,#07152a)!important;
    font-size: 20px!important;
    line-height: 1.2!important;
    font-weight: 900!important;
}

body:not(#index) .mv-product-card .product-miniature__actions {
    width: 100%!important;
    margin-top: auto!important;
    padding-top: 16px!important;
}

body:not(#index) .mv-product-card .mv-view-product-button,
body:not(#index) .mv-product-card .product-miniature__details,
body:not(#index) .mv-product-card .product-miniature__actions a.btn:not(.product-miniature__add) {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 100%!important;
    min-height: 50px!important;
    margin: 0!important;
    padding: 0 22px!important;
    border: 0!important;
    border-radius: 8px!important;
    background: #f72593!important;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1!important;
    font-weight: 900!important;
    text-align: center!important;
    text-decoration: none!important;
    box-shadow: 0 10px 22px rgba(247,37,147,.22)!important;
}

body:not(#index) .mv-product-card .mv-view-product-button:hover,
body:not(#index) .mv-product-card .product-miniature__details:hover,
body:not(#index) .mv-product-card .product-miniature__actions a.btn:not(.product-miniature__add):hover {
    background: #e91b86!important;
    color: #fff!important;
    transform: translateY(-1px)!important;
}

/* ---------------------------------------------------------
   TAGS PRODUIT : position indépendante de l'ordre Smarty
   --------------------------------------------------------- */
body:not(#index) .mv-product-card .product-flags {
    position: absolute!important;
    top: 10px!important;
    right: 10px!important;
    left: 10px!important;
    z-index: 20!important;
    display: grid!important;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr)!important;
    grid-auto-flow: row!important;
    grid-auto-rows: min-content!important;
    align-items: start!important;
    gap: 6px 10px!important;
    width: auto!important;
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    pointer-events: none!important;
}

body:not(#index) .mv-product-card .product-flags > * {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: max-content!important;
    max-width: 100%!important;
    min-height: 26px!important;
    margin: 0!important;
    padding: 5px 10px!important;
    overflow: hidden!important;
    border: 0!important;
    border-radius: 4px!important;
    color: #fff!important;
    font-size: 13px!important;
    line-height: 1!important;
    font-weight: 800!important;
    text-transform: none!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    box-shadow: 0 4px 12px rgba(15,23,42,.10)!important;
}

/* Disponibilité : toujours à gauche, rose Miami Vibes. */
body:not(#index) .mv-product-card .product-flags > .out_of_stock,
body:not(#index) .mv-product-card .product-flags > .out-of-stock,
body:not(#index) .mv-product-card .product-flags > .unavailable,
body:not(#index) .mv-product-card .product-flags > .available-later {
    grid-column: 1!important;
    justify-self: start!important;
    background: #f72593!important;
    background-color: #f72593!important;
}

/* Nouveauté : à droite, turquoise. */
body:not(#index) .mv-product-card .product-flags > .new {
    grid-column: 2!important;
    justify-self: end!important;
    background: #11cec9!important;
    background-color: #11cec9!important;
}

/* Promotion / remise : à droite, orange. */
body:not(#index) .mv-product-card .product-flags > .discount,
body:not(#index) .mv-product-card .product-flags > .discount-amount,
body:not(#index) .mv-product-card .product-flags > .discount-percentage,
body:not(#index) .mv-product-card .product-flags > .on-sale,
body:not(#index) .mv-product-card .product-flags > .on_sale {
    grid-column: 2!important;
    justify-self: end!important;
    background: #ff8a3d!important;
    background-color: #ff8a3d!important;
}

/* Pack : à droite, violet. */
body:not(#index) .mv-product-card .product-flags > .pack {
    grid-column: 2!important;
    justify-self: end!important;
    background: #8b5cf6!important;
    background-color: #8b5cf6!important;
}

/* Exclusivité web : à droite, bleu. */
body:not(#index) .mv-product-card .product-flags > .online-only,
body:not(#index) .mv-product-card .product-flags > .online_only {
    grid-column: 2!important;
    justify-self: end!important;
    background: #28b8f5!important;
    background-color: #28b8f5!important;
}

/* Repli si le thème ne fournit pas de classe sémantique. */
body:not(#index) .mv-product-card .product-flags > :first-child {
    grid-column: 1!important;
    justify-self: start!important;
}

body:not(#index) .mv-product-card .product-flags > :nth-child(n+2) {
    grid-column: 2!important;
    justify-self: end!important;
}

/* Les classes sémantiques ci-dessus doivent rester prioritaires. */
body:not(#index) .mv-product-card .product-flags > .new,
body:not(#index) .mv-product-card .product-flags > .discount,
body:not(#index) .mv-product-card .product-flags > .discount-amount,
body:not(#index) .mv-product-card .product-flags > .discount-percentage,
body:not(#index) .mv-product-card .product-flags > .on-sale,
body:not(#index) .mv-product-card .product-flags > .on_sale,
body:not(#index) .mv-product-card .product-flags > .pack,
body:not(#index) .mv-product-card .product-flags > .online-only,
body:not(#index) .mv-product-card .product-flags > .online_only {
    grid-column: 2!important;
    justify-self: end!important;
}

body:not(#index) .mv-product-card .product-flags > .out_of_stock,
body:not(#index) .mv-product-card .product-flags > .out-of-stock,
body:not(#index) .mv-product-card .product-flags > .unavailable,
body:not(#index) .mv-product-card .product-flags > .available-later {
    grid-column: 1!important;
    justify-self: start!important;
}

@media (max-width:575.98px) {
    body:not(#index) .mv-product-card .product-miniature__top {
        padding: 14px 12px!important;
        border-radius: 16px!important;
    }

    body:not(#index) .mv-product-card .product-miniature__title {
        font-size: 18px!important;
    }

    body:not(#index) .mv-product-card .product-miniature__benefits,
    body:not(#index) .mv-product-card .product-miniature__description,
    body:not(#index) .mv-product-card .product-miniature__short-description,
    body:not(#index) .mv-product-card .product-miniature__benefits li,
    body:not(#index) .mv-product-card .product-miniature__description li,
    body:not(#index) .mv-product-card .product-miniature__short-description li {
        font-size: 14px!important;
    }

    body:not(#index) .mv-product-card .product-flags > * {
        max-width: 155px!important;
        font-size: 12px!important;
    }
}

/* =========================================================
   MV – PRODUITS PHARES : PUces TURQUOISES
   Page d'accueil uniquement
   ========================================================= */

body#index .ps-featuredproducts .product-miniature__benefits ul,
body#index .ps-featuredproducts .product-miniature__description ul,
body#index .ps-featuredproducts .product-miniature__short-description ul,
body#index .ps-featuredproducts .product-miniature__infos ul,
body#index .ps-featuredproducts .product-miniature__bottom ul {
    margin: 12px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body#index .ps-featuredproducts .product-miniature__benefits li,
body#index .ps-featuredproducts .product-miniature__description li,
body#index .ps-featuredproducts .product-miniature__short-description li,
body#index .ps-featuredproducts .product-miniature__infos li,
body#index .ps-featuredproducts .product-miniature__bottom li {
    position: relative !important;
    margin: 0 0 7px !important;
    padding: 0 0 0 27px !important;

    list-style: none !important;

    color: #27304d !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

body#index .ps-featuredproducts .product-miniature__benefits li::marker,
body#index .ps-featuredproducts .product-miniature__description li::marker,
body#index .ps-featuredproducts .product-miniature__short-description li::marker,
body#index .ps-featuredproducts .product-miniature__infos li::marker,
body#index .ps-featuredproducts .product-miniature__bottom li::marker {
    content: "" !important;
}

body#index .ps-featuredproducts .product-miniature__benefits li::before,
body#index .ps-featuredproducts .product-miniature__description li::before,
body#index .ps-featuredproducts .product-miniature__short-description li::before,
body#index .ps-featuredproducts .product-miniature__infos li::before,
body#index .ps-featuredproducts .product-miniature__bottom li::before {
    content: "" !important;

    position: absolute !important;
    top: 0.18em !important;
    left: 0 !important;

    width: 17px !important;
    height: 17px !important;

    background-image: url("/img/cms/puces_turquoise.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

/* Texte introductif placé avant les puces */
body#index .ps-featuredproducts .product-miniature__benefits > p,
body#index .ps-featuredproducts .product-miniature__description > p,
body#index .ps-featuredproducts .product-miniature__short-description > p {
    margin: 0 0 10px !important;

    color: #27304d !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}

/* =========================================================
   MV – CORRECTION DES TAGS PRODUIT TRONQUÉS
   Catégories, recherche, suggestions et autres listes
   ========================================================= */

body:not(#index) .mv-product-card .product-flags {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    left: 10px !important;
    z-index: 20 !important;

    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-auto-flow: row !important;
    grid-auto-rows: min-content !important;
    align-items: start !important;

    gap: 6px 8px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
    pointer-events: none !important;
}

/* Base commune de tous les badges */
body:not(#index) .mv-product-card .product-flags > * {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 26px !important;

    margin: 0 !important;
    padding: 5px 10px !important;

    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;

    border: 0 !important;
    border-radius: 4px !important;

    color: #fff !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    text-transform: none !important;

    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.10) !important;
}

/* Disponibilité : colonne gauche, largeur restante disponible */
body:not(#index) .mv-product-card .product-flags > .out_of_stock,
body:not(#index) .mv-product-card .product-flags > .out-of-stock,
body:not(#index) .mv-product-card .product-flags > .unavailable,
body:not(#index) .mv-product-card .product-flags > .available-later {
    grid-column: 1 !important;
    justify-self: start !important;

    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    text-align: left !important;

    background: #f72593 !important;
    background-color: #f72593 !important;
}

/* Promotion : colonne droite */
body:not(#index) .mv-product-card .product-flags > .discount,
body:not(#index) .mv-product-card .product-flags > .discount-amount,
body:not(#index) .mv-product-card .product-flags > .discount-percentage,
body:not(#index) .mv-product-card .product-flags > .on-sale,
body:not(#index) .mv-product-card .product-flags > .on_sale {
    grid-column: 2 !important;
    justify-self: end !important;

    white-space: nowrap !important;

    background: #ff8a3d !important;
    background-color: #ff8a3d !important;
}

/* Nouveauté : colonne droite */
body:not(#index) .mv-product-card .product-flags > .new {
    grid-column: 2 !important;
    justify-self: end !important;

    white-space: nowrap !important;

    background: #11cec9 !important;
    background-color: #11cec9 !important;
}

/* Réduction légère sur les petites cartes */
@media (max-width: 575.98px) {
    body:not(#index) .mv-product-card .product-flags {
        top: 8px !important;
        right: 8px !important;
        left: 8px !important;
        gap: 5px 6px !important;
    }

    body:not(#index) .mv-product-card .product-flags > * {
        min-height: 24px !important;
        padding: 4px 8px !important;
        font-size: 11.5px !important;
    }
}

/* =========================================================
   MIAMI VIBES — BLOC GUIDE PERSONNALISÉ DES PACKS
   Préfixe volontairement unique : mv-pack-choice
   ========================================================= */

.mv-pack-choice,
.mv-pack-choice * {
  box-sizing: border-box;
}

.mv-pack-choice {
  --mv-pack-navy: #071a3b;
  --mv-pack-pink: #f72593;
  --mv-pack-aqua: #16bcc1;
  --mv-pack-orange: #ff7d24;

  position: relative;
  isolation: isolate;
  width: min(1180px, calc(100% - 32px));
  margin: 42px auto;
  padding: 34px clamp(18px, 3vw, 42px) 28px;
  overflow: hidden;

  border: 1px solid rgba(7, 26, 59, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(
      to top,
      #d9f9fd 0%,
      #ebfbfd 23%,
      #ffffff 54%,
      #ffffff 72%,
      #fff4f9 100%
    );
  box-shadow: 0 18px 45px rgba(7, 26, 59, 0.10);
  color: var(--mv-pack-navy);
  font-family: "Roboto", Arial, sans-serif;
}

.mv-pack-choice__inner {
  position: relative;
  z-index: 3;
  width: min(930px, 100%);
  margin: 0 auto;
  text-align: center;
}

/* Décors de fond */
.mv-pack-choice__decor {
  position: absolute;
  z-index: 0;
  display: block;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.mv-pack-choice__decor--palm-left {
  top: -10px;
  left: -6px;
  width: clamp(190px, 24vw, 340px);
}

.mv-pack-choice__decor--palm-right {
  top: -10px;
  right: -6px;
  width: clamp(190px, 24vw, 340px);
}

.mv-pack-choice__decor--wave-left {
  bottom: -4px;
  left: -6px;
  width: clamp(290px, 38vw, 520px);
}

.mv-pack-choice__decor--wave-right {
  right: -6px;
  bottom: -4px;
  width: clamp(290px, 38vw, 520px);
}

/* Surtitre */
.mv-pack-choice__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  margin: 0 auto 14px;
  padding: 8px 20px;

  border: 1px solid rgba(22, 188, 193, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(7, 26, 59, 0.06);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

  color: #149fa4;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mv-pack-choice__eyebrow img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

/* Titre et guillemets décoratifs */
.mv-pack-choice__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.8vw, 24px);
  width: 100%;
}

.mv-pack-choice__quote {
  flex: 0 0 auto;
  width: clamp(34px, 4vw, 56px);
  height: auto;
  object-fit: contain;
}

.mv-pack-choice__title {
  margin: 0;
  color: var(--mv-pack-navy);
  font-family: "Anton", "Impact", "Arial Narrow", sans-serif;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.mv-pack-choice__title span,
.mv-pack-choice__title strong {
  display: block;
}

.mv-pack-choice__title strong {
  margin-top: 4px;
  color: var(--mv-pack-pink);
  font-weight: 900;
}

.mv-pack-choice__intro {
  max-width: 820px;
  margin: 20px auto 44px;
  color: #21304d;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.55;
  font-weight: 500;
}

.mv-pack-choice__intro strong {
  color: var(--mv-pack-navy);
  font-weight: 800;
}

.mv-pack-choice__intro em {
  display: block;
  margin-top: 2px;
  color: #119da2;
  font-style: normal;
  font-weight: 900;
}

/* Étapes */
.mv-pack-choice__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  margin: 0 auto 28px;
}

.mv-pack-choice__step {
  --mv-step-color: var(--mv-pack-pink);

  position: relative;
  min-width: 0;
  min-height: 270px;
  padding: 48px 24px 25px;

  border: 1.5px solid rgba(247, 37, 147, 0.28);
  border-color: color-mix(in srgb, var(--mv-step-color) 45%, white);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 14px 30px rgba(7, 26, 59, 0.07);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.mv-pack-choice__step--pink {
  --mv-step-color: var(--mv-pack-pink);
}

.mv-pack-choice__step--aqua {
  --mv-step-color: var(--mv-pack-aqua);
}

.mv-pack-choice__step--orange {
  --mv-step-color: var(--mv-pack-orange);
}

.mv-pack-choice__number {
  position: absolute;
  top: -28px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;

  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--mv-step-color);
  box-shadow: 0 8px 18px rgba(7, 26, 59, 0.10);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--mv-step-color) 28%, transparent);

  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}

.mv-pack-choice__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  color: var(--mv-step-color);
}

.mv-pack-choice__step-icon img {
  display: block;
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.mv-pack-choice__step h3 {
  margin: 0 0 11px;
  color: var(--mv-step-color);
  font-family: "Anton", "Impact", "Arial Narrow", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.mv-pack-choice__step p {
  margin: 0;
  color: #24324d;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 650;
}

/* Pointillés de liaison entre les cartes */
.mv-pack-choice__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 92px;
  right: -22px;
  z-index: 4;
  width: 28px;
  height: 4px;
  background-image: radial-gradient(circle, var(--mv-step-color) 2px, transparent 2.3px);
  background-size: 9px 4px;
  background-repeat: repeat-x;
}

/* CTA */
.mv-pack-choice__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: min(430px, 100%);
  min-height: 70px;
  margin: 0 auto;
  padding: 17px 34px;

  border: 3px solid #fff;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff2c9b 0%, #f72593 68%, #d52bb9 100%);
  box-shadow: 0 14px 30px rgba(247, 37, 147, 0.30);

  color: #fff !important;
  font-family: "Anton", "Impact", "Arial Narrow", sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.mv-pack-choice__cta:hover,
.mv-pack-choice__cta:focus-visible {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(247, 37, 147, 0.38);
  filter: saturate(1.07);
}

.mv-pack-choice__cta:focus-visible {
  outline: 3px solid rgba(22, 188, 193, 0.55);
  outline-offset: 4px;
}

.mv-pack-choice__cta-arrow {
  font-family: Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  transition: transform 0.18s ease;
}

.mv-pack-choice__cta:hover .mv-pack-choice__cta-arrow {
  transform: translateX(5px);
}

/* Réassurance */
.mv-pack-choice__proofs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 26px;
  margin-top: 22px;
}

.mv-pack-choice__proof {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: var(--mv-pack-navy);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.mv-pack-choice__proof:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 28px;
  margin-left: 17px;
  background: rgba(7, 26, 59, 0.14);
}

.mv-pack-choice__proof img {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* Tablettes */
@media (max-width: 991.98px) {
  .mv-pack-choice {
    width: min(100% - 24px, 920px);
    padding-top: 30px;
  }

  .mv-pack-choice__decor--palm-left,
  .mv-pack-choice__decor--palm-right {
    width: 230px;
    opacity: 0.82;
  }

  .mv-pack-choice__steps {
    grid-template-columns: 1fr;
    gap: 42px;
    max-width: 620px;
  }

  .mv-pack-choice__step {
    min-height: 0;
    padding: 45px 28px 27px;
  }

  .mv-pack-choice__step:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -31px;
    left: 50%;
    width: 4px;
    height: 24px;
    transform: translateX(-50%);
    background-image: radial-gradient(circle, var(--mv-step-color) 2px, transparent 2.3px);
    background-size: 4px 9px;
    background-repeat: repeat-y;
  }

  .mv-pack-choice__decor--wave-left,
  .mv-pack-choice__decor--wave-right {
    width: 430px;
    opacity: 0.72;
  }
}

/* Mobiles */
@media (max-width: 575.98px) {
  .mv-pack-choice {
    width: calc(100% - 20px);
    margin: 28px auto;
    padding: 24px 14px 22px;
    border-radius: 20px;
  }

  .mv-pack-choice__inner {
    width: 100%;
  }

  .mv-pack-choice__eyebrow {
    min-height: 36px;
    padding: 7px 14px;
    font-size: 11px;
  }

  .mv-pack-choice__eyebrow img {
    width: 21px;
    height: 21px;
  }

  .mv-pack-choice__title-row {
    gap: 5px;
  }

  .mv-pack-choice__quote {
    width: 26px;
  }

  .mv-pack-choice__title {
    font-size: clamp(28px, 10vw, 40px);
    line-height: 1.02;
  }

  .mv-pack-choice__intro {
    margin: 16px auto 38px;
    font-size: 14px;
    line-height: 1.48;
  }

  .mv-pack-choice__steps {
    gap: 40px;
  }

  .mv-pack-choice__step {
    padding: 43px 20px 23px;
    border-radius: 18px;
  }

  .mv-pack-choice__number {
    top: -24px;
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .mv-pack-choice__step-icon,
  .mv-pack-choice__step-icon img {
    width: 58px;
    height: 58px;
  }

  .mv-pack-choice__step h3 {
    font-size: 21px;
  }

  .mv-pack-choice__step p {
    font-size: 14px;
  }

  .mv-pack-choice__cta {
    min-width: 0;
    width: 100%;
    min-height: 58px;
    padding: 14px 20px;
    gap: 12px;
    font-size: 21px;
  }

  .mv-pack-choice__proofs {
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    max-width: 100%;
    margin: 20px auto 0;
    gap: 8px;
  }

  .mv-pack-choice__proof {
    font-size: 11.5px;
  }

  .mv-pack-choice__proof:not(:last-child)::after {
    content: none;
  }

  .mv-pack-choice__proof img {
    width: 34px;
    height: 34px;
  }

  .mv-pack-choice__decor--palm-left,
  .mv-pack-choice__decor--palm-right {
    top: 0;
    width: 150px;
    opacity: 0.58;
  }

  .mv-pack-choice__decor--wave-left,
  .mv-pack-choice__decor--wave-right {
    width: 250px;
    opacity: 0.48;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv-pack-choice__cta,
  .mv-pack-choice__cta-arrow {
    transition: none;
  }
}


/* =========================================================
   MV PACK CHOICE — POLICE ROBOTO PARTOUT
   ========================================================= */

.mv-pack-choice,
.mv-pack-choice__eyebrow,
.mv-pack-choice__title,
.mv-pack-choice__intro,
.mv-pack-choice__step h3,
.mv-pack-choice__step p,
.mv-pack-choice__number,
.mv-pack-choice__cta,
.mv-pack-choice__cta-arrow,
.mv-pack-choice__proof {
    font-family: "Roboto", sans-serif !important;
}

/* Adaptation du grand titre à Roboto */
.mv-pack-choice__title {
    font-size: clamp(32px, 3.7vw, 52px);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: -0.035em;
}

/* Titres des étapes */
.mv-pack-choice__step h3 {
    font-weight: 900;
    letter-spacing: -0.015em;
}

/* Bouton */
.mv-pack-choice__cta {
    font-weight: 900;
    letter-spacing: 0;
}

/****************************css slide*****************************/
body#index .ps-imageslider .miami-caption-actions {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2vw, 34px);
    margin: clamp(22px, 2vw, 34px) 0 12px;
}

body#index .ps-imageslider .miami-hero-cta {
    position: static !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: auto;
    min-width: clamp(210px, 16vw, 300px);
    min-height: clamp(56px, 4vw, 72px);
    padding: 0;
    border-radius: 6px;
    font-size: small !important;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgb(0 0 0 / 0.14);
}

body#index .ps-imageslider .miami-hero-cta::after {
    content: "›";
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
}

body#index .ps-imageslider .miami-hero-cta--pink {
    background: #ff2ead;
    color: #fff !important;
    border: 2px solid #ff2ead;
}

body#index .ps-imageslider .miami-hero-cta--white {
    background: #fff;
    color: #111 !important;
    border: 2px solid #d7d7d7;
}

body#index .ps-imageslider .miami-guide-note {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 clamp(20px, 2vw, 34px) !important;
    color: #555 !important;
    font-size: clamp(14px, 1vw, 17px) !important;
    font-weight: 500;
    line-height: 1.3 !important;
}

body#index .ps-imageslider .miami-guide-note::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border: 3px solid #ff2ead;
    border-radius: 50%;
    color: #ff2ead;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

body#index .ps-imageslider .miami-caption-actions {
    gap: 14px;
    margin-top: 18px;
}

body#index .ps-imageslider .miami-hero-cta {
    min-width: 190px;
    min-height: 52px;
    padding: 12px 20px;
    font-size: 16px;
}

body#index .ps-imageslider .miami-hero-cta::after {
    font-size: 28px;
}

body#index .ps-imageslider .miami-guide-note {
    font-size: 14px !important;
}

@media (max-width: 991.98px) {
    body#index .ps-imageslider .ps-imageslider__figcaption-mobile .miami-guide-note {
        order: 5 !important;
        margin: 15px 0 !important;
    }

    body#index  .ps-imageslider .miami-caption-actions .miami-hero-cta--white {
    background: #fff !important;
    color: black !important;
    }
}
/***************************************************/

/* Masque un groupe de déclinaison lorsqu'il n'y a qu'un seul choix */
.js-product-variants .product-variant.product-variant--single {
  display: none !important;
}

/* ==========================================================
   Miami Vibes — Bandeau défilant global
   ========================================================== */

.mv-top-marquee {
  position: relative;
  z-index: 100;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(
    100deg,
    #11cdc8 0%,
    #11bfc5 34%,
    #9b91cb 67%,
    #f22996 100%
  );
}

.mv-top-marquee__viewport {
  width: 100%;
  overflow: hidden;
}

.mv-top-marquee__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: mv-top-marquee-scroll 30s linear infinite;
  will-change: transform;
}

.mv-top-marquee__group {
  display: flex;
  flex: none;
  align-items: center;
  min-width: max-content;
  padding: 4px 0;
}

.mv-top-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 24px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.mv-top-marquee__item strong {
  font-weight: 900;
}

a.mv-top-marquee__item:hover,
a.mv-top-marquee__item:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mv-top-marquee__separator {
  color: rgb(255 255 255 / 70%);
  font-size: 15px;
}

.mv-top-marquee:hover .mv-top-marquee__track,
.mv-top-marquee:focus-within .mv-top-marquee__track {
  animation-play-state: paused;
}

@keyframes mv-top-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 767.98px) {
  .mv-top-marquee__track {
    animation-duration: 24s;
  }

  .mv-top-marquee__group {
    padding: 3px 0;
  }

  .mv-top-marquee__item {
    padding: 0 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv-top-marquee__track {
    width: 100%;
    animation: none;
  }

  .mv-top-marquee__group:first-child {
    justify-content: center;
    width: 100%;
    min-width: 100%;
    flex-wrap: wrap;
  }

  .mv-top-marquee__group[aria-hidden="true"] {
    display: none;
  }
}