.detail-note{display:flex;flex-direction:column}.detail-note__note{display:flex;align-items:center;gap:.25rem}.detail-note__note>div{display:flex;align-items:center;gap:.25rem;color:var(--red-500);font-weight:600}.detail-note__note>span{color:var(--neutral-050);font-weight:700;font-size:1rem}.detail-note__location{color:var(--neutral-400)}.product-card-description h2{font-size:1.25rem;font-style:italic;line-height:1.5rem;font-weight:700;font-family:Merriweather,serif}.product-card-description p{color:var(--neutral-400);display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical;overflow:hidden}.product-card-description p.show{-webkit-line-clamp:unset}.whishlist-button.is-listed .icon-wrapper svg{fill:var(--green-200)}.product-card-featured .product-card-footer{grid-column:span 2/span 2}.product-card-footer{position:relative;width:100%;flex-shrink:0;display:flex;align-items:flex-end}.product-card-footer__out-of-stock{text-align:center;width:100%;font-size:var(--smallSize);color:var(--neutral-600);padding:.5rem 0;line-height:154%;font-family:inherit}@media screen and (max-width: 900px){.product-card-footer__out-of-stock{font-size:.9375rem}}.product-card-footer__wrapper{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%}.product-card-footer__wrapper__add-to-cart{flex-grow:1}@media screen and (min-width: 1120px) and (max-width: 1120px){.product-card-footer__wrapper .add-to-cart__button button{padding:.25rem;height:2.125rem}}@media screen and (min-width: 1120px) and (max-width: 1120px){.product-card-footer__wrapper .add-to-cart__button button{font-size:.75rem}}@media screen and (min-width: 1120px) and (max-width: 1120px){.product-card-footer__wrapper .add-to-cart__actions{margin-left:.625rem}}@media screen and (min-width: 1120px) and (max-width: 1120px){.product-card-footer__wrapper .add-to-cart__actions .button{width:2.125rem;height:2.125rem}.product-card-footer__wrapper .add-to-cart__actions .button svg{width:.625rem}}.product-card-footer__wrapper__ctas{display:flex;flex-direction:column;gap:.75rem;width:100%}.product-card:hover .product-card-footer{max-height:6.25rem}.product-card:hover .product-card-footer__wrapper{opacity:1;visibility:visible;transform:translateY(0)}.swiper-slide:not(.swiper-slide-visible) .product-card:hover:not(.product-card-small) .product-card-footer{pointer-events:none}.product-card-heading{margin-bottom:1rem;min-height:2rem;display:flex;align-items:center}@media screen and (max-width: 56.25em){.product-card-heading{min-height:1.375rem;margin-bottom:1rem}}.product-card-infos{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;border-top:.0625rem solid var(--red-900)}.product-card-infos__details__texts{margin-bottom:.75rem}@media screen and (max-width: 56.25em){.product-card-infos__details__texts{margin-bottom:1.5rem}}.product-card-infos__details__texts__link:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block}.product-card-infos__details__texts__link__title{font-weight:600;font-size:1rem;line-height:1.48;font-family:var(--fontFamily);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-infos__details__texts__authors,.product-card-infos__details__texts__format{text-overflow:ellipsis;text-wrap:nowrap;display:block;overflow:hidden}.product-card-infos__details__texts__format{min-height:25px}.product-card-infos .product-card-infos__details .product-card-infos__details__texts__link__title{padding:0}.product-card-notes{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.5rem;height:2rem}@media screen and (max-width: 899px){.desktop-only{display:none!important}}@media screen and (min-width: 900px){.mobile-only{display:none!important}}:root{--phoneBreakpoint: 425px;--tabletBreakpoint: 1024px;--tabletPortraitBreakpoint: 900px;--menuBreakpoint: 56.25em}.product-card{display:flex;flex-direction:column;gap:.875rem;background-color:#fff;border-radius:.5rem;padding:1rem;position:relative;width:calc(3 * (var(--containerWidth) - 264px) / 12 + 2 * 24px);height:100%;transition:all .5s}.product-card:hover{box-shadow:0 .625rem 1.875rem #0003;transition:all .5s}.product-card:hover .product-card__content__image:after{width:5rem;bottom:-.625rem;opacity:1;transition:all .4s}@media screen and (max-width: 900px){.product-card-row .product-card-heading.is-empty{min-height:0;margin:0}.product-card-row .product-card__content{display:flex;flex-direction:row;gap:1rem;align-items:center}.product-card-row .product-card__content__image{height:10rem;margin-bottom:0;width:30%}.product-card-row .product-card-infos{border-top:none;width:70%;z-index:1}.product-card-row .product-card-infos__details{display:flex;flex-direction:column}.product-card-row .product-card-infos__details .product-card-notes{order:1;border-top:.0125rem solid var(--red-900)}.product-card-row .product-card-infos__details__texts{margin-bottom:.5rem}.product-card-row .product-card-infos__details__texts__link span{-webkit-line-clamp:1}.product-card-row .product-card-infos .product-card-footer{margin-top:.5rem}}@media screen and (max-width: 1120px){.product-card{padding:1rem 1.25rem 1.25rem}}@media screen and (max-width: 56.25em){.product-card{min-width:13.75rem;width:calc(2 * (var(--smallContainerWidth) - 30px) / 4 + 1 * 12px);padding:.875rem}}.product-card__content{display:flex;flex-direction:column;height:100%;position:relative}.product-card__content__image{height:15rem;max-height:15rem;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:1.125rem}.product-card__content__image:after{content:"";width:5rem;height:.1875rem;background-color:#979dca;border-radius:.9375rem;position:absolute;bottom:0rem;left:50%;transform:translate(-50%);opacity:0;transition:all .4s}.product-card__content__image picture,.product-card__content__image img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.product-card .product-card-infos__details__link:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;display:block}.product-card.product-card-featured{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:39.75rem}.product-card.product-card-featured__content{padding-right:2.5rem;display:flex;justify-content:space-between;width:100%;z-index:1;flex-direction:column;gap:2rem}.product-card.product-card-review{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;height:100%}.product-card.product-card-review .product-card__favorite{color:var(--neutral-950);opacity:1;bottom:2.8125rem}@media screen and (max-width: 740px){.product-card.product-card-review{flex-direction:column}.product-card.product-card-review .product-card__favorite{color:var(--red-800);opacity:.5;bottom:0}}.product-card__favorite{position:absolute;z-index:0;right:0;bottom:0;opacity:.5;color:var(--red-800)}.product-card__favorite .icon-wrapper--default{width:auto}.product-card.product-card-shadow{box-shadow:0 .625rem 1.875rem #0003}.product-card.product-card-small{background-color:var(--pure-white);padding:.625rem;min-width:13.125rem;max-width:10rem;height:100%;gap:.625rem}.product-card .add-to-cart__main{flex-direction:row!important;gap:0}.product-card .add-to-cart__add{width:100%}@media screen and (max-width: 900px){.product-card .add-to-cart__add{width:100%}}.product-card .add-to-cart__save{width:auto}.product-card .add-to-cart__button-offer-ebook{display:none}.product-card .pre-order-infos{display:block}.product-card .pre-order-infos__title{font-size:var(--smallSize)}.product-card .pre-order-infos__title .icon-wrapper,.product-card .pre-order-infos p{display:none}.product-card-featured__content{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;z-index:1}@media screen and (max-width: 900px){.product-card-featured__content{z-index:1;width:100%}}.product-card-featured__content .detail-note__note{flex-wrap:wrap}.product-card-featured__content .product-card-description{display:flex;flex-direction:column;gap:1rem}.product-card-ekoo .product-card-heading.is-empty{min-height:0;margin:0}.product-card-ekoo .product-card__content{flex-direction:row;gap:1rem;align-items:center}.product-card-ekoo .product-card__content__image{height:10rem;margin-bottom:0;width:50%}.product-card-ekoo .product-card-infos{border-top:none;width:50%;z-index:1}.product-card-ekoo .product-card-infos__details{display:flex;flex-direction:column}.product-card-ekoo .product-card-infos__details .product-card-notes{order:1}.product-card-ekoo .product-card-infos__details__texts{margin-bottom:.5rem}.product-card-ekoo .product-card-infos__details__texts__link span{-webkit-line-clamp:1}.product-card-ekoo .product-card-infos .product-card-footer{margin-top:.5rem}
