/***********************************
SUMMARY :
    1- Utilities class and states
    2- Layouts
    3- Header
    4- Footer
    5- Titles and texts
    6- Buttons
    7- Links
        padding: 0.7rem 1rem;
        background-color: rgba(255, 255, 255, 0.9);
    10- Cart
    11- Tooltip
        box-shadow: 0 8px 20px rgba(21, 30, 44, 0.08);
    12- Spinner
    13- Dropdown / collapse
    14- Tables
            padding: 0.95rem 2rem;

***********************************/

    @supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
        .header {
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
        }
    }

/* 1- Utilities class and states */

/* Focus management */
:focus:not(:focus-visible) {
    outline: 0 !important;
}
:-moz-focusring,
:focus-visible{
    outline: 2px solid var(--outline-dark-color) !important;
    outline-offset: -2px !important;
}

/* Hiding element still accessible to screen readers */
.is-srOnly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
@media (max-width: 768px) {
    .is-srOnly-Mob  {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    } 
}

/* Hiding element according to device */
@media (min-width: 769px) {
    .is-noDesk{
        display: none !important;
    } 
}
@media (max-width: 768px) {
    .is-noMob{
        display: none !important;
    } 
}


/* Visibility according to JS */
.js-hidden {
	display: none !important;
	visibility: hidden;
}
.js-visible {
	display: inline-block;
	visibility: visible;
}

/* Text utilities */
.is-bold{
    font-weight: 700;
}
.is-regular{
    font-weight: 400;
}
.is-center{
    text-align: center;
}
.is-grey{
    color: var(--grey-4-color);
}

/* Position utilities */
.is-relative{
    position: relative;
}

/* margin utilities */
.is-margTop4{
    margin-top: var(--spacer-sxs);
}
.is-margTop8{
    margin-top: var(--spacer-xs);
}
.is-margTop16{
    margin-top: var(--spacer-md);
}
.is-margTop24{
    margin-top: var(--spacer-lg);
}
.is-margTop32{
    margin-top: var(--spacer-xl);
}

/**********************************/

/* 2- Layouts */

body {
    background-color: var(--grey-1-color);
    background-image: linear-gradient(180deg, #fff6ef 0%, #ffffff 55%, #f7fbff 100%);
    font-family: var(--font);
    font-size: var(--text-sm);
    color: var(--grey-5-color);
    font-weight: 400;
    line-height: var(--line-height);
}

.main {
    margin-top: 5rem; /* margin for fixed header*/
    min-height: calc(100dvh - 10.6rem - 4rem); /* device height - footer - header)*/
}

.main.main--recap {
    background-color: var(--grey-0-color);
}

@media (min-width: 769px) {
    .main {
        margin-top: 6.70rem;
        min-height: calc(100dvh - 4.2rem - 6.70rem);
    } 
}


.main__content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5rem 1rem 2.5rem;
}
@media (min-width: 769px) {
    .main__content {
        padding: var(--spacer-lg) 2rem;
    } 
}

.main__content.scanPage,
.main__content.deliveryPage,
.main__content.validatePage{
    display: flex;
    flex-direction: column;
    gap: var(--spacer-xxl);
}
@media (min-width: 769px) {
    .main__content.scanPage,
    .main__content.deliveryPage,
    .main__content.validatePage{
        flex-direction: row;
        flex-wrap: nowrap;
        gap: var(--spacer-xl);
    }
}



.main__content.recapPage{
    padding: 0 1rem 2.5rem;
}
@media (min-width: 769px) {
    .main__content.recapPage{
        padding: 1.25rem 2rem 2.5rem;
    }
}

.mainCol{
    flex: 1 1 auto;
}
@media (min-width: 769px) {
    .mainCol{
        flex: 0 1 auto;
        width: calc(100% - (var(--spacer-xl) + 320px));
    } 
}

.mainCol__wrapper{
    background-color: var(--grey-0-color);
    margin-top: var(--spacer-lg);
    padding: 1rem;
}
@media (min-width: 769px) {
    .mainCol__wrapper{
        padding: 2rem;
    }
}

.cartCol{
    flex: 1 0 auto;
    width: calc(100% + 2rem);
    margin-left: -1rem;
}
@media (max-width: 768px) {
    .cartCol{
        background-color: var(--grey-0-color);
        padding: 1rem;
    } 
}
@media (min-width: 769px) {
    .cartCol{
        padding-top: 0.25rem;
        width: 320px;
    } 
}

.cartCol__wrapper{
    background-color: var(--grey-0-color);
    margin-top: var(--spacer-lg);
}
@media (min-width: 769px) {
    .cartCol__wrapper{
        padding: 1rem;
    } 
}

.cartCol__mainBtn{
    width: 100%;
    margin-top: var(--spacer-lg);
}

.common__promo__cart_resume__text--price {
    align-self: flex-start;
    margin: 0;
    font-size: var(--text-xs);
    text-decoration: line-through;
    color: var(--grey-3-color);
    margin-left: auto;
}

.cartValue__prices {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cartValue__price {
    align-self: flex-end;
    margin: 0;
}

.wideCol{
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding: 1.5rem;
}
@media (min-width: 769px) {
    .wideCol{
        width: 100%;
        margin-left: 0;
    } 
}

.wideCol__wrapper{
    max-width: 465px;
    margin: 0 auto;
}
@media (min-width: 481px) { 
    .wideCol__wrapper{
        text-align: center;
    } 
}

.dbleColWrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--spacer-xs);
}
@media (min-width: 769px) {
    .dbleColWrap{
        flex-direction: row;
    } 
}

.halfCol{
    background-color: var(--grey-0-color);
    padding: 1rem;
    width: 100%;
}
@media (min-width: 769px) {
    .halfCol{
        width: 100%;
        width: calc((100% - 0.5rem) / 2);
    } 
}

/**********************************/

/* 3- Header */

.header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
    padding: var(--spacer-md) 0 var(--spacer-md) var(--spacer-md);
    background-color: transparent;
    box-shadow: none;
}
.header.header--landing{
    position: static;
    background-color: transparent;
    box-shadow: none;
}

.header.header--static{
    position: static;
    background-color: transparent;
    box-shadow: none;
}

.header.header--landing + .main {
    margin-top: 0;
}

.header.header--static + .main {
    margin-top: 0;
}
@media (min-width: 769px) {
    .header{
        padding: var(--spacer-md) 8.5rem var(--spacer-md) var(--spacer-lg);
    } 
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .header.header--static {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
}



.header__nav{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.45rem 1rem;
    align-items: center;
    justify-items: center;
    min-height:  2rem;
    max-width: 1280px;
    margin: 0 auto;
}

.header.header--withStepper .header__nav {
    grid-template-columns: auto 1fr;
    justify-items: stretch;
    align-items: center;
}
.header.header--landing .header__nav {
    grid-template-columns: auto 1fr;
    justify-items: stretch;
}
@media (min-width: 769px) {
    .header__nav{
        min-height:  3.125rem;
        gap: 0.6rem 1.5rem;
    } 
}

.header__logoLink{
    width: 84px;
    display: inline-block;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
}
.header.header--landing .header__logoLink {
    grid-column: 1;
    justify-self: start;
}

.header.header--withStepper .header__logoLink {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
}
@media (min-width: 769px) {
    .header__logoLink{
        width: 130px;
    } 
}

@media (max-width: 768px) {
    .header.header--landing {
        padding-left: 0;
        padding-right: 0;
    }

    .header.header--landing .header__nav {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .header.header--landing .header__logoLink {
        grid-column: 1;
        justify-self: center;
        width: 112px;
    }
}

.header__logoLink img{
    vertical-align: top;
    filter: drop-shadow(0 2px 5px rgba(21, 30, 44, 0.08));
}

.stepper{
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-content: center;
    margin: 0;
}

.header.header--withStepper .stepper {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    justify-content: flex-end;
}
@media (min-width: 769px) {
    .stepper{
        width: 100%;
        justify-content: center;
    } 
}

.header:not(.header--withStepper) .stepper {
    display: none;
}

.header.header--withStepper + .main {
    margin-top: 7.5rem;
}

@media (min-width: 769px) {
    .header.header--withStepper + .main {
        margin-top: 8.3rem;
    }
}

@media (max-width: 768px) {
    .header.header--withStepper .header__nav {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .header.header--withStepper .header__logoLink {
        grid-column: 1;
        grid-row: 1;
        justify-self: center;
        width: 112px;
    }

    .header.header--withStepper .stepper {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        justify-content: center;
        margin-top: 0.35rem;
    }
}

.stepper__item{
    flex-shrink: 1;
}
.stepper__content{
    display: flex;
    flex-direction: column;
    gap: var(--spacer-xxs);
    justify-content: center;
    text-decoration: none;
    text-align: center;
}

.stepper__content--current .stepper__disc,
.stepper__content--link .stepper__disc,
.stepper__content--current .stepper__lineWrap:before,
.stepper__content--link .stepper__lineWrap:before,
.stepper__content--current .stepper__lineWrap:after,
.stepper__content--link .stepper__lineWrap:after{
    background-color: var(--grey-5-color);
}
.stepper__content--current .stepper__text,
.stepper__content--link .stepper__text{
    color: var(--grey-5-color);
}
.stepper__content--link:hover .stepper__disc{
    background-color: var(--grey-4-color);
}

/* invisibles lines in first and last position */
.stepper__content--first .stepper__lineWrap:before,
.stepper__content--last .stepper__lineWrap:after{
    background-color: transparent; 
}

.stepper__lineWrap{
    position: relative;
    padding: 0 20px;
}
@media (min-width: 769px) {
    .stepper__lineWrap{
        padding: 0 40px;
    } 
}

.stepper__lineWrap:before,
.stepper__lineWrap:after{
    position: absolute;
    content:"";
    width: 20px;
    height: 1px;
    background-color: var(--grey-2-color);
    top: 50%;
}
.stepper__lineWrap:before{
    left: 0;
}
.stepper__lineWrap:after{
    right: 0;
}
@media (min-width: 769px) {
    .stepper__lineWrap:before,
    .stepper__lineWrap:after{
        width: 40px;
    } 
}

.stepper__disc{
    background-color: var(--grey-2-color);
    border-radius: 50%;
    padding: var(--spacer-xs);
    margin: 0 0.5rem;
    font-size: var(--text-xs);
    font-weight: 700;
    color: var(--grey-0-color);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    aspect-ratio: 1 / 1;
}
@media (min-width: 769px) {
    .stepper__disc{
        margin: 0 1rem;
    } 
}

.stepper__text{
    font-size: var(--text-xxs);
    color: var(--grey-3-color);
}

.banner{
    display: block;
    max-width: 1280px;
    margin: 0.55rem auto 0;
    padding: 0;
    text-align: center;
    border-radius: 1.2rem;
    overflow: hidden;
    background: linear-gradient(135deg, #f7d5c5 0%, #ffd7c2 45%, #f8e6dd 100%);
    box-shadow: 0 14px 32px rgba(188, 130, 99, 0.2);
}
.banner img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 148px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .banner {
        margin: 0.5rem 0.75rem 0;
        border-radius: 0.9rem;
    }

    .banner img {
        max-height: none;
        height: auto;
        object-fit: contain;
    }
}

/**********************************/

/* 4- Footer */

.footer{
    display: flex;
    justify-content: center;
    background-color: var(--grey-0-color);
    padding: 1rem;
}
@media (max-width: 768px) {
    .footer{
        padding: 1.25rem 1rem;
    } 
}

.footer__list{
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    .footer__list{
        flex-direction: column;
        align-items: center;
        text-align: center;
    } 
}

.footer__item{
    flex-shrink: 1;
    padding: 0.5rem 1rem;
    position: relative;
}
@media (min-width: 769px) {
    .footer__item:not(:first-child):before{
        content:"●";
        font-size: 8px;
        line-height: 6px;
        color: var(--grey-3-color);
        position: absolute;
        top: calc(50% - 3px);
        left: -3px;
        width: auto;
        height: auto
    }
}
@media (max-width: 768px) {
    .footer__item{
        padding: 0.75rem 1rem;
    } 
}

.footer__link{
    padding: 0.5rem;
}

/**********************************/

/* 5- Titles and texts */

.title--type1{
    font-weight: bold;
    font-size: var(--text-xl); /*32px*/
}
@media (max-width: 768px) {
    .title--type1{ 
        font-size: var(--text-lg); /*21px*/
    }
}

.title--type2{
    font-weight: bold;
    font-size: var(--text-lg); /*21px*/
}
.title--type2--color{
    font-weight: bold;
    font-size: var(--text-lg); /*21px*/
    color: var(--price-color);
}
.title--type3{
    font-weight: bold;
    font-size: var(--text-md); /*18px*/
}

.titleWrapper{
    display: flex;
    gap: var(--spacer-md);
    align-items: center;
    margin-bottom:1rem;
}
.titleWrapper .link--previous{
    flex: 0 0 auto;
}
a.titleWrapper{
    flex: 0 0 auto;
}

.text--sm{
    font-size: var(--text-sm); /*15px*/
}
.text--xs{
    font-size: var(--text-xs); /*13px*/
}
.text--xxs{
    font-size: var(--text-xxs); /*11px*/
}

.text--price{
    font-weight: bold;
    font-size: var(--text-lg);
    color: var(--price-color);
}

/**********************************/

/* 6- Buttons */

[class*="buttonSolid"]{
    border-radius: var(--border-radius);
    font-size: var(--text-xs);
    padding: 0.75rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
    cursor: pointer;
}

.buttonSolid--type1{
    background-color: var(--primary-3-color);
    color: var(--grey-5-color);
}
.buttonSolid--type1 svg path {
    fill: var(--grey-5-color);
}
.buttonSolid--type1:hover,
.buttonSolid--type1:focus,
.buttonSolid--type1:focus-visible{
    background-color: var(--primary-2-color);
}

.buttonSolid--type2{
    background-color: var(--grey-5-color);
    color: var(--grey-0-color);
}
.buttonSolid--type2 svg path {
    fill: var(--grey-0-color);
}

.buttonSolid--type2:hover,
.buttonSolid--type2:focus,
.buttonSolid--type2:focus-visible{
    background-color: var(--grey-4-color);
}

.buttonSolid--type3{
    background-color: var(--grey-0-color);
    color: var(--grey-5-color);
		border: 1px solid var(--grey-5-color);
}
.buttonSolid--type3 svg path {
    fill: var(--grey-5-color);
}

.buttonSolid--type3:hover,
.buttonSolid--type3:focus,
.buttonSolid--type3:focus-visible{
    background-color: var(--grey-1-color);
}


.buttonSolid--type1:disabled,
.buttonSolid--type2:disabled{
    background-color: var(--grey-2-color);
    color: var(--grey-4-color);
    cursor: default;
    opacity: .85;
    pointer-events: none;
}

.buttonSolid--iconOnly{
    font-size: 0;
    line-height: 100%;
    padding: 0.625rem;
}


.buttonGhost{
    color: var(--grey-5-color); /* overwrite safari color*/
    background-color: var(--grey-0-color);
    border: 1px solid var(--grey-5-color);
    border-radius: var(--border-radius);
    font-size: var(--text-xs);
    padding: 0.75rem 1.25rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
}
.buttonGhost:hover,
.buttonGhost:focus,
.buttonGhost:focus-visible{
    border-color: var(--grey-4-color);
    background-color: var(--grey-4-color);
    color: var(--grey-0-color);
}

.buttonGhost:disabled{
    border-color: var(--grey-4-color);
    color: var(--grey-4-color);
    cursor: default;
    opacity: .85;
    pointer-events: none;
}

a[class*="buttonSolid"],
a[class*="buttonGhost"]{
    text-decoration: none;
}
a[class*="buttonSolid"]:-webkit-any-link:focus-visible,
a[class*="buttonGhost"]:-webkit-any-link:focus-visible{
    outline-offset: -2px;
}

[class*="buttonFakeLink"]{
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
    padding: 0;
    cursor: pointer;
}
[class*="buttonFakeLink"]:disabled{
    color: var(--grey-3-color);
    text-decoration: none;
    cursor: default;
    opacity: .85;
    pointer-events: none;
}

[class*="buttonFakeLink"]:focus-visible{
    outline-offset: 2px !important;
}

.buttonFakeLink--xs{
    font-size: var(--text-xs);
}
.buttonFakeLink--xxs-soft{
    font-size: var(--text-xxs);
    color: var(--grey-4-color);
}

/**********************************/

/* 7- Links */

[class*="link--"]{
    cursor: pointer;
}
[class*="link--"]:focus-visible{
    outline-offset: 2px !important;
}

.link--type1{ /* ex: footer */
    color: var(--grey-3-color);
    font-size: var(--text-xs);
}
.link--type2{
    color: var(--grey-5-color);
    font-size: var(--text-xs);
}
.link--type3{
    color: inherit;
    font-size: inherit;
}
.link--previous{
    background-image: url("/imgs/v2/icons/back.svg");
    width: 32px;
    aspect-ratio: 1;
    color: var(--grey-3-color);
}

/**********************************/

/* 8- Form elements */

.search{
    position: relative;
}

.search__input{
    background: var(--grey-1-color);
    border: 0;
    border-radius: var(--border-radius);
    color: var(--grey-5-color);
    font-size: var(--text-sm);
    font-style: normal;
    width: 100%;
    height: 2.5rem;
    line-height: 100%;
    padding: 0.625rem 5rem 0.625rem 1.25rem;
}
.search__input:placeholder-shown {
    color: var(--grey-3-color);
    font-style: italic;
}
.search__input:hover{
    box-shadow: 0px 0px 0px 2px var(--grey-2-color);
}
.search__input:focus-visible{
    outline: none !important;
    box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #f6a180, 0px 0px 0px 8px #c37f654D;
}

.search__btn{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40px;
}

/**********************************/

/* 9- ShopInfos */

.shopInfos__name{
    font-weight: bold;
    margin-bottom: var(--spacer-xs);
}
.shopInfos__adress{
    color: var(--grey-4-color);
}
.shopInfos__btnHours{
    display: inline-block;
    margin-top: var(--spacer-xs);
}
.shopInfos__openingHours{
    padding-top: 0.25rem;
    font-size: var(--text-xs);
    line-height: 1.4;
    max-width: 140px;
    text-transform: capitalize;
}
.shopInfos__openingHours:has(> table) {
    width: 100%;
    max-width: 100%;
}

/**********************************/

/* 10- Cart */

.cartHeader{
    display: flex;
    gap: var(--spacer-xxs);
    font-size: var(--text-sm);
    padding-bottom: 1rem;
}

.cartHeader__info{
    width: 1rem;
}

.cartHeader__info img{
    vertical-align: bottom;
}

.cartList{
    max-height: 490px;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox - masque la scrollbar */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.cartList::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera - masque la scrollbar */
}

.cartList__item{
    padding: 1rem 0.5rem;
    border-top: var(--border-default);
}
.cartList:first-child > .cartList__item:first-child{ /* when list is first element */
    padding-top: 0;
    border-top: none;
}

.cartList__bookDetails{
    display: flex;
    align-items: flex-start;
    gap: var(--spacer-sm);
}

.cartBookContent{
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.cartBookContent--scan{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto 1fr;
    align-items: start;
    align-self: stretch;
    min-height: 100%;
    column-gap: var(--spacer-xs);
    row-gap: 0.2rem;
}

.cartBookContent--scan .cartBookTitle{
    grid-column: 1;
    grid-row: 1;
}

.cartBookContent--scan .common__promo__cart__prices{
    grid-column: 2;
    grid-row: 1;
    align-items: flex-end;
}

.cartBookContent--scan .cartList__bookAction{
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
    align-self: end;
    justify-self: end;
}

.cartBookContent--inline{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: var(--spacer-xs);
    row-gap: 0;
}

.cartBookContent--inline .cartBookTitle{
    line-clamp: 1;
    -webkit-line-clamp: 1;
    max-height: calc(1 * var(--line-height) * var(--text-xs));
}

.cartBookContent--inline .common__promo__cart__prices{
    flex-direction: row;
    align-items: center;
    gap: 0.35rem;
}

.cartBookContent--inline .cartBookPrice{
    min-width: auto;
    white-space: nowrap;
}

.cartBookCover{
    flex: 0 0 auto;
    width: 3rem;
    height: 3.9rem;
    text-align: center;
}
.cartBookCover img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0.2rem;
}

@media (min-width: 769px) {
    .cartBookCover{
        width: 3.3rem;
        height: 4.25rem;
    }
}

@media (min-width: 1200px) {
    .cartBookCover{
        width: 3.55rem;
        height: 4.55rem;
    }
}

.cartBookTitle{
    flex: 1 1 auto;
    font-size: var(--text-xs);
    display: block;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: calc(2 * var(--line-height) * var(--text-xs));
    text-overflow: ellipsis;
    overflow: hidden;
}

.cartBookPrice{
    flex: 0 0 auto;
    font-weight: bold;
    text-align: right;
    min-width: 60px;
}

.cartList__bookAction{
    margin-top: var(--spacer-xxs);
    display: flex;
    justify-content: flex-end;
}

.cartList__deleteBtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--grey-3-color);
}

.cartList__deleteBtn:hover{
    color: var(--grey-5-color);
}

.cartMap .shopInfos__name{
    font-size: var(--text-xs);
    margin: var(--spacer-sm) 0 var(--spacer-xxs);
}

.cartMap .shopInfos__adress{
    font-size: var(--text-xs);
}

.cartMap > :last-child{
    margin-bottom: var(--spacer-md);
}

.cartMap__title{
    border-top: var(--border-default);
    font-weight: 700;
    font-size: var(--text-sm);
    position: relative;
    padding: 1rem 0 0 1.5rem;
    line-height: 1;
}
.cartMap__title:before{
    content:"";
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 1;
    width: 1rem;
    aspect-ratio: 1;
    background: transparent var(--bg-img) center / 1rem auto no-repeat;
}
.cartMap__title.cartMap__title--mag{
    --bg-img: url("/imgs/v2/icons/store-sm-dark.svg");
}
.cartMap__title.cartMap__title--relay{
    --bg-img: url("/imgs/v2/icons/pickup-delivery-sm-dark.svg");
}
.cartMap__title.cartMap__title--relay:before{
    width: 1.2rem;
    background-size: 1.2rem;
}

.cartMap__sectionLabel{
    font-size: var(--text-xs);
    font-weight: 700;
    margin-top: var(--spacer-xs);
}

.cartMap__sectionName{
    font-size: var(--text-xs);
}

.cartValue{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: var(--spacer-md);
    border-top: var(--border-default);
    padding-top: 1rem;
}

::-moz-progress-bar {
    background-color: yellow;
}

progress,
progress[value]::-webkit-progress-bar {
    width: 100%;
    height: 4px;
    border-radius: var(--border-radius);
    background-color: var(--grey-1-color);
    transition: width 300ms ease;
}
::-webkit-progress-value { /* old safari fix */
    width: 0;
    border-radius: var(--border-radius);
    background-color: var(--primary-3-color);
    transition: width 400ms ease;
}
progress[value]::-webkit-progress-value {
    width: 0;
    border-radius: var(--border-radius);
    background-color: var(--primary-3-color);
    transition: width 400ms ease;
}
progress[value]::-moz-progress-bar {
    background-color: var(--primary-3-color);
}


.cartFillRate{
    margin-top: var(--spacer-md);
}

.cartNumberBooks{
    background:var(--grey-0-color);
    border-top: var(--border-default);
    padding-top: 1rem;
    color: var(--warning-color);
    font-size: var(--text-xs);
    font-weight: bold;
    text-align: center;
}

/**********************************/

/* 11- Tooltip */

.tooltip{
    position: relative;
}
.tooltip:hover .tooltip__content{
    display: block;
}

.tooltip__content{
    display: none;
    background: var(--grey-5-color);
    border-radius: var(--border-radius);
    color: var(--grey-0-color);
    min-height: 100px;
    position: absolute;
    top: 40px;
    left: -30px;
    white-space: normal;
    width: 250px;
    z-index: 100;
    padding: 1rem;
}
.tooltip__content::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -8px;
    height: 16px;
    width: 16px;
    line-height: 0;
    transform: rotate(135deg);
    background-color: var(--grey-5-color);
}

/**********************************/

/* 12- Spinner */

.loader{
    width: 100%;
    text-align: center;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

/**********************************/

/* 13- Dropdown / collapse */

.collapseTriggerArrow{
    --bg-img: url("/imgs/v2/icons/arrow.svg");

    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.collapseTriggerArrow:after{
    content:"";
    width: 16px;
    aspect-ratio: 1;
    background: transparent var(--bg-img) center / 1.5rem auto no-repeat;
    transition: transform 100ms linear;
}

/* Select .collapseTriggerArrow who is before .collapse.show (next sibbling) */
.collapseTriggerArrow:has(+ .show ):after{
    transform: rotate(-180deg);
}

.collapse{
    transition: var(--transition-all);
}
.collapse:not(.show) {
    display: none;
}

.collapsing{
    height: 0;
    overflow: hidden;
    transition: var(--transition-all);
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
}

/**********************************/

/* 14- Tables */

table.PR-Hours{
    table-layout: auto;
    width: 100%;
}
table.PR-Hours th{
    padding-right: 0.5rem;
    text-align: left;
    font-weight: 400;
    vertical-align: baseline;
}
table.PR-Hours td{
    text-align: center;
    padding-left: 0.5rem;
    width: 90px;
    font-weight: 700;
    vertical-align: baseline;
}

/**********************************/

/* 15- List */

[class*="listGeneric"]{
    margin-top: var(--spacer-sm);
    padding-left: 2rem;
    list-style-type: disc;
}
[class*="listGeneric"] > li:not(:first-child){
    padding-top: 2px;
}

.listGeneric--disc{
    list-style-type: disc;
}
.listGeneric--cross{
    list-style-type: "𐄂";
}

/**********************************/

/* 16- Promo */
.common__section__promo{
	margin-top:8px;
}
@media (min-width: 769px) {
	.common__section__promo__landing {
		padding: 0 2rem;
	}
}
.common__promo{
	display: flex;
	gap: 1rem;
	flex-wrap: nowrap;
	justify-content: left;
	background-color: var(--grey-0-color);
	padding:var(--spacer-md);
}
@media (max-width: 768px) {
	.common__promo{
		align-items: center;
	}
}
.common__promo__bloc{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.common__promo__flag__percent{
	background: var(--secondary-2-color);
	border-radius: 100px;
	padding: 5px 10px;
	text-align: center;
	color: var(--grey-0-color);
	font-weight: 700;
	font-size: var(--text-xs);
}
.common__promo__price {
	display: flex;
	gap: 8px;
	align-items: center;
}
.common__promo__text--price{
	font-weight: 700;
	font-size: var(--text-md);
	text-decoration: line-through;
	color: var(--grey-3-color);
}
.common__promo__cartList{
	padding-top:6px;
}
.common__promo__is__alive{
	margin-top: -14px;
}
.common__promo__cart__prices{
	display: flex;
	flex-direction: column;
	align-items: end;
}
.common__promo__cartBookPrice{
	margin-top:-3px;
}
.common__promo__cart__text--price{
	font-weight: 700;
	font-size: var(--text-xs);
	text-decoration: line-through;
	color: var(--grey-3-color);
}
.common__promo__total--bonus{
	display: flex;
	align-items: end;
	justify-content: space-between;
	font-weight: 700;
	border-top: var(--border-default);
	padding: 0.75rem 0.5rem;
	margin-top: 0.5rem;
}

/**********************************/

/* 17- FNAC Header pb-headerColor */

.pb-headerColor {
	background-color: var(--secondary-2-color);
	background-image: url('/imgs/bg-pattern-dark@2x.54d7750e.png');
	background-repeat: repeat;
	background-size: 982px 970px;
    padding:20px 0;
}

.pb-limits {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1rem;
}

.pb-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-repeat: no-repeat;
	background-position: bottom -2.1em right 5%;
	background-size: calc((254 / 1200) * 100%);
	color: white;
	padding:1em 0 1em calc((60 / 1200) * 100%);
	position: relative;
}

.pb-header-inner {
	width: 100%;
	margin: 0;
}

.pb-header-flexbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.pb-header-logo {
    width: 300px;
    height:auto;
}

.pb-header-logoTitle {
	font-size: 1em;
	display: block;
	overflow: hidden;
	width: 245px;
	height: 250px;
	position: relative;
	margin: 0 auto;
}

.pb-header-logoTitle .pb-header-title-label {
	display: block;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Banner redesign */
.pb-banner {
	display: flex;
	align-items: center;
	gap: var(--spacer-xxl);
	color: white;
	flex-wrap: wrap;
	width: 100%;
}

.pb-banner__left {
	flex: 1;
	min-width: 200px;
}

.pb-banner__eyebrow {
	font-size: var(--text-sm);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.85;
	margin: 0;
	font-weight: 500;

}

.pb-banner__title {
	font-size: clamp(1.4rem, 3.5vw, 2.8rem);
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 var(--spacer-sm) 0;
	color: white;
}

.pb-banner__title-main{
    font-weight: 800;
}

.pb-banner__sub {
	font-size: var(--text-sm);
	opacity: 0.9;
	margin: 0;
	line-height: 1.5;
	max-width: 32em;
}

.pb-banner__perks {
	list-style: none;
	padding: 0;
	margin: var(--spacer-md) 0 0 0;
	display: flex;
	flex-direction: column;
	gap: var(--spacer-xs);
}

.pb-banner__perk {
	display: flex;
	align-items: center;
	gap: var(--spacer-xs);
	font-size: var(--text-sm);
	font-weight: 600;
	opacity: 0.95;
}

.pb-banner__perk svg {
	flex-shrink: 0;
	stroke: rgba(255,255,255,0.7);
}

.pb-banner__br-lg { display: none; }

.pb-banner__steps {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	flex: 1;
	flex-shrink: 0;
}

.pb-banner__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: var(--spacer-xs);
	padding: 0 1.5rem;
	color: white;
	position: relative;
}

.pb-banner__step:not(:last-child)::after {
	content: "›";
	position: absolute;
	right: -0.55rem;
	top: 1.1rem;
	font-size: 2rem;
	opacity: 0.8;
	line-height: 1;
}

.pb-banner__step-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	flex-shrink: 0;
}

.pb-banner__step-label {
	font-size: var(--text-sm);
	line-height: 1.3;
	font-weight: 400;
}

.pb-banner__step-label-main{
    font-weight:700;
    font-size:var(--text-lg);
}

.ff-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	font-size: var(--text-sm);
	text-decoration: none;
	border-radius: var(--border-radius);
	cursor: pointer;
	transition: var(--transition-all);
}

.ff-button--orange {
	background-color: var(--secondary-2-color, #F5B027);
	color: white;
	border: none;
}

.ff-button--orange:hover,
.ff-button--orange:focus {
	background-color: #E09F1F;
	text-decoration: none;
}

/* Responsive styles */
@media (max-width: 900px) {
	.pb-banner {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--spacer-lg);
	}
	.pb-banner__left {
		width: 100%;
		flex: none;
	}
	.pb-banner__eyebrow {
		font-size: var(--text-sm);
	}
	.pb-banner__title {
		font-size: clamp(1.7rem, 5vw, 2.6rem);
	}
	.pb-banner__perk {
		font-size: var(--text-base);
	}
	.pb-banner__right {
		width: 100%;
	}
	.pb-banner__steps {
		width: 100%;
		justify-content: center;
		gap: 0;
	}
	.pb-banner__br-lg {
		display: inline;
	}
}

@media (max-width: 768px) {
	.pb-header {
		background-image: none;
		padding-right: 0;
	}
	.pb-header-inner {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.pb-header {
		background-image: none;
		padding-bottom: var(--spacer-md);
	}
	.pb-header-flexbox {
		display: block;
	}
	.pb-header-logoTitle {
		width: 80px;
		height: auto;
	}
	.pb-banner__step {
		padding: 0 0.75rem;
	}
	.pb-banner__step-icon {
		width: 2.5rem;
		height: 2.5rem;
	}
	.pb-banner__step-icon svg {
		width: 1.25rem;
		height: 1.25rem;
	}
	.pb-banner__step:not(:last-child)::after {
		right: -0.35rem;
		font-size: 1.2rem;
	}
}

