.cart-page-section{--cart-page-gap: var(--space-6);--cart-summary-width: 380px;--cart-page-border: var(--color-border-light);--cart-summary-bg: var(--color-background)}.cart-page{padding-top:var(--cart-padding-top, 40px);padding-bottom:var(--cart-padding-bottom, 40px);padding-left:var(--page-margin);padding-right:var(--page-margin);min-height:60vh}.cart-page__header{display:flex;align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-6);padding-bottom:var(--space-4);border-bottom:1px solid var(--cart-page-border)}.cart-page__title{font-family:var(--font-body--family);font-size:16px;font-weight:500;color:var(--color-foreground);margin:0}.cart-page__count{font-family:var(--font-body--family);font-size:14px;font-weight:500;color:var(--color-text-secondary)}.cart-page__two-column{display:grid;grid-template-columns:1fr;gap:var(--space-8, 32px)}@media(min-width:990px){.cart-page__two-column{grid-template-columns:1fr var(--cart-summary-width);align-items:start}}.cart-page__product-grid{display:grid;grid-template-columns:repeat(var(--grid-columns-mobile, 2),minmax(0,1fr));align-items:stretch;row-gap:var(--grid-row-gap, 24px);column-gap:var(--grid-column-gap, 8px);--grid-columns-mobile: 2;--grid-columns-tablet: 3;--grid-columns-desktop: 4;--grid-row-gap: 24px;--grid-column-gap: 8px}.cart-page__product-grid>*{min-width:0;max-width:100%;width:100%;height:100%}@media(min-width:750px){.cart-page__product-grid{grid-template-columns:repeat(var(--grid-columns-tablet, 3),minmax(0,1fr))}}@media(min-width:990px){.cart-page__product-grid{grid-template-columns:repeat(var(--grid-columns-desktop, 3),minmax(0,1fr))}}.cart-page__summary-column{display:flex;justify-content:flex-end}.cart-page__summary{width:100%;max-width:420px;display:flex;flex-direction:column;gap:12px}.cart-page__subtotal-row{display:flex;justify-content:space-between}.cart-page__checkout-btn{width:100%;height:42px;font-size:16px;font-weight:600}.cart-page__items-column{min-width:0}@media(min-width:990px){.cart-page__summary-column{position:sticky;top:100px}}.cart-page__progress{display:flex;flex-direction:column;gap:4px;padding:var(--space-3) var(--space-4);background-color:var(--color-background-secondary, #f9f9f9);border-radius:var(--radius-md);margin-bottom:var(--space-2)}.cart-page__progress-text{display:flex;align-items:center;gap:var(--space-2);font-family:var(--font-body--family);font-size:13px;font-weight:500;color:var(--color-foreground)}.cart-page__progress-text [data-lucide]{width:16px;height:16px;flex-shrink:0}.cart-page__progress-text--success{color:var(--color-success, #22c55e)}.cart-page__progress-track{position:relative;width:100%;height:6px;background-color:var(--color-border-light);border-radius:3px;margin-top:4px;margin-bottom:22px}.cart-page__progress-fill{position:absolute;top:0;left:0;height:100%;background-color:var(--color-primary-6);border-radius:3px;transition:width .4s ease;max-width:100%}.cart-page__milestone{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:4px}.cart-page__milestone-dot{width:14px;height:14px;border-radius:50%;background-color:var(--color-border-light);border:2px solid var(--color-border-light);display:flex;align-items:center;justify-content:center;transition:background-color .4s ease,border-color .4s ease;flex-shrink:0}.cart-page__milestone--unlocked .cart-page__milestone-dot{background-color:#22c55e;border-color:#22c55e}.cart-page__milestone--start{display:none}.cart-page__milestone--last{transform:translateY(-50%);left:auto!important;right:0}.cart-page__milestone--last .cart-page__milestone-label{left:auto;right:0;transform:none}.cart-page__milestone-icon{width:8px;height:8px;color:#fff;display:flex}.cart-page__milestone-icon svg{width:8px;height:8px;stroke-width:3}.cart-page__milestone-label{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);font-size:10px;font-weight:500;color:var(--color-text-tertiary, #888);white-space:nowrap;line-height:1}.cart-page__milestone--unlocked .cart-page__milestone-label{color:var(--color-primary-6)}.cart-page__progress-text--success~.cart-page__progress-track .cart-page__progress-fill,.cart-page__progress:has(.cart-page__progress-text--success) .cart-page__progress-fill{background-color:var(--color-success, #22c55e)}.cart-page__offers{margin-bottom:var(--space-2)}.cart-page__offers-btn{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);background-color:var(--color-background);border:1px solid var(--color-border-light);border-radius:var(--radius-md);cursor:pointer;text-align:left}.cart-page__offers-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-primary-6)}.cart-page__offers-icon [data-lucide]{width:18px;height:18px}.cart-page__offers-content{flex:1;min-width:0;overflow:hidden;position:relative;height:36px}.cart-page__offers-carousel{position:relative;height:100%}.cart-page__offers-item{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:column;justify-content:center;height:100%;opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.cart-page__offers-item.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.cart-page__offers-item--placeholder{opacity:1;transform:translateY(0)}.cart-page__offers-item--placeholder.is-hidden{opacity:0;transform:translateY(-8px)}.cart-page__offers-title{font-family:var(--font-body--family);font-size:13px;font-weight:500;color:var(--color-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.cart-page__offers-code{font-family:var(--font-mono, monospace);font-size:11px;font-weight:600;color:var(--color-primary-6);letter-spacing:.03em;line-height:1.3}.cart-page__offers-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-text-tertiary)}.cart-page__offers-arrow [data-lucide]{width:14px;height:14px}.cart-page__discounts{display:flex;flex-direction:column;gap:var(--space-1)}.cart-page__discount-row{display:flex;align-items:center;gap:var(--space-2)}.cart-page__discount-icon{color:var(--color-error, #ef4444);display:flex;align-items:center}.cart-page__discount-icon [data-lucide]{width:16px;height:16px}.cart-page__discount-title{flex:1;font-family:var(--font-body--family);font-size:14px;font-weight:500;color:var(--color-error, #ef4444);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.cart-page__discount-amount{font-family:var(--font-body--family);font-size:14px;font-weight:500;color:var(--color-error, #ef4444);flex-shrink:0}.cart-page__notes-toggle{display:flex;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) 0;background:none;border:none;cursor:pointer;font-family:var(--font-body--family);font-size:13px;font-weight:500;color:var(--color-text-secondary);text-align:left}.cart-page__notes-toggle [data-lucide]{width:16px;height:16px}.cart-page__notes-arrow{margin-left:auto;transition:transform var(--transition-fast)}.cart-page__notes-toggle[aria-expanded=true] .cart-page__notes-arrow{transform:rotate(180deg)}.cart-page__notes-content{max-height:0;overflow:hidden;transition:max-height var(--transition-normal)}.cart-page__notes-toggle[aria-expanded=true]+.cart-page__notes-content{max-height:150px}.cart-page__notes-textarea{width:100%;min-height:80px;padding:var(--space-3);font-family:var(--font-body--family);font-size:13px;color:var(--color-foreground);background-color:var(--color-fill-light);border:1px solid var(--color-border-default);border-radius:var(--radius-sm);resize:vertical;margin-top:var(--space-2)}.cart-page__notes-textarea:focus{outline:none;border-color:var(--color-primary-6)}.cart-page__notes-textarea::placeholder{color:var(--color-text-tertiary)}.cart-page__subtotal-block{padding-top:var(--space-2)}.cart-page__subtotal-row{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) 0}.cart-page__subtotal-label{font-family:var(--font-body--family);font-size:14px;font-weight:500;color:var(--color-text-secondary)}.cart-page__subtotal-value{display:flex;align-items:center;gap:8px;font-family:var(--font-body--family);font-size:14px;font-weight:500;color:var(--color-foreground)}.cart-page__subtotal-current{color:var(--color-error, #ef4444)}.cart-page__subtotal-compare{color:var(--color-text-tertiary);text-decoration:line-through}.cart-page__delivery-estimate{display:flex;align-items:center;justify-content:center;gap:6px;font-family:var(--font-body--family);font-size:12px;color:#047857;margin:8px 0 4px}.cart-page__delivery-estimate svg{flex-shrink:0;color:#059669}.cart-page__delivery-estimate strong{font-weight:600}.cart-page__shipping-note{font-family:var(--font-body--family);font-size:12px;font-weight:500;color:var(--color-text-tertiary);text-align:center;margin:0}.cu__root--page{padding:20px 0;border-top:1px solid var(--cart-page-border, #e4e4e7)}.cart-page__checkout-block{display:flex;flex-direction:column;gap:var(--space-2);margin-top:var(--space-2)}.cart-page__checkout-btn{width:100%;font-weight:600}.cart-page__payment-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2);padding-top:var(--space-2)}.cart-page__payment-icon{height:20px;width:auto}.cart-page__continue-btn{width:100%;font-weight:600;height:42px}.cart-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-12) var(--space-6);text-align:center}.cart-page__empty-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--color-fill-light);border-radius:var(--radius-full);color:var(--color-text-tertiary)}.cart-page__empty-icon [data-lucide]{width:32px;height:32px}.cart-page__empty-title{font-family:var(--font-body--family);font-size:14px;font-weight:500;color:var(--color-foreground);margin:0}.cart-page__empty-message{font-family:var(--font-body--family);font-size:14px;font-weight:500;color:var(--color-text-secondary);margin:0;max-width:280px}.cart-page__empty-btn{margin-top:var(--space-2);font-weight:600}@media(max-width:989px){.cart-page__summary-column{position:static}.cart-page__summary{max-width:100%}}@media(max-width:767px){.cart-page{padding:var(--space-4) var(--space-2)}.cart-page__header{margin-bottom:var(--space-4);padding-bottom:var(--space-3)}}[data-theme=dark] .cart-page__summary,[data-theme=dark] .cart-page__offers-btn{background:var(--color-neutral-1)}
/*# sourceMappingURL=/cdn/shop/t/35/assets/cart.css.map */
