.experience-side {
    position: sticky;
    top: 0px;
}

:root {
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
        Arial, sans-serif;
}


.Beauty-FAQ-Pagedesigner-2024-category {
    background-color: #fff;
    position: relative;
    /*overflow: hidden;*/

    --FONT-SIZE: 14px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: var(--FONT-SIZE);
    color: #333333;

    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 376px;
    margin-left: 50px;
    padding: 0 7px;
    padding-bottom: 44px;
    transition: padding-top ease-in-out 0.5s;
}

.Beauty-FAQ-Pagedesigner-2024-category * {
    box-sizing: border-box;
}


.Beauty-FAQ-Pagedesigner-2024-category__link:first-child {
    margin-top: 40px;
}

.Beauty-FAQ-Pagedesigner-2024-category__link {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    padding-right: 8px;
}

.Beauty-FAQ-Pagedesigner-2024-category__link::after {
    content: "";
    display: block;
    pointer-events: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.Beauty-FAQ-Pagedesigner-2024-category__link:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}



.Beauty-FAQ-Pagedesigner-2024-category__link:focus-visible {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

.Beauty-FAQ-Pagedesigner-2024-category__link:focus-visible::after {
    border: 1px solid #fff;
}

.Beauty-FAQ-Pagedesigner-2024-category__link:active {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .05);
}

.Beauty-FAQ-Pagedesigner-2024-category__link:active::after {
    border: 1px solid #E9E3DE;
}

.Beauty-FAQ-Pagedesigner-2024-category__visual,
.Beauty-FAQ-Pagedesigner-2024-category__visual>img {
    width: 80px;
    height: 80px;
    display: block;
}

.Beauty-FAQ-Pagedesigner-2024-category__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #333;
}

.Beauty-FAQ-Pagedesigner-2024-category__name {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    line-height: 1em;
    font-size: 14px;
    text-transform: uppercase;
}

.Beauty-FAQ-Pagedesigner-2024-category__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    line-height: 1.4em;
    font-size: 12px;
}

div[pageid] .tile-carousel-wrapper {
    width: 100%;
    padding: 0;
}

#wrapper>.pagedesigner-page-content {
    max-width: 1264px;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 145%;
    color: #333333;
    padding: 0;
}

#wrapper>.pagedesigner-page-content h4 {
    font-size: 20px;
    font-weight: 500;
}

/* @media(min-width:762px) {
     .pagedesigner-page-content #tns2 {
       width: 100% !important;
        container-type: inline-size;
    }

    div[pageid] #tns2>.tns-item {
        width: 33.33333cqw !important;
    }
}*/
@media (min-width: 80em) {


    .pagedesigner-page-content *[slides="4"] #tns2 {
        width: 133.33% !important;
    }

    .pagedesigner-page-content *[slides="3"] #tns2 {
        width: 100% !important;
    }

    .pagedesigner-page-content *[slides="2"] #tns2 {
        width: 66.66% !important;
        margin-left: 0;
    }

    .pagedesigner-page-content *[slides="1"] #tns2 {
        width: 33.33% !important;
        margin-left: 0;
    }
}

i-top-page-with-anchors .top-page-component__title {
    display: none;
}



.push-beauty-expert {
    width: auto !important
}

div[pageid] .text-component h1 {
    margin: 0;
    font-size: 60px;
    line-height: 120%;
    font-family: var(--FONT-CLARINS);
    font-weight: normal;
}

div[pageid] .text-component h2 {
    margin: 0;
    font-size: 35px;
    line-height: 120%;
    font-family: var(--FONT-CLARINS);
    font-weight: normal;
}

div[pageid] .text-component h3 {
    margin: 0;
    font-size: 20px !important;
    line-height: 120% !important;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    padding-bottom: 16px !important;
    display: block !important;
}

div[pageid] .text-component p+h3 {
    padding-top: 32px !important;
}


div[pageid]>.display-flex {
    margin: 0;
    display: flex !important;
    background-color: #FBF6F3;
    padding: 32px;
    margin-bottom: 44px;
    margin-top: 44px;
}


div[pageid] #tns2>.tns-item {
    padding-bottom: 10px;
}


div[pageid]>.display-flex .flex-column {
    gap: 0px;
}

div[pageid]>.display-flex i-text-component {
    margin: 0;
}

div[pageid]>.display-flex h3 {
    padding-bottom: 16px;
    display: block;
}

div[pageid]>.display-flex .text-component__description {
    display: block;
}

div[pageid] i-link a.button--secondary {
    overflow: unset;
    margin: 5px 0;
    background: transparent !important;
    border: 0px solid !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-decoration: underline !important;
    height: auto !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-height: 0 !important;
    text-align: left !important;
    font-family: var(--FONT-GOTHAM-BOOK) !important;
}

div[pageid] i-link a.button--secondary:hover {
    text-decoration: none !important;
}

div[pageid] i-link a.button--secondary::before {
    content: "• ";
    display: inline-block;
    background: #FBF6F3;
    padding-right: 0.2em;
    margin-right: -0.2em;
    position: relative;
}

div[pageid] i-link a.button--secondary:hover {
    border: 0px solid #797674 !important;
    box-shadow: none !important;
}

div[pageid] i-text-component {
    padding: 0;
    color: #333;
    font-size: 14px;
}

div[pageid] i-text-component p {
    line-height: 145%;
}

div[pageid] .product-tile__rating {
    line-height: 1em;
}

div[pageid] .mt-xxl-desktop {
    margin-top: 32px;
    margin-bottom: 12px;
}

@media(max-width:761px) {

    div[pageid] .tile-carousel-wrapper {
        width: calc(100% + 40px);
        padding: 0;
        margin: 0 -20px;
    }

    div[pageid] .text-component h1 {
        font-size: 40px;
        line-height: 120%;
    }

    .Beauty-FAQ-Pagedesigner-2024-category__link:first-child {
        margin-top: 0;
    }

    .Beauty-FAQ-Pagedesigner-2024-category {
        max-width: 100%;
        margin: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 40px !important;
    }
}

.push-beauty-expert {
    max-width: 1048px !important;
    --SCALE-TITLE: 0.65;
}

.push-beauty-expert__content {
    max-width: 270px;
}

.push-beauty-expert__cta {
    color: #333 !important;
}


div[pageid] .product-tile__desc--hover {
    bottom: 0;
}

div[pageid] .product-tile__description {
    margin-bottom: 20px;
}

div[pageid] .product-tile:not([hover=false]):hover .product-tile__desc--hover {
    height: auto;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {

    body,
    html {
        overflow-x: clip !important;
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {

    body,
    html {
        overflow-x: clip !important;
    }
}