.cart-items{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:2.5rem}.cart-item{display:block;border:1px solid #C8CACC;background-color:#000;border-radius:.8rem;padding:1.5rem;margin-bottom:1.5rem;transform:border-color .3s,background-color .3s}.cart-item--subscription{background-color:#000}.cart-item__row{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap;height:100%;gap:1.5rem}@media screen and (min-width: 1200px){.cart-item__row{gap:3rem}}@media screen and (min-width: 1200px){.cart-item__row{flex-wrap:nowrap}}.cart-item__column{display:flex;flex-direction:column;width:auto}.cart-item__column--info{width:100%;flex-grow:1}.cart-item__column--quantity{width:calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2)}@media screen and (max-width: 370px){.cart-item__column--quantity,.cart-item__column--quantity .quantity{width:calc(8rem / var(--font-body-scale) + var(--inputs-border-width) * 2)}.shipping-calculator__heading{font-size:1.1rem}}.cart-item__column--price{width:auto}@media screen and (min-width: 1200px){.cart-item__column--price{width:26rem!important}}.cart-item__column--remove{width:3rem}@media screen and (max-width: 370px){.cart-item__column--remove{width:2rem}}.cart-item__column-content{display:flex;align-items:center;gap:1.5rem;height:100%}.cart-item__column-name{width:100%;font-family:var(--font-body);font-size:1.6rem;font-weight:700;margin:0 0 2rem;display:flex;align-items:center;gap:2rem}.cart-item__column-name strong{font-weight:700}@media screen and (max-width: 750px){.cart-item__column-name strong{display:none}}.cart-item__badge{padding:.5rem 1rem;font-size:1.2rem;border-radius:.4rem}.cart-item__badge--may-subscription{background-color:#ead3ae;color:rgb(var(--color-foreground))}.cart-item__badge--not-subscription{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.cart-item__media img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;display:block}.cart-item__error{display:none}.cart-item__name{font-size:1.8rem;text-decoration:none;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.cart-item cart-remove-button a{display:flex;color:gray}.cart-item cart-remove-button a:hover{color:rgb(var(--color-foreground))}.cart-item cart-remove-button svg{width:2.4rem;color:inherit}.cart-item__error svg{width:2.4rem}.cart-item__totals{position:relative;width:100%}.cart-item__totals .loading-overlay{right:0;left:auto}.cart-item__price-wrapper{line-height:60%}.cart-item__totals .cart-item__old-price{font-size:1.2rem;font-weight:400;color:gray}.cart-item__totals .price.price--end{font-size:2rem;font-weight:700;color:rgb(var(--color-foreground));text-align:left}@media screen and (max-width: 370px){.cart-item__totals .price.price--end{font-size:1.6rem}}.cart-item--subscription .cart-item__totals .price.price--end{color:#b19157}.cart-item__subscribe{margin-top:2.5rem;padding:1.5rem 0 0;border-top:1px solid #C8CACC;display:flex;align-items:center;justify-content:space-between}.cart-item__subscribe-control{display:flex;align-items:center;gap:1rem;font-size:1.4rem;color:#00dd68}toggle-subscription{display:inherit}.cart-item__switch{position:relative;display:inline-block;width:40px;height:20px}.cart-item__switch input{opacity:0;width:0;height:0}.cart-item__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ead3ae;border-radius:34px;transition:.4s}.cart-item__slider:before{position:absolute;content:"";height:18px;width:18px;left:1px;bottom:1px;background-color:#fff;border-radius:50%;transition:.4s}input:checked+.cart-item__slider{background-color:#00dd68}input:focus+.cart-item__slider{box-shadow:0 0 1px #ead3ae}input:checked+.cart-item__slider:before{transform:translate(20px)}.cart-subtitle{font-family:var(--font-body);font-size:1.8rem;font-weight:700;color:rgb(var(--color-foreground));margin:0 0 -1rem}.cart-subtitle--subscription{color:rgb(var(--color-base-accent-1))}.drawer-subtitle{margin:1.5rem 0rem}.product-option *{display:inline;margin:0;font-size:1.4rem}
/*# sourceMappingURL=/cdn/shop/t/773/assets/component-cart-items.css.map */
