.cart{padding:calc(96px + 1.5rem) 0 clamp(2rem,5vw,4rem);background:var(--bg);min-height:60vh}.cart .wrap{max-width:1180px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.cart-grid{display:grid;grid-template-columns:1fr 380px;gap:clamp(2rem,4vw,3.5rem);align-items:start}@media(min-width:1600px){.cart .wrap{max-width:clamp(1180px,85vw,1600px)}.cart-grid{grid-template-columns:1fr 440px}}@media(min-width:2200px){.cart .wrap{max-width:clamp(1400px,82vw,1880px)}.cart-grid{grid-template-columns:1fr 520px;gap:clamp(3rem,5vw,5rem)}.cart-item{grid-template-columns:120px 1fr auto}.cart-item-img{width:120px;height:156px}}.visually-hidden,.visually-hidden-label{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cart-shipping{background:var(--surface);border:1px solid var(--gray-100);border-radius:10px;padding:clamp(.75rem,1.5vw,1rem) clamp(1rem,2vw,1.5rem);margin-bottom:1.5rem}.cart-shipping-text{font-size:13px;color:var(--gray-500);line-height:1.5;margin-bottom:.5rem}.cart-shipping-text strong{color:var(--text);font-weight:700}.cart-shipping-text .cart-shipping-amount{color:var(--red);font-weight:800}.cart-shipping-bar{height:5px;background:var(--gray-100);border-radius:10px;overflow:hidden}.cart-shipping-fill{height:100%;background:var(--red);border-radius:10px;transition:width .6s cubic-bezier(.22,1,.36,1)}.cart-shipping.done .cart-shipping-fill{background:var(--green)}.cart-shipping.done .cart-shipping-text .cart-shipping-amount{color:var(--green)}.cart-shipping-icon{display:inline-flex;margin-right:.35rem;vertical-align:middle}.cart-shipping-icon svg{width:16px;height:16px;stroke:var(--gray-400);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-shipping.done .cart-shipping-icon svg{stroke:var(--green)}.cart-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:500;letter-spacing:.02em;margin-bottom:.15rem}.cart-jp{display:block;font-family:Shippori Mincho,serif;font-size:12px;color:var(--gray-400);letter-spacing:.15em;margin-bottom:.25rem}.cart-line{display:block;width:40px;height:2px;background:var(--red);margin-bottom:1.5rem}.cart-count{font-size:13px;color:var(--gray-400);font-weight:500;margin-left:.5rem}.cart-items{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:clamp(.75rem,2vw,1.25rem);padding:clamp(1rem,2vw,1.25rem) 0;border-bottom:1px solid var(--gray-100);align-items:start}.cart-item:first-child{border-top:1px solid var(--gray-100)}.cart-item-img{width:100px;height:130px;border-radius:8px;overflow:hidden;background:var(--gray-50);flex-shrink:0}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{display:flex;flex-direction:column;gap:.3rem;min-width:0}.cart-item-brand{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400)}.cart-item-name{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1rem,1.5vw,1.15rem);font-weight:500;line-height:1.25;color:var(--text)}.cart-item-name a{transition:color .15s}.cart-item-name a:hover{color:var(--red)}.cart-item-variant{font-size:12px;color:var(--gray-400)}.cart-item-delivery{display:inline-flex;align-items:center;gap:.3rem;font-size:11px;color:var(--green);font-weight:600;margin-top:.15rem}.cart-item-delivery svg{width:13px;height:13px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-item-price{font-size:1.1rem;font-weight:800;letter-spacing:-.01em;white-space:nowrap}.cart-item-compare{font-size:12px;color:var(--gray-400);text-decoration:line-through}.cart-item-qty{display:flex;align-items:center;border:1px solid var(--gray-200);border-radius:6px;overflow:hidden}.cart-item-qty button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--gray-500);background:var(--gray-50);transition:background .15s;border:none;cursor:pointer}.cart-item-qty button:hover{background:var(--gray-100)}.cart-item-qty .qty-input{width:40px;height:30px;text-align:center;font-size:13px;font-weight:700;border:none;background:transparent;color:var(--text);-moz-appearance:textfield}.cart-item-qty .qty-input::-webkit-outer-spin-button,.cart-item-qty .qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-qty .qty-input:focus{outline:none;background:var(--gray-50)}.cart-item-remove{font-size:11px;color:var(--gray-400);transition:color .15s;display:inline-flex;align-items:center;gap:.3rem;cursor:pointer;background:none;border:none;padding:0}.cart-item-remove:hover{color:var(--red)}.cart-item-remove svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-item-qty button:focus-visible,.cart-item-qty .qty-input:focus-visible,.cart-item-remove:focus-visible,.cart-discount input:focus-visible,.cart-discount button:focus-visible,.cart-checkout:focus-visible,.cart-continue:focus-visible,.cart-note-toggle:focus-visible,.cart-note-area textarea:focus-visible,.cart-empty-links a:focus-visible{outline:2px solid var(--red);outline-offset:2px;border-radius:4px}.cart-summary{position:sticky;top:calc(96px + 2rem);background:var(--surface);border:1px solid var(--gray-100);border-radius:12px;padding:clamp(1.25rem,2.5vw,1.75rem);display:flex;flex-direction:column;gap:.75rem;max-height:calc(100vh - 140px);overflow-y:auto}.cart-summary-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-weight:600;margin-bottom:.25rem}.cart-summary-row{display:flex;justify-content:space-between;align-items:baseline;font-size:13.5px;color:var(--gray-500)}.cart-summary-row strong{color:var(--text);font-weight:700}.cart-summary-row.is-free .cart-summary-free{color:var(--green);font-weight:600}.cart-summary-row.is-discount{color:var(--red)}.cart-summary-row.is-discount span{color:var(--red);font-weight:600}.cart-summary-divider{height:1px;background:var(--gray-100);margin:.25rem 0}.cart-summary-total{display:flex;justify-content:space-between;align-items:baseline;font-size:1.15rem;font-weight:800}.cart-summary-total span:last-child{font-size:1.35rem;letter-spacing:-.02em}.cart-discount{display:flex;gap:.5rem}.cart-discount input{flex:1;padding:.55rem .75rem;border:1px solid var(--gray-200);border-radius:6px;font-size:13px;font-family:inherit;transition:border-color .15s;background:var(--surface);color:var(--text)}.cart-discount input:focus{outline:none;border-color:var(--gray-400)}.cart-discount input::placeholder{color:var(--gray-300)}.cart-discount button{padding:.55rem 1rem;background:var(--gray-900);color:#fff;font-size:12px;font-weight:700;border-radius:6px;transition:background .15s;white-space:nowrap;border:none;cursor:pointer}.cart-discount button:hover{background:var(--black)}.cart-discount-msg{font-size:11px;color:var(--gray-400);min-height:1em}.cart-checkout{width:100%;padding:.85rem;background:var(--red);color:#fff;font-size:15px;font-weight:700;border-radius:8px;transition:background .15s,transform .15s;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit}.cart-checkout:hover{background:var(--red-hover);transform:scale(1.01)}.cart-checkout svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-continue{display:block;text-align:center;font-size:13px;color:var(--gray-400);font-weight:600;transition:color .15s;margin-top:.25rem}.cart-continue:hover{color:var(--text)}.cart-secure{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:11px;color:var(--gray-400);margin-top:.15rem}.cart-secure svg{width:13px;height:13px;stroke:var(--gray-400);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-payments{display:flex;gap:.4rem;align-items:center;justify-content:center;margin-top:.25rem;list-style:none;padding:0}.cart-payments li{display:inline-flex}.cart-payments svg{opacity:.4;transition:opacity .15s}.cart-payments svg:hover{opacity:.7}.cart-note-toggle{font-size:12px;color:var(--gray-400);cursor:pointer;background:none;border:none;padding:0;transition:color .15s;display:inline-flex;align-items:center;gap:.3rem;font-family:inherit}.cart-note-toggle:hover{color:var(--text)}.cart-note-toggle svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.cart-note-toggle.open svg,.cart-note-toggle[aria-expanded=true] svg{transform:rotate(90deg)}.cart-note-area[hidden]{display:none}.cart-note-area{overflow:hidden}.cart-note-area textarea{width:100%;padding:.6rem .75rem;border:1px solid var(--gray-200);border-radius:6px;font-size:12.5px;font-family:inherit;resize:vertical;min-height:70px;margin-top:.5rem;transition:border-color .15s;background:var(--surface);color:var(--text)}.cart-note-area textarea:focus{outline:none;border-color:var(--gray-400)}.cart-note-status{display:block;font-size:11px;color:var(--gray-400);margin-top:.35rem;min-height:1em}.cart-empty{text-align:center;padding:clamp(3rem,8vw,5rem) 1rem}.cart-empty-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;background:var(--gray-50);display:flex;align-items:center;justify-content:center}.cart-empty-icon svg{width:36px;height:36px;stroke:var(--gray-300);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.cart-empty-heading{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:500;margin-bottom:.4rem}.cart-empty-jp{display:block;font-family:Shippori Mincho,serif;font-size:12px;color:var(--gray-400);letter-spacing:.15em;margin-bottom:.75rem}.cart-empty p{font-size:14px;color:var(--gray-500);line-height:1.6;max-width:420px;margin:0 auto 1.5rem}.cart-empty-links{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.cart-empty-links a{padding:.55rem 1.25rem;border-radius:6px;font-size:13px;font-weight:600;transition:all .15s}.cart-empty-links a.primary{background:var(--red);color:#fff}.cart-empty-links a.primary:hover{background:var(--red-hover)}.cart-empty-links a.secondary{border:1.5px solid var(--gray-200);color:var(--text)}.cart-empty-links a.secondary:hover{border-color:var(--gray-400)}[data-theme=dark] .cart-shipping{background:#ffffff05;border-color:#ffffff0f}[data-theme=dark] .cart-shipping-bar{background:#ffffff0f}[data-theme=dark] .cart-item,[data-theme=dark] .cart-item:first-child{border-color:#ffffff0f}[data-theme=dark] .cart-item-img{background:#ffffff0a}[data-theme=dark] .cart-item-qty{border-color:#ffffff1f}[data-theme=dark] .cart-item-qty button{background:#ffffff0a}[data-theme=dark] .cart-item-qty .qty-input:focus{background:#ffffff0a}[data-theme=dark] .cart-summary{background:#ffffff05;border-color:#ffffff0f}[data-theme=dark] .cart-summary-divider{background:#ffffff0f}[data-theme=dark] .cart-discount input{border-color:#ffffff1f;background:#ffffff0a}[data-theme=dark] .cart-discount button{background:#ffffff1a}[data-theme=dark] .cart-note-area textarea{border-color:#ffffff1f;background:#ffffff0a}[data-theme=dark] .cart-empty-icon{background:#ffffff0a}[data-theme=dark] .cart-empty-links a.secondary{border-color:#ffffff1f}@media(max-width:900px){.cart-grid{grid-template-columns:1fr;gap:1.75rem}.cart-summary{position:static;order:2;max-height:none;overflow:visible}}@media(max-width:700px){.cart{padding:calc(54px + 1rem) 0 2rem}.cart-grid{grid-template-columns:1fr;gap:1.5rem}.cart-summary{position:static;order:2;max-height:none;overflow:visible}.cart-item{grid-template-columns:80px 1fr;gap:.75rem}.cart-item-actions{flex-direction:row;align-items:center;gap:.75rem;grid-column:1/3;justify-content:space-between;flex-wrap:wrap}.cart-item-img{width:80px;height:100px}}@media(max-width:420px){.cart-item-img{width:70px;height:90px}.cart-discount{flex-direction:column}.cart-discount button{width:100%}}@media(max-width:360px){.cart-item-remove span{display:none}.cart-item-actions{gap:.5rem}.cart-item-qty button{width:28px;height:28px}.cart-item-qty .qty-input{width:32px;height:28px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-main-cart.css.map */
