@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap&subset=latin-ext");
.lp-etat-pur {
    --lpep-primary: #000;
    --lpep-secondary: #fff;
    --lpep-accent: #f0f0f0;
    --lpep-font-primary: "Roboto", sans-serif;
    --lpep-font-size-base: 16px;
    --lpep-font-size-h1: 48px;
    --lpep-font-size-h2: 36px;
    --lpep-font-size-tagline: 14px;
    --lpep-spacing-xs: 8px;
    --lpep-spacing-sm: 16px;
    --lpep-spacing-md: 24px;
    --lpep-spacing-lg: 32px;
    --lpep-spacing-xl: 48px;
    font-family: var(--lpep-font-primary);
    font-size: var(--lpep-font-size-base);
    line-height: 1.6;
    color: var(--lpep-primary);
    background-color: var(--lpep-secondary);
    container-name: lp-etat-pur;
    container-type: inline-size;
}
.lp-etat-pur * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.etat-pur-mobile-only {
    display: none !important;
}
.lp-etat-pur .s1-section {
    background-color: #fff;
    text-align: center;
    max-width: 1731px;
    height: 215px;
    margin: 0 auto;
}
.lp-etat-pur .s1-logo {
    width: 100%;
    height: auto;
    max-width: 393px;
    margin-top: 66px;
}
.lp-etat-pur .s2-section {
    position: relative;
    max-width: 1731px;
    margin: 0 auto;
    overflow: hidden;
}
.lp-etat-pur .s2-top-container {
    position: relative;
}
.lp-etat-pur .s2-mobile-img {
    display: none;
}
.lp-etat-pur .s2-image {
    width: 100%;
    height: auto;
    display: block;
}
.lp-etat-pur .s2-text-overlay {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    max-width: 45%;
    z-index: 10;
}
.lp-etat-pur .s2-intro {
    color: #000;
    text-align: center;
    font-size: clamp(16px, 2vw, 35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
}
.lp-etat-pur .s2-main {
    color: #000;
    text-align: center;
    font-size: clamp(20px, 2.7vw, 45px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.9px;
    text-transform: uppercase;
}
.lp-etat-pur .s2-secondary {
    color: #000;
    text-align: center;
    font-size: clamp(16px, 2vw, 35px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.lp-etat-pur .s3-section {
    background-color: #fff;
    padding: var(--lpep-spacing-xl) var(--lpep-spacing-sm);
    max-width: 1731px;
    margin: 0 auto;
}
.lp-etat-pur .s3-title {
    color: #000;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    margin-bottom: 38px;
}
.lp-etat-pur .s3-text {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.15;
}
.lp-etat-pur .s3-quote-section {
    text-align: center;
    margin-top: 20px;
}
.lp-etat-pur .s3-quote-text {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}
.lp-etat-pur .s3-quote-author {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
}
.lp-etat-pur .s3-products-title {
    color: #000;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    margin-bottom: var(--lpep-spacing-sm);
}
@container lp-etat-pur (max-width:943px) {
    .lp-etat-pur .s3-text .etat-pur-desktop-only,
    .lp-etat-pur .s3-quote-text .etat-pur-desktop-only {
        display: none;
    }
}
@container lp-etat-pur (max-width:768px) {
    .etat-pur-desktop-only {
        display: none !important;
    }
    .etat-pur-mobile-only {
        display: block !important;
    }
    :root {
        --lpep-font-size-h1: 32px;
        --lpep-font-size-h2: 24px;
    }
    .lp-etat-pur .s1-section {
        height: 103px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .lp-etat-pur .s1-logo {
        max-height: 52px;
        margin-top: 0px;
    }
    .lp-etat-pur .s2-desktop-img {
        display: none;
    }
    .lp-etat-pur .s2-mobile-img {
        display: block;
        width: 100%;
        height: auto;
    }
    .lp-etat-pur .s2-text-overlay {
        left: 3%;
        max-width: 55%;
        text-align: left;
    }
    .lp-etat-pur .s2-intro {
        font-weight: 400;
        font-style: normal;
        font-size: clamp(16px, 5vw, 26px);
        line-height: 100%;
        letter-spacing: 2.16px;
        text-transform: uppercase;
        text-align: left;
    }
    .lp-etat-pur .s2-main {
        font-weight: 700;
        font-style: normal;
        font-size: clamp(20px, 6vw, 36px);
        line-height: 100%;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        text-align: left;
        margin: 10px 0;
    }
    .lp-etat-pur .s2-secondary {
        font-weight: 400;
        font-style: normal;
        font-size: clamp(16px, 5vw, 26px);
        line-height: 100%;
        letter-spacing: 0.9px;
        text-transform: uppercase;
        text-align: left;
    }
    .lp-etat-pur .s3-title {
        font-weight: 700;
        font-style: normal;
        font-size: 26px;
        line-height: 1.3;
        letter-spacing: 3.12px;
        text-align: center;
        margin-bottom: 20px;
    }
    .lp-etat-pur .s3-text {
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0;
        text-align: center;
    }
    .lp-etat-pur .s3-quote-text {
        font-weight: 700;
        font-style: italic;
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: 0;
        text-align: center;
    }
    .lp-etat-pur .s3-quote-author {
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: 0;
        text-align: center;
    }
    .lp-etat-pur .s3-products-title {
        font-weight: 700;
        font-style: normal;
        font-size: 26px;
        line-height: 1.3;
        letter-spacing: 3.12px;
        text-align: center;
    }
    .lp-etat-pur .s4-section {
        flex-direction: column;
        gap: 0;
    }
    .lp-etat-pur .s4-cards-wrapper .splide__list {
        justify-content: flex-start !important;
    }
    .lp-etat-pur .s4-product-card {
        width: 100%;
        min-height: 500px;
    }
    .lp-etat-pur .s4-product-image {
        width: 100%;
    }
    .lp-etat-pur .s4-content-box {
        width: 90%;
        margin-bottom: 0;
    }
    .lp-etat-pur .s4-product-name {
        font-weight: 700 !important;
        font-style: normal !important;
        font-size: 26px !important;
        line-height: 1.3;
        letter-spacing: 2.6px !important;
        text-transform: uppercase !important;
        text-align: left !important;
    }
    .lp-etat-pur .s4-separator {
        width: 70% !important;
        max-width: 294px !important;
        margin: 20px 0 0 0 !important;
    }
    .lp-etat-pur .s4-product-description {
        font-weight: 400 !important;
        font-style: normal !important;
        font-size: 16px !important;
        line-height: 1.3;
        letter-spacing: 0% !important;
    }
    .lp-etat-pur .s4-button {
        width: 241px !important;
        height: 47px !important;
        font-weight: 600 !important;
        font-style: normal !important;
        font-size: 16px !important;
        line-height: 100% !important;
        letter-spacing: 0% !important;
        text-align: center !important;
        text-transform: uppercase !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 0 !important;
    }
}
.lp-etat-pur .s4-section {
    max-width: 1731px;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lp-etat-pur .s4-cards-wrapper {
    width: 100%;
}
.lp-etat-pur .s4-cards-wrapper .splide__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    width: 100%;
}
.lp-etat-pur .s4-cards-wrapper .splide__track {
    width: 100%;
}
.lp-etat-pur .s4-product-card {
    position: relative;
    width: 33.333%;
    flex-shrink: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lp-etat-pur .s4-product-image {
    width: 100%;
    height: auto;
    aspect-ratio: 577.45 / 442;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
}
.lp-etat-pur .s4-content-box {
    position: relative;
    z-index: 2;
    width: 450px;
    max-width: 90%;
    background: white;
    padding: 30px 25px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-top: -50px;
    flex-grow: 1;
}
.lp-etat-pur .s4-product-name {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    word-wrap: break-word;
    text-align: left;
    margin: 0;
    flex-shrink: 0;
    line-height: 1.2;
}
.lp-etat-pur .s4-separator {
    width: 199.6px;
    border-top: 1px solid #b0cdd7;
    opacity: 1;
    margin: 12px 0 0 0;
}
.lp-etat-pur .s4-product-description {
    color: black;
    font-size: 20px;
    font-weight: 400;
    word-wrap: break-word;
    text-align: left;
    margin: 20px 0 30px;
    line-height: 1.2;
}
.lp-etat-pur .s4-button {
    background-color: black;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    word-wrap: break-word;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    flex-shrink: 0;
    align-self: flex-start;
    text-decoration: none;
    width: 266px;
    height: 47px;
}
.lp-etat-pur .s4-button:hover {
    background-color: #333;
}
@container lp-etat-pur (max-width:1040px) {
    .lp-etat-pur .s4-content-box {
        padding: 30px clamp(5px, 1.5vw, 25px) 30px;
    }
    .lp-etat-pur .s4-product-name {
        font-size: clamp(16px, 2.5vw, 32px);
    }
    .lp-etat-pur .s4-product-description {
        font-size: clamp(14px, 2vw, 20px);
    }
    .lp-etat-pur .s4-button {
        font-size: clamp(14px, 2vw, 20px);
        padding: 15px clamp(10px, 2vw, 30px);
    }
    .lp-etat-pur .s4-separator {
        width: clamp(150px, 20vw, 199.6px);
    }
}
.lp-etat-pur .s5-section {
    max-width: 1731px;
    margin: 0 auto;
}
.lp-etat-pur .s5-grid {
    border: 1px solid #000;
    padding: var(--lpep-spacing-lg);
}
@media (min-width: 1055px) {
    .lp-etat-pur .s5-grid .splide__list {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        gap: var(--lpep-spacing-md);
    }
    .lp-etat-pur .s5-grid .splide__track {
        overflow: visible;
    }
    .lp-etat-pur .s5-grid {
        margin: 0 63px;
    }
}
.lp-etat-pur .s5-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.lp-etat-pur .s5-icon {
    height: 100px;
    width: auto;
    margin-bottom: var(--lpep-spacing-sm);
}
@media (max-width: 1054.98px) {
    .lp-etat-pur .s5-grid {
        margin: 0 12px;
        padding-bottom: 90px;
        position: relative;
    }
    .lp-etat-pur .s5-splide .splide__pagination {
        bottom: 40px;
        padding: 0;
        display: flex;
        justify-content: center;
        gap: 43px;
    }
    .lp-etat-pur .s5-splide .splide__pagination__page {
        background: #d9d9d9;
        opacity: 1;
        margin: 0;
        width: 8px;
        height: 8px;
        border: none;
    }
    .lp-etat-pur .s5-splide .splide__pagination__page.is-active {
        background: #000;
        transform: none;
    }
    .lp-etat-pur .s5-icon {
        min-height: 140px !important;
        object-fit: contain !important;
        object-position: top !important;
        margin-bottom: 25px !important;
    }
    .lp-etat-pur .s5-icon[alt="Ekobiologia"] {
        width: 106px !important;
        height: 138px !important;
    }
    .lp-etat-pur .s5-icon[alt="Biomimetyczne składniki"] {
        width: 203px !important;
        height: 126px !important;
    }
    .lp-etat-pur .s5-icon[alt="Wybrane składniki (1%)"] {
        width: 116px !important;
        height: 113px !important;
    }
    .lp-etat-pur .s5-icon[alt="Ponad 40 lat doświadczenia"] {
        width: 111px !important;
        height: 114px !important;
    }
    .lp-etat-pur .s5-icon[alt="Wyprodukowane we Francji"] {
        width: 119px !important;
        height: 112.98px !important;
    }
}
.lp-etat-pur .s5-title {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: var(--lpep-spacing-sm);
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
@media (min-width: 1055px) {
    .lp-etat-pur .s5-title {
        margin-top: 15px;
    }
}
.lp-etat-pur .s5-text {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
@media (max-width: 1054.98px) {
    .lp-etat-pur .s5-text {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .lp-etat-pur .s5-title {
        font-size: 26px;
    }
    .lp-etat-pur .s5-text {
        font-size: 16px;
    }
}
.lp-etat-pur .s6-section {
    height: 563px;
    padding: 60px 0 0 0;
    text-align: center;
    max-width: 1731px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}
.lp-etat-pur .s6-title {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4.32px;
    word-wrap: break-word;
    text-align: center;
    background-color: #fff;
    padding: 40px 0;
    margin: 0;
}
.lp-etat-pur .s6-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    height: 100%;
}
.lp-etat-pur .s6-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    height: 100%;
    justify-content: space-between;
}
.lp-etat-pur .s6-step-text {
    margin-bottom: 20px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    background-color: transparent;
    padding: 0;
    z-index: 10;
}
.lp-etat-pur .s6-number {
    color: black;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    word-wrap: break-word;
    display: block;
}
.lp-etat-pur .s6-name {
    color: black;
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
    word-wrap: break-word;
    display: inline-block;
    margin-top: 5px;
    background-color: #fff;
    padding: 0 10px;
    align-self: center;
}
.lp-etat-pur .s6-sub {
    color: black;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    word-wrap: break-word;
    display: block;
    margin-top: 5px;
}
.lp-etat-pur .s6-visuals {
    position: relative;
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: -50px;
}
.lp-etat-pur .s6-product {
    position: relative;
    z-index: 2;
    max-height: 450px;
    width: auto;
    object-fit: contain;
}
.lp-etat-pur .s6-texture {
    position: absolute;
    z-index: 1;
}
.lp-etat-pur .s6-step:nth-child(1) .s6-step-text {
    margin-bottom: -100px;
    position: relative;
    z-index: 20;
}
.lp-etat-pur .s6-visuals-1 .s6-product {
    height: 550px;
    width: auto;
    max-height: none;
    margin-bottom: 15px;
}
.lp-etat-pur .s6-visuals-1 .s6-texture {
    left: -20px;
    bottom: 72px;
    max-height: 199px;
}
.lp-etat-pur .s6-visuals-2 {
    align-items: flex-end;
    gap: 40px;
}
.lp-etat-pur .s6-visuals-2 .s6-product {
    max-height: 300px;
}
.lp-etat-pur .s6-visuals-2 .s6-product-niacynamid {
    margin-bottom: -40px;
}
.lp-etat-pur .s6-visuals-2 .s6-texture-retinol {
    top: 29%;
    left: 20%;
    transform: translate(-50%, -50%) scaleX(-1);
    max-width: 50%;
    opacity: 0.9;
}
.lp-etat-pur .s6-visuals-2 .s6-texture-niacynamid {
    top: 30%;
    left: 70%;
    transform: translate(-50%, -50%);
    max-width: 57%;
    opacity: 0.9;
}
.lp-etat-pur .s6-visuals-3 .s6-texture {
    right: -12px;
    bottom: 182px;
    max-height: 316px;
}
.lp-etat-pur .s6-plus {
    font-size: 50px;
    font-weight: 400;
    color: #000;
    align-self: flex-end;
    margin-bottom: 70px;
}
@media (max-width: 1024px) {
    .lp-etat-pur .s6-section {
        height: auto;
        padding-bottom: 60px;
    }
    .lp-etat-pur .s6-container {
        flex-direction: column;
        align-items: center;
        gap: 60px;
        height: auto;
    }
    .lp-etat-pur .s6-visuals {
        height: auto;
        margin-bottom: 0;
    }
    .lp-etat-pur .s6-plus {
        display: none;
    }
    .lp-etat-pur .s6-step:nth-child(1) .s6-step-text {
        margin-bottom: 20px;
    }
    .lp-etat-pur .s6-step:nth-child(3) .s6-step-text {
        margin-bottom: 20px;
    }
    .lp-etat-pur .s6-visuals-1 {
        margin-top: 0;
    }
    .lp-etat-pur .s6-visuals-1 .s6-product {
        height: auto;
        max-height: 415px;
        margin-bottom: 0;
    }
    .lp-etat-pur .s6-visuals-1 .s6-texture {
        height: 152px;
        max-height: none;
        left: 25px;
    }
    .lp-etat-pur .s6-visuals-2 .s6-product-retinol {
        height: 250px;
        max-height: none;
    }
    .lp-etat-pur .s6-visuals-2 .s6-product-niacynamid {
        height: 225px;
        max-height: none;
        margin-bottom: 0;
    }
    .lp-etat-pur .s6-visuals-3 .s6-product {
        height: 310px;
        max-height: none;
    }
    .lp-etat-pur .s6-visuals-3 .s6-texture {
        height: 215px;
        max-height: none;
        right: 30px;
        bottom: 136px;
    }
}
.lp-etat-pur .s7-section {
    padding: 56px 0 0;
    background-color: #fff;
    overflow: hidden;
}
.lp-etat-pur .s7-container {
    max-width: 1730px;
    margin: 0 auto;
    position: relative;
}
.lp-etat-pur .s7-header {
    text-align: center;
    margin-bottom: 13px;
}
.lp-etat-pur .s7-title {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 4.32px;
}
.lp-etat-pur .s7-subtitle {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1.68px;
}
.lp-etat-pur .s7-carousel {
    padding: 0;
}
.lp-etat-pur .s7-slide {
}
.lp-etat-pur .s7-card {
    background: #fff;
    height: 100%;
    width: 289px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.lp-etat-pur .s7-image-wrapper {
    position: relative;
    background-color: #a1bdcc;
    width: 289px;
    height: 362px;
    overflow: hidden;
    margin-bottom: 18px;
}
.lp-etat-pur .s7-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}
.lp-etat-pur .s7-card:hover .lp-etat-pur .s7-product-img {
    transform: scale(1.05);
}
.lp-etat-pur .s7-tag {
    position: absolute;
    top: 22px;
    left: 0;
    background: #fff;
    color: #64a8d8;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    z-index: 2;
}
.lp-etat-pur .s7-consistency {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #7eb7d5;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 2;
}
.lp-etat-pur .s7-content {
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.lp-etat-pur .s7-product-name {
    color: black;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.92px;
    word-wrap: break-word;
    min-height: 38px;
    text-align: left;
}
.lp-etat-pur .s7-product-desc {
    color: black;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
    margin-bottom: 26px;
    flex-grow: 1;
    text-align: left;
    line-height: 1.1;
}
.lp-etat-pur .s7-product-desc strong {
    color: black;
    font-size: 14px;
    font-weight: 700;
    word-wrap: break-word;
}
.lp-etat-pur .s7-product-vol {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
}
.lp-etat-pur .s7-vol-bullet {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.1px;
    word-wrap: break-word;
}
.lp-etat-pur .s7-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 289px;
    height: 51px;
    background: #000;
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    word-wrap: break-word;
    transition: background 0.3s ease;
}
.lp-etat-pur .s7-btn:hover {
    background: #333;
}
.lp-etat-pur .s7-arrows .splide__arrow {
    background: transparent;
    opacity: 1;
    width: 48px;
    height: 48px;
    top: 181px;
    transform: translateY(-50%);
}
.lp-etat-pur .s7-arrows .splide__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.lp-etat-pur .s7-arrows .splide__arrow img {
    width: 100%;
    height: 100%;
}
.lp-etat-pur .s7-arrows .splide__arrow--prev {
    left: -10px;
}
.lp-etat-pur .s7-arrows .splide__arrow--next {
    right: -10px;
}
.lp-etat-pur .s9-section {
    width: 100%;
    max-width: 1732px;
    min-height: 294px;
    background: #b8e1ee;
    margin: 0 auto 39px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}
.lp-etat-pur .s9-title {
    color: #000;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.lp-etat-pur .s9-text {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 853px;
}
.lp-etat-pur .s9-text strong {
    font-weight: 700;
}
.lp-etat-pur .s10-section {
    background: rgba(207, 230, 235, 0.4);
    padding: 50px 0;
    max-width: 1731px;
    margin: 0 auto 40px;
    overflow: visible;
}
.lp-etat-pur .s10-top-container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    position: relative;
    max-width: 1731px;
    margin: 0 auto 24px;
}
.lp-etat-pur .s10-image-wrapper {
    grid-area: 1 / 1;
    width: 840px;
    max-width: 60%;
    min-width: 40%;
    position: relative;
    z-index: 1;
    margin-left: 88px;
    margin-top: 0;
}
.lp-etat-pur .s10-model-image {
    width: 100%;
    height: auto;
    display: block;
}
.lp-etat-pur .s10-info-box {
    grid-area: 1 / 1;
    justify-self: end;
    background: #fff;
    padding: 47px 50px;
    width: 50%;
    max-width: 50%;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 93px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    z-index: 2;
    height: auto;
}
.lp-etat-pur .s10-title {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-align: left;
}
.lp-etat-pur .s10-subtitle {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: left;
}
.lp-etat-pur .s10-description {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-align: left;
    max-width: 262px;
}
.lp-etat-pur .s10-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 30px;
}
.lp-etat-pur .s10-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: auto;
    max-width: 100px;
}
.lp-etat-pur .s10-icon-item img {
    width: auto;
    height: 67px;
    margin-bottom: 10px;
}
.lp-etat-pur .s10-icon-item span {
    color: #000;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.lp-etat-pur .s10-bottom-text {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}
.lp-etat-pur .s10-slider-container {
    width: 100%;
    padding: 0;
}
.lp-etat-pur .s10-card {
    height: 100%;
    width: 289px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.lp-etat-pur .s10-card-image-wrapper {
    position: relative;
    background: rgba(207, 230, 235, 0.4);
    padding: 0;
    margin-bottom: 17px;
    height: 362px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.lp-etat-pur .s10-tag {
    position: absolute;
    top: 22px;
    left: 0;
    background: #fff;
    color: #64a8d8;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    z-index: 2;
}
.lp-etat-pur .s10-product-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.lp-etat-pur .s10-card:hover .lp-etat-pur .s10-product-img {
    transform: scale(1.05);
}
.lp-etat-pur .s10-consistency {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.lp-etat-pur .s10-drops {
    display: flex;
    gap: 2px;
}
.lp-etat-pur .s10-drop {
    width: 8px;
    height: 12px;
    border: 1px solid #7fb0d6;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.s10-drop.filled {
    background: #7fb0d6;
}
.lp-etat-pur .s10-consistency-text {
    font-size: 8px;
    color: #7fb0d6;
    font-weight: 700;
    margin-top: 2px;
    text-transform: uppercase;
}
.lp-etat-pur .s10-product-name {
    font-size: 16px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: left;
    letter-spacing: 1.92px;
}
.lp-etat-pur .s10-product-desc {
    font-size: 14px;
    min-height: 54px;
    text-align: left;
    line-height: 1.1;
}
.lp-etat-pur .s10-product-vol {
    color: #999;
}
.lp-etat-pur .s10-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 51px;
    background: #000;
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    word-wrap: break-word;
    transition: background 0.3s ease;
}
.lp-etat-pur .s10-btn:hover {
    background: #333;
}
.lp-etat-pur .s10-arrows .splide__arrow {
    background: transparent;
    opacity: 1;
    width: 48px;
    height: 48px;
    top: 181px;
    transform: translateY(-50%);
}
.lp-etat-pur .s10-arrows .splide__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.lp-etat-pur .s10-arrows .splide__arrow img {
    width: 100%;
    height: 100%;
}
.lp-etat-pur .s10-arrows .splide__arrow--prev {
    left: -5px;
}
.lp-etat-pur .s10-arrows .splide__arrow--next {
    right: -5px;
}
@container lp-etat-pur (max-width:700px) {
    .lp-etat-pur .s10-icons {
        flex-wrap: wrap;
        justify-content: center;
    }
    .lp-etat-pur .s10-icon-item {
        width: 22%;
        max-width: none;
        margin-bottom: 20px;
    }
}
@container lp-etat-pur (max-width:950px) {
    .lp-etat-pur .s10-top-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .lp-etat-pur .s10-image-wrapper {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-bottom: 0;
        z-index: 1;
    }
    .lp-etat-pur .s10-info-box {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 90%;
        max-width: none;
        margin: -10% auto 0;
        z-index: 2;
        padding: 30px 20px 0;
        text-align: left;
        grid-area: auto;
    }
    .lp-etat-pur .s10-icons {
        flex-wrap: wrap;
        justify-content: center;
    }
    .lp-etat-pur .s10-icon-item {
        margin-bottom: 15px;
        width: auto;
        max-width: none;
    }
    .lp-etat-pur .s10-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 1.3;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }
    .lp-etat-pur .s10-subtitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }
    .lp-etat-pur .s10-description {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0%;
        text-align: center;
        margin: 0 auto 30px;
    }
}
.lp-etat-pur .s11-section {
    background: rgba(191, 215, 242, 0.4);
    padding: 50px 0;
    max-width: 1731px;
    margin: 0 auto;
    overflow: visible;
}
.lp-etat-pur .s11-top-container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    position: relative;
    max-width: 1731px;
    margin: 0 auto 24px;
}
.lp-etat-pur .s11-image-wrapper {
    grid-area: 1 / 1;
    width: 840px;
    max-width: 60%;
    min-width: 40%;
    position: relative;
    z-index: 1;
    margin-left: 88px;
    margin-top: 0;
}
.lp-etat-pur .s11-model-image {
    width: 100%;
    height: auto;
    display: block;
}
.lp-etat-pur .s11-info-box {
    grid-area: 1 / 1;
    justify-self: end;
    background: #fff;
    padding: 47px 50px;
    width: 50%;
    max-width: 50%;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 93px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    z-index: 2;
    height: auto;
}
.lp-etat-pur .s11-title {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-align: left;
}
.lp-etat-pur .s11-subtitle {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: left;
}
.lp-etat-pur .s11-description {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-align: left;
    max-width: 260px;
}
.lp-etat-pur .s11-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
    gap: 15px 30px;
}
.lp-etat-pur .s11-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: auto;
    max-width: 100px;
}
.lp-etat-pur .s11-icon-item img {
    width: auto;
    height: 67px;
    margin-bottom: 0;
}
.lp-etat-pur .s11-icon-item span {
    color: #000;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.lp-etat-pur .s11-bottom-text {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}
.lp-etat-pur .s11-slider-container {
    width: 100%;
    padding: 0;
}
.lp-etat-pur .s11-card {
    height: 100%;
    width: 289px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.lp-etat-pur .s11-card-image-wrapper {
    position: relative;
    background: rgba(191, 215, 242, 0.4);
    padding: 0;
    margin-bottom: 20px;
    height: 362px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.lp-etat-pur .s11-tag {
    position: absolute;
    top: 22px;
    left: 0;
    background: #fff;
    color: #64a8d8;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    z-index: 2;
}
.lp-etat-pur .s11-product-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.lp-etat-pur .s11-card:hover .lp-etat-pur .s11-product-img {
    transform: scale(1.05);
}
.lp-etat-pur .s11-product-name {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: left;
    letter-spacing: 1.92px;
}
.lp-etat-pur .s11-product-desc {
    font-size: 14px;
    min-height: 55px;
    text-align: left;
    line-height: 1.1;
}
.lp-etat-pur .s11-product-vol {
    color: #999;
}
.lp-etat-pur .s11-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 51px;
    background: #000;
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    word-wrap: break-word;
    transition: background 0.3s ease;
}
.lp-etat-pur .s11-btn:hover {
    background: #333;
}
.lp-etat-pur .s11-arrows .splide__arrow {
    background: transparent;
    opacity: 1;
    width: 48px;
    height: 48px;
    top: 181px;
    transform: translateY(-50%);
}
.lp-etat-pur .s11-arrows .splide__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.lp-etat-pur .s11-arrows .splide__arrow img {
    width: 100%;
    height: 100%;
}
.lp-etat-pur .s11-arrows .splide__arrow--prev {
    left: -5px;
}
.lp-etat-pur .s11-arrows .splide__arrow--next {
    right: -5px;
}
@container lp-etat-pur (max-width:700px) {
    .lp-etat-pur .s11-icons {
        flex-wrap: wrap;
        justify-content: center;
    }
    .lp-etat-pur .s11-icon-item {
        width: 22%;
        max-width: none;
        margin-bottom: 20px;
    }
}
@container lp-etat-pur (max-width:950px) {
    .lp-etat-pur .s11-top-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .lp-etat-pur .s11-image-wrapper {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-bottom: 0;
        z-index: 1;
    }
    .lp-etat-pur .s11-info-box {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 90%;
        max-width: none;
        margin: -10% auto 0;
        z-index: 2;
        padding: 30px 20px;
        text-align: left;
        grid-area: auto;
    }
    .lp-etat-pur .s11-icons {
        flex-wrap: wrap;
        justify-content: center;
    }
    .lp-etat-pur .s11-icon-item {
        margin-bottom: 15px;
        width: auto;
        max-width: none;
    }
    .lp-etat-pur .s11-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 1.3;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }
    .lp-etat-pur .s11-subtitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }
    .lp-etat-pur .s11-description {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0%;
        text-align: center;
        margin: 0 auto 30px;
    }
    .lp-etat-pur .s11-bottom-text {
        text-align: center;
    }
}
.lp-etat-pur .s8-section {
    max-width: 1731px;
    margin: 29px auto 49px;
    padding: 0 20px 0;
    background-color: #fff;
    text-align: center;
}
.lp-etat-pur .s8-video-container {
    position: relative;
    padding-bottom: 54.04%;
    height: 0;
    overflow: hidden;
    max-width: 1558px;
    margin: 0 auto;
}
.lp-etat-pur .s8-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lp-etat-pur .s12-section {
    background: rgba(228, 218, 231, 0.4);
    padding: 50px 0 20px;
    max-width: 1731px;
    margin: 0 auto;
    overflow: visible;
}
.lp-etat-pur .s12-top-container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    position: relative;
    max-width: 1731px;
    margin: 0 auto 24px;
}
.lp-etat-pur .s12-image-wrapper {
    grid-area: 1 / 1;
    width: 840px;
    max-width: 60%;
    min-width: 40%;
    position: relative;
    z-index: 1;
    margin-left: 88px;
    margin-top: 0;
}
.lp-etat-pur .s12-model-image {
    width: 100%;
    height: auto;
    display: block;
}
.lp-etat-pur .s12-info-box {
    grid-area: 1 / 1;
    justify-self: end;
    background: #fff;
    padding: 47px 50px;
    width: 50%;
    max-width: 50%;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 93px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    z-index: 2;
    height: auto;
}
.lp-etat-pur .s12-title {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-align: left;
}
.lp-etat-pur .s12-subtitle {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: left;
}
.lp-etat-pur .s12-description {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-align: left;
    max-width: 260px;
}
.lp-etat-pur .s12-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
    gap: 15px 30px;
}
.lp-etat-pur .s12-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: auto;
    max-width: 100px;
}
.lp-etat-pur .s12-icon-item img {
    width: auto;
    height: 67px;
    margin-bottom: 0;
}
.lp-etat-pur .s12-icon-item span {
    color: #000;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.lp-etat-pur .s12-inskin-container {
    width: 264px;
    height: 81px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: none !important;
    padding: 0 10px;
}
.lp-etat-pur .s12-inskin-container img {
    height: 67px;
    width: auto;
    margin-bottom: 0;
}
.lp-etat-pur .s12-bottom-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}
.lp-etat-pur .s12-products-title {
    color: #000;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin: 40px 0 20px;
}
.lp-etat-pur .s12-slider-container {
    width: 100%;
    padding: 0;
}
.lp-etat-pur .s12-card {
    height: 100%;
    width: 289px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.lp-etat-pur .s12-card-image-wrapper {
    position: relative;
    background: rgba(228, 218, 231, 0.4);
    padding: 0;
    margin-bottom: 20px;
    height: 362px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.lp-etat-pur .s12-product-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.lp-etat-pur .s12-card:hover .lp-etat-pur .s12-product-img {
    transform: scale(1.05);
}
.lp-etat-pur .s12-product-name {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: left;
    letter-spacing: 1.8px;
}
.lp-etat-pur .s12-product-desc {
    font-size: 14px;
    min-height: 55px;
    text-align: left;
    line-height: 1.1;
}
.lp-etat-pur .s12-product-vol {
    color: #999;
}
.lp-etat-pur .s12-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 51px;
    background: #000;
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    word-wrap: break-word;
    transition: background 0.3s ease;
}
.lp-etat-pur .s12-btn:hover {
    background: #333;
}
.lp-etat-pur .s12-arrows .splide__arrow {
    background: transparent;
    opacity: 1;
    width: 48px;
    height: 48px;
    top: 314px;
    transform: translateY(-50%);
}
.lp-etat-pur .s12-arrows .splide__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.lp-etat-pur .s12-arrows .splide__arrow img {
    width: 100%;
    height: 100%;
}
.lp-etat-pur .s12-arrows .splide__arrow--prev {
    left: -5px;
}
.lp-etat-pur .s12-arrows .splide__arrow--next {
    right: -5px;
}
@container lp-etat-pur (max-width:950px) {
    .lp-etat-pur .s12-top-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .lp-etat-pur .s12-image-wrapper {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-bottom: 0;
        z-index: 1;
    }
    .lp-etat-pur .s12-info-box {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 90%;
        max-width: none;
        margin: -10% auto 0;
        z-index: 2;
        padding: 30px 20px;
        text-align: left;
        grid-area: auto;
    }
    .lp-etat-pur .s12-icons {
        flex-wrap: wrap;
        justify-content: center;
    }
    .lp-etat-pur .s12-icon-item {
        width: auto;
        max-width: none;
        margin-bottom: 15px;
    }
    .lp-etat-pur .s12-products-title {
        font-size: 24px;
        letter-spacing: 2.4px;
    }
    .lp-etat-pur .s12-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 1.3;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }
    .lp-etat-pur .s12-subtitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }
    .lp-etat-pur .s12-description {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0%;
        text-align: center;
        margin: 0 auto 30px;
    }
    .lp-etat-pur .s12-bottom-text {
        text-align: center;
    }
}
.lp-etat-pur .s13-section {
    margin-top: 72px;
    background-image: url("../images/s13-e1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 347px;
}
.lp-etat-pur .s13-content {
    max-width: 1200px;
    margin: 0 auto;
}
.lp-etat-pur .s13-title {
    color: #000;
     font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.32px;
    margin-bottom: 40px;
    margin-top: 15px;
    text-transform: uppercase;
}
.lp-etat-pur .s13-text {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
@container lp-etat-pur (max-width:989px) {
    .lp-etat-pur .s13-text br {
        display: none;
    }
}
@container lp-etat-pur (max-width:768px) {
    .lp-etat-pur .s13-section {
        min-height: auto;
        padding: 60px 20px;
        background-size: 204px 276px;
        margin-top: 25px;
    }
    .lp-etat-pur .s13-title {
        font-size: 24px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    .lp-etat-pur .s13-text {
        font-size: 18px;
    }
}
@media (min-width: 769px) {
    .lp-etat-pur .s4-cards-wrapper .splide__list {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        transform: none !important;
        justify-content: center !important;
        width: 100% !important;
    }
    .lp-etat-pur .s4-product-card {
        width: 33.333% !important;
        max-width: 33.333% !important;
        margin: 0 !important;
        flex: 0 0 33.333% !important;
    }
    .lp-etat-pur .s4-splide .splide__pagination {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .lp-etat-pur .s4-cards-wrapper .splide__list {
        display: flex;
    }
    .lp-etat-pur .s4-product-image {
        aspect-ratio: 390 / 388;
    }
    .lp-etat-pur .s4-product-card {
        width: 100%;
        margin-bottom: 0;
    }
    .lp-etat-pur .s4-content-box {
        margin-top: 50px;
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
    .lp-etat-pur .s4-splide .splide__pagination {
        bottom: auto;
        top: 0;
        margin-top: 104%;
        padding: 0;
        display: flex;
        justify-content: center;
        gap: 43px;
    }
    .lp-etat-pur .s4-splide .splide__pagination__page {
        background: #ccc;
        border: none;
        opacity: 1;
        margin: 0;
    }
    .lp-etat-pur .s4-splide .splide__pagination__page.is-active {
        background: #000;
        transform: scale(1.2);
    }
}
@container lp-etat-pur (max-width:768px) {
    .lp-etat-pur .s6-title {
        font-weight: 700;
        font-style: normal;
        font-size: 26px;
        line-height: 1.4;
        letter-spacing: 3.12px;
        text-align: center;
        text-transform: uppercase;
        padding: 40px 0 20px;
    }
    .lp-etat-pur .s9-title {
        font-weight: 700;
        font-style: normal;
        font-size: 26px;
        line-height: 1.4;
        letter-spacing: 2.6px;
        text-align: center;
        text-transform: uppercase;
    }
    .lp-etat-pur .s9-text {
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0;
        text-align: center;
    }
}
@container lp-etat-pur (max-width:768px) {
    .lp-etat-pur .s10-card,
    .lp-etat-pur .s11-card,
    .lp-etat-pur .s12-card {
        text-align: left;
    }
    .lp-etat-pur .s10-product-name,
    .lp-etat-pur .s11-product-name,
    .lp-etat-pur .s12-product-name {
        text-align: left;
    }
    .lp-etat-pur .s10-product-desc,
    .lp-etat-pur .s11-product-desc,
    .lp-etat-pur .s12-product-desc {
        text-align: left;
    }
}
@container lp-etat-pur (max-width:405px) {
    .lp-etat-pur .s10-icons,
    .lp-etat-pur .s11-icons,
    .lp-etat-pur .s12-icons {
        gap: 12px;
    }
}
@container lp-etat-pur (max-width:350px) {
    .lp-etat-pur .s10-icon-item img,
    .lp-etat-pur .s11-icon-item img,
    .lp-etat-pur .s12-icon-item img {
        height: 57px;
    }
}
@container lp-etat-pur (max-width:655px) {
    .lp-etat-pur .s12-inskin-container {
        order: -1;
        width: 100%;
        margin-bottom: 20px;
    }
}
.lp-etat-pur .s12-products-title {
    display: none;
}
@container lp-etat-pur (max-width:768px) {
    .lp-etat-pur .s12-products-title {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 80px;
        padding: 20px 10px;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 2.4px;
        text-transform: uppercase;
        color: #000;
        font-family: "Roboto", sans-serif;
        margin-bottom: 0;
        transition: background-color 0.3s ease;
        background-color: #e4dae7;
    }
}
.lp-etat-pur .s12-slider-container {
    position: relative;
    z-index: 1;
}
.lp-etat-pur .s12-carousel .splide__slide {
    padding-top: 125px;
    padding-bottom: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background-color: transparent !important;
}
.lp-etat-pur .s12-slide-title {
    position: absolute;
    top: 60px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: #000;
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
}
.lp-etat-pur .s12-title-redness {
    font-size: 22px !important;
    line-height: 1.2;
    white-space: normal;
    top: 65px;
}
@container lp-etat-pur (max-width:768px) {
    .lp-etat-pur .s12-carousel .splide__slide {
        width: 100% !important;
        margin-right: 0 !important;
        padding-top: 0px;
        background: linear-gradient(
            to bottom,
            var(--group-color, #e4dae7) 0px,
            var(--group-color, #e4dae7) 225px,
            transparent 225px
        ) !important;
    }
    .lp-etat-pur .s12-card {
        margin-right: 0 !important;
        width: 100%;
        max-width: 289px;
    }
    .lp-etat-pur .s12-slide-title {
        display: none !important;
    }
    .lp-etat-pur .s12-title-redness {
        top: 30px;
    }
    .lp-etat-pur .s12-arrows .splide__arrow {
        top: 180px !important;
    }
    .lp-etat-pur .s12-slider-container {
        padding: 0 !important;
    }
}
.lp-etat-pur .s12-card {
    background: transparent;
}
@container lp-etat-pur (max-width:500px) {
    .lp-etat-pur .s10-arrows .splide__arrow--prev,
    .lp-etat-pur .s11-arrows .splide__arrow--prev,
    .lp-etat-pur .s12-arrows .splide__arrow--prev {
        left: -10px !important;
    }
    .lp-etat-pur .s10-arrows .splide__arrow--next,
    .lp-etat-pur .s11-arrows .splide__arrow--next,
    .lp-etat-pur .s12-arrows .splide__arrow--next {
        right: -10px !important;
    }
}
.splide__arrow {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}