@media screen and (max-width: 768px){:root{--font-h1: 50px;--font-h2: 40px;--font-h3: 30px;--font-h4: 25px;--font-h5: 18px;--font-h6: 16px;--font-paragraph: 16px}}.main-cart-items{margin-block-start:80px;margin-block-end:40px}@media screen and (max-width: 768px){.main-cart-items{margin-block-start:40px;margin-block-end:20px}}.main-cart-items__header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:40px}@media screen and (max-width: 768px){.main-cart-items__header{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:30px}}@media screen and (max-width: 480px){.main-cart-items__header{margin-bottom:20px}}.main-cart-items__header__title{margin:0}@media screen and (max-width: 768px){.main-cart-items__header__title{font-size:var(--font-h2)}}cart-items .cart__warnings{display:none}cart-items .cart__contents{text-align:left}cart-items .cart__contents .cart-items{width:100%;border-spacing:0}@media screen and (max-width: 768px){cart-items .cart__contents .cart-items{display:block}}@media screen and (max-width: 768px){cart-items .cart__contents .cart-items thead{display:none}}cart-items .cart__contents .cart-items thead tr th{padding:20px 0;border-bottom:1px solid var(--color-3);font-weight:400}@media screen and (max-width: 1024px){cart-items .cart__contents .cart-items thead tr th{padding:15px 0}}@media screen and (max-width: 768px){cart-items .cart__contents .cart-items tbody{display:block}}cart-items .cart__contents .cart-items tbody .cart-item>*{padding:10px 0}@media screen and (max-width: 768px){cart-items .cart__contents .cart-items tbody .cart-item{display:block;border:1px solid var(--color-3);border-radius:8px;margin-bottom:20px;padding:20px;position:relative;display:grid;grid-template-columns:100px 1fr;grid-template-rows:auto auto auto;grid-template-areas:"media details" "quantity quantity" "totals totals";gap:15px;align-items:start}cart-items .cart__contents .cart-items tbody .cart-item>*{padding:0;margin-bottom:15px;display:block}cart-items .cart__contents .cart-items tbody .cart-item>*:last-child{margin-bottom:0}cart-items .cart__contents .cart-items tbody .cart-item .cart-item__media{grid-area:media;margin-bottom:0}cart-items .cart__contents .cart-items tbody .cart-item .cart-item__details{grid-area:details;margin-bottom:0}cart-items .cart__contents .cart-items tbody .cart-item .cart-item__quantity{grid-area:quantity;margin-bottom:0}cart-items .cart__contents .cart-items tbody .cart-item .cart-item__totals{grid-area:totals;margin-bottom:0}}@media screen and (max-width: 480px){cart-items .cart__contents .cart-items tbody .cart-item{padding:15px;margin-bottom:15px}}@media screen and (max-width: 768px){cart-items .cart__contents .cart-items tbody .cart-item__media{width:100%;height:100px}}cart-items .cart__contents .cart-items tbody .cart-item__media img{display:block}@media screen and (max-width: 768px){cart-items .cart__contents .cart-items tbody .cart-item__media img{width:100%;height:100%;object-fit:cover;border-radius:4px}}cart-items .cart__contents .cart-items tbody .cart-item__details>*{margin:0}@media screen and (max-width: 768px){cart-items .cart__contents .cart-items tbody .cart-item__details{margin-bottom:15px}}cart-items .cart__contents .cart-items tbody .cart-item__details .product-option{font-weight:500}@media screen and (max-width: 768px){cart-items .cart__contents .cart-items tbody .cart-item__details .product-option{font-size:16px;margin-bottom:5px}}cart-items .cart__contents .cart-items tbody .cart-item__details .product-options{margin:10px 0;display:flex;flex-direction:column;gap:5px}@media screen and (max-width: 768px){cart-items .cart__contents .cart-items tbody .cart-item__details .product-options{margin:8px 0}}cart-items .cart__contents .cart-items tbody .cart-item__details .product-options .product-option{font-size:14px;font-weight:400;display:inline-flex;align-items:center;flex-wrap:wrap;gap:5px}cart-items .cart__contents .cart-items tbody .cart-item__details .product-options .product-option *{margin:0}cart-items .cart__contents .cart-items tbody .cart-item__details .discounts{display:flex;flex-wrap:wrap;gap:5px;list-style:none;padding:0;margin:0}cart-items .cart__contents .cart-items tbody .cart-item__details .discounts .discounts__discount{font-size:12px;font-weight:400;padding:5px 10px;border-radius:4px;background-color:var(--color-1);color:var(--color-white);font-weight:600;text-align:center}cart-items .cart__contents .cart-items tbody .cart-item__name{text-decoration:none;color:var(--color-1)}@media screen and (max-width: 768px){cart-items .cart__contents .cart-items tbody .cart-item__name{font-size:18px;margin-bottom:8px}}@media screen and (max-width: 768px){cart-items .cart__contents .cart-items tbody .cart-item__quantity{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}cart-items .cart__contents .cart-items tbody .cart-item__quantity::before{content:"Quantité:";font-weight:500;color:var(--color-black)}}cart-items .cart__contents .cart-items tbody .cart-item__totals{font-weight:500}@media screen and (max-width: 768px){cart-items .cart__contents .cart-items tbody .cart-item__totals{text-align:right;font-size:18px}cart-items .cart__contents .cart-items tbody .cart-item__totals::before{content:"Total: ";font-weight:400;color:var(--color-black)}}cart-items .cart__contents .cart-items tbody .cart-item:first-child>*{padding-top:20px}cart-items .cart__contents .cart-items tbody .cart-item:last-child>*{padding-bottom:20px}
