#wrapper {
    max-width: 100%;
}

.breadcrumb {
    display: none !important;
}

#main {
    padding-top: 0px;
}

.auto-replenishment {
    width: 100%;
    margin: 0 auto;
    position: relative;
    --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;
    --FONT-GOTHAM-XTRA-LIGHT: "GothamXtraLight";
    --FONT-SIZE: 14px;
    --COLOR-GOLD: #CCB089;
    --MENU-HEIGHT: 48px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    color: #333;
    --swiper-theme-color: #fff;
    --swiper-pagination-bullet-inactive-color: #D3CCC8;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    --swiper-navigation-size: 24px;
    --swiper-navigation-sides-offset: 0px;
    transition: opacity ease-in-out 0.5s;
    overflow: hidden;
}

.auto-replenishment .swiper-button-next,
.auto-replenishment .swiper-button-prev {
    font-size: 0;
    width: 24px;
    height: 24px;
}

.auto-replenishment .swiper-button-next::after {
    width: 24px;
    height: 24px;
    content: "";
    font-size: 0;
    background-image: url(../img/arrow-right.svg);
}

.auto-replenishment .swiper-button-prev::after {
    width: 24px;
    height: 24px;
    content: "";
    font-size: 0;
    background-image: url(../img/arrow-left.svg);

}

.auto-replenishment .swiper-button-next.swiper-button-disabled,
.auto-replenishment .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.auto-replenishment * {
    box-sizing: border-box;
}


/****************************************************************/
.auto-replenishment-cta {
    position: relative;
    background-color: #C10230 !important;
    display: inline-block;
    color: #FFFFFF !important;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    line-height: 15px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    height: 44px;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    outline: 0 !important;
    border: 1px solid #C10230;
    min-width: 220px;
}

.auto-replenishment-cta:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

.auto-replenishment-cta:active {}

.auto-replenishment-cta:focus {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

/*------------------------------------------------*/
.auto-replenishment-cta:focus::after {
    opacity: 1;
    outline: 0 !important;
}

.auto-replenishment-cta:hover {
    outline: 0 !important;
}

.auto-replenishment-cta:active::after {
    opacity: 1;
    outline: 0 !important;
}

/****************************************************************/

.auto-replenishment {}

.auto-replenishment-header {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    --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;
    z-index: 2;
    text-align: center;

    margin: 0 auto;
}

.auto-replenishment-header__background {
    width: 100%;
    display: block;
    background: linear-gradient(to right, 0% #fdfdfd, 40% #fdfdfd, 60% #ebebeb, 100% #ebebeb);
}

.auto-replenishment-header__background>img {
    height: auto;
    width: 100%;
    display: block;
    /*  max-width: 1250px;*/
}


.auto-replenishment-header__content {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    margin: 20px 50px;
    padding: 30px;
}

.auto-replenishment-header__title {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    font-size: 42px;
    line-height: 1em;
    font-weight: normal;
    color: #000;
    font-family: var(--FONT-CLARINS);
}

.auto-replenishment-header__text {
    margin: 20px 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    max-width: 440px;
    color: #000;
}

.auto-replenishment-header__links {
    display: flex;
    gap: 20px;
}

@media(max-width:1023px) {
    .auto-replenishment-header {
        overflow: hidden;
        flex-direction: column;
        padding: 0;
        gap: 0;
    }

    .auto-replenishment-header__content {
        margin: 0px;
        padding: 20px;
        position: relative;
        top: auto;
        left: auto;
    }

    .auto-replenishment-header__links {
        gap: 20px;
    }

    .auto-replenishment-header__title {
        margin: 0;
        margin-top: 10px;
        font-size: 32px;
        line-height: 38px;
    }

}

@media(max-width:761px) {
    .auto-replenishment-header__links {
        gap: 20px;
        flex-direction: column;
    }


}

/*************************************************/
.auto-replenishment-benefits {
    background-color: #FBF6F3;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    --swiper-pagination-bottom: 20px;
    --swiper-pagination-color: #000;
}

.auto-replenishment-benefits__title {
    margin: 0 auto;
    padding: 0;
    font-size: 42px;
    line-height: 1em;
    font-weight: normal;
    color: #000;
    font-family: var(--FONT-CLARINS);
}

.auto-replenishment-benefits__slider {
    display: block;
    max-width: 1440px;
    margin: 0 auto;
}

.auto-replenishment-benefits__item {
    width: 150px;
    padding-top: 30px;
}

.auto-replenishment-benefits .swiper-slide {
    width: 150px;
}

@media(min-width:1439px) {
    .auto-replenishment-benefits .swiper-wrapper {
        justify-content: center;
        display: flex;
        gap: 30px;
    }


}

@media(max-width:761px) {
    .auto-replenishment-benefits {
        padding-bottom: 50px;
    }


}

/*********************************************************/
.auto-replenishment-howto {
    display: flex;
    gap: 50px;
    padding: 50px;
    margin: 0 auto;
    justify-content: center;
}

.auto-replenishment-howto__photo {}

.auto-replenishment-howto__photo img {
    width: 100%;
    height: auto;
    display: block;
}

.auto-replenishment-howto__content {
    max-width: 478px;
}

.auto-replenishment-howto__title {
    margin: 10px auto;
    padding: 0;
    font-size: 42px;
    line-height: 1em;
    font-weight: normal;
    color: #000;
    font-family: var(--FONT-CLARINS);
}

.auto-replenishment-howto__steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

.auto-replenishment-howto__steps li {
    margin: 0;
    padding: 0;
    padding-left: 50px;
    padding-bottom: 10px;
    position: relative;
}

.auto-replenishment-howto__steps strong {
    font-size: 18px;
    color: #C10230;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    display: block;
    padding-bottom: 5px;
}

.auto-replenishment-howto__picto {
    position: absolute;
    top: 0;
    left: 0;
}

@media(max-width:761px) {
    .auto-replenishment-howto {
        display: flex;
        gap: 20px;
        padding: 20px;
        margin: 0 auto;
        justify-content: center;
        flex-direction: column;
    }

    .auto-replenishment-howto__title {
        text-align: center;
    }
}

/*********************************************/
.auto-replenishment-category {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.auto-replenishment-category__title {
    margin: 10px auto;
    padding: 0;
    font-size: 42px;
    line-height: 1em;
    font-weight: normal;
    color: #000;
    font-family: var(--FONT-CLARINS);
    text-align: center;
}

.auto-replenishment-category__list {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 60px;
}

.auto-replenishment-category__item {
    text-decoration: none;
    color: #000;
}

/*
.auto-replenishment-category__item:nth-child(2n) {
    margin-top: 50px;
}*/

.auto-replenishment-category__photo {}

.auto-replenishment-category__photo img {
    width: 100%;
    height: auto;
    display: block;
}

.auto-replenishment-category__name {
    margin: 0;
    margin-top: 12px;
    font-size: 20px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    text-decoration: none;
}

.auto-replenishment-category__link {
    margin: 0;
    margin-top: 5px;
    font-size: 11px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    text-decoration: underline;
    text-transform: uppercase;
}

@media(max-width:761px) {
    .auto-replenishment-category__title {

        font-size: 26px;
        line-height: 1em;
    }

    .auto-replenishment-category__item {
        width: calc(50% - 10px);
    }

    .auto-replenishment-category__list {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 20px;
        padding-bottom: 25px;
        flex-wrap: wrap;
    }
}

/*********************************************/
.auto-replenishment-related {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 60px;
}

.auto-replenishment-related__title {
    margin: 10px auto;
    padding: 0;
    font-size: 42px;
    line-height: 1em;
    font-weight: normal;
    color: #000;
    font-family: var(--FONT-CLARINS);
    text-align: center;
}

/*********************************************/
.auto-replenishment-routine {
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    line-height: 1.4em;
    width: 100%;
    max-width: 1048px;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.auto-replenishment-routine .swiper-slide {
    /*width: 220px;*/
}

.auto-replenishment-routine .dp-quickshop {
    display: none !important
}

.auto-replenishment-routine__all-link {
    text-align: center;
    padding-top: 15px
}

.auto-replenishment-routine__all-link a {
    font-size: 11px;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
    min-width: 100px;
    text-decoration: none;
    font-family: gotham ssm medium a, gotham ssm medium b, gotham medium, gothammedium, Helvetica, Arial, sans-serif;
    cursor: pointer
}

.auto-replenishment-routine__quickshop-link {
    display: none
}

.auto-replenishment-routine__item:hover .auto-replenishment-routine__quickshop-link {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.auto-replenishment-routine__quickshop-link span {
    position: relative;
    background-color: #C10230 !important;
    display: inline-block;
    color: #FFFFFF !important;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    line-height: 15px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    height: 44px;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    outline: 0 !important;
    border: 1px solid #C10230;
}

.auto-replenishment-routine__quickshop-link:hover span {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

.auto-replenishment-routine__quickshop-link:active span {}

.auto-replenishment-routine__quickshop-link:focus span {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

/*------------------------------------------------*/
.auto-replenishment-routine__quickshop-link span::after {
    opacity: 1;
    outline: 0 !important;
}

.auto-replenishment-routine__quickshop-link:hover span {
    outline: 0 !important;
}

.auto-replenishment-routine__quickshop-link:active span::after {
    opacity: 1;
    outline: 0 !important;
}

/*------------------------------------------------*/

.auto-replenishment-routine__list {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 50px 30px;
    margin-bottom: 50px;
    --swiper-theme-color: #000;
}

.auto-replenishment-routine__title {
    font-size: 40px;
    text-align: center;
    padding: 20px 40px;
    display: block;
    position: relative;
    z-index: 1;
    max-width: 768px;
    margin: 0 auto;
    line-height: 1.2em;
    font-family: clarinsregular, clarins;
    font-weight: 400
}

.auto-replenishment-routine__title span {
    display: inline-block;
    padding: 0 60px;
    background-color: #fff
}

.auto-replenishment-routine__title strong {
    font-weight: 400
}

.auto-replenishment-routine__item {
    padding: 10px;
    max-width: 352px;
    outline: 0;
    height: 340px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    width: 220px;
}

.auto-replenishment-routine__item.QuickShopLink span {
    color: #000
}

.auto-replenishment-routine__packshot {
    background-color: #f8f8f7;
    display: flex;
    justify-content: center;
    align-items: center
}

.auto-replenishment-routine__packshot img {
    display: block;
    margin: 0 auto;
    width: 100% !important
}

.auto-replenishment-routine__packshot-2 {
    display: flex;
    justify-content: center;
    align-items: center
}

.auto-replenishment-routine__packshot-2 img {
    display: block;
    margin: 0 auto;
    width: 100% !important
}

.auto-replenishment-routine__product-name {
    font-size: 14px;
    text-align: center;
    font-family: gotham ssm medium a, gotham ssm medium b, gotham medium, Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 400;
    padding: 20px;
    padding-bottom: 0;
    flex: 1
}

.auto-replenishment-routine__product-price {
    font-size: 14px;
    text-align: center;
    font-family: gotham ssm medium a, gotham ssm medium b, gotham medium, Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 400;
    padding-top: 10px
}

@media(max-width:1023px) {
    .auto-replenishment-routine__list {
        max-width: 362px
    }

    .auto-replenishment-routine__list .slick-list {
        overflow: visible
    }
}

@media(max-width:761px) {
    .auto-replenishment-routine__title {
        padding: 20px;
        font-size: 35px
    }

    .auto-replenishment-routine__item {
        margin: 0 auto;
    }

    .auto-replenishment-routine__list {}

    .auto-replenishment-routine__title::after {
        display: none
    }

    .auto-replenishment-routine__title span {
        padding: 0
    }

    .auto-replenishment-routine__title strong {
        display: block
    }

    .auto-replenishment-routine__quickshop-link {
        padding-bottom: 20px
    }
}

/**************************************************************/
.auto-replenishment-faq {
    text-align: center;
    max-width: 1048px;
    margin: 0 auto;
    font-size: 0;
    padding-top: 50px;
    padding-bottom: 40px;
    font-family: gotham ssm book a, gotham ssm book b, gotham book, Helvetica, Arial, sans-serif;
    line-height: 1.4em;
    width: 100%;
    border-top: 1px solid #8b8b8b;
    margin-top: 50px
}

.auto-replenishment-faq * {
    box-sizing: border-box
}

.auto-replenishment-faq__title {
    font-family: clarinsregular, clarins;
    font-size: 40px;
    line-height: 1em;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 50px
}

.auto-replenishment-faq__text {
    margin: 0 auto;
    font-size: 16px;
    font-family: gotham ssm medium a, gotham ssm medium b, gotham medium, Helvetica, Arial, sans-serif;
    line-height: 1.4em;
    padding-bottom: 20px
}

.auto-replenishment-faq__questions-list {
    width: calc(100% - 40px);
    height: auto;
    margin: auto 20px;
    display: inline-block;
    vertical-align: top
}

.auto-replenishment-faq__question {
    height: 40px;
    display: block;
    transition: height ease-in-out .5s;
    overflow: hidden
}

.auto-replenishment-faq__question-title::after {
    content: "+";
    color: #8b8b8b;
    font-size: 22px;
    width: 20px;
    height: 40px;
    display: flex;
    position: absolute;
    right: 0;
    top: 10px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: gotham ssm medium a, gotham ssm medium b, gotham medium, Helvetica, Arial, sans-serif
}

.auto-replenishment-faq__question-title[data-open="1"]::after {
    content: "-"
}

.auto-replenishment-faq__question-title {
    margin: 0;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    font-family: gotham ssm medium a, gotham ssm medium b, gotham medium, Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #cbcbcb;
    padding: 20px 0;
    padding-right: 45px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.4em
}

.auto-replenishment-faq__question-title span {
    display: inline-block;
    color: #b70a1f;
    padding-right: 5px
}

.auto-replenishment-faq__answer {
    margin: 0;
    font-size: 14px;
    line-height: 1.4em;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cbcbcb;
    box-sizing: border-box;
    text-align: left
}

.auto-replenishment-faq__answer p {
    margin: 0
}

@media(max-width:768px) {
    .auto-replenishment-faq__question-title {
        font-size: 14px
    }
}

@media(max-width:761px) {
    .auto-replenishment-faq__questions-list {
        width: calc(100% - 40px)
    }

    .auto-replenishment-faq__title {
        font-size: 35px;
        padding-bottom: 20px
    }

    .auto-replenishment-faq {
        padding-top: 30px;
        margin-top: 20px
    }
}