cart-items .page-width,.cart__footer-wrapper .page-width{max-width:1650px;margin-left:auto;margin-right:auto;padding-left:var(--page-padding-mobile, 20px);padding-right:var(--page-padding-mobile, 20px);box-sizing:border-box}@media screen and (min-width:990px){cart-items .page-width,.cart__footer-wrapper .page-width{padding-left:var(--page-padding, 40px);padding-right:var(--page-padding, 40px)}}cart-items .title-wrapper-with-link .title{margin-left:0;padding-left:0}.cart-page-items{display:flex;flex-direction:column;gap:0;padding-bottom:2rem;margin-left:0;padding-left:0}.cart-page-item{display:grid;grid-template-columns:240px 1fr auto;grid-template-rows:auto auto auto auto;column-gap:20px;row-gap:6px;padding:24px 0;border-bottom:1px solid var(--color-border, rgba(var(--color-foreground), .08));align-items:start}.cart-page-item:last-child{border-bottom:none}.cart__items:has(.cart-page-items){border-bottom:none}.cart-page-item__image-wrapper{position:relative;grid-row:1 / -1;grid-column:1;width:240px;min-height:0;height:100%;max-height:280px;border-radius:var(--card-radius-small, 8px);overflow:hidden;background:var(--color-background-secondary, rgba(var(--color-foreground), .04));flex-shrink:0;align-self:stretch}.cart-item-stock-tag{position:absolute;top:10px;left:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;max-width:calc(100% - 20px);padding:5px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.01em;line-height:1.2;white-space:nowrap}.cart-item-stock-tag--in-stock{background:#2e7d32eb;color:#fff}.cart-item-stock-tag--delivery{background:#1a1a1ad9;color:#fff}.cart-page-item__image{width:100%;height:100%;object-fit:cover}.cart-page-item__placeholder{width:100%;height:100%;object-fit:contain}.cart-page-item__details{grid-row:1;grid-column:2;display:flex;flex-direction:column;gap:4px;min-width:0}.cart-page-item__header{margin-bottom:2px}.cart-page-item__title{font-size:1.6rem;font-weight:500;color:var(--color-text, rgb(var(--color-foreground)));text-decoration:none;line-height:1.3}.cart-page-item__title:hover{text-decoration:underline}.cart-page-item__selling-plan{font-size:1.3rem;color:var(--color-text-muted, rgba(var(--color-foreground), .7))}.cart-page-item__discounts{list-style:none;padding:0;margin:4px 0 0}.cart-page-item__discount{display:flex;align-items:center;gap:4px;font-size:1.2rem;color:var(--color-sale, rgb(var(--color-foreground)))}.cart-page-item__discount svg{width:14px;height:14px}.cart-page-item__variants{grid-row:2;grid-column:2 / -1;font-size:1.3rem;color:var(--color-text-muted, rgba(var(--color-foreground), .7));display:flex;flex-direction:column;gap:2px;min-width:0;margin-top:2px;margin-bottom:0}.cart-page-item__option{display:flex;align-items:center;gap:8px;min-width:0;width:100%}.cart-page-item__option-label{flex-shrink:0;font-weight:500;color:var(--color-text, rgb(var(--color-foreground)))}.cart-page-item__option-value{display:flex;align-items:center;gap:6px;flex:1;min-width:4em;overflow:hidden}.cart-page-item__option-name{min-width:0;white-space:normal;overflow-wrap:break-word}.cart-page-item__option-image{flex-shrink:0;display:block;width:27px;height:27px;min-width:27px;min-height:27px;border-radius:0;background-color:rgba(var(--color-foreground),.06);background-image:var(--cart-page-option-image);background-size:cover;background-position:center}.cart-page-item__error{grid-row:3;grid-column:2;display:flex;align-items:center;margin-top:4px;font-size:1.3rem}.cart-page-item__error .cart-item__error-text{color:var(--color-error, #c00)}.cart-page-item__details-footer{grid-row:4;grid-column:2;margin-top:2px;min-width:0}.cart-page-item__quantity{display:inline-flex;align-items:center;border:1px solid var(--color-border, rgba(var(--color-foreground), .2));border-radius:var(--button-radius);margin-top:4px;gap:0;width:fit-content;max-width:100px;height:28px;min-height:28px;overflow:hidden;position:relative}.cart-page-item__quantity quantity-input{display:inline-flex;align-items:center;width:100%;height:100%}.cart-page-item__qty-btn{width:28px;height:28px;min-height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;transition:background-color .2s ease;padding:0;position:relative;z-index:1}.cart-page-item__qty-btn:hover:not(:disabled){background:var(--color-background-hover, rgba(var(--color-foreground), .06))}.cart-page-item__qty-btn:disabled{opacity:.5;cursor:not-allowed}.cart-page-item__qty-btn svg{width:12px;height:12px}.cart-page-item__qty-input{width:36px;height:100%;min-height:0;text-align:center;border:none;background:none;font-size:14px;font-weight:500;padding:0 2px;-moz-appearance:textfield}.cart-page-item__qty-input::-webkit-outer-spin-button,.cart-page-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-page-item__line-total{grid-row:1 / -1;grid-column:3;font-size:1.5rem;font-weight:600;color:var(--color-text, rgb(var(--color-foreground)));text-align:right;align-self:start;padding-top:0;display:flex;flex-direction:column;align-items:flex-end;gap:12px;min-height:0;position:relative}.cart-page-item__line-total .loading__spinner{position:absolute;top:0;right:0}.cart-page-item__price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.cart-page-item__price--regular{text-decoration:line-through;color:var(--color-text-muted, rgba(var(--color-foreground), .7));font-weight:400}.cart-page-item__price--sale{color:var(--color-sale, rgb(var(--color-foreground)))}.cart-page-item__remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--color-text-muted, rgba(var(--color-foreground), .7));transition:color .2s ease;flex-shrink:0;padding:0}.cart-page-item__remove:hover{color:var(--color-error, #c00)}.cart-page-item__remove svg{width:16px;height:16px}@media screen and (max-width:749px){.cart-page-item{grid-template-columns:140px 1fr auto;column-gap:16px;padding:20px 0}.cart-page-item__image-wrapper{width:140px;max-height:180px}.cart-item-stock-tag{top:7px;left:7px;max-width:calc(100% - 14px);padding:4px 8px;font-size:10px}.cart-page-item__title{font-size:1.4rem}.cart-page-item__line-total{grid-row:1;grid-column:3}.cart-page-item__quantity{max-width:100px}.cart-page-item__qty-btn{width:28px;height:28px}.cart-page-item__qty-input{width:36px;font-size:14px}}@media screen and (min-width:750px){.cart-page-items{padding-bottom:3rem}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/component-cart-page.css.map */
