/* Rosaifa Commerce Core 1.2.0 — behavior-adjacent Cart Drawer 2.0 UI. */
.rf-cart-v120-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}
.rf-cart-v120-chip{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border:1px solid rgba(116,74,78,.14);border-radius:999px;background:rgba(248,242,238,.78);font-size:9px;line-height:1.25;color:var(--rf-ink-soft)}
.rf-cart-v120-stock{margin:5px 0 0;font-size:9px;line-height:1.4;color:var(--rf-rose-dark)}
.rf-cart-v120-coupons{display:flex;flex-wrap:wrap;gap:6px;margin:2px 0 0}
.rf-cart-v120-coupon-pill{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:5px 8px 5px 10px;border:1px solid var(--rf-line);border-radius:999px;background:#fff;font-size:10px;font-weight:750}
.rf-cart-v120-coupon-pill button{appearance:none;border:0;background:transparent;cursor:pointer;font:inherit;color:var(--rf-ink-soft);padding:0 2px}
.rf-cart-v120-coupon-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:4px}
.rf-cart-v120-coupon-form input{min-width:0;min-height:42px;padding:0 12px;border:1px solid var(--rf-line);border-radius:12px;background:#fff;color:var(--rf-ink)}
.rf-cart-v120-coupon-form .rf-button{min-height:42px;padding-inline:14px}
.rf-cart-v120-recos{display:grid;gap:10px;padding:14px 20px;border-top:1px solid var(--rf-line);background:rgba(255,255,255,.66)}
.rf-cart-v120-recos-head{display:flex;align-items:end;justify-content:space-between;gap:10px}
.rf-cart-v120-recos-head strong{font-size:11px}
.rf-cart-v120-reco-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.rf-cart-v120-reco{display:grid;grid-template-columns:54px minmax(0,1fr);gap:9px;align-items:center;padding:8px;border:1px solid var(--rf-line);border-radius:14px;background:#fff;min-width:0}
.rf-cart-v120-reco img{width:54px;height:62px;object-fit:cover;border-radius:10px;background:var(--rf-canvas)}
.rf-cart-v120-reco-copy{min-width:0;display:grid;gap:3px}
.rf-cart-v120-reco-copy a{font-size:10px;font-weight:750;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.rf-cart-v120-reco-copy strong{font-size:10px}
.rf-cart-v120-reco-copy .add_to_cart_button{justify-self:start;font-size:9px;font-weight:800;padding:0;border:0;background:transparent;min-height:auto}
.rf-cart-v120-undo{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 20px 10px;padding:10px 12px;border:1px solid rgba(116,74,78,.16);border-radius:12px;background:#fff;font-size:10px}
.rf-cart-v120-undo button{appearance:none;border:0;background:transparent;color:var(--rf-rose-dark);font-weight:850;cursor:pointer}
.rf-cart-drawer[data-rf-v120-busy="true"] [data-rf-cart-body]{opacity:.72;pointer-events:none}
@media(max-width:480px){.rf-cart-v120-reco-list{grid-template-columns:1fr}.rf-cart-v120-recos{padding-inline:16px}.rf-cart-v120-undo{margin-inline:16px}}
