:root {
    --HEADER-HEIGHT: 145px;
}

@media(max-width:761px) {
    :root {
        --HEADER-HEIGHT: 48px;
    }
}

/*
.breadcrumb {
    display: none;
}

i-footer {
    z-index: 3;
    position: relative;
}*/

.hydra-collection {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10000;
    --FONT-SIZE: 14px;
    --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;
    --COLOR-DARK-BLUE: #004F6A;
    overflow: hidden;
}

.hydra-collection * {
    box-sizing: border-box;
}

.hydra-collection sup {
    font-size: 0.5em;
    top: auto;
    position: unset;
    vertical-align: super;
}

.hydra-collection-anchor {
    margin-top: calc(-1 * var(--HEADER-HEIGHT) - 46px);
    height: calc(var(--HEADER-HEIGHT) + 46px);
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
.hydra-collection-product-tile {
    display: none;
}

.hydra-collection-cta {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #fff !important;
    color: #333 !important;
    padding: 14px 16px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    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 #B0A9A5 !important;
    cursor: pointer;
}

.hydra-collection-cta:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

.hydra-collection-cta:active {}

.hydra-collection-cta:focus-visible {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
.hydra-collection-header {
    width: 100%;
    overflow: hidden;
    height: 460px;
    position: relative;
    display: flex;
    padding-left: 50%;
}

.hydra-collection-header__background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.hydra-collection-header__background>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.hydra-collection-header__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 124px;
    position: relative;
    z-index: 2;
    gap: 24px;

}

.hydra-collection-header__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 48px;
    font-weight: normal;
    line-height: 48px;
    text-align: left;
    color: #004F6A;
    max-width: 456px;
}

.hydra-collection-header__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #333333;
    max-width: 440px;
}

.hydra-collection-header .hydra-collection-link {
    color: #333333;
}


@media(max-width:761px) {
    .hydra-collection-header {
        padding: 0;
        padding-top: 100vw;
        height: auto;
    }

    .hydra-collection-header__content {
        align-items: center;
        justify-content: center;
        padding: 32px;
        gap: 24px;
    }

    .hydra-collection-header__title {
        font-size: 36px;
        line-height: 36px;
        text-align: center;
        max-width: unset;
    }

    .hydra-collection-header__text {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        max-width: unset;
    }
}

/**************************************************************/
/**************************************************************/
/**************************************************************/

.hydra-collection-gamme {
    width: 100%;
    background-color: #fff;
    height: 173px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 22px;
}

.hydra-collection-gamme__wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.hydra-collection-gamme__item {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    width: 124px;
    text-decoration: none;
    background-color: transparent;
    color: #333333 !important;
    position: relative;
    transition: opacity ease-in-out 0.5s;
}

.hydra-collection-gamme__wrapper:hover .hydra-collection-gamme__item {
    opacity: 0.5;
}

.hydra-collection-gamme__wrapper:hover .hydra-collection-gamme__item:hover,
.hydra-collection-gamme__item:hover {
    opacity: 1;
}

.hydra-collection-gamme__item::before {
    content: "";
    background-color: #F5EFEB;
    display: block;
    position: absolute;
    width: calc(100% + 16px);
    height: 149px;
    left: -8px;
    opacity: 0;
    z-index: -1;
    top: -10px;
    transition: opacity ease-in-out 0.5s;
    border-radius: 8px;
}

.hydra-collection-gamme__item:hover::before {
    opacity: 0.5;
}

.hydra-collection-gamme__thumb {}

.hydra-collection-gamme__name {
    margin: 0;
    color: #333333;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
}

@media(max-width:761px) {

    .hydra-collection-gamme {
        overflow-x: scroll;
    }

    .hydra-collection-gamme__wrapper {
        width: calc(140px* 6);
    }

    .hydra-collection-gamme {
        overflow-x: scroll;
        display: block;
    }
}


/**************************************************************/
/**************************************************************/
/**************************************************************/
.hydra-collection-ingredients {
    padding: 0px 40px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 24px 30px -20px #0000000D inset;
}

.hydra-collection-ingredients__wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 274px;
    position: relative;
    gap: 32px;
    width: 100%;
    max-width: 1264px;
}

.hydra-collection-ingredients__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    text-align: left;
    color: var(--COLOR-DARK-BLUE);
}

.hydra-collection-ingredients__content {
    width: calc(50% - 16px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 64px 0;
    gap: 16px;
}

.hydra-collection-ingredients__visual {
    width: calc(50% - 16px);
}

.hydra-collection-ingredients__visual>img {
    width: 100%;
    height: hauto;
    display: block;
}

@media(max-width:761px) {

    .hydra-collection-ingredients {
        padding: 40px 0px;
        padding-bottom: 0;
        flex-direction: column;
    }

    .hydra-collection-ingredients__wrapper {
        flex-direction: column;
    }

    .hydra-collection-ingredients__visual {
        position: relative;
        left: auto;
        width: 100%;
        height: auto;
        display: block;
    }

    .hydra-collection-ingredients__content {
        align-items: center;
        padding: 0px 24px;
        width: 100%;
    }


    .hydra-collection-ingredients__title {
        text-align: center;
    }

    .hydra-collection-ingredients .hydra-collection-text {
        text-align: center;
    }

    .hydra-collection-ingredients__visual>img {
        width: 100%;
        height: auto;
    }
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
.hydra-collection-clients {
    width: 100%;
    background-color: #FBF6F3;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    justify-content: flex-end;
}

.hydra-collection-clients__slider {
    max-width: 928px;
    overflow: hidden;
    position: relative;
    --swiper-pagination-color: var(--COLOR-DARK-BLUE);
    --swiper-pagination-bottom: 24px;
    --swiper-navigation-sides-offset: 0px;
}

.hydra-collection-clients__slider .swiper-button-next,
.hydra-collection-clients__slider .swiper-button-prev {
    width: 24px;
    height: 24px;
    margin: 0;
}

.hydra-collection-clients__slider .swiper-button-next:after,
.hydra-collection-clients__slider .swiper-button-prev:after {
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow.svg);
    content: "";
}

.hydra-collection-clients__slider .swiper-button-prev:after {
    transform: scaleX(-1);
}

.hydra-collection-clients__slider .swiper-pagination {
    display: none;
}

.hydra-collection-clients__advice {
    padding: 40px 48px;
    max-width: 896px;
    display: flex;
    align-items: center;
    gap: 36px;
}

.hydra-collection-clients__infos {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    position: relative;
    width: 248px;
}

.hydra-collection-clients__product {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 24px;
    text-align: right;
}

.hydra-collection-clients__product span {
    display: block;
}

.hydra-collection-clients__user {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    text-align: right;
}

.hydra-collection-clients__age {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
}

.hydra-collection-clients__stars {
    font-size: 0;
    position: absolute;
    width: 200px;
    left: calc(100% + 72px);
    bottom: 0;
    height: 28px;
}

.hydra-collection-clients__stars::after {
    font-size: 24px;
    color: #B40024;
}

.hydra-collection-clients__stars[data-rating="1"]::after {
    content: "★"
}

.hydra-collection-clients__stars[data-rating="2"]::after {
    content: "★ ★"
}

.hydra-collection-clients__stars[data-rating="3"]::after {
    content: "★ ★ ★"
}

.hydra-collection-clients__stars[data-rating="4"]::after {
    content: "★ ★ ★ ★"
}

.hydra-collection-clients__stars[data-rating="5"]::after {
    content: "★ ★ ★ ★ ★"
}

.hydra-collection-clients__testimony {
    display: block;
    margin-left: 36px;
    margin-bottom: 40px;
    max-width: 572px;
    position: relative;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.hydra-collection-clients__testimony strong {
    font-family: var(--FONT-CLARINS);
    font-weight: normal;
    color: #333;
    font-size: 35px;
    line-height: 1em;
    display: block;
    margin-bottom: 8px;
}



.hydra-collection-clients__testimony::before {
    content: "“";
    font-family: var(--FONT-CLARINS);
    color: #333;
    font-size: 100px;
    line-height: 100px;
    display: block;
    width: 38px;
    position: absolute;
    left: -38px;
    top: -20px;
}

.hydra-collection-clients__testimony::after {
    display: none;
}

@media(max-width:761px) {
    .hydra-collection-clients {
        overflow: hidden;
    }

    .hydra-collection-clients__slider {
        max-width: 100vw;

        --swiper-pagination-bottom: 40px;
    }

    .hydra-collection-clients__advice {
        padding: 40px;
        padding-bottom: 88px;
        max-width: 100vw;
        width: 100vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
        flex-direction: column-reverse;
    }

    .hydra-collection-clients__testimony {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0;
        padding-top: 64px;
    }

    .hydra-collection-clients__testimony::before {
        left: auto;
        top: -32px;
        font-size: 200px;
        width: auto;
        line-height: 1em;
        pointer-events: none;
    }

    .hydra-collection-clients__testimony strong {
        font-size: 30px;
    }

    .hydra-collection-clients__infos {
        justify-content: center;
        align-items: center;

    }

    .hydra-collection-clients__user {
        order: 2;
    }

    .hydra-collection-clients__age {
        order: 2;
    }

    .hydra-collection-clients__product {
        order: 2;
        text-align: center;
        margin-top: 8px;
    }

    .hydra-collection-clients__stars {
        order: 1;
        padding-bottom: 20px;
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        text-align: center;
    }

    .hydra-collection-clients__slider .swiper-pagination {
        display: block;
    }


}

/**************************************************************/
/**************************************************************/
/**************************************************************/
.hydra-collection-title {
    margin: 0;
    margin-bottom: 16px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 28px;
    font-weight: normal;
    line-height: 35px;
    text-align: left;
    color: var(--COLOR-DARK-BLUE);
}

.hydra-collection-text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    color: #333;
}

.hydra-collection-text a {
    text-decoration: underline;
}

.hydra-collection-link {
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    text-align: left;
    text-decoration: underline !important;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/

.hydra-collection-wrapper {
    width: 100%;
    padding: 24px 40px;
    box-shadow: 0px 24px 30px -20px #0000000A inset;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hydra-collection-range {
    padding: 40px 0;
    max-width: 1264px;
    width: 100%;
    text-align: center;
}

.hydra-collection-products {
    display: grid;
    padding: 52px 0;
    gap: 52px 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.hydra-collection-products__item {
    max-width: 292px;
}

.hydra-collection-specialoffer {}

.hydra-collection-specialoffer__title {
    margin: 64px 0;
    margin-bottom: 40px;
    color: #333;
    font-family: var(--FONT-CLARINS);
    font-size: 48px;
    font-weight: normal;
    line-height: 58px;
    text-align: center;
}

.hydra-collection-specialoffer__title+.hydra-collection-products {
    padding-bottom: 0;
    justify-content: center;
    display: flex;
}

@media(max-width:761px) {
    .hydra-collection-wrapper {
        padding: 0;
    }

    .hydra-collection-specialoffer__title {
        font-size: 40px;
        line-height: 40px;
        margin: 24px 16px;
        margin-bottom: 12px;
    }

    .hydra-collection-range .hydra-collection-title {
        margin-top: 64px;
        text-align: center;
        padding: 0 16px;
    }

    .hydra-collection-range .hydra-collection-text {
        text-align: center;
        margin-bottom: 24px;
        padding: 0 16px;
    }

    .hydra-collection-range {
        padding: 0px;
    }

    .hydra-collection-products {
        padding: 0px;
        gap: 0px;
        margin-bottom: 24px;
        display: flex;
        flex-wrap: wrap;
    }

    .hydra-collection-products__item {
        max-width: 50%;
    }

}

/**************************************************************/
/**************************************************************/
/**************************************************************/
.hydra-collection-popin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 10000;

}

.hydra-collection-popin__overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hydra-collection-popin__box {
    padding: 40px 0;
    padding-bottom: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FBF6F3;
    max-height: calc(100vh - 80px);
    max-width: 1024px;
    width: calc(100% - 80px);
    overflow: hidden;

}

.hydra-collection-popin__box::before {
    content: "";
    height: 40px;
    width: 100%;
    background-color: #fff;
    display: block;
    top: 0;
    position: absolute;
    border-bottom: #797674 1px solid;
}

.hydra-collection-popin__wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
}

.hydra-collection-popin__content {
    overflow-y: scroll;
    position: relative;
    --swiper-pagination-color: #333;
    margin: 0 8px;
}

@media(min-width:762px) {

    /* width */
    .hydra-collection-popin__content::-webkit-scrollbar {
        width: 4px;
        border-radius: 4px;
    }

    /* Track */
    .hydra-collection-popin__content::-webkit-scrollbar-track {
        background: #FBF6F3;
        margin: 0 32px;
    }

    /* Handle */
    .hydra-collection-popin__content::-webkit-scrollbar-thumb {
        background: #797674;
        border-radius: 2px;
    }

    /* Handle on hover */
    .hydra-collection-popin__content::-webkit-scrollbar-thumb:hover {
        background: #F5EFEB;
    }
}



.hydra-collection-popin__close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    background-image: url(../img/close.svg);
    background-size: cover;
    cursor: pointer;
    z-index: 2;
}

.hydra-collection-popin__title {
    margin: 0;
    padding: 24px;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333;
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
}

.hydra-collection-popin__text {
    margin: 0;
    padding: 24px 16px;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
}

.hydra-collection-popin__texture {
    display: block;
    margin-top: -24px;
    width: 100%;
}

.hydra-collection-popin__texture>img {
    display: block;
    width: 100%;
    height: auto;
}

.hydra-collection-popin__slider {
    position: relative;
    padding-bottom: 36px;
    margin: 0;
    padding-left: 60px;
    padding-right: 60px;
    --swiper-navigation-top-offset: 170px;
    mask-image: linear-gradient(to right, transparent 0px, black 60px, black calc(100% - 60px), transparent 100%);
}


.hydra-collection-popin__slider .swiper-wrapper {}

.hydra-collection-popin__slider .swiper-slide {
    margin: 0;
    padding: 0;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    min-width: 221px;
    width: 221px;

}

.hydra-collection-popin .swiper-button-next,
.hydra-collection-popin .swiper-button-prev {
    display: none !important;
}

.hydra-collection-popin__arrow {
    width: 24px;
    height: 24px;
    margin: 0;
    position: absolute;
    bottom: calc(50% - 12px);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hydra-collection-popin__expand {}

.hydra-collection-popin__arrows {
    height: 0;
    position: relative;
}

.hydra-collection-popin__arrows[data-open="0"] {
    height: 0;
    overflow: hidden;
}


.hydra-collection-popin__header .hydra-collection-popin__arrow {
    top: 160px;
}

.hydra-collection-popin__arrow:after,
.hydra-collection-popin__arrow:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow.svg);
}

.hydra-collection-popin__arrow--prev {
    left: 8px;
}

.hydra-collection-popin__arrow--next {
    right: 8px;
}

.hydra-collection-popin__arrow--prev:after {
    transform: scaleX(-1);
}

.hydra-collection-popin__product {
    padding: 16px;
    padding-bottom: 24px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hydra-collection-popin__header {
    overflow: hidden;
}

.hydra-collection-popin__packshot {
    /*  margin-top: 10px;*/
}

.hydra-collection-popin__expand,
.hydra-collection-popin__expand-slide {
    text-align: center;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    pointer-events: none;
    position: relative;
}



.hydra-collection-popin__expand-slide {
    background-color: #FBF6F3;
    width: 100%;
    margin-bottom: 36px;
    max-height: 36px;
}

.hydra-collection-popin__expand-slide:last-child {
    margin-bottom: 0px;
}

.hydra-collection-popin__pagination {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    gap: 8px;
    background-color: #FBF6F3;
    font-size: 0;
    z-index: 2;
}

.hydra-collection-popin__expand-header {
    padding-top: 10px;
    background-color: #fff;
    width: 100%;
    border-right: solid 1px #D3CCC8;
    margin-bottom: 36px;
}

.hydra-collection-popin__expand-content {
    background-color: #fff;
    width: 100%;
    margin-top: 36px;
    border-right: solid 1px #D3CCC8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-slide:last-child .hydra-collection-popin__expand-header,
.swiper-slide:last-child .hydra-collection-popin__expand-content {
    border-right: solid 1px #fff;
}

.hydra-collection-popin__sepa {
    width: calc(100% - 128px);
    margin: 0 auto;
    margin-top: -1px;
}

.hydra-collection-popin__spacer {
    pointer-events: none;
}

.hydra-collection-popin__expand[data-open="1"]+.hydra-collection-popin__sepa {
    display: none;
}

.hydra-collection-popin__collapsers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 0;
}

.hydra-collection-popin__pagination .swiper-pagination-bullet {
    cursor: pointer;
}

.hydra-collection-popin__concern {
    margin: 0 auto;
    padding: 8px 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 880px;
    justify-content: center;
    background-color: #F5EFEB;
}


.hydra-collection-popin__concern::after {
    content: " ";
    position: relative;
    width: 16px;
    height: 16px;
    background-image: url(../img/down.svg);
    background-size: cover;
    display: inline-block;
    cursor: pointer;
    transition: transform ease-in-out 0.5s;
}

.hydra-collection-popin__concern[data-open="1"]::after {
    transform: rotate(180deg);
}



@media(max-width:761px) {
    .hydra-collection-popin {
        align-items: flex-end;
    }

    .hydra-collection-popin__slider {
        margin: 0 32px;
        padding-left: 0px;
        padding-right: 0px;
        mask-image: unset;
    }

    .hydra-collection-popin__title {
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        padding: 32px 16px;
        padding-bottom: 24px;
        max-width: 338px;
        margin: 0 auto;
    }

    .hydra-collection-popin__box {
        padding-top: 40px;
        padding-bottom: 0;
        background-color: #fff;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        max-height: calc(100vh - 150px);
        width: 100%;
    }

    .hydra-collection-popin__sepa {
        width: calc(100% - 32px);
    }

    .hydra-collection-popin__concern {
        width: 100%;
        background-color: #FBF6F3;
        background-color: transparent;
    }

    .hydra-collection-popin__concern::before {
        content: " ";
        width: calc(100% - 72px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 36px;
        display: block;
        background-color: #F5EFEB;
        z-index: -1;
    }

    .hydra-collection-popin__expand-content {
        margin-top: 48px;
    }

    .hydra-collection-popin__wrapper {
        background-color: #FBF6F3;
        max-height: calc(100vh - 190px);

    }

    .hydra-collection-popin__pagination {
        padding-top: 16px;
        padding-bottom: 24px;
        height: 48px;
    }

    .hydra-collection-popin__header .swiper-pagination {
        display: none !important;
    }


    .hydra-collection-popin__content {
        margin: 0;
        border-radius: 0px;
        padding: 0;
        padding-bottom: 40px;
    }

    .hydra-collection-popin__packshot {
        max-width: 120px;
    }

    .hydra-collection-popin__packshot img {
        width: 100%;
    }

    .hydra-collection-popin__slider .swiper-slide {
        min-width: calc(50vw - 36px);
        width: calc(50vw - 36px);
        margin-bottom: 48px;
    }

    .hydra-collection-popin__expand-slide {
        max-height: 48px;
    }

    .hydra-collection-popin__arrow--prev {
        left: 4px;
    }

    .hydra-collection-popin__arrow--next {
        right: 4px;
    }

}