.beauty-cart-items__list{display:flex;flex-direction:column;gap:0;border:1px solid var(--color-border-subtle);background:var(--color-surface)}.beauty-cart-item{display:flex;gap:1.25rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border-light)}.beauty-cart-item:last-child{border-bottom:none}.beauty-cart-item--pending{opacity:.65;pointer-events:none}.beauty-cart-item__thumb{position:relative;flex:0 0 7rem;width:7rem;height:7rem;background:var(--color-surface-muted);overflow:hidden}.beauty-cart-item__thumb-empty{width:100%;height:100%;background:var(--color-surface-muted)}.beauty-cart-item__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:1rem}.beauty-cart-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.beauty-cart-item__title{display:block;font-family:var(--font-heading);font-size:1.0625rem;font-weight:500;line-height:1.35;color:var(--color-text-heading);text-decoration:none;transition:color .2s ease}.beauty-cart-item__title:hover{color:var(--color-brand-accent)}.beauty-cart-item__variant{margin:.35rem 0 0;font-size:.6875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.beauty-cart-item__unit{margin:.5rem 0 0;font-size:.8125rem;color:var(--color-text-muted)}.beauty-cart-item__total{margin:0;flex-shrink:0;font-family:var(--font-heading);font-size:1.125rem;font-weight:500;color:var(--color-text-heading)}.beauty-cart-item__actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.beauty-cart-item__qty{display:flex;align-items:center;gap:.75rem}.beauty-cart-item__qty-label{font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted)}.beauty-cart-item__qty-control{display:inline-flex;align-items:center;border:1px solid var(--color-border-neutral)}.beauty-cart-item__qty-control button{width:2.25rem;height:2.25rem;border:none;background:transparent;font-size:1rem;line-height:1;color:var(--color-text-heading);cursor:pointer}.beauty-cart-item__qty-control button:disabled{opacity:.4;cursor:not-allowed}.beauty-cart-item__qty-control span{min-width:2rem;text-align:center;font-size:.875rem;font-weight:500}.beauty-cart-item__remove{padding:0;border:none;background:none;font-size:.75rem;font-weight:500;letter-spacing:.06em;text-decoration:underline;text-underline-offset:.2rem;color:var(--color-text-muted);cursor:pointer;transition:color .2s ease}.beauty-cart-item__remove:hover:not(:disabled){color:var(--color-brand-sale)}.beauty-cart-items__trust{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-top:1.25rem;padding:1rem 0;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.beauty-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;border:1px solid var(--color-border-subtle);background:var(--gradient-surface-muted)}.beauty-cart-empty__icon{font-size:1.5rem;color:var(--color-brand-accent);margin-bottom:1rem}.beauty-cart-empty__title{margin:0 0 .5rem;font-family:var(--font-heading);font-size:1.75rem;font-weight:500;color:var(--color-text-heading)}.beauty-cart-empty__text{margin:0 0 1.5rem;max-width:24rem;font-size:.9375rem;line-height:1.6;color:var(--color-text-body)}.beauty-cart-empty__cta{min-width:12rem}@media (max-width:640px){.beauty-cart-item{flex-direction:column;padding:1rem}.beauty-cart-item__thumb{width:100%;height:auto;aspect-ratio:4/5;max-height:16rem}}.beauty-cart-summary{position:sticky;top:calc(var(--header-height) + var(--promo-bar-height) + 1.5rem);padding:1.5rem;border:1px solid var(--color-border-subtle);background:var(--color-surface)}.beauty-cart-summary__title{margin:0 0 1.25rem;font-family:var(--font-heading);font-size:1.375rem;font-weight:500;letter-spacing:.02em;color:var(--color-text-heading)}.beauty-cart-summary__shipping{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border-light)}.beauty-cart-summary__shipping-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.625rem}.beauty-cart-summary__shipping-label{font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-heading)}.beauty-cart-summary__shipping-amount{font-size:.75rem;color:var(--color-brand-accent)}.beauty-cart-summary__shipping-bar{height:3px;background:var(--color-border-light);overflow:hidden}.beauty-cart-summary__shipping-fill{display:block;height:100%;background:var(--gradient-brand-accent);transition:width .35s ease}.beauty-cart-summary__coupon{margin-bottom:1.25rem}.beauty-cart-summary__rows{margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.625rem}.beauty-cart-summary__row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.875rem}.beauty-cart-summary__row dt{color:var(--color-text-muted)}.beauty-cart-summary__row dd{margin:0;font-weight:500;color:var(--color-text-heading)}.beauty-cart-summary__row--discount dd{color:var(--color-discount)}.beauty-cart-summary__row--total{margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--color-border-subtle);font-size:1rem}.beauty-cart-summary__row--total dt{font-weight:500;color:var(--color-text-heading)}.beauty-cart-summary__row--total dd{font-family:var(--font-heading);font-size:1.25rem;font-weight:500}.beauty-cart-summary__empty{margin:0 0 1rem;font-size:.875rem;color:var(--color-text-muted)}.beauty-cart-summary__actions{display:flex;flex-direction:column;gap:.75rem}.beauty-cart-summary__checkout{display:flex;align-items:center;justify-content:center;width:100%;min-height:3.25rem;text-decoration:none}.beauty-cart-summary__continue{display:block;text-align:center;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:underline;text-underline-offset:.25rem;color:var(--color-text-heading)}.beauty-cart-summary__continue:hover{color:var(--color-brand-accent)}.beauty-cart-summary__note{margin:1rem 0 0;font-size:.75rem;letter-spacing:.04em;text-align:center;color:var(--color-text-muted)}.beauty-cart-summary .coupon-apply__toggle{border:1px solid var(--color-border-muted);border-radius:0;background:var(--color-surface-muted)}.beauty-cart-summary .coupon-apply__toggle-title{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.beauty-cart-summary .coupon-apply__input,.beauty-cart-summary .coupon-apply__submit{border-radius:0}.beauty-cart-summary .coupon-apply__submit{background:var(--color-brand-primary);border-color:var(--color-brand-primary);letter-spacing:.1em;text-transform:uppercase;font-size:.6875rem}.beauty-cart-summary .coupon-apply__submit:hover:not(:disabled){background:var(--color-brand-accent);border-color:var(--color-brand-accent)}