.cart-drawer{--ab-d-blanc: var(--ab-blanc, #fafafa);--ab-d-bandeau: var(--ab-sand, #ede8df);--ab-d-or-pale: var(--ab-or-pale, #f5ead6);--ab-d-or: var(--ab-or, #b8924a);--ab-d-noir: var(--ab-noir, #1a1814);--ab-d-gris-cl: var(--ab-gris-cl, #e8e4dd);--ab-d-gris: var(--ab-gris, #9a9590);--ab-d-gris-f: var(--ab-gris-f, #6b6560)}.cart-drawer .cart-drawer__dialog,.cart-drawer .cart-drawer__inner,.cart-drawer .cart-drawer__header,.cart-drawer .cart-drawer__content{background-color:var(--ab-d-blanc)}.cart-drawer .cart-items-component{height:100%}.cart-drawer .cart-drawer__content{height:auto;flex:1 1 auto;min-height:0;overflow:visible;padding:0;gap:0}.cart-drawer .cart-drawer__items{flex:1 1 auto;min-height:0;overflow-y:auto;padding:6px 24px}.cart-drawer .ab-dh{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 18px;border-bottom:1px solid var(--ab-d-gris-cl);flex:0 0 auto}.cart-drawer .ab-dh__title{font-family:var(--ab-font-serif);font-size:22px;font-weight:400;letter-spacing:.02em;color:var(--ab-d-noir);line-height:1}.cart-drawer .ab-dh__count{color:var(--ab-d-gris-f);font-size:14px;font-weight:300;margin-left:4px}.cart-drawer .ab-dh__close{width:32px;height:32px;margin-right:-6px;color:var(--ab-d-gris-f)}.cart-drawer .ab-dh__close svg{width:18px;height:18px}.cart-drawer .ab-incentive{background:var(--ab-d-bandeau);padding:14px 24px;border-bottom:1px solid var(--ab-d-gris-cl);flex:0 0 auto}.cart-drawer .ab-incentive__row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.cart-drawer .ab-incentive__icon{width:24px;height:24px;background:var(--ab-d-noir);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0}.cart-drawer .ab-incentive__text{font-size:12.5px;line-height:1.4;color:var(--ab-d-noir)}.cart-drawer .ab-incentive__text strong{font-weight:600}.cart-drawer .ab-incentive__progress{height:3px;background:#00000014;margin-top:4px;overflow:hidden}.cart-drawer .ab-incentive__progress-fill{display:block;height:100%;background:var(--ab-d-noir);transition:width .3s ease}.cart-drawer .ab-applied{background:var(--ab-d-or-pale);padding:12px 24px;border-bottom:1px solid var(--ab-d-gris-cl);display:flex;align-items:center;gap:10px;flex:0 0 auto}.cart-drawer .ab-applied__icon{width:22px;height:22px;border-radius:50%;background:var(--ab-d-noir);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-drawer .ab-applied__icon svg{width:13px;height:13px}.cart-drawer .ab-applied__text{font-size:12.5px;color:var(--ab-d-or);line-height:1.3}.cart-drawer .ab-applied__text strong{font-weight:600;display:block;font-size:13px;margin-bottom:2px}.cart-drawer .cart-drawer__items .cart-items{--cart-items-gap: 0px}.cart-drawer .cart-drawer__items .cart-items__table-row{grid-template-columns:78px minmax(0,1fr) auto;grid-template-areas:"media details details" "media quantity price" "media error error";column-gap:14px;row-gap:8px;align-items:start;padding:18px 0;margin:0;border-bottom:1px solid var(--ab-d-gris-cl)}.cart-drawer .cart-drawer__items .cart-items__table-row:last-child{border-bottom:none}.cart-drawer .cart-items__media{width:78px}.cart-drawer .cart-items__media-container{width:78px;height:96px;aspect-ratio:auto}.cart-drawer .cart-items__media-image{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}.cart-drawer .cart-items__details{grid-area:details;color:var(--ab-d-gris-f)}.cart-drawer .cart-items__title{font-family:var(--ab-font-serif);font-size:16px;font-weight:400;line-height:1.2;color:var(--ab-d-noir);text-transform:none}.cart-drawer .cart-items__variants,.cart-drawer .cart-items__properties,.cart-drawer .cart-items__details dl,.cart-drawer .cart-items__details dd,.cart-drawer .cart-items__details dt{font-size:11px;color:var(--ab-d-gris-f);letter-spacing:.04em}.cart-drawer .cart-items__details>div{display:none}.cart-drawer .cart-items__quantity{grid-area:quantity;flex-direction:column;align-items:flex-start;gap:6px;margin:0;width:fit-content}.cart-drawer .cart-items__quantity .quantity-selector{border:1px solid var(--ab-d-gris-cl);flex:0 0 auto;align-self:flex-start}.cart-drawer .cart-items__remove{width:auto;height:auto;min-height:0;padding:0;text-decoration:underline;font-size:10px;letter-spacing:.04em;color:var(--ab-d-gris)}.cart-drawer .cart-items__remove svg,.cart-drawer .cart-items__remove .visually-hidden{display:none}.cart-drawer .cart-items__remove:after{content:"Retirer"}.cart-drawer .cart-items__price{grid-area:price;align-self:start;text-align:right;min-height:0;font-size:13px;font-weight:500;color:var(--ab-d-noir)}.cart-drawer .ab-sugg{display:block;background:var(--ab-d-bandeau);padding:14px 0 14px 24px;border-top:1px solid var(--ab-d-gris-cl);flex:0 0 auto}.cart-drawer .ab-sugg__head{padding-right:24px;display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:11px}.cart-drawer .ab-sugg__head-txt{min-width:0}.cart-drawer .ab-sugg__title{font-family:var(--ab-font-sans);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ab-d-noir);font-weight:600;margin-bottom:2px}.cart-drawer .ab-sugg__sub{font-size:11px;color:var(--ab-d-gris-f);font-style:italic;line-height:1.35}.cart-drawer .ab-sugg__nav{display:flex;gap:6px;flex-shrink:0;margin-left:12px}.cart-drawer .ab-sugg__nav[hidden]{display:none}.cart-drawer .ab-sugg__arrow{width:24px;height:24px;border:1px solid var(--ab-d-gris-cl);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ab-d-noir);transition:border-color .15s,opacity .15s;padding:0}.cart-drawer .ab-sugg__arrow:hover{border-color:var(--ab-d-noir)}.cart-drawer .ab-sugg__arrow svg{width:12px;height:12px}.cart-drawer .ab-sugg__arrow[disabled]{opacity:.3;cursor:default}.cart-drawer .ab-sugg__products{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:2px 24px 2px 0;scrollbar-width:none}.cart-drawer .ab-sugg__products::-webkit-scrollbar{display:none}.cart-drawer .ab-sugg__products[aria-busy=true]{min-height:150px}.cart-drawer .ab-sugg-card{flex:0 0 96px;scroll-snap-align:start;background:#fff;border:1px solid var(--ab-d-gris-cl);padding:6px;display:flex;flex-direction:column;transition:border-color .15s}.cart-drawer .ab-sugg-card:hover{border-color:var(--ab-d-noir)}.cart-drawer .ab-sugg-card__img{display:block;width:100%;aspect-ratio:1;background:var(--ab-d-gris-cl);margin-bottom:5px;overflow:hidden}.cart-drawer .ab-sugg-card__img img{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer .ab-sugg-card__name{display:block;font-family:var(--ab-font-serif);font-size:11px;font-weight:400;line-height:1.15;margin-bottom:2px;color:var(--ab-d-noir);text-align:center;text-decoration:none}.cart-drawer .ab-sugg-card__price{font-size:10px;color:var(--ab-d-gris-f);text-align:center;letter-spacing:.03em;margin-bottom:5px}.cart-drawer .ab-sugg-card__size{font-size:9px;color:var(--ab-d-gris);text-align:center;letter-spacing:.03em;margin-bottom:5px;min-height:11px}.cart-drawer .ab-sugg-card__size strong{color:var(--ab-d-gris-f);font-weight:500}.cart-drawer .ab-sugg-card__add{margin-top:auto;width:100%;background:var(--ab-d-noir);color:#fff;border:none;padding:7px 4px;font-family:var(--ab-font-sans);font-size:8.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s,opacity .2s}.cart-drawer .ab-sugg-card__add:hover{opacity:.85}.cart-drawer .ab-sugg-card__add.is-added{background:var(--ab-d-or-pale);color:var(--ab-d-or);cursor:default}.cart-drawer .cart-drawer__summary{padding:0;margin:0;gap:0;display:block;border-top:1px solid var(--ab-d-gris-cl);background:#fff;-webkit-mask-image:none;mask-image:none;flex:0 0 auto}.cart-drawer .ab-df__actions{padding:10px 24px 0}.cart-drawer .ab-df__totals{padding:14px 24px 8px}.cart-drawer .ab-df__line{display:flex;justify-content:space-between;font-size:12px;color:var(--ab-d-gris-f);margin-bottom:4px}.cart-drawer .ab-df__line--discount{color:var(--ab-d-or);font-weight:500}.cart-drawer .ab-df__total{display:flex;justify-content:space-between;align-items:baseline;padding-top:8px;margin-top:4px;border-top:1px solid var(--ab-d-gris-cl)}.cart-drawer .ab-df__total-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ab-d-noir);font-weight:600}.cart-drawer .ab-df__total-amount{font-family:var(--ab-font-sans);font-size:18px;font-weight:500;color:var(--ab-d-noir);line-height:1;letter-spacing:.02em}.cart-drawer .ab-df__installments{margin-top:8px}.cart-drawer .ab-df__cta{padding:12px 24px 18px}.cart-drawer .ab-df__btn{width:100%;background:var(--ab-d-noir);color:#fff;border:none;padding:14px;font-family:var(--ab-font-sans);font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:opacity .2s}.cart-drawer .ab-df__btn:hover{opacity:.88}.cart-drawer .ab-df__btn[disabled]{opacity:.4;cursor:default}.cart-drawer .ab-df__accelerated{margin-top:10px}.cart-drawer .ab-df__meta{text-align:center;font-size:10.5px;color:var(--ab-d-gris);margin-top:10px;letter-spacing:.04em}@media screen and (max-width:749px){.cart-drawer .ab-dh{padding:18px}.cart-drawer .ab-dh__title{font-size:19px}.cart-drawer .cart-drawer__items{padding:0 18px}.cart-drawer .ab-incentive,.cart-drawer .ab-applied{padding-inline:18px}.cart-drawer .ab-sugg{padding-left:18px}.cart-drawer .ab-sugg__head,.cart-drawer .ab-sugg__products{padding-right:18px}.cart-drawer .cart-items__media,.cart-drawer .cart-items__media-container{width:64px}.cart-drawer .cart-items__media-container{height:80px}.cart-drawer .ab-df__totals,.cart-drawer .ab-df__cta{padding-inline:18px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/ab-cart-drawer.css.map */
