.cart-items td,.cart-items th{padding:0;border:none}.cart-items th{text-align:left;padding-top:1.6rem;padding-bottom:1.6rem;font-weight:400;background-color:rgb(var(--color-line-light))}.cart-item__quantity-wrapper{display:flex;position:relative;margin-top:-1.4rem}.cart-item__quantity-wrapper .quantity{width:calc(12rem / var(--font-body-scale) + var(--inputs-border-width) * 2);color:rgb(var(--color-badge-foreground));font-weight:700;border-radius:.4rem}.cart-item__quantity-wrapper .quantity:after{box-shadow:0 0 0 var(--inputs-border-width) rgba(var(--color-line-strong),var(--inputs-border-opacity));border-radius:.4rem}.cart-item__quantity-wrapper .quantity__button{width:3.2rem}.cart-item__quantity-wrapper .quantity__button[disabled]{opacity:.2}.cart-item__quantity-wrapper .quantity__button[name=minus]{padding-left:2.2rem}.cart-item__quantity-wrapper .quantity__button[name=plus]{padding-right:2.2rem}.cart-item__quantity-wrapper .quantity__button svg{min-width:1.2rem}.cart-item__quantity-wrapper .quantity__input{font-weight:700}.cart-item__totals{position:relative}.cart-items *.right{text-align:right}.cart-item__image-container.gradient{width:9.6rem;border-radius:.4rem;border:solid .1rem rgb(var(--color-line-light));position:relative;overflow:hidden;min-width:9.6rem}.cart-item__image-container.gradient:before{content:"";display:block;width:100%;height:0;padding:75% 0 0}@media screen and (min-width:750px){.cart-item__image-container.gradient{width:12.8rem}}.cart-item__image-container img{width:100%;height:100%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:contain}.cart-item__image{height:auto;max-width:calc(10rem / var(--font-body-scale))}@media screen and (min-width:750px){.cart-item__image{max-width:100%}}.cart-item__details{font-size:1.6rem;line-height:calc(1 + .4 / var(--font-body-scale))}.cart-item__details>*{margin:0}.cart-item__details .cart-item__name{padding-right:2.4rem;margin-bottom:1.6rem}.cart-item__details span.cart-item__name{margin-bottom:0}@media screen and (min-width:990px){.cart-item__details .cart-item__name{margin-bottom:1.6rem}.cart-item__details span.cart-item__name{margin-bottom:0}}.cart-item__details>*+*{margin-top:.6rem}.cart-item__details>.alert-message--urgent{margin-top:1.6rem}.cart-item__media{position:relative}.cart-item__link{display:block;bottom:0;left:0;position:absolute;right:0;top:0;width:100%;height:100%}.cart-item__name{text-decoration:none;display:block;color:rgb(var(--color-badge-foreground));font-weight:700}.cart-item__name:hover{text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:.2rem}.cart-item__price-wrapper>*{display:block;margin:0;padding:0}.cart-item__price-wrapper .price{color:rgb(var(--color-badge-foreground));font-weight:700}.cart-item__discounted-prices dd,.cart-item__discounted-prices .cart-item__final-price{margin:0;color:rgb(var(--color-error));font-size:var(--font-size-paragraph-regular);line-height:var(--line-height-paragraph-regular)}.cart-item__discounted-prices .cart-item__old-price{font-size:var(--font-size-paragraph-regular);line-height:var(--line-height-paragraph-regular)}.cart-item__old-price{opacity:.7}.cart-item__final-price{font-weight:400}.product-option{font-size:var(--font-size-paragraph-regular);line-height:var(--line-height-paragraph-regular);word-break:break-all;color:rgb(var(--color-badge-foreground));font-weight:700}.cart-item__price .product-option{white-space:nowrap}.product-details>div{display:flex;justify-content:flex-start;border-bottom:solid .1rem rgb(var(--color-line-light));font-size:1.3rem;line-height:1.8rem;color:rgb(var(--color-grey));gap:1.6rem;padding:.8rem 0}.product-details>div:first-child{border-top:solid .1rem rgb(var(--color-line-light))}.product-details>div span{display:block}.product-details>div span:first-child{width:10.4rem;font-weight:700}.product-details>div span:last-child{text-align:left;word-break:break-all;width:calc(100% - 12rem)}@media screen and (min-width:500px){.product-details>div span:first-child{width:100%;width:13.8rem}.product-details>div span:last-child{width:calc(100% - 15.4rem)}}.cart-item .cart__warranty{background-color:rgb(var(--color-light-background));padding:1.6rem;display:flex;justify-content:space-between;border-radius:.4rem;width:100%;margin-top:1.6rem;position:relative}.cart-item .cart__warranty .link{color:rgb(var(--color-blue));font-size:var(--font-size-paragraph-small);line-height:var(--line-height-paragraph-small)}.cart-item .cart__warranty .product-warranty-checkbox{padding:0;flex-grow:1;position:relative;font-size:var(--font-size-paragraph-small);line-height:var(--line-height-paragraph-small);display:flex;align-items:center;word-break:break-word;color:rgb(var(--color-badge-foreground));font-weight:500;cursor:pointer}.cart-item .cart__warranty .loading-overlay{display:none;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:.2rem}.cart__items--disabled .cart__warranty .product-warranty-checkbox.disabled:before,.cart-item .cart__warranty .product-warranty-checkbox.disabled:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:5}.cart-item .cart__warranty .product-warranty-checkbox input[type=checkbox]{position:absolute;opacity:1;width:2rem;height:2rem;top:-.3rem;left:-.4rem;z-index:-1;appearance:none;-webkit-appearance:none}.no-js .cart-item .cart__warranty .product-warranty-checkbox input[type=checkbox]{z-index:0}.cart-item .cart__warranty .product-warranty-checkbox>svg{background-color:rgb(var(--color-background));margin-right:.8rem;flex-shrink:0}.cart-item .cart__warranty .product-warranty-checkbox>svg:first-of-type{background-color:transparent}.cart-item .cart__warranty .product-warranty-checkbox .icon-checkmark{visibility:hidden;position:absolute;left:0;z-index:2;top:50%;transform:translateY(-50%)}.cart-item .cart__warranty .product-warranty-checkbox .icon-remove{width:2rem;height:2rem;margin-left:auto;background-color:transparent}.cart-item .cart__warranty .product-warranty-checkbox>input[type=checkbox]:not(:checked)~.icon-remove,.cart-item .cart__warranty .product-warranty-checkbox>input[type=checkbox]:not(:checked)~.warranty-label-added{display:none}.cart-item .cart__warranty .product-warranty-checkbox>input[type=checkbox]:checked~.icon-checkmark{visibility:visible}.cart-item .cart__warranty .product-warranty-checkbox>input[type=checkbox]:checked~.warranty-label-default{display:none}@media screen and (forced-colors:active){.cart-item .cart__warranty .product-warranty-checkbox>svg{background-color:inherit;border:.1rem solid rgb(var(--color-background))}.cart-item .cart__warranty .product-warranty-checkbox>input[type=checkbox]:checked~.icon-checkmark{border:none}}@media screen and (min-width:499px)and (max-width:749px){.cart-item .cart__warranty .link,.cart-item .cart__warranty .product-warranty-checkbox{font-size:var(--font-size-paragraph-regular);line-height:var(--line-height-paragraph-regular)}}@media screen and (min-width:750px){.cart-item .cart__warranty .link,.cart-item .cart__warranty .product-warranty-checkbox{font-size:var(--font-size-paragraph-small);line-height:var(--line-height-paragraph-small)}}@media screen and (min-width:1000px){.cart-item .cart__warranty .link,.cart-item .cart__warranty .product-warranty-checkbox{font-size:var(--font-size-paragraph-regular);line-height:var(--line-height-paragraph-regular)}}.cart-item cart-remove-button{display:flex;align-items:center;margin-left:1.6rem;color:rgb(var(--color-badge-foreground))}@media screen and (min-width:750px)and (max-width:989px){.cart-item cart-remove-button{width:4.5rem;height:4.5rem}}cart-remove-button a{color:rgb(var(--color-badge-foreground))}cart-remove-button .button{min-width:calc(4.5rem / var(--font-body-scale));min-height:4.5rem;padding:0;margin:0 .1rem .1rem 0}cart-remove-button .cart-remove-button-page{min-width:auto}cart-remove-button .button>*{pointer-events:none}cart-remove-button .button[disabled]{background-color:transparent;opacity:.2}cart-remove-button .button:before,cart-remove-button .button:after{content:none}cart-remove-button .button:not([disabled]):hover{color:rgb(var(--color-foreground))}@media screen and (min-width:750px){cart-remove-button .button{min-width:3.5rem;min-height:3.5rem}cart-remove-button .cart-remove-button-page{min-width:auto}}cart-remove-button .icon-remove{height:1.5rem;width:1.5rem}.cart-item .loading-overlay{top:50%;transform:translateY(-50%);left:auto;right:auto;bottom:0;padding:0}@media screen and (min-width:990px){.cart-item .loading-overlay{top:5.8rem;transform:none}}.cart-item__details-wrapper{display:flex;align-items:flex-start;column-gap:1.6rem}@media screen and (min-width:990px){.cart-item__details-wrapper-hazardous{align-items:center}}.cart-item__image{width:9.5rem}.cart-item__content{flex-grow:1}.cart-item__content .alert-message--urgent{margin-bottom:1.6rem}@media screen and (min-width:750px){.cart-item__image{width:12.8rem}.cart-item .loading-overlay{right:0;bottom:auto}}@media screen and (min-width:990px){.cart-item__content{max-width:36.5rem}}.cart-item .loading-overlay:not(.hidden)~*{visibility:hidden}.cart-item__error{display:flex;align-items:flex-start;margin-top:1rem}.cart-item__error-text{font-size:1.2rem;order:1}.cart-item__error-text+svg{flex-shrink:0;width:1.2rem;margin-right:.7rem}.cart-item__error-text:empty+svg{display:none}.product-option+.product-option{margin-top:.4rem}.product-option *{display:inline;margin:0}.cart-items thead th{font-weight:700;font-size:var(--font-size-paragraph-regular);line-height:var(--line-height-regular);color:rgb(var(--color-badge-foreground))}.cart-items thead th .th-contractor{color:rgb(var(--color-white));background-color:rgb(var(--color-red));padding:.4rem;border-radius:.4rem}.cart-items thead th:first-child{border-top-left-radius:.4rem;border-bottom-left-radius:.4rem}.cart-items thead th:nth-last-child(1){border-top-right-radius:.4rem;border-bottom-right-radius:.4rem}.cart-items .discounts{margin-top:.8rem}@media screen and (max-width:989px){.cart-items,.cart-items tbody{display:block;width:100%}.cart-items thead{display:none}.cart-items thead tr{display:flex;justify-content:space-between;border-bottom:.1rem solid rgb(var(--color-line-strong));margin-bottom:4rem}.cart-item{display:flex;flex-wrap:wrap;flex-direction:row;row-gap:0;margin-bottom:0}.cart-item:last-child{margin-bottom:0}.cart-item__media{grid-row:1 / 3}.cart-item__details{width:100%;position:relative}.cart-item__details cart-remove-button{margin:0;position:absolute;top:0;right:0;justify-content:flex-end;align-items:flex-start}.cart-item__quantity-wrapper{flex-wrap:wrap;margin-top:0}.cart-item__totals{width:calc(50% - 7.2rem);margin-left:auto;display:flex;align-items:flex-start;justify-content:flex-end;position:relative}.cart-item__quantity .quantity__button{width:2.5rem}.cart-item__quantity .quantity{width:10rem;min-height:calc((var(--inputs-border-width) * 2) + 3.6rem)}.cart-item__warranty{width:100%}.cart-item .cart__warranty{margin-top:.6rem}}.cart-item__error-text+svg{margin-top:.4rem}.cart-items tr{border-bottom:solid .1rem rgb(var(--color-line-strong));padding-bottom:2.4rem;padding-top:2.4rem}.cart-items tr:first-of-type{border-top:solid .1rem rgb(var(--color-line-strong))}.cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices){margin-top:1.4rem}.cart-items .cart-item__contractor-price-label{font-size:1.3rem;line-height:1.8rem;display:inline-block;font-weight:500;color:rgb(var(--color-grey))}.cart-items .cart-item__contractor-price-label-contractor{font-weight:700;border-radius:.4rem;background-color:rgb(var(--color-red));color:rgb(var(--color-white));padding:0 .4rem}.cart-items .cart-item.cart-item_warranty{display:none}@media screen and (min-width:990px){.cart-items tr:first-of-type{border-top:none}.cart-items{border-spacing:0;border-collapse:separate;box-shadow:none;width:100%;display:table}.cart-items tbody th,.cart-items tbody tr,.cart-items tbody td{border-bottom:.1rem solid rgb(var(--color-line-strong))}.cart-items th{padding-left:1.2rem;padding-right:1.2rem}.cart-items th:first-child{padding-left:2.4rem}.cart-items th:last-child{padding-right:2.4rem}.cart-items th:nth-last-child(2){padding-right:2.4rem}.cart-items td{vertical-align:top;padding-top:5.8rem;padding-bottom:2.4rem}.cart-items td.cart-item__details{padding-top:2.4rem}.cart-item{display:table-row}.cart-item td{padding-left:1.2rem;padding-right:1.2rem}.cart-item td:first-child{padding-left:0}.cart-item__details{width:35rem}.cart-item__media{width:10rem}.cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices){margin-top:0}}@media screen and (max-width:989px){.cart-item__details{margin-bottom:1.6rem}.cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices){margin-top:.8rem}.cart-items .cart-item__contractor-price{padding-left:2.4rem;border-left:solid .1rem rgb(var(--color-line-light))}.cart-item__quantity{width:calc(50% - 8.6rem);margin-bottom:0}.cart-item__quantity:not(.cart-item__contractor-price){margin-left:14.4rem}}@media screen and (max-width:749px){.cart-item__quantity{width:calc(50% - 6.7rem);margin-bottom:0}.cart-item__quantity:not(.cart-item__contractor-price){margin-left:11.1rem;width:fit-content;padding-right:0}}@media screen and (min-width:990px){.cart-items thead th:first-child,.cart-item__details{width:50%}}@media(min-width:1280px){.cart-items thead th:first-child:not(.is-contractor){width:60%}.cart-item__details:not(.is-contractor){width:60%}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/component-cart-items.css.map */
