.text-body{
    color: #7E7E7E !important;
}

#with_client_logo_2 .with-client-logo {
    position: relative;
    overflow: hidden;
    padding-right: clamp(120px, 18vw, 260px);
    padding-bottom: clamp(60px, 8vw, 140px);
}

#with_client_logo_2 .with-client-logo__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: clamp(140px, 22vw, 320px);
    height: auto;
    pointer-events: none;
}

.custom-slider-04 {
    width: min(58vw, 100%);
}

.correspondence-card {
    min-height: 300px;
    max-width: 486px;
}


@media screen and (min-width: 1200px ){
    .mw-lg-80{
        max-width: 50%;
        margin: 0 auto;
    }
}


.flash-container {
    animation: fadeOut 3s ease-out forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

.flash-host {
    overflow-x: hidden;
}

.btn-bg-season {
    background-color: var(--topbanner-bg);
    border-color: var(--topbanner-bg);
    color: var(--primary);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.text-season-color{
    color: var(--primary);
}
.nav-link-season-active {
    text-decoration-line: underline;
    text-decoration-color: var(--topbanner-bg, currentColor);
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
}
.btn-border-season{
    color: var(--primary);
    border: 1px solid var(--topbanner-bg);
    transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-border-season:hover{
    color: var(--primary);
    border: 1px solid var(--topbanner-bg);
    background: var(--topbanner-bg);
}
.btn-custom-width{
    width: 100%;

}

.season-logo,
.season-svg {
    color: var(--primary, #C28100);
    display: inline-block;
}

.correspondence-icon {
    display: inline-block;
    vertical-align: middle;
}

.correspondence-icon-path {
    stroke: currentColor;
}

.related-article-image {
    width: 235px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 235 / 285.56;
    object-fit: cover;
    opacity: 1;
}

@media (max-width: 576px) {
    .related-article-image {
        width: 100%;
    }
}

.blog-index-image {
    width: 100%;
    max-width: 369px;
    height: 446px;
    object-fit: cover;
}

@media (max-width: 576px) {
    .blog-index-image {
        max-width: 100%;
        height: auto;
    }
}

.home-blog-image {
    width: 450px;
    height: 423px;
    object-fit: cover;
}

@media (max-width: 576px) {
    .home-blog-image {
        width: 100%;
        height: auto;
    }
}

.custom-flower {
    max-width: 350px;
    max-height: 295px;
    display: block;
    transform: rotate(346deg) scale(1.1);
    transform-origin: bottom right;
}

.rotate-team{
    rotate: 0deg;
    margin-left: 5rem;
}

.team-photo-grid {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.team-photo-row {
    margin: 0 -12px;
}

.team-photo-row .slick-slide {
    padding: 0 12px;
}

.team-photo-card {
    max-width: 337px;
    margin: 0 auto;
}

.team-photo {
    width: 100%;
    max-width: 337px;
    height: 445px;
    max-height: 445px;
    object-fit: cover;
    display: block;
}

.team-hero-figure {
    width: 100%;
    max-width: 1171px;
}

.team-hero-image {
    position: relative;
    z-index: 2;
}

.team-hero-accent {
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 576px) {
    .team-photo-grid {
        gap: 0;
    }

    .team-photo-row {
        margin-bottom: 24px;
    }

    .team-photo-row:last-child {
        margin-bottom: 0;
    }

    .team-photo-row .slick-dots {
        margin-top: 12px;
        position: static;
    }
}

.category-list-wrapper {
    background: #f8f8f8;
    padding: 3rem 0;
}

.category-list-section {
    position: relative;
}

.category-grid {
    --category-row: 335px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        "visage teint levres"
        "visage yeux yeux"
        "accessoire accessoire accessoire";
    grid-auto-rows: var(--category-row);
    gap: 20px;
}

.category-card {
    position: relative;
    overflow: hidden;
    display: block;
    background: #ffffff;
}

.category-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card__label {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    padding: 0.45rem 1.2rem;
    background-color: var(--topbanner-bg);
    color: #7e5a2b;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.category-card--visage {
    grid-area: visage;
}

.category-card--teint {
    grid-area: teint;
}

.category-card--levres {
    grid-area: levres;
}

.category-card__accent {
    position: absolute;
    top: -15%;
    right: -7%;
    width: 200px;
    height: 246px;
    pointer-events: none;
    rotate: -3deg;

}

.category-card--yeux {
    grid-area: yeux;
}

.category-card--accessoire {
    grid-area: accessoire;
}

.product-card-image-fixed {
    width: 333px;
    height: 250px;
    object-fit: cover;
}

@media (max-width: 576px) {
    .product-card-image-fixed {
        width: 100%;
        height: auto;
    }
}

.product-hero {
    background: #ffffff;
    color: #2b2b2b;
    padding: 2rem 0 2.5rem;
    margin-bottom: 10rem;
}

.product-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
}

.product-hero__image {
    border-radius: 0;
    padding: 0;
}

.product-hero__image.slick-slider .slick-slide {
    display: flex;
    justify-content: center;
}

.product-hero__image .product-hero__image-main,
.product-hero__image.slick-slider .product-hero__image-main {
    width: 529px;
    height: 705.33px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 576px) {
    .product-hero__image .product-hero__image-main,
    .product-hero__image.slick-slider .product-hero__image-main {
        width: 100%;
        height: auto;
    }
}

.product-hero__thumbs {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

.product-hero__thumb {
    width: 100px;
    height: 132px;
    border-radius: 0;
    border: 0;
    background: #ffffff;
    object-fit: contain;
    padding: 0;
    display: block;
}

.product-hero__title {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    margin-bottom: 0.75rem;
    color: #1f1f1f;
}

.product-hero__price {
    margin: 0 0 0.4rem;
    font-size: 1rem;
    letter-spacing: 0.02em;
    color: #6e6e6e;
}

.product-hero__meta {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    color: #7c7c7c;
}

.product-hero__excerpt {
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #6d6d6d;
}

.product-hero__cta {
    border: 0;
    border-radius: 8px;
    padding: 0.55rem 1.4rem;
    background: #f0d9ba;
    color: #5b4a2f;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1.6rem;
}

.product-hero__details-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #4c4c4c;
}

.product-hero__copy {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #6a6a6a;
}

.product-hero__copy p {
    margin-bottom: 1.5rem;
}

.product-hero__divider {
    height: 100px;
    margin-top: 3.5rem;
}

.product-hero__accordion {
    margin-top: 1.4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.product-hero__accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0.9rem 0;
}

.product-hero__accordion-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 600;
    color: #3b3b3b;
}

.product-hero__accordion-item summary::-webkit-details-marker {
    display: none;
}

.product-hero__accordion-item summary::after {
    content: "+";
    font-size: 1rem;
    color: #6e6e6e;
}

.product-hero__accordion-item[open] summary::after {
    content: "–";
}

.product-hero__accordion-body {
    padding-top: 0.8rem;
    color: #6b6b6b;
    font-size: 0.9rem;
    line-height: 1.6;
}

.product-hero__accordion-body ul {
    padding-left: 1rem;
    margin-bottom: 0;
}

.product-similar {
    padding: 2.5rem 0 4rem;
    background: transparent;
}

.product-similar__title {
    text-align: center;
    margin-bottom: 5rem;
    font-size: clamp(1.4rem, 2.4vw, 2rem);
}

    .product-similar__card {
        text-align: center;
        padding: 0 1rem;
    }

.product-similar__image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 0;
    width: 250px;
    height: 333px;
    max-width: 100%;
    margin: 0 auto 1rem;
    overflow: hidden;
}

.product-similar__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 576px) {
    .product-similar__image {
        width: 100%;
        height: auto;
        aspect-ratio: 250 / 333;
    }
}

    .product-similar__price {
        font-size: 0.85rem;
        color: #7a7a7a;
        margin-bottom: 0.35rem;
    }

    .product-similar__name {
        font-size: 0.85rem;
        margin: 0;
    }

    .product-similar__name a {
        color: #444;
        text-decoration: none;
    }

    @media (max-width: 991px) {
        .product-hero__grid {
            grid-template-columns: 1fr;
        }

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

        .product-hero__image-main {
            width: 100%;
            max-width: 529px;
            height: auto;
        }

        .product-hero__thumb {
            width: 100px;
            height: 132px;
        }
    }

    @media (max-width: 576px) {
        .product-hero {
            padding: 3rem 0 2.5rem;
        }

        .product-hero__thumb {
            width: 100px;
            height: 132px;
        }
    }

    @media (max-width: 991px) {
        .category-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            grid-template-areas:
            "visage visage"
            "teint levres"
            "yeux yeux"
            "accessoire accessoire";
            --category-row: clamp(150px, 22vw, 240px);
        }

    }

    @media (max-width: 576px) {
        .category-grid {
            grid-template-columns: 1fr;
            grid-template-areas:
            "visage"
            "teint"
            "levres"
            "yeux"
            "accessoire";
            --category-row: clamp(180px, 60vw, 260px);
        }

        .category-card__label {
            font-size: 0.8rem;
        }
    }

    .blog-live-search {
        position: relative;
    }

    .blog-search-input {
        position: relative;
        z-index: 2;
    }

    .blog-live-search.is-loading .blog-search-input {
        color: transparent;
    }

    .blog-search-overlay {
        display: none;
        position: absolute;
        inset: 0;
        z-index: 1;
        padding: 0.375rem 0.75rem;
        padding-left: 3rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        align-items: center;
        background: linear-gradient(90deg, var(--primary), var(--topbanner-bg), var(--primary));
        background-size: 200% 100%;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        animation: blog-search-sheen 0.9s linear infinite;
    }

    .blog-live-search.is-loading .blog-search-overlay {
        display: flex;
    }

    @keyframes blog-search-sheen {
        0% {
            background-position: 0% 50%;
        }
        100% {
            background-position: 200% 50%;
        }
    }

    .blog-search-dialog {
        border: 0;
        padding: 0;
        width: min(480px, 92vw);
        border-radius: 12px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    }

    .blog-search-dialog::backdrop {
        background: rgba(0, 0, 0, 0.15);
    }

    .blog-search-results {
        padding: 0.5rem 0;
        max-height: 320px;
        overflow-y: auto;
    }

    .blog-search-empty {
        padding: 0.75rem 1rem 1rem;
    }

    .blog-search-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .blog-search-item {
        display: flex;
        gap: 0.75rem;
        align-items: center;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .blog-search-item:last-child {
        border-bottom: 0;
    }

    .blog-search-thumb {
        width: 52px;
        height: 64px;
        object-fit: cover;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .blog-search-loading .blog-search-thumb.placeholder {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.08);
    }

    .blog-search-loading .placeholder {
        border-radius: 6px;
    }

    .blog-search-title {
        display: block;
        color: inherit;
        font-weight: 600;
        text-decoration: none;
    }

    .blog-search-category {
        display: inline-block;
        margin-top: 0.25rem;
        font-size: 0.8125rem;
        color: #7E7E7E;
    }

    @media screen and (min-width: 800px) {
        .btn-custom-width {
            max-width: 212px;
        }
    }


    .btn-bg-season:hover,
    .btn-bg-season:focus {
        background-color: color-mix(in srgb, var(--topbanner-bg) 85%, #000);
        border-color: color-mix(in srgb, var(--topbanner-bg) 85%, #000);
    }

    .bg-gradient-fade {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 39.3%);
    }

    .linear-about {
        position: relative;
    }

    .linear-about::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.05%, #000000 120.28%);
        pointer-events: none;
        z-index: 1;
    }

    .linear-about > * {
        position: relative;
    }

    .picks-background {
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 97.28%),
        linear-gradient(0deg, rgba(255, 255, 255, 0) 64.06%, #FFFFFF 100%),
        url('./images/fond-picks.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .contact-img {
        height: 400px;
        width: 1188px;
        object-fit: cover;

        margin: auto;
    }

    .contact-height {
        height: 450px;
    }

    .position-contact {
        top: -25%;
    }

    .picks-background-contact {
        background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 64.06%, #FFFFFF 100%),
        url('./images/fond-picks.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .font-custom {
        font-family: "Bricolage Grotesque", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-variation-settings: "wdth" 100;
    }

    .linear-about {
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.05%, #000000 120.28%);
    }

    .btn-filter-blog {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        padding: 0 14px;
        max-width: 104px;
        white-space: nowrap;
    }

    a.btn-filter-blog.active {
        background-color: color-mix(in srgb, var(--topbanner-bg) 85%, #000);
        border-color: color-mix(in srgb, var(--topbanner-bg) 85%, #000);
    }


    .filter-signature {
        position: relative;
        overflow: hidden;
    }

    .filter-signature .card-img-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.73%, rgba(0, 0, 0, 0.5) 100%);
    }

.custom-absolute-product {
    top: -50%;
}
.margin-product{
    margin-bottom: 5rem;
}

.topbar .slick-slider {
    overflow: hidden;
}

.topbar .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--topbar-height);
}

@media (min-width: 577px) {
    .topbar {
        --topbar-height: 56px;
    }
}

@media (max-width: 576px) {
    .topbar {
        --topbar-height: 42px;
    }
}

.topbar .slick-slider,
.topbar .slick-list {
    height: var(--topbar-height);
}

.topbar p {
    padding: 0 1rem;
    line-height: 1.2;
    max-height: var(--topbar-height);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .topbar p {
        font-size: 0.7rem;
    }
}

@media (max-width: 991px) {
    .custom-slider-04 {
        width: 100%;
    }

    .correspondence-card {
        max-width: 100%;
        min-height: 240px;
    }

    .category-card__accent {
        width: 160px;
        height: 200px;
        top: -10%;
        right: -5%;
    }

    .product-hero__divider {
        height: 70px;
        margin-top: 2.5rem;
    }

    .contact-img {
        width: 100%;
        height: auto;
        aspect-ratio: 1188 / 400;
    }

    .contact-height {
        height: 360px;
    }

    .position-contact {
        top: -15%;
    }
}

@media (max-width: 576px) {
    .custom-flower {
        max-width: 160px;
        max-height: 140px;
        transform: rotate(-35deg) scale(1);
    }

    .correspondence-card {
        min-height: 220px;
    }

    .product-hero__divider {
        height: 50px;
        margin-top: 2rem;
    }

    .contact-height {
        height: 280px;
    }

    .position-contact {
        top: -8%;
    }

    .btn-filter-blog {
        max-width: 100%;
        height: auto;
        padding: 0.35rem 0.75rem;
    }
}
.footer {
    overflow: visible;
}

.footer-content {
    position: relative;
    z-index: 1;
}

.footer-decoration {
    pointer-events: none;
    z-index: 0;
    right: -4rem;
    rotate: 299deg;
    bottom: 1rem;
}
.footer-margin{
    margin: 1rem;
}
