.cart-page{max-width:1100px;margin:0 auto;padding:2rem 1.25rem 5rem}.cart-header{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.back-link{display:inline-flex;align-items:center;gap:.375rem;color:var(--muted-fg);font-size:.875rem;text-decoration:none;transition:color .15s}.back-link:hover{color:var(--coffee)}.cart-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--coffee);margin:0;font-family:Lora,Georgia,serif}.cart-count{color:var(--muted-fg);font-size:1rem;font-weight:400}.cart-empty{flex-direction:column;align-items:center;text-align:center;padding:5rem 1.5rem;gap:.875rem}.empty-icon{margin-bottom:.5rem}.empty-title{font-size:1.25rem;font-weight:600;color:var(--coffee);margin:0;font-family:Lora,Georgia,serif}.empty-sub{color:var(--muted-fg);font-size:.95rem;margin:0}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}.cart-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:1rem;overflow:hidden;background:#fff;box-shadow:0 1px 4px #251a140d}.cart-item{display:grid;grid-template-columns:88px 1fr;gap:1.125rem;padding:1.25rem;border-bottom:1px solid var(--border);transition:background .15s}.cart-item:last-child{border-bottom:none}.cart-item:hover{background:#fdfaf7}.item-image-wrap{border-radius:.625rem;overflow:hidden;background:#f5f0eb;aspect-ratio:1;flex-shrink:0}.item-image{width:100%;height:100%;object-fit:cover;display:block}.item-body{display:flex;flex-direction:column;justify-content:space-between;gap:.75rem;min-width:0}.item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.item-name{font-size:.975rem;font-weight:600;color:var(--coffee);margin:0;line-height:1.3;font-family:Lora,Georgia,serif}.item-unit-price{font-size:.78rem;color:var(--muted-fg);margin:.2rem 0 0;letter-spacing:.01em}.item-remove{background:none;border:none;padding:.25rem;cursor:pointer;color:#c4bbb4;border-radius:.375rem;transition:color .15s,background .15s;flex-shrink:0}.item-remove:hover{color:#dc2626;background:#fee2e2}.item-bottom{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.qty-control{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:.5rem;overflow:hidden;height:36px;background:#faf8f6}.qty-step{width:36px;height:36px;background:none;border:none;font-size:1.1rem;cursor:pointer;color:var(--coffee);transition:background .15s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.qty-step:hover{background:#f0ebe4}.qty-input{width:42px;border:none;border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);text-align:center;font-size:.9rem;font-weight:600;color:var(--coffee);height:100%;outline:none;background:transparent;-moz-appearance:textfield}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.item-subtotal{font-size:1rem;font-weight:700;color:var(--coffee);white-space:nowrap;font-family:Lora,Georgia,serif}.coupon-row{display:flex;gap:.5rem;margin-top:1rem}.coupon-input{flex:1;border:1.5px solid var(--border);border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;color:var(--coffee);background:#fff;outline:none;transition:border-color .15s}.coupon-input:focus{border-color:var(--accent)}.coupon-btn{padding:.625rem 1.25rem;border:1.5px solid var(--border);border-radius:.5rem;background:#fff;font-size:.875rem;font-weight:600;color:var(--coffee);cursor:pointer;transition:all .15s;white-space:nowrap}.coupon-btn:hover{border-color:var(--coffee);background:#f9f6f2}.cart-summary-col{position:sticky;top:1.5rem}.summary-card{background:var(--cream);border:1px solid #ddd6ce;border-radius:1.125rem;overflow:hidden;box-shadow:0 2px 12px #251a1412}.summary-card:before{content:"";display:block;height:3px;background:linear-gradient(90deg,var(--accent) 0%,#e09a70 100%)}.summary-inner{padding:1.5rem 1.75rem 1.75rem}.summary-title{font-family:Lora,Georgia,serif;font-size:1.1rem;font-weight:700;color:var(--coffee);margin:0 0 1.375rem;letter-spacing:-.01em}.summary-lines{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.125rem}.summary-line{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--muted-fg)}.summary-line span:last-child{font-weight:500;color:var(--coffee)}.free-ship-banner{display:flex;align-items:center;gap:.5rem;background:#edfbf2;color:#15803d;font-size:.78rem;font-weight:600;padding:.5rem .875rem;border-radius:.5rem;margin-bottom:1rem;border:1px solid #bbf7d0}.free-ship-progress{margin-bottom:1.125rem}.fsp-text{font-size:.78rem;color:var(--muted-fg);margin:0 0 .5rem}.fsp-bar-bg{height:5px;background:#ddd6ce;border-radius:9999px;overflow:hidden}.fsp-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent),#e09a70);border-radius:9999px;transition:width .4s ease}.summary-divider{border:none;border-top:1px solid #ddd6ce;margin:0 0 1.25rem}.summary-total{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.375rem}.summary-total-label{font-size:.875rem;font-weight:600;color:var(--coffee)}.total-tax{display:block;font-size:.68rem;color:var(--muted-fg);margin-top:.15rem;font-weight:400}.total-amount{display:block;font-family:Lora,Georgia,serif;font-size:1.625rem;font-weight:700;color:var(--coffee);line-height:1;text-align:right}.btn-primary,.btn-checkout{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.9rem 1.5rem;background:var(--coffee);color:#fff;border:none;border-radius:.75rem;font-size:.975rem;font-weight:700;cursor:pointer;text-decoration:none;transition:opacity .15s,transform .1s,box-shadow .15s;min-height:50px;letter-spacing:.01em;box-shadow:0 2px 8px #251a1440}.btn-primary:hover,.btn-checkout:hover{opacity:.88;box-shadow:0 4px 14px #251a144d}.btn-primary:active,.btn-checkout:active{transform:scale(.98)}.trust-row{display:flex;flex-wrap:wrap;gap:.5rem .875rem;justify-content:center;margin-top:1.25rem;padding-top:1.125rem;border-top:1px solid #ddd6ce}.trust-item{display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:#9b8f87;letter-spacing:.01em}.cart-inline-summary,.cart-mobile-bar{display:none}@media(max-width:768px){.cart-page{padding-bottom:calc(5rem + env(safe-area-inset-bottom,0px))}.cart-layout{grid-template-columns:1fr;gap:1rem}.cart-summary-col{display:none}.cart-item{grid-template-columns:72px 1fr;gap:.875rem;padding:1rem}.qty-step{width:40px;height:40px}.qty-control{height:40px}.cart-inline-summary{display:block;background:var(--cream);border:1px solid #ddd6ce;border-radius:1.125rem;overflow:hidden;margin-top:1rem;box-shadow:0 2px 10px #251a140f}.cart-inline-summary:before{content:"";display:block;height:3px;background:linear-gradient(90deg,var(--accent) 0%,#e09a70 100%)}.cis-inner{padding:1.125rem 1.25rem 1rem}.cis-heading{font-family:Lora,Georgia,serif;font-size:.95rem;font-weight:700;color:var(--coffee);margin:0 0 .875rem}.cis-lines{display:flex;flex-direction:column;gap:.625rem;margin-bottom:.875rem}.cis-line{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--muted-fg)}.cis-line span:last-child{font-weight:500;color:var(--coffee)}.cis-total{display:flex;justify-content:space-between;align-items:center;color:var(--coffee);border-top:1px solid #ddd6ce;padding-top:.875rem;margin-bottom:.75rem}.cis-total-label{font-size:.875rem;font-weight:600}.cis-total-amount{font-family:Lora,Georgia,serif;font-size:1.4rem;font-weight:700}.cis-progress{margin-bottom:.875rem}.cart-mobile-bar{position:fixed;bottom:0;left:0;right:0;background:var(--cream);border-top:1px solid #ddd6ce;padding:.875rem 1.25rem;padding-bottom:calc(.875rem + env(safe-area-inset-bottom,0px));display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:200;box-shadow:0 -4px 20px #251a141a;transform:translateY(100%);transition:transform .25s ease}.cart-mobile-bar--visible{transform:translateY(0)}.cmb-info{display:flex;flex-direction:column;gap:.1rem}.cmb-label{font-size:.65rem;color:var(--muted-fg);text-transform:uppercase;letter-spacing:.08em}.cmb-amount{font-family:Lora,Georgia,serif;font-size:1.2rem;font-weight:700;color:var(--coffee)}.cmb-btn{display:flex;align-items:center;gap:.4rem;padding:.8rem 1.5rem;background:var(--coffee);color:#fff;border:none;border-radius:.75rem;font-size:.975rem;font-weight:700;cursor:pointer;min-height:48px;white-space:nowrap;flex-shrink:0;box-shadow:0 2px 8px #251a1440}}@media(max-width:480px){.cart-header{flex-direction:column;align-items:flex-start;gap:.375rem}.cart-page{padding:1.5rem 1rem calc(5rem + env(safe-area-inset-bottom,0px))}}
