.dsn-cart{border:1px solid #e5e7eb;border-radius:10px;padding:16px;background:#fff;}
.dsn-cart__title{margin:0 0 12px 0;}
.dsn-cart__empty{margin:0;color:#6b7280;}
.dsn-cart__row{display:grid;grid-template-columns:1fr 90px 110px 80px;gap:12px;align-items:center;padding:10px 0;border-top:1px solid #f3f4f6;}
.dsn-cart__row:first-child{border-top:0;}
.dsn-cart__item-title{font-weight:600;}
.dsn-cart__item-subtitle{font-size:12px;color:#6b7280;}
.dsn-cart__row-qty input{width:80px;}
.dsn-cart__row-price{text-align:right;font-variant-numeric:tabular-nums;}
.dsn-cart__row-actions{justify-self:end;}
.dsn-cart__row-actions .button-link-delete{white-space:nowrap;font-size:12px;line-height:1.2;}
.dsn-cart__totals{margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6;}
.dsn-cart__total-line{display:flex;justify-content:space-between;align-items:center;}
.dsn-cart__footer{margin-top:12px;display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;}
.dsn-cart__footer .button{padding:6px 12px;min-height:auto;line-height:1.2;font-size:13px;border-radius:8px;white-space:nowrap;}

@media (max-width: 700px){
  .dsn-cart__row{grid-template-columns:minmax(0,1fr) 80px 90px auto;gap:8px;}
  .dsn-cart__row-qty input{width:72px;}
  .dsn-cart__footer{justify-content:space-between;}
}
