.product-tile {
    min-height: 504px;
}

/* sans Mobile */
@media (min-width: 761px) {
    .responsible-sourcing-2024-header__title--85 {
        margin-top: calc(var(--UNIT)*87);
    }
    
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .product-tile {
        min-height: 450px;
    }
}

@media (orientation: portrait) {
    
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    *[data-tab="sourcing-policy"] .responsible-sourcing-2024-tabsection__title {
        width: 80%;
    }

    *[data-tab="better-world"] .responsible-sourcing-2024-tabsection__title {
        width: 50%;
    }

    .product-tile {
        min-height: 484px;
    }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .product-tile {
        min-height: 410px;
    }
}

/*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;
}