/* Woo Solutation - Cart Drawer CSS */
#wslc-cart-drawer-root{ /* container left empty for theme integration */ }

/* Example styles for cart items; adapt in theme if needed */
.wslc-cart-item{ display:flex; gap:10px; padding:10px; border-bottom:1px solid #eee; }
.wslc-thumb img{ width:64px; height:auto; border-radius:8px; }
.wslc-meta{ flex:1; }
.wslc-row{ display:flex; justify-content:space-between; align-items:center; gap:10px; }
.wslc-qty{ display:flex; align-items:center; gap:6px; }
.wslc-qty-btn{ width:28px; height:28px; border:1px solid #ddd; background:#fff; cursor:pointer; border-radius:6px; }
.wslc-qty-input{ width:48px; text-align:center; }
.wslc-remove{ margin-top:6px; background:none; border:0; color:#c00; cursor:pointer; }
