.cart-modal-overlay{z-index:2000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.cart-modal-content{background:#fff;flex-direction:column;width:90%;max-width:500px;max-height:90vh;padding:30px 20px;display:flex;position:relative;box-shadow:0 10px 30px #0000001a}.cart-modal-header{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.cart-modal-header h2{margin:0;font-family:Fraunces,serif;font-size:1.2rem;font-weight:600}.close-modal-btn{cursor:pointer;color:#333;background:0 0;border:none;font-size:1.2rem}.empty-cart-body{text-align:center;padding:40px 0}.empty-cart-visual{opacity:.8;margin-bottom:25px}.empty-cart-body h3{margin-bottom:10px;font-family:Fraunces,serif;font-size:1.25rem;font-weight:700;line-height:1.5}.empty-cart-body p{color:#777;margin-bottom:30px;font-size:.9rem}.browse-products-btn{color:#fff;cursor:pointer;transition:var(--transition);background:#000;border:none;border-radius:6px;padding:14px 40px;font-family:DM Sans,sans-serif;font-weight:600}.browse-products-btn:hover{background:#333;transform:translateY(-2px)}.cart-items-body{flex-direction:column;flex-grow:1;display:flex;overflow:hidden}.cart-items-list{flex-grow:1;margin-bottom:20px;padding-right:10px;overflow-y:auto}.cart-items-list::-webkit-scrollbar{width:5px}.cart-items-list::-webkit-scrollbar-track{background:#f1f1f1}.cart-items-list::-webkit-scrollbar-thumb{background:#888;border-radius:5px}.cart-items-list::-webkit-scrollbar-thumb:hover{background:#555}.cart-item{border-bottom:1px solid #f0f0f0;gap:20px;padding:20px 0;display:flex}.cart-item img{object-fit:cover;border-radius:8px;width:80px;height:80px}.cart-item-info{flex-direction:column;flex-grow:1;display:flex}.cart-item-title-row{justify-content:space-between;align-items:flex-start;display:flex}.cart-item-title-row h4{font-size:.85rem;font-weight:600;font-family:var(--heading-font);color:#111;max-width:90%;margin:0;line-height:1.4}.cart-remove-btn{color:#888;cursor:pointer;background:0 0;border:none;font-size:1.1rem;transition:color .2s}.cart-remove-btn:hover{color:#e74c3c}.cart-item-color{color:#888;margin-top:5px;margin-bottom:15px;font-size:.8rem}.cart-item-bottom{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.cart-quantity-selector{border:1px solid #eaeaea;border-radius:4px;align-items:center;display:flex;overflow:hidden}.cart-quantity-selector button{cursor:pointer;color:#333;background:#fff;border:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.1rem;transition:background .2s;display:flex}.cart-quantity-selector button:hover{background:#f7f7f7}.cart-quantity-selector span{text-align:center;width:30px;font-size:.9rem;font-weight:500}.cart-item-price{color:#111;font-size:1.05rem;font-weight:700}.cart-footer{border-top:1px solid #eee;flex-shrink:0;padding-top:20px}.cart-subtotal-row{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.cart-subtotal-row span:first-child{font-size:1rem;font-weight:600;font-family:var(--heading-font);color:#111}.cart-subtotal-price{color:#111;font-size:1.25rem;font-weight:700}.cart-shipping-note{color:#888;margin-bottom:20px;font-size:.8rem}.cart-checkout-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:15px;padding:16px;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.cart-checkout-btn:hover{background:#333}.cart-continue-btn{color:#888;cursor:pointer;background:0 0;border:none;width:100%;font-size:.85rem;text-decoration:underline;transition:color .2s}.cart-continue-btn:hover{color:#333}
