/*  ------  local   ------  */
body, html { overflow-x: clip !important; }

.ppm__page {
    --CLARINS-FONT: 'Microsoft Jhenghei', ClarinsRegular, Clarins, 'Microsoft Jhenghei';
    --GOTHAM-LIGHT: 'Microsoft Jhenghei', "Gotham_Light", 'Microsoft Jhenghei';
    --GOTHAM-BOOK: 'Microsoft Jhenghei', "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", 'Microsoft Jhenghei', Helvetica, Arial, sans-serif, 'Microsoft Jhenghei';
    --GOTHAM-MEDIUM: 'Microsoft Jhenghei', "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", 'Microsoft Jhenghei', Helvetica, Arial, sans-serif, 'Microsoft Jhenghei';
}
span.ppm__cta-text {
    font-family: var(--GOTHAM-MEDIUM);
}

.ppm__page .ppm__bloc-gifts .ppm__canvas-logos {
    justify-content: center;
    margin-bottom: 25px;
    padding-top: 0;
}

@media (min-width: 769px) {
    .ppm__page .ppm__gifts-slider {
        justify-content: center;
    }
}
.ppm__bloc.hero-customize-bloc {
    background: #faeadc;
}
@media (min-width: 769px) {
    picture.hero-customize-cta {
        width: 80%;
        margin: auto;
    }
    .ppm__page .ppm__canvas-hero-title {
        max-width: 605px;
    }

}
@media only screen  and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ppm__page .ppm__canvas-hero-title {
        font-size: 33px;
    }
    picture.hero-customize-cta {
        width: 100%;
    }
}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ppm__page .ppm__canvas-hero-title {
        font-size: 45px;    
    }

}
@media (max-width: 480px) {
    .ppm__page .ppm__lists-title {
        font-size: 30px;
    }
    .ppm__page .ppm__canvas-iconic-title {
        margin-top: -10px;
        text-align: center;
    }
    picture.hero-customize-cta {
        width: 100%;
    }
    .ppm__page .ppm__canvas-section[data-item="limited"] .ppm__canvas-content-top {
        justify-content: center;
    }
}