.cart-items{width:100%;display:flex;flex-direction:column;gap:20px}.cart-items .cart-item{padding:20px 32px;border-radius:16px;background:var(--utility-white,#fff);display:flex;flex-direction:row;gap:16px}.cart-items .cart-items-empty{min-height:300px;margin:32px 0}.cart-items .cart-items-empty.cart-items-empty-page{display:flex;flex-direction:row;min-height:300px}.cart-items .cart-items-empty .cart__warnings{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 0}.cart-items .cart-items-empty .cart__popular{flex:1;max-width:496px}.cart-items .cart-items-empty .cart__popular-divider{width:1px;margin:0 60px;background:#e3e3e3}.cart-items .cart-items-empty .cart__popular-title{margin:0 0 12px 0}.cart-items .cart-items-empty .cart__popular-links{display:grid;grid-template-columns:repeat(2,1fr);justify-content:start;gap:12px}.cart-items .cart-items-empty .cart__popular-links a{color:var(--utility-gray-80,#3b3b3b);text-decoration:none}.cart-items .cart-items-empty .cart__popular-links a:hover{text-decoration:underline;text-underline-offset:0.3rem;text-decoration-thickness:0.2rem}.cart-items .cart-items-empty .cart__product-feature{position:relative;margin-top:24px;display:flex;flex-direction:row;align-items:center;gap:12px;border-radius:8px;background:var(--utility-white,#fff);overflow:hidden;cursor:pointer}.cart-items .cart-items-empty .cart__product-feature-badges{position:absolute;top:0;left:0;display:flex;flex-direction:row;align-items:center;gap:8px;z-index:2;padding:4px 12px;border-radius:8px 0;background:var(--core-green-10,#d2fff2);color:var(--core-green-90,#055446);font-family:Gilroy;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.cart-items .cart-items-empty .cart__product-feature-image{height:100%;object-fit:cover;object-position:center;clip-path:ellipse(100% 130% at 0% 28%);border-radius:10px 0 0 0}.cart-items .cart-items-empty .cart__product-feature-text{flex:1;padding:12px 12px 12px 0;box-sizing:border-box;overflow:hidden}.cart-items .cart-items-empty .cart__product-feature-text .cart__product-feature-title{color:var(--utility-gray-90,#1f1f1f);font-family:Gilroy;font-size:18px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.018px}.cart-items .cart-items-empty .cart__product-feature-text .cart__product-feature-subtitle{color:var(--utility-gray-80,#3b3b3b);font-family:Gilroy;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin-bottom:12px}.cart-items .cart-items-empty .cart__product-feature-features{display:grid;grid-template-columns:repeat(2,auto);gap:8px 16px}.cart-items .cart-items-empty .cart__product-feature-features .cart__product-feature-feature{white-space:wrap;overflow:hidden}.cart-items .flex-1{flex:1}.cart-item__media{width:140px;height:140px;display:flex;align-items:center;justify-content:center}.cart-item__details{flex:1;display:flex;flex-direction:column;justify-content:space-evenly;gap:12px}.cart-item__details .cart-item-row{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.cart-item__details .cart-item-row.items-center{align-items:center}.cart-items .cart-item__quantity-wrapper .quantity{width:98px;min-height:40px}.cart-item__quantity-wrapper{display:flex;justify-content:flex-end}.cart-item__totals{position:relative}.cart-item__image-container{display:inline-flex;align-items:flex-start}.cart-item__image-container:after{content:none}.cart-item__image{width:100%;height:100%;object-fit:cover;max-width:140px;max-height:140px}.cart-items .discounts__discount{margin-bottom:8px}@media screen and (max-width:768px){.cart-item__image{max-width:80px;max-height:80px}}.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}.cart-item__name:hover{text-decoration:underline;text-underline-offset:0.3rem;text-decoration-thickness:0.2rem}.cart-item__discounted-prices dd{margin:0}.cart-item__discounted-prices .cart-item__old-price{font-size:1.4rem}.cart-item__old-price{opacity:.7}.cart-item__final-price{font-weight:400}.product-option{font-size:1.2rem;word-break:break-word;line-height:1.2}.cart-item cart-remove-button{display:flex}@media screen and (min-width:750px) and (max-width:989px){.cart-item cart-remove-button{width:4.5rem;height:4.5rem}}cart-remove-button .button{min-width:calc(4.5rem / var(--font-body-scale));padding:0;margin:0 .1rem .1rem 0}cart-remove-button .button:after,cart-remove-button .button:before{content:none}cart-remove-button .button:not([disabled]):hover{color:rgb(var(--color-foreground))}cart-remove-button .icon-remove{height:1.5rem;width:1.5rem}.cart-item .loading-overlay{top:0;left:auto;right:auto;bottom:0;padding:0}@media screen and (max-width:768px){.cart-items{border-spacing:0;border-collapse:separate;box-shadow:none;width:100%;gap:12px}.cart-item .loading-overlay{right:0;top:0;bottom:auto}.cart-items .cart-item{padding:12px;gap:8px;height:100%}.cart-item .cart-item__media{width:80px;height:80px}.cart-items .cart-item__details{gap:6px}cart-remove-button .button{min-width:3.5rem;min-height:3.5rem}.cart-items .cart-items-empty.cart-items-empty-page{flex-direction:column;gap:28px}.cart-items .cart-items-empty .cart__popular{max-width:100%}.cart-items .cart-items-empty .cart__popular-divider{display:none}}.cart-item .loading-overlay:not(.hidden)~*{visibility:hidden}.cart-item__error{display:flex;align-items:center}.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}