.responsible-sourcing-2024 {
    --FONT-CLARINS: 'Times New Roman', Times, serif,"ClarinsRegular", "Clarins";
    --FONT-GOTHAM-BOOK: 'Times New Roman', Times, serif,"Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-MEDIUM: 'Times New Roman', Times, serif,"Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-XTRA-LIGHT: 'Times New Roman', Times, serif,"GothamXtraLight";
}

@font-face {
    font-family: 'GothamXtraLight';
    src: url('../fonts/GothamSSm-XLight-webfont.woff2') format('woff2'),
        url('../fonts/GothamSSm-XLight-webfont.woff') format('woff'),
        url('../fonts/GothamSSm-XLight-webfont.ttf') format('truetype');
}

/**************************************************************/
body, html {
    overflow-x: clip !important;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 480px) {
    span.responsible-sourcing-2024-header__title--85 {
        font-size: calc(var(--UNIT)* 70);
    }
    .responsible-sourcing-2024-tabslider .responsible-sourcing-2024-cta {
        padding: 14px 10px;
        font-size: 12px;
    }
}

/*Removed Ingredients*/
.responsible-sourcing-2024-header__ingredient {
    visibility: hidden !important;
}
.responsible-sourcing-2024-numbers__ingredient {
    display: none !important;
}
.responsible-sourcing-2024-closerlook__ingredient {
    display: none !important;
}
.responsible-sourcing-2024-tabsection__ingredient[data-ingredient="leaf-1"] {
    display: none !important;
}
.responsible-sourcing-2024-tabsection__ingredient[data-ingredient="leaf-2"] {
    display: none !important;
}
#POPIN-SAINTE-COLOMBE .responsible-sourcing-2024-popin_ingredient:first-child {
    display: none !important;
}
#POPIN-SAINTE-COLOMBE .responsible-sourcing-2024-popin_ingredient:last-child {
    display: none !important;
}
#POPIN-SERRAVAL .responsible-sourcing-2024-popin_ingredient:first-child {
    display: none !important;
}
#POPIN-SERRAVAL .responsible-sourcing-2024-popin_ingredient:last-child {
    display: none !important;
}
.responsible-sourcing-2024-tabsection__ingredient[data-ingredient="world-1"] {
    display: none !important;
}
.responsible-sourcing-2024-tabsection__ingredient[data-ingredient="world-2"] {
    display: none !important;
}
.responsible-sourcing-2024-tabsection__ingredient[data-ingredient="world-3"] {
    display: none !important;
}
.responsible-sourcing-2024-tabsection__ingredient[data-ingredient="world-4"] {
    display: none !important;
}