/* =========================================================
   DogFamily Cart CSS — UI v1 (DF8)
   ========================================================= */

.df-cart__itemHeader {
  display: flex;
  align-items: center;
  gap: 12px;
}

.df-cart__thumb {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.df-cart__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.df-cart__thumb--empty {
  background: #f2f2f2;
}
