.cart-items td,.cart-items th{padding:0;border:none}.cart-items th{text-align:left;padding-bottom:3.2rem;font-size:1.4rem;color:rgba(var(--color-foreground),1);font-weight:300}.cart-item__totals{position:relative}.cart-items *.right{text-align:right}.cart-item__image{max-width:100%;width:100%;height:100%}.cart-item__details{font-size:1.4rem;line-height:1.4}.cart-item__details>*{margin:0;max-width:30rem}.cart-item__details>*+*{margin-top:.8rem}.cart-item__media{position:relative}.cart-item__name{color:rgb(var(--color-foreground));text-decoration:none;display:block;font-size:1.4rem;transition:var(--duration-default);font-weight:600}.cart-item__name:hover{color:rgb(var(--color-foreground),.75)}.cart-item__price-wrapper{margin:0}.cart-item__price-wrapper>*{display:block;margin:0;padding:0}.cart-item__discounted-prices dd{margin:0}.cart-item__old-price{opacity:.7}.product-option{font-size:1.2rem;line-height:1.5}.cart-item cart-remove-button{display:inline-block}cart-remove-button a{display:flex;align-items:center;font-size:1.2rem;color:rgba(var(--color-foreground),.75);transition:var(--duration-default)}cart-remove-button a:hover{color:rgba(var(--color-foreground))}cart-remove-button a:hover .icon{transform:rotate(180deg)}cart-remove-button .icon{height:1rem;width:1rem;margin-right:1rem}.cart-item .loading-overlay{top:auto;left:auto;right:0;bottom:0;padding:0}.cart-page-wrapper .cart-items .cart-item__details .vendor-name,.cart-page-wrapper .cart-items .cart-item__details .product-option{margin-top:2rem}.cart-page-wrapper .cart-items .cart-item__prices .price{font-size:1.4rem}.cart-page-wrapper .cart-item .cart-item__totals .price{font-weight:600;font-size:1.4rem}.cart-page-main-wrapper .cart__blocks .cart__blocks-content .totals .totals__subtotal{font-weight:600}.cart-page-main-wrapper .cart__blocks .cart__blocks-content .totals .totals__subtotal .totals__subtotal-value{margin-left:10px}@media screen and (min-width:750px){.cart-item .loading-overlay{top:50%;left:50%;transform:translate(-50%,-50%)}}.loading-overlay:not(.hidden)~*{visibility:hidden}.cart-item__error{display:flex;align-items:flex-start;font-size:1.2rem}.cart-item__error-text{order:1}.cart-item__error-text+svg{flex-shrink:0;width:1.2rem;margin-right:.7rem;margin-top:.2rem}.cart-item__error-text:empty+svg{display:none}.product-option{color:rgba(var(--color-foreground),.7)}.product-option+.product-option{margin-top:.4rem}.product-option *{display:inline;margin:0}.cart-page-wrapper .cart-item [data-controller=wrapped-item]{display:none}.cart-page-main-wrapper{padding-left:2rem;padding-right:2rem}.main-cart-items-wrapper{padding-top:2rem}.cart-page-wrapper .cart-items .quantity-wrapper-inner{display:flex;align-items:center}.cart-page-wrapper .cart-items .quantity-wrapper-inner quantity-input{margin-right:2rem}.cart-page-wrapper .cart-item .size-content-data{background-color:rgba(var(--color-foreground),.03);padding:5px 25px 5px 5px;position:relative}.cart-page-wrapper .cart-item .size-content-data p{margin:0;font-size:12px}.cart-page-wrapper .cart-item .size-content-data .close-icon{display:flex;position:absolute;right:5px;top:5px;cursor:pointer}.cart-page-wrapper .cart-item .size-content-data .close-icon svg{width:20px;height:20px}.cart-page-wrapper .cart-item .size-content-data{display:none}.cart-page-wrapper .cart-item .size-content-data.active{display:block}.cart-page-wrapper .cart-item .info-icon svg{width:20px;height:20px;cursor:pointer}.cart-page-wrapper .cart-item .product-option .info-icon{display:flex;margin-left:5px}.cart-page-wrapper .cart-item .quantity__button:first-of-type{border-right:none}.cart-page-wrapper .cart-item .quantity__button:last-of-type{border-left:none}.cart-page-wrapper .cart-item .quantity__button svg{width:1rem}@media screen and (min-width:991px){.cart-page-main-wrapper{padding-left:5rem;padding-right:5rem}.main-cart-items-wrapper{padding-top:5rem}}@media screen and (min-width:1360px){.cart-page-main-wrapper{padding-left:15rem;padding-right:15rem}.cart-page-main-wrapper .cart-item td.cart-item__details{max-width:60rem;width:60rem}.cart-page-main-wrapper .cart-item td.cart-item__details .cart-item__name{max-width:80%}.cart-page-main-wrapper .cart-item td.cart-item__details .product-option,.cart-page-main-wrapper .cart-item td.cart-item__details .size-content-data{max-width:40rem;width:max-content}}@media screen and (max-width:989px){.cart-items,.cart-items thead,.cart-items tbody{display:block;width:100%}.cart-items thead{display:none}.cart-items thead tr{display:flex;justify-content:space-between;margin-bottom:4rem}.cart-item{display:grid;column-gap:1.5rem;grid-template:repeat(4,auto) / repeat(3,1fr)}.cart-item:not(:first-child){border-top:.1rem solid rgba(var(--color-foreground),.2);padding-top:2rem;margin-top:2rem}.cart-item:last-child{grid-column:3 / 4;margin-bottom:0}.cart-item__media{grid-row:4 / 1;grid-column:1 / 2}.cart-item__details{grid-column:2 / 4;margin-bottom:10px}.cart-item__prices{grid-column:2 / 3;grid-row:2 / 3}.cart-item__totals{display:flex;align-items:center;grid-column:3 / 4;grid-row:2 / 3;display:none}.cart-item__quantity{grid-column:3/ 3;grid-row:2 / 4}.cart-items .cart-item__quantity .quantity{width:100%}.cart-items .cart-item__quantity .quantity .quantity__button{padding:3px}.cart-items .cart-item__quantity .quantity .quantity__input{height:auto}.cart-item__remove{display:flex;grid-column:1 / 2;grid-row:4 / 5}.cart-page-wrapper .cart-item .cart-item__image{width:100%;height:auto}.cart-page-wrapper .cart-items .quantity-wrapper-inner{flex-direction:row-reverse}.cart-page-wrapper .cart-items .quantity-wrapper-inner quantity-input{margin:0 0 0 1rem;width:140px;height:32px}.cart-page-wrapper .cart-items .cart-item__details .vendor-name,.cart-page-wrapper .cart-items .cart-item__details .product-option{margin-top:1rem}.cart-page-main-wrapper .cart__blocks .cart__blocks-content .totals .totals__subtotal{justify-content:space-between;display:flex;width:100%}.cart-page-wrapper .cart-items .cart-item__prices .price{padding-top:5px;font-weight:600}}.cart-item__totals .price{font-size:1.6rem}@media screen and (min-width:990px){.cart-items{border-spacing:0;border-collapse:separate;box-shadow:none;width:100%;display:table}.cart-items th+th{padding-left:2rem}.cart-items td{vertical-align:middle;padding-top:2rem;padding-bottom:2rem}.cart-item:last-child td{padding-bottom:0}.cart-item:first-child td{padding-top:0}.cart-item:not(:last-child) td{border-bottom:.1rem solid rgba(var(--color-foreground),.2)}.cart-item{display:table-row}.cart-page-wrapper .cart__contents .cart-items .cart-item>td:not(:first-child){padding-left:2rem}.cart-item .cart-item__media{width:10rem}.cart-item .cart-item__media img{width:10rem;height:10rem;object-fit:cover;object-position:center}.cart-items .medium-down{display:none}}.cart-items .quantity{width:12rem}.cart-items .quantity__button{width:3.5rem}.cart-items .quantity__button svg{width:.8rem}.cart-items .quantity__input{height:3.5rem;font-size:1.2rem}@media screen and (max-width:630px){.cart-page-wrapper .cart-items .quantity-wrapper-inner quantity-input{width:102px;height:32px}.cart-item__name,.cart-page-wrapper .cart-items .cart-item__prices .price{font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/276/assets/component-cart-items.css.map */
