.jp-cart-root{background:var(--theme-background);min-height:100vh;padding-top:40px;padding-bottom:120px}.jp-cart-container{max-width:1200px;margin:0 auto;padding:0 48px}@media(max-width:640px){.jp-cart-container{padding:0 24px}}.jp-cart-head{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:24px;border-bottom:1px solid var(--theme-line);margin-bottom:64px;gap:24px;flex-wrap:wrap}.jp-cart-title{font-family:var(--theme-font-display);font-weight:300;font-style:italic;font-size:clamp(40px,5vw,64px);line-height:1;margin:0;color:var(--theme-ink);letter-spacing:.02em}.jp-cart-count{font-family:var(--theme-font-body);font-size:11px;letter-spacing:.3em;color:var(--theme-ink-muted);text-transform:uppercase}.jp-cart-empty{text-align:center;padding:96px 24px 120px}.jp-cart-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border:1px solid var(--theme-line-strong);border-radius:50%;margin-bottom:40px;color:var(--theme-ink-muted)}.jp-cart-empty h2{font-family:var(--theme-font-display);font-weight:300;font-style:italic;font-size:36px;margin:0 0 16px;color:var(--theme-ink);letter-spacing:.02em}.jp-cart-empty p{font-family:var(--theme-font-body);font-weight:300;font-size:13px;line-height:2;color:var(--theme-ink-muted);max-width:420px;margin:0 auto 48px;letter-spacing:.04em}.jp-cart-cta{display:inline-block;background:var(--theme-ink);color:var(--theme-background);font-family:var(--theme-font-body);font-weight:400;font-size:11px;letter-spacing:.3em;padding:16px 36px;text-transform:uppercase;transition:background .2s ease;border:1px solid var(--theme-ink)}.jp-cart-cta:hover{background:var(--theme-ink-muted)}.jp-cart-cta-ghost{display:inline-block;color:var(--theme-ink);font-family:var(--theme-font-display);font-style:italic;font-size:14px;padding-bottom:2px;border-bottom:1px solid var(--theme-line-strong)}.jp-cart-cta-ghost:hover{opacity:.6}.jp-cart-suggested{margin-top:96px;max-width:1100px;margin-left:auto;margin-right:auto;text-align:left}.jp-cart-suggested-head{text-align:center;margin-bottom:40px}.jp-cart-suggested-head h3{font-family:var(--theme-font-display);font-weight:300;font-style:italic;font-size:24px;margin:10px 0 0}.jp-cart-suggested-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}@media(max-width:640px){.jp-cart-suggested-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.jp-cart-suggested-item{color:var(--theme-ink);transition:opacity .25s}.jp-cart-suggested-item:hover{opacity:.6}.jp-cart-suggested-img{background:var(--theme-surface);aspect-ratio:4/5;overflow:hidden;margin-bottom:12px}.jp-cart-suggested-img img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.jp-cart-suggested-meta{text-align:center}.jp-cart-suggested-brand{display:block;font-family:var(--theme-font-body);font-weight:400;font-size:10px;letter-spacing:.3em;color:var(--theme-ink-muted);text-transform:uppercase;margin-bottom:6px}.jp-cart-suggested-name{font-family:var(--theme-font-body);font-weight:300;font-size:12px;color:var(--theme-ink);margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;overflow-wrap:anywhere}.jp-cart-suggested-price{font-family:var(--theme-font-display);font-style:italic;font-size:14px;color:var(--theme-ink)}.jp-cart-main{display:grid;grid-template-columns:1fr 420px;gap:80px;align-items:flex-start}@media(max-width:900px){.jp-cart-main{grid-template-columns:1fr;gap:48px}}.jp-cart-lines{list-style:none;margin:0;padding:0}.jp-cart-line{display:grid;grid-template-columns:120px 1fr;gap:32px;padding:32px 0;border-bottom:1px solid var(--theme-line)}.jp-cart-line:first-child{border-top:1px solid var(--theme-line)}@media(max-width:640px){.jp-cart-line{grid-template-columns:90px 1fr;gap:20px;padding:24px 0}}.jp-cart-line-img{background:var(--theme-surface);aspect-ratio:1;overflow:hidden;display:block}.jp-cart-line-img img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.jp-cart-line-body{display:flex;flex-direction:column;gap:16px}.jp-cart-line-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.jp-cart-line-name{font-family:var(--theme-font-body);font-weight:300;font-size:15px;line-height:1.5;color:var(--theme-ink);letter-spacing:.02em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:70%}.jp-cart-line-price{font-family:var(--theme-font-display);font-style:italic;font-weight:400;font-size:18px;color:var(--theme-ink);letter-spacing:.02em;white-space:nowrap}.jp-cart-line-attrs{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.jp-cart-line-attr{font-family:var(--theme-font-body);font-size:11px;letter-spacing:.15em;color:var(--theme-ink-muted);text-transform:uppercase}.jp-cart-line-attr-oos{color:var(--theme-accent)}.jp-cart-line-ctrls{display:flex;justify-content:space-between;align-items:center;padding-top:8px;gap:16px;flex-wrap:wrap}.jp-cart-qty{display:inline-flex;align-items:center;border:1px solid var(--theme-line-strong)}.jp-cart-qty button{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--theme-ink);cursor:pointer;transition:background .2s}.jp-cart-qty button:hover:not(:disabled){background:var(--theme-surface)}.jp-cart-qty button:disabled{opacity:.35;cursor:not-allowed}.jp-cart-qty-val{min-width:36px;text-align:center;font-family:var(--theme-font-body);font-weight:400;font-size:13px;color:var(--theme-ink)}.jp-cart-remove{background:transparent;border:none;font-family:var(--theme-font-body);font-size:11px;letter-spacing:.2em;color:var(--theme-ink-muted);text-transform:uppercase;cursor:pointer;padding:6px 0;transition:color .2s;text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--theme-line)}.jp-cart-remove:hover{color:var(--theme-accent);text-decoration-color:var(--theme-accent)}.jp-cart-summary{background:var(--theme-surface);padding:40px 32px;border:1px solid var(--theme-line);position:sticky;top:32px}.jp-cart-summary h2{font-family:var(--theme-font-display);font-weight:300;font-style:italic;font-size:28px;margin:0 0 28px;padding-bottom:16px;border-bottom:1px solid var(--theme-line)}.jp-cart-summary-rows{display:flex;flex-direction:column;gap:14px;margin:0 0 24px;padding:0}.jp-cart-summary-row{display:flex;justify-content:space-between;font-family:var(--theme-font-body);font-weight:300;font-size:13px;color:var(--theme-ink-muted);padding:4px 0}.jp-cart-summary-row dd{color:var(--theme-ink);margin:0;font-weight:400}.jp-cart-gift{padding:16px 0;border-top:1px dashed var(--theme-line);border-bottom:1px dashed var(--theme-line);margin:16px 0}.jp-cart-gift label{display:flex;gap:12px;cursor:pointer;align-items:flex-start}.jp-cart-gift-box{width:16px;height:16px;border:1px solid var(--theme-ink);flex-shrink:0;margin-top:2px;position:relative;transition:background .2s}.jp-cart-gift-box input{position:absolute;inset:0;opacity:0;cursor:pointer}.jp-cart-gift-box.checked{background:var(--theme-ink)}.jp-cart-gift-box.checked:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid var(--theme-background);border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.jp-cart-gift-text{flex:1;font-family:var(--theme-font-body);font-size:12px;color:var(--theme-ink);letter-spacing:.03em}.jp-cart-gift-text strong{font-weight:400;display:block;margin-bottom:2px}.jp-cart-gift-text span{color:var(--theme-ink-muted);font-size:11px;line-height:1.6;display:block}.jp-cart-total{display:flex;justify-content:space-between;align-items:baseline;padding-top:18px;border-top:1px solid var(--theme-ink);margin-top:18px}.jp-cart-total-label{font-family:var(--theme-font-body);font-weight:400;font-size:12px;letter-spacing:.3em;color:var(--theme-ink);text-transform:uppercase}.jp-cart-total-value{font-family:var(--theme-font-display);font-style:italic;font-weight:400;font-size:32px;color:var(--theme-ink);letter-spacing:.02em}.jp-cart-checkout-btn{display:block;width:100%;background:var(--theme-ink);color:var(--theme-background);font-family:var(--theme-font-body);font-weight:400;font-size:12px;letter-spacing:.3em;padding:20px;border:1px solid var(--theme-ink);margin-top:28px;text-align:center;text-transform:uppercase;transition:all .2s ease;cursor:pointer}.jp-cart-checkout-btn:hover{background:var(--theme-accent);border-color:var(--theme-accent)}.jp-cart-continue{display:block;text-align:center;font-family:var(--theme-font-display);font-style:italic;font-size:13px;color:var(--theme-ink-muted);margin-top:16px;text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--theme-line)}.jp-cart-continue:hover{color:var(--theme-ink);text-decoration-color:var(--theme-ink-muted)}.jp-cart-trust{margin-top:24px;padding:16px 0;border-top:1px solid var(--theme-line);display:flex;flex-direction:column;gap:8px}.jp-cart-trust-item{font-family:var(--theme-font-body);font-size:11px;color:var(--theme-ink-muted);letter-spacing:.05em;display:flex;gap:8px;align-items:center}.jp-cart-trust-item:before{content:"";display:inline-block;width:3px;height:3px;background:var(--theme-ink);border-radius:50%}.jp-cart-promo{margin-top:20px;padding:16px 0;border-top:1px solid var(--theme-line)}.jp-cart-promo-label{display:block;font-family:var(--theme-font-body);font-size:10px;letter-spacing:.3em;color:var(--theme-ink-muted);text-transform:uppercase;margin-bottom:8px}.jp-cart-promo-row{display:flex;gap:0;border-bottom:1px solid var(--theme-line-strong);align-items:center}.jp-cart-promo-input{flex:1;min-width:0;background:transparent;border:none;padding:8px 0;font-family:var(--theme-font-body);font-weight:300;font-size:13px;color:var(--theme-ink);outline:none;letter-spacing:.05em}.jp-cart-promo-apply{background:transparent;border:none;padding:8px 2px 8px 8px;font-family:var(--theme-font-body);font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--theme-ink);cursor:pointer}.jp-cart-promo-apply:hover{color:var(--theme-accent)}.jp-cart-promo-hint{margin:10px 0 0;font-family:var(--theme-font-body);font-size:10px;color:var(--theme-ink-subtle);letter-spacing:.04em}.jp-cart-promo-hint code{background:var(--theme-surface);border:1px solid var(--theme-line);padding:1px 6px;font-size:10px;color:var(--theme-ink-muted);margin:0 2px}.jp-cart-promo-error{margin:8px 0 0;font-size:11px;color:var(--theme-accent)}.jp-cart-promo-applied{margin:0;font-family:var(--theme-font-body);font-size:11px;letter-spacing:.08em;color:var(--theme-ink)}.jp-cart-promo-remove{margin-left:6px;background:transparent;border:none;color:var(--theme-ink-muted);cursor:pointer;font-size:14px;padding:0 4px;line-height:1}.jp-cart-promo-remove:hover{color:var(--theme-accent)}
