.cart-page-new{padding:2rem 0}.cart-page-container{max-width:none;margin:0;width:100%}.cart-page-header{margin-bottom:3rem}.cart-page-title{font-size:2.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin:0}.cart-page-empty{text-align:center;padding:6rem 2rem}.cart-empty-text{font-size:2rem;margin-bottom:2rem}.cart-progress-section{margin-bottom:3rem;padding:2rem;background:var(--gradient-base-background-2);border-radius:8px}.cart-progress-bar-wrapper{width:100%}.progress-text{text-align:center;margin-top:1.5rem;font-size:14px;color:var(--gradient-base-background-2)}.progress-milestone{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;z-index:2}.milestone-dot{width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #e0e0e0;margin-bottom:.5rem;transition:all .3s ease}.milestone-dot.achieved{background:#4caf50;border-color:#4caf50}.milestone-label{font-size:1.1rem;color:#666;white-space:nowrap;font-weight:500}.cart-page-content{display:grid;grid-template-columns:1fr;gap:3rem}@media screen and (min-width:990px){.cart-page-content{grid-template-columns:1.5fr 1fr;gap:4rem}}.cart-page-left{width:100%}.cart-rewards-box{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#f5f5f5;border-radius:8px;margin-bottom:2rem}.rewards-text{font-size:1.4rem;font-weight:500;color:#333}.rewards-button{padding:.8rem 2rem;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.cart-items-list{display:flex;flex-direction:column;gap:2rem}.cart-item-new{display:grid;grid-template-columns:92px 1fr;grid-template-areas:"media details" "media actions";align-items:start;gap:2rem;padding:15px;background:#fff;border-bottom:1px solid #e0e0e0;position:relative;width:100%;max-width:100%;overflow:hidden}.cart-item__media{position:relative;grid-area:media;align-self:start;display:block;width:100%}.cart-item__link{display:block;position:relative;width:100%;height:auto}.cart-item__image-container{width:100%;height:auto;border-radius:4px;overflow:hidden;display:block}.cart-item__image{width:100%;height:auto;object-fit:cover;display:block}.cart-item__details{display:flex;flex-direction:column;gap:.8rem;grid-area:details;min-width:0}.cart-item__name{font-size:1.6rem;font-weight:600;color:#333;text-decoration:none;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-item__name:hover{color:#4caf50}.cart-item__price{display:flex;align-items:center;gap:1rem}.cart-item__current-price{font-size:1.6rem;font-weight:600;color:#333}.cart-item__original-price{font-size:1.4rem;color:#999;text-decoration:line-through}.cart-item__options{display:flex;flex-wrap:wrap;gap:.5rem;font-size:1.2rem;color:#666}.product-option{font-size:1.2rem}.cart-item__actions{grid-area:actions;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%}.cart-item__quantity-wrapper{display:flex;align-items:center;gap:1rem}.quantity{display:flex;align-items:center;border-radius:4px;overflow:hidden}.quantity__button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;cursor:pointer;padding:0}.quantity__button:hover{background:#e0e0e0}.quantity__input{width:50px;height:36px;text-align:center;border:none;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;font-size:1.4rem;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__remove{width:24px;height:24px;padding:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:color .3s ease}.cart-item__remove:hover{color:#e22120}.cart-item__remove svg{width:18px;height:18px}.cart-item-new .loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;border-radius:8px;z-index:10}.cart-item-new .loading-overlay.hidden{display:none}.cart-items-wrapper{display:block}.cart-items-wrapper .cart__items--disabled{pointer-events:none;opacity:.6}.loading-icon{width:40px;height:40px;animation:loading-spin 1s linear infinite}@keyframes loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cart-page-right{width:100%}.cart-order-summary{position:sticky;top:2rem}.order-summary-title{font-size:2rem;font-weight:600;margin:0 0 2rem;text-transform:uppercase;letter-spacing:.05em}.order-summary-content{display:flex;flex-direction:column;gap:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:0}.summary-row:last-of-type{border-bottom:none}.summary-label{font-size:14px;color:#666}.summary-value,.totals__subtotal-value{font-size:14px;font-weight:600;color:#333}.summary-total{padding-top:15px;border-top:1px solid #e0e0e0;margin-top:.5rem}.summary-total .summary-label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#333}.summary-total .summary-value{font-size:14px;font-weight:700}.summary-savings{color:#4caf50}.summary-savings .summary-label,.summary-savings .summary-value{color:#4caf50;font-weight:600}.summary-value-count{display:block;font-size:12px;font-weight:500}.shipping-disclaimer{padding-top:1.5rem;border-top:1px solid #f0f0f0;font-size:1.1rem;color:#666;line-height:1.6;text-align:center}@media screen and (max-width:989px){.cart-page-content{grid-template-columns:1fr}.cart-order-summary{position:static}}@media screen and (max-width:749px){.cart-page-title{font-size:2rem}.cart-item-new{grid-template-columns:76px 1fr;grid-template-areas:"media details" "media actions";gap:1.5rem;padding:1.5rem}.cart-item__actions{margin-top:.5rem;padding-top:.75rem}.cart-rewards-box{flex-direction:column;gap:1rem;text-align:center}.rewards-button{width:100%}.cart-order-summary{padding:2rem 1.5rem}.progress-text{font-size:1.2rem}.milestone-label{font-size:1rem}}@media screen and (max-width:576px){.cart-item-new{grid-template-columns:1fr;grid-template-areas:"media" "details" "actions";text-align:center}.cart-item__media{justify-self:center;max-width:150px;width:100%;display:block;position:relative;min-height:150px}.cart-item__link{display:block;width:100%;position:relative;height:auto}.cart-item__image-container{width:100%;max-width:150px;margin:0 auto;display:block}.cart-item__image{width:100%;height:auto;display:block;min-height:100px}.cart-item__details{align-items:center}.cart-item__actions{justify-content:center}.cart-progress-section{padding:1.5rem}.progress-bar-track{height:10px}.milestone-dot{width:16px;height:16px}.milestone-label{font-size:.9rem}}.cart-page-new.is-empty .cart-page-content,.cart-page-new.is-empty .cart-progress-section{display:none}
/*# sourceMappingURL=/cdn/shop/t/5/assets/cart-page-new.css.map */
