.cart-page{background:#faf9f7;min-height:calc(100vh - 80px);padding:3rem 1.5rem 5rem}@media (max-width:768px){.cart-page{padding:2rem 1rem 4rem}}.cart-container{max-width:1200px;margin:0 auto}.cart-heading{margin-bottom:2.5rem}.cart-heading .cart-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#c9a96e;margin:0 0 .4rem;font-size:.72rem;font-weight:600}.cart-heading h1{color:#1a1110;margin:0;font-family:Adoha,serif;font-size:clamp(1.75rem,4vw,2.6rem);font-weight:500;line-height:1.1}.cart-heading h1 .cart-count{color:#7a6e68;letter-spacing:.02em;font-family:inherit;font-size:.55em;font-weight:400}.empty-cart{text-align:center;background:#fff;border:1px solid #e6dfd6;border-radius:12px;max-width:480px;margin:0 auto;padding:5rem 2rem}.empty-cart .empty-icon{color:#c9a96e;background:#f3ede5;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;display:flex}.empty-cart h2{color:#1a1110;margin:0 0 .5rem;font-family:Adoha,serif;font-size:1.6rem;font-weight:500}.empty-cart p{color:#7a6e68;margin:0 0 2rem;font-size:.95rem;line-height:1.6}.cart-content{grid-template-columns:1fr 340px;align-items:start;gap:2rem;display:grid}@media (max-width:1024px){.cart-content{grid-template-columns:1fr 300px}}@media (max-width:840px){.cart-content{grid-template-columns:1fr}}.cart-items-section{background:#fff;border:1px solid #e6dfd6;border-radius:12px;overflow:hidden}.cart-table{border-collapse:collapse;width:100%}@media (max-width:600px){.cart-table{display:none}}.cart-table thead{background:#f3ede5;border-bottom:1px solid #e6dfd6}.cart-table thead th{text-align:left;letter-spacing:.12em;text-transform:uppercase;color:#7a6e68;padding:.9rem 1.25rem;font-size:.7rem;font-weight:700}.cart-table tbody tr{border-bottom:1px solid #e6dfd6;transition:background .15s}.cart-table tbody tr:last-child{border-bottom:none}.cart-table tbody tr:hover{background:#f3ede580}.cart-table tbody tr td{vertical-align:middle;padding:1.25rem}.cart-table .product-cell .product-info{align-items:center;gap:1rem;display:flex}.cart-table .product-cell .product-info img,.cart-table .product-cell .product-info .img-fallback{object-fit:cover;background:#f3ede5;border-radius:8px;flex-shrink:0;width:76px;height:76px;display:block}.cart-table .product-cell .product-info h3{color:#1a1110;margin:0;font-size:.95rem;font-weight:500;line-height:1.4}.cart-table .price-cell{color:#7a6e68;font-size:.9rem}.cart-table .total-cell{color:#5c4033;font-weight:600}.cart-table .remove-cell{text-align:center}.quantity-selector{border:1px solid #e6dfd6;border-radius:6px;align-items:center;display:inline-flex;overflow:hidden}.quantity-selector button{color:#1a1110;cursor:pointer;background:#f3ede5;border:none;width:32px;height:32px;font-size:1rem;line-height:1;transition:background .2s}.quantity-selector button:hover{background:#e9dfd0}.quantity-selector button:active{background:#e6dfd6}.quantity-selector input{text-align:center;color:#1a1110;background:#fff;border:none;border-left:1px solid #e6dfd6;border-right:1px solid #e6dfd6;width:44px;height:32px;font-size:.875rem;font-weight:600}.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none}.quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none}.quantity-selector input{-moz-appearance:textfield}.btn-remove{color:#7a6e68;cursor:pointer;background:#fff;border:1px solid #e6dfd6;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.btn-remove:hover{color:#c55;background:#fff5f5;border-color:#c55}.cart-cards{margin:0;padding:0;list-style:none;display:none}@media (max-width:600px){.cart-cards{flex-direction:column;display:flex}}.cart-card{border-bottom:1px solid #e6dfd6;gap:1rem;padding:1.1rem;display:flex}.cart-card:last-child{border-bottom:none}.cart-card .cart-card-img{flex-shrink:0;width:82px}.cart-card .cart-card-img img,.cart-card .cart-card-img .img-fallback{object-fit:cover;background:#f3ede5;border-radius:8px;width:82px;height:82px;display:block}.cart-card .cart-card-body{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.cart-card .cart-card-top{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.cart-card .cart-card-name{color:#1a1110;margin:0;font-size:.875rem;font-weight:500;line-height:1.35}.cart-card .cart-card-price{color:#7a6e68;margin:0;font-size:.82rem}.cart-card .cart-card-footer{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.35rem;display:flex}.cart-card .cart-card-total{color:#5c4033;font-size:.95rem;font-weight:700}.cart-actions{background:#f3ede5;border-top:1px solid #e6dfd6;gap:.75rem;padding:1.25rem;display:flex}@media (max-width:480px){.cart-actions{flex-direction:column}}.btn-ghost{color:#7a6e68;cursor:pointer;background:#fff;border:1px solid #e6dfd6;border-radius:6px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ghost:hover{color:#5c4033;border-color:#5c4033}.btn-clear{color:#b55;cursor:pointer;background:#fff;border:1px solid #e6dfd6;border-radius:6px;padding:.65rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s}.btn-clear:hover{background:#fff5f5;border-color:#b55}.order-summary{background:#fff;border:1px solid #e6dfd6;border-radius:12px;padding:1.75rem;position:sticky;top:100px}@media (max-width:840px){.order-summary{order:-1;position:static}}.order-summary h2{color:#1a1110;border-bottom:1px solid #e6dfd6;margin:0 0 1.5rem;padding-bottom:1rem;font-family:Adoha,serif;font-size:1.2rem;font-weight:500}.summary-rows{flex-direction:column;gap:.75rem;margin-bottom:.5rem;display:flex}.summary-row{color:#7a6e68;justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.summary-row .free-tag{color:#3a7c52;font-weight:600}.free-note{color:#3a7c52;align-items:center;gap:.35rem;margin:.25rem 0 0;font-size:.78rem;font-weight:500;display:flex}.summary-divider{background:#e6dfd6;height:1px;margin:1.25rem 0}.total-row{color:#1a1110;font-size:1.05rem;font-weight:700}.btn-checkout{color:#fff;letter-spacing:.02em;background:#5c4033;border-radius:7px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.5rem;padding:.95rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,box-shadow .2s,transform .15s;display:flex}.btn-checkout:hover{background:#3e2a1e;transform:translateY(-1px);box-shadow:0 6px 20px #5c403347}.btn-primary{color:#fff;background:#5c4033;border-radius:7px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.btn-primary:hover{background:#3e2a1e;transform:translateY(-1px)}.security-row{color:#7a6e68;justify-content:center;align-items:center;gap:.4rem;margin-top:1rem;font-size:.78rem;display:flex}
