/* EA Chelsea cart: scoped components, with cart-page-only floating controls below. */
.ea-cart{--cart-ink:#242321;--cart-muted:#706c66;--cart-line:#e8e4de;--cart-paper:#faf8f5;color:var(--cart-ink);padding:34px 24px 72px;background:#fff;min-height:65vh}
.ea-cart *, .ea-cart *::before, .ea-cart *::after{box-sizing:border-box}
.ea-cart [hidden]{display:none!important}
.ea-cart-shell{max-width:1180px;margin:auto}
.ea-cart-breadcrumb{display:flex;gap:12px;font-size:13px;line-height:1.5;color:var(--cart-muted);margin-bottom:30px}
.ea-cart-breadcrumb a{color:var(--cart-muted)}
.ea-cart-heading{display:flex;justify-content:space-between;align-items:center;gap:20px}
.ea-cart-eyebrow{font-size:11px;letter-spacing:.18em;font-weight:600;color:#8b683b;margin:0 0 9px}
.ea-cart h1{font-size:38px;line-height:1.2;letter-spacing:-.035em;font-weight:500;margin:0;color:var(--cart-ink)}
.ea-cart h1 [data-cart-count]{display:inline-flex;vertical-align:middle;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 8px;margin-inline-start:8px;font-size:15px;letter-spacing:0;background:#f0ece6;border-radius:50px}
.ea-cart-continue{display:inline-flex;gap:10px;align-items:center;font-size:14px;text-decoration:underline;text-underline-offset:4px;color:var(--cart-ink)}
.ea-cart-feedback{display:flex;align-items:center;gap:12px;min-height:42px;margin:10px 0 22px;font-size:13px;color:var(--cart-muted);line-height:1.5}
.ea-cart-feedback.is-error{color:#a32921}
.ea-cart-feedback button{background:transparent;border:0;text-decoration:underline;color:inherit;min-height:44px;padding:0 8px;font-weight:600;white-space:nowrap}
.ea-cart-error{padding:16px;background:#fff1ef;color:#a32921;margin-bottom:20px;border-radius:8px}
.ea-cart-grid{display:grid;grid-template-columns:minmax(0,1fr) 355px;gap:52px;align-items:start}
.ea-cart-products{padding:0;min-width:0}
.ea-cart-list-heading{display:flex;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--cart-line);font-size:12px;letter-spacing:.04em;color:var(--cart-muted)}
.ea-cart-item{display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:22px;padding:26px 0;border-bottom:1px solid var(--cart-line);align-items:start;transition:opacity .15s}
.ea-cart-item[data-removing="true"]{opacity:.45}
.ea-cart-photo{display:flex;align-items:center;justify-content:center;aspect-ratio:4/5;border-radius:6px;overflow:hidden;background:#f4f1ed;color:var(--cart-muted)}
.ea-cart-photo img{width:100%;height:100%;object-fit:cover}
.ea-cart-photo i{font-size:30px}
.ea-cart-details{min-width:0}
.ea-cart-details h2{font-size:19px;line-height:1.45;font-weight:500;margin:0 0 8px;letter-spacing:-.015em;overflow-wrap:anywhere}
.ea-cart-details h2 a{color:var(--cart-ink)}
.ea-cart-variants{display:flex;flex-wrap:wrap;gap:5px 16px;font-size:13px;line-height:1.7;color:var(--cart-muted)}
.ea-cart-variants strong{font-weight:400;color:var(--cart-ink)}
.ea-cart-unit{font-size:13px;color:var(--cart-muted);margin:9px 0 15px;line-height:1.5}
.ea-cart-unit [data-unit-price]{color:var(--cart-ink)}
.ea-cart-item-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.ea-cart-stepper{display:inline-flex;border:1px solid #d8d2ca;border-radius:5px;height:44px;overflow:hidden;background:white;direction:ltr}
.ea-cart-stepper button{flex:0 0 40px;min-width:40px;width:40px;height:42px;border:0;padding:0;display:flex;justify-content:center;align-items:center;background:transparent;color:var(--cart-ink);font-size:22px;line-height:1}
.ea-cart-stepper button:hover{background:#f3f0eb}
.ea-cart-stepper button:disabled{color:#b1aaa1;cursor:default}
.ea-cart-stepper input{width:40px;min-width:0;border:0!important;border-radius:0;padding:0!important;margin:0!important;height:42px;background:white;color:var(--cart-ink);font-size:14px;font-weight:500;text-align:center!important;appearance:textfield;-moz-appearance:textfield;box-shadow:none;line-height:normal}
.ea-cart-stepper input::-webkit-inner-spin-button,.ea-cart-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.ea-cart-stepper input[aria-invalid="true"]{background:#fff1ef;color:#a32921}
.ea-cart-remove-form{margin:0}
.ea-cart-remove{border:0;background:none;padding:0;min-height:44px;text-decoration:underline;text-underline-offset:3px;color:var(--cart-muted);font-size:12px}
.ea-cart-remove:hover{color:#a32921}
.ea-cart-money{font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate;display:inline-block;white-space:nowrap}
.ea-cart-line-total{font-size:16px;font-weight:600;line-height:1.5;padding-top:2px}
.ea-cart-delivery{display:flex;align-items:center;gap:14px;padding:24px 0;color:var(--cart-muted)}
.ea-cart-delivery i{font-size:24px;color:#8b683b}
.ea-cart-delivery strong,.ea-cart-delivery span{display:block;font-size:13px;line-height:1.65}
.ea-cart-delivery strong{font-weight:500;color:var(--cart-ink)}
.ea-cart-summary{padding:28px;border:1px solid var(--cart-line);background:var(--cart-paper);border-radius:10px;position:sticky;top:92px}
.ea-cart-summary h2{font-size:22px;line-height:1.3;font-weight:500;margin:0 0 26px;color:var(--cart-ink);letter-spacing:-.025em}
.ea-cart-summary dl{margin:0}
.ea-cart-summary dl>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:16px;font-size:14px;line-height:1.5}
.ea-cart-summary dt{font-weight:400;color:var(--cart-muted)}
.ea-cart-summary dd{margin:0;font-weight:500;color:var(--cart-ink)}
.ea-cart-summary dd.ea-cart-free{color:#386649}
.ea-cart-summary dl>.ea-cart-total{border-top:1px solid #ded8cf;padding-top:22px;margin:24px 0 0}
.ea-cart-summary .ea-cart-total dt{font-size:17px;color:var(--cart-ink);font-weight:500}
.ea-cart-total small,.ea-cart-mobile-bar small{font-size:10px;color:var(--cart-muted);font-weight:400}
.ea-cart-summary .ea-cart-total dd{font-size:25px;letter-spacing:-.035em;font-weight:600}
.ea-cart-tax-note{text-align:end;color:var(--cart-muted);font-size:11px;line-height:1.5;margin:5px 0 24px}
.ea-cart-checkout{display:flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:14px 18px;border:1px solid #242321;border-radius:5px;background:#242321;color:white!important;font-size:14px;font-weight:500;text-align:center;line-height:1.5;text-decoration:none;transition:background .15s}
.ea-cart-checkout:hover{background:#4a4032;border-color:#4a4032}
.ea-cart-checkout i{font-size:18px}
.ea-cart-checkout[aria-disabled="true"]{opacity:.65;cursor:progress}
.ea-cart-guest-note{font-size:12px;color:var(--cart-muted);line-height:1.75;text-align:center;margin:14px 0 0}
.ea-cart-payment{display:flex;gap:7px;align-items:center;justify-content:center;color:var(--cart-muted);font-size:12px;line-height:1.5;border-top:1px solid var(--cart-line);padding-top:20px;margin-top:22px}
.ea-cart-payment i{font-size:14px}
.ea-cart-empty{padding:42px 20px 72px;text-align:center}
.ea-cart-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:84px;height:84px;background:var(--cart-paper);border-radius:50%;font-size:32px;color:#8b683b;margin-bottom:24px}
.ea-cart-empty h2{font-size:26px;font-weight:500;line-height:1.4;letter-spacing:-.025em;margin:0 0 12px}
.ea-cart-empty p{color:var(--cart-muted);font-size:15px;line-height:1.7;margin:0 auto 28px;max-width:360px}
.ea-cart-empty .ea-cart-checkout{max-width:270px;margin:auto}
.ea-cart-mobile-bar{display:none}
.ea-cart a:focus-visible,.ea-cart button:focus-visible,.ea-cart input:focus-visible{outline:2px solid #8b683b;outline-offset:3px}
.contactPanel,.sticky-wrap{display:none!important}
@media(max-width:991px){
 .ea-cart-grid{grid-template-columns:minmax(0,1fr) 310px;gap:28px}.ea-cart-summary{padding:22px}.ea-cart-item{grid-template-columns:88px minmax(0,1fr);gap:16px}.ea-cart-line-total{grid-column:2;margin-top:-12px}.ea-cart-details h2{font-size:17px}
}
@media(max-width:767px){
 .ea-cart{padding:24px 20px 108px}.ea-cart-breadcrumb{margin-bottom:22px;font-size:12px}.ea-cart-heading{align-items:start;gap:12px;flex-direction:column}.ea-cart h1{font-size:30px}.ea-cart-continue{font-size:12px}.ea-cart-feedback{margin-bottom:14px;font-size:12px}.ea-cart-grid{grid-template-columns:minmax(0,1fr);gap:10px}.ea-cart-item{grid-template-columns:88px minmax(0,1fr);gap:16px;padding:22px 0}.ea-cart-photo{grid-row:1/3}.ea-cart-details h2{font-size:16px}.ea-cart-line-total{grid-column:2;font-size:15px;margin-top:-8px}.ea-cart-item-actions{gap:14px}.ea-cart-summary{position:static;padding:24px}.ea-cart-list-heading span:last-child{display:none}.ea-cart-summary h2{font-size:21px}.ea-cart-mobile-bar{position:fixed;inset-inline:0;bottom:0;z-index:9999;display:flex;gap:18px;align-items:center;justify-content:space-between;padding:13px 20px calc(13px + env(safe-area-inset-bottom));border-top:1px solid var(--cart-line);background:#fff;box-shadow:0 -4px 24px #24232108}.ea-cart-mobile-bar>div{display:flex;flex-direction:column;flex-shrink:0}.ea-cart-mobile-bar>div>span{font-size:11px;color:var(--cart-muted);line-height:1.5}.ea-cart-mobile-bar strong{font-size:20px;line-height:1.5;font-weight:600}.ea-cart-mobile-bar .ea-cart-checkout{flex:1;max-width:260px;min-height:50px;font-size:13px;padding:12px}.ea-cart-empty{padding:30px 0}.scroll-progress{bottom:100px!important}.ea-language-prompt{bottom:110px!important}footer{padding-bottom:84px!important}
}
@media(max-width:359px){.ea-cart{padding-inline:14px}.ea-cart-stepper button{width:36px;min-width:36px;flex-basis:36px}.ea-cart-stepper input{width:32px}.ea-cart-item-actions{gap:10px}.ea-cart-mobile-bar{padding-inline:14px;gap:12px}.ea-cart-mobile-bar .ea-cart-checkout{font-size:12px}.ea-cart-mobile-bar strong{font-size:18px}}
@media(prefers-reduced-motion:reduce){.ea-cart-item,.ea-cart-checkout{transition:none}}
